SYMBOL INDEX (670 symbols across 207 files) FILE: desktop-app-legacy/app/actions/bookmarks.js constant TOGGLE_BOOKMARK (line 1) | const TOGGLE_BOOKMARK = 'TOGGLE_BOOKMARK'; constant EDIT_BOOKMARK (line 2) | const EDIT_BOOKMARK = 'EDIT_BOOKMARK'; function toggleBookmarkUrl (line 5) | function toggleBookmarkUrl(url, pageMeta = {}) { function editBookmark (line 14) | function editBookmark(bookmark, {title, url}) { FILE: desktop-app-legacy/app/actions/browser.js constant NEW_ADDRESS (line 26) | const NEW_ADDRESS = 'NEW_ADDRESS'; constant NEW_PAGE_META_FIELD (line 27) | const NEW_PAGE_META_FIELD = 'NEW_PAGE_META_FIELD'; constant NEW_DEV_TOOLS_CONFIG (line 28) | const NEW_DEV_TOOLS_CONFIG = 'NEW_DEV_TOOLS_CONFIG'; constant NEW_HOMEPAGE (line 29) | const NEW_HOMEPAGE = 'NEW_HOMEPAGE'; constant NEW_ZOOM_LEVEL (line 30) | const NEW_ZOOM_LEVEL = 'NEW_ZOOM_LEVEL'; constant NEW_SCROLL_POSITION (line 31) | const NEW_SCROLL_POSITION = 'NEW_SCROLL_POSITION'; constant NEW_NAVIGATOR_STATUS (line 32) | const NEW_NAVIGATOR_STATUS = 'NEW_NAVIGATOR_STATUS'; constant NEW_INSPECTOR_STATUS (line 33) | const NEW_INSPECTOR_STATUS = 'NEW_INSPECTOR_STATUS'; constant NEW_CSS_EDITOR_STATUS (line 34) | const NEW_CSS_EDITOR_STATUS = 'NEW_CSS_EDITOR_STATUS'; constant NEW_CSS_EDITOR_POSITION (line 35) | const NEW_CSS_EDITOR_POSITION = 'NEW_CSS_EDITOR_POSITION'; constant NEW_CSS_EDITOR_CONTENT (line 36) | const NEW_CSS_EDITOR_CONTENT = 'NEW_CSS_EDITOR_CONTENT'; constant NEW_DRAWER_CONTENT (line 37) | const NEW_DRAWER_CONTENT = 'NEW_DRAWER_CONTENT'; constant NEW_PREVIEWER_CONFIG (line 38) | const NEW_PREVIEWER_CONFIG = 'NEW_PREVIEWER_CONFIG'; constant NEW_ACTIVE_DEVICES (line 39) | const NEW_ACTIVE_DEVICES = 'NEW_ACTIVE_DEVICES'; constant NEW_CUSTOM_DEVICE (line 40) | const NEW_CUSTOM_DEVICE = 'NEW_CUSTOM_DEVICE'; constant LOAD_CUSTOM_DEVICES (line 41) | const LOAD_CUSTOM_DEVICES = 'LOAD_CUSTOM_DEVICES'; constant DELETE_CUSTOM_DEVICE (line 42) | const DELETE_CUSTOM_DEVICE = 'DELETE_CUSTOM_DEVICE'; constant NEW_FILTERS (line 43) | const NEW_FILTERS = 'NEW_FILTERS'; constant NEW_USER_PREFERENCES (line 44) | const NEW_USER_PREFERENCES = 'NEW_USER_PREFERENCES'; constant TOGGLE_BOOKMARK (line 45) | const TOGGLE_BOOKMARK = 'TOGGLE_BOOKMARK'; constant NEW_WINDOW_SIZE (line 46) | const NEW_WINDOW_SIZE = 'NEW_WINDOW_SIZE'; constant DEVICE_LOADING (line 47) | const DEVICE_LOADING = 'DEVICE_LOADING'; constant NEW_FOCUSED_DEVICE (line 48) | const NEW_FOCUSED_DEVICE = 'NEW_FOCUSED_DEVICE'; constant TOGGLE_ALL_DEVICES_MUTED (line 49) | const TOGGLE_ALL_DEVICES_MUTED = 'TOGGLE_ALL_DEVICES_MUTED'; constant TOGGLE_DEVICE_MUTED (line 50) | const TOGGLE_DEVICE_MUTED = 'TOGGLE_DEVICE_MUTED'; constant NEW_THEME (line 51) | const NEW_THEME = 'NEW_THEME'; constant TOGGLE_ALL_DEVICES_DESIGN_MODE (line 52) | const TOGGLE_ALL_DEVICES_DESIGN_MODE = 'TOGGLE_ALL_DEVICES_DESIGN_MODE'; constant TOGGLE_DEVICE_DESIGN_MODE (line 53) | const TOGGLE_DEVICE_DESIGN_MODE = 'TOGGLE_DEVICE_DESIGN_MODE'; constant SET_HEADER_VISIBILITY (line 54) | const SET_HEADER_VISIBILITY = 'SET_HEADER_VISIBILITY'; constant SET_LEFT_PANE_VISIBILITY (line 55) | const SET_LEFT_PANE_VISIBILITY = 'SET_LEFT_PANE_VISIBILITY'; constant SET_HOVERED_LINK (line 56) | const SET_HOVERED_LINK = 'SET_HOVERED_LINK'; constant SET_STARTUP_PAGE (line 57) | const SET_STARTUP_PAGE = 'SET_STARTUP_PAGE'; constant UPDATE_PAGE_NAVIGATOR (line 58) | const UPDATE_PAGE_NAVIGATOR = 'UPDATE_PAGE_NAVIGATOR'; constant TOGGLE_PAGE_NAVIGATOR (line 59) | const TOGGLE_PAGE_NAVIGATOR = 'TOGGLE_PAGE_NAVIGATOR'; function newAddress (line 61) | function newAddress(address) { function newPageMetaField (line 68) | function newPageMetaField(name, value) { function newWindowSize (line 76) | function newWindowSize(size) { function newDevToolsConfig (line 83) | function newDevToolsConfig(config) { function newHomepage (line 90) | function newHomepage(homepage) { function newInspectorState (line 97) | function newInspectorState(status) { function newCSSEditorState (line 104) | function newCSSEditorState(status) { function newCSSEditorPosition (line 111) | function newCSSEditorPosition(position) { function newCSSEditorContent (line 118) | function newCSSEditorContent(content) { function newUserPreferences (line 125) | function newUserPreferences(userPreferences) { function newZoomLevel (line 132) | function newZoomLevel(zoomLevel) { function newScrollPosition (line 139) | function newScrollPosition(scrollPosition) { function newNavigatorStatus (line 146) | function newNavigatorStatus(navigatorStatus) { function newDrawerContent (line 153) | function newDrawerContent(drawer) { function newPreviewerConfig (line 160) | function newPreviewerConfig(previewer) { function newFocusedDevice (line 167) | function newFocusedDevice(previewer) { function newActiveDevices (line 174) | function newActiveDevices(devices) { function newCustomDevice (line 181) | function newCustomDevice(device) { function loadCustomDevices (line 188) | function loadCustomDevices(devices) { function deleteCustomDevice (line 195) | function deleteCustomDevice(device) { function newFilters (line 202) | function newFilters(filters) { function newDeviceLoading (line 209) | function newDeviceLoading(device) { function toggleAllDevicesMuted (line 216) | function toggleAllDevicesMuted(allDevicesMuted) { function toggleDeviceMuted (line 223) | function toggleDeviceMuted(deviceId, isMuted) { function toggleAllDevicesDesignMode (line 231) | function toggleAllDevicesDesignMode() { function toggleDeviceDesignMode (line 237) | function toggleDeviceDesignMode(deviceId) { function onAddressChange (line 244) | function onAddressChange(newURL, force) { function onPageMetaFieldUpdate (line 262) | function onPageMetaFieldUpdate(name, value) { function isHashOnlyChange (line 268) | function isHashOnlyChange(newURL, oldURL) { function onZoomChange (line 280) | function onZoomChange(newLevel) { function onScrollChange (line 295) | function onScrollChange({x: newX, y: newY}) { function updateNavigatorStatus (line 311) | function updateNavigatorStatus({ function openDrawerAndSetContent (line 338) | function openDrawerAndSetContent(_newDrawerContent) { function changeDrawerOpenState (line 359) | function changeDrawerOpenState(newOpenState) { function setPreviewLayout (line 378) | function setPreviewLayout(newLayout) { function setFocusedDevice (line 397) | function setFocusedDevice(focusedDeviceId) { function setActiveDevices (line 416) | function setActiveDevices(newDevices) { function addCustomDevice (line 431) | function addCustomDevice(newDevice) { function deleteDevice (line 445) | function deleteDevice(device) { function toggleFilter (line 451) | function toggleFilter(filterField, value) { function goToHomepage (line 469) | function goToHomepage() { function gotoUrl (line 484) | function gotoUrl(url) { function onDevToolsModeChange (line 498) | function onDevToolsModeChange(newMode) { function onWindowResize (line 560) | function onWindowResize(size) { function onDevToolsResize (line 592) | function onDevToolsResize(size) { function onDevToolsOpen (line 615) | function onDevToolsOpen(newDeviceId, newWebViewId, force) { function onDevToolsClose (line 663) | function onDevToolsClose(devToolsInfo, closeAll) { function downloadPreferences (line 702) | function downloadPreferences(url) { function uploadPreferences (line 708) | function uploadPreferences() { function setCurrentAddressAsHomepage (line 735) | function setCurrentAddressAsHomepage() { function onUserPreferencesChange (line 749) | function onUserPreferencesChange(userPreferences) { function triggerScrollDown (line 755) | function triggerScrollDown() { function toggleEventMirroringAllDevices (line 761) | function toggleEventMirroringAllDevices(status: boolean) { function screenshotAllDevices (line 767) | function screenshotAllDevices() { function flipOrientationAllDevices (line 773) | function flipOrientationAllDevices() { function onAllDevicesMutedChange (line 779) | function onAllDevicesMutedChange() { function onDeviceMutedChange (line 790) | function onDeviceMutedChange(deviceId, isMuted) { function onToggleAllDeviceDesignMode (line 796) | function onToggleAllDeviceDesignMode() { function onToggleDeviceDesignMode (line 807) | function onToggleDeviceDesignMode(deviceId) { function toggleInspector (line 813) | function toggleInspector() { function toggleCSSEditor (line 823) | function toggleCSSEditor() { function changeCSSEditorPosition (line 835) | function changeCSSEditorPosition(newPosition) { function onCSSEditorContentChange (line 851) | function onCSSEditorContentChange(newContent) { function deviceLoadingChange (line 867) | function deviceLoadingChange(deviceInfo) { function triggerScrollUp (line 873) | function triggerScrollUp() { function triggerNavigationBack (line 879) | function triggerNavigationBack() { function triggerNavigationForward (line 885) | function triggerNavigationForward() { function triggerNavigationReload (line 891) | function triggerNavigationReload(_, args) { function triggerStopLoading (line 898) | function triggerStopLoading(_, args) { function deleteCookies (line 904) | function deleteCookies() { function deleteStorage (line 910) | function deleteStorage() { function reloadCSS (line 929) | function reloadCSS() { function setTheme (line 935) | function setTheme(theme) { function setHeaderVisibility (line 946) | function setHeaderVisibility(isVisible: boolean) { function setLeftPaneVisibility (line 957) | function setLeftPaneVisibility(isVisible: boolean) { function setHoveredLink (line 970) | function setHoveredLink(url) { function setStartupPage (line 977) | function setStartupPage(value: 'BLANK' | 'HOME') { function changeStartupPage (line 984) | function changeStartupPage(value: 'BLANK' | 'HOME') { function updatePageNavigator (line 990) | function updatePageNavigator(selector, index) { function resetPageNavigator (line 998) | function resetPageNavigator() { function navigateToNextSelector (line 1010) | function navigateToNextSelector(selector) { function navigateToPrevSelector (line 1029) | function navigateToPrevSelector(selector) { function setPageNavigatorActive (line 1048) | function setPageNavigatorActive(active) { function onChangePageNavigatorActive (line 1055) | function onChangePageNavigatorActive(active) { FILE: desktop-app-legacy/app/actions/networkConfig.js constant CHANGE_ACTIVE_THROTTLING_PROFILE (line 10) | const CHANGE_ACTIVE_THROTTLING_PROFILE = constant SAVE_THROTTLING_PROFILES (line 12) | const SAVE_THROTTLING_PROFILES = 'SAVE_THROTTLING_PROFILES'; constant TOGGLE_USE_PROXY (line 14) | const TOGGLE_USE_PROXY = 'TOGGLE_USE_PROXY'; constant CHANGE_PROXY_PROFILE (line 15) | const CHANGE_PROXY_PROFILE = 'CHANGE_PROXY_PROFILE'; function changeActiveThrottlingProfile (line 17) | function changeActiveThrottlingProfile(title = 'Online') { function saveThrottlingProfilesList (line 24) | function saveThrottlingProfilesList(profiles) { function onActiveThrottlingProfileChanged (line 31) | function onActiveThrottlingProfileChanged(title) { function onThrottlingProfilesListChanged (line 48) | function onThrottlingProfilesListChanged(profiles) { function onClearNetworkCache (line 56) | function onClearNetworkCache() { function toggleUseProxy (line 62) | function toggleUseProxy(useProxy: boolean = false) { function changeProxyProfile (line 69) | function changeProxyProfile(profile) { function onToggleUseProxy (line 76) | function onToggleUseProxy(useProxy: boolean = false) { function onProxyProfileChanged (line 91) | function onProxyProfileChanged(profile) { FILE: desktop-app-legacy/app/actions/statusBar.js constant TOGGLE_STATUS_BAR_VISIBILITY (line 4) | const TOGGLE_STATUS_BAR_VISIBILITY = 'TOGGLE_STATUS_BAR_VISIBILITY'; function toggleStatusBarVisibility (line 6) | function toggleStatusBarVisibility() { FILE: desktop-app-legacy/app/app-updater.js class AppUpdater (line 19) | class AppUpdater extends EventEmitter { method constructor (line 28) | constructor() { method getCurrentStatus (line 49) | getCurrentStatus() { method checkForUpdatesAndNotify (line 53) | checkForUpdatesAndNotify() { method handleStatusChange (line 84) | handleStatusChange(nextStatus: string, backToIdle: boolean) { FILE: desktop-app-legacy/app/components/AddressInput.js class AddressBar (line 22) | class AddressBar extends React.Component { method constructor (line 25) | constructor(props) { method componentDidMount (line 37) | componentDidMount() { method componentWillUnmount (line 41) | componentWillUnmount() { method getDerivedStateFromProps (line 45) | static getDerivedStateFromProps(props, state) { method render (line 55) | render() { constant MAX_SUGGESTIONS (line 285) | const MAX_SUGGESTIONS = 8; FILE: desktop-app-legacy/app/components/AppNotification/AppNotification.js function updateNotificationStatus (line 12) | function updateNotificationStatus(id, action) { function checkIfInteracted (line 23) | function checkIfInteracted(id) { FILE: desktop-app-legacy/app/components/BookmarksBar/BookmarkEditDialog.js function BookmarkEditDialog (line 9) | function BookmarkEditDialog({ FILE: desktop-app-legacy/app/components/ClearNetworkCache/index.js function ClearNetworkCache (line 7) | function ClearNetworkCache(props) { FILE: desktop-app-legacy/app/components/CreateIssue/index.js function CreateIssue (line 59) | function CreateIssue(props) { FILE: desktop-app-legacy/app/components/DeviceDrawer/index.js function DeviceDrawer (line 11) | function DeviceDrawer({ FILE: desktop-app-legacy/app/components/DeviceManager/AddDevice/index.js function AddDevice (line 73) | function AddDevice(props) { FILE: desktop-app-legacy/app/components/DeviceManager/DeviceItem.js function DeviceItem (line 16) | function DeviceItem({device, index, enableCustomDeviceDeletion, deleteDe... FILE: desktop-app-legacy/app/components/DeviceManager/DeviceList.js function DeviceList (line 12) | function DeviceList({ FILE: desktop-app-legacy/app/components/DeviceManager/OSIcon.js function OSIcon (line 10) | function OSIcon({os, color}) { FILE: desktop-app-legacy/app/components/DeviceManager/index.js function DeviceManager (line 24) | function DeviceManager(props) { FILE: desktop-app-legacy/app/components/DevicesOverview/index.js function DevicesOverview (line 8) | function DevicesOverview(props) { FILE: desktop-app-legacy/app/components/DevicesPreviewer/index.js function DevicesPreviewer (line 22) | function DevicesPreviewer(props) { FILE: desktop-app-legacy/app/components/Drawer.js function Drawer (line 18) | function Drawer(props) { function getDrawerContent (line 73) | function getDrawerContent(type) { FILE: desktop-app-legacy/app/components/ErrorBoundary/index.js class ErrorBoundary (line 8) | class ErrorBoundary extends React.Component { method getDerivedStateFromError (line 9) | static getDerivedStateFromError(error) { method componentDidCatch (line 17) | componentDidCatch(error, errorInfo) { method constructor (line 29) | constructor(props) { method render (line 34) | render() { FILE: desktop-app-legacy/app/components/ExtensionsManager/index.js function ExtensionsManager (line 45) | function ExtensionsManager({triggerNavigationReload}) { function ExtensionItem (line 227) | function ExtensionItem({extension, onDelete}) { FILE: desktop-app-legacy/app/components/Headway.js function Headway (line 7) | function Headway() { FILE: desktop-app-legacy/app/components/HttpAuthDialog/index.js function HttpAuthDialog (line 11) | function HttpAuthDialog() { FILE: desktop-app-legacy/app/components/NavigationControls/index.js class NavigationControls (line 15) | class NavigationControls extends Component { method componentDidMount (line 16) | componentDidMount() { method componentWillUnmount (line 21) | componentWillUnmount() { method render (line 29) | render() { FILE: desktop-app-legacy/app/components/NetworkConfiguration/index.js function NetworkConfiguration (line 9) | function NetworkConfiguration({ FILE: desktop-app-legacy/app/components/NetworkProxy/ProxyManager/index.js function ProtocolSelector (line 32) | function ProtocolSelector({value, onChange, allowUseDefault = false}) { function NumberFormatCustom (line 43) | function NumberFormatCustom(props) { function ProxyManager (line 115) | function ProxyManager({proxy, onSave}) { FILE: desktop-app-legacy/app/components/NetworkProxy/index.js function NetworkProxy (line 34) | function NetworkProxy({ FILE: desktop-app-legacy/app/components/NetworkThrottling/ProfileManager/index.js function NumberFormatCustom (line 19) | function NumberFormatCustom(props) { function ProfileManager (line 40) | function ProfileManager({profiles, onSave}) { FILE: desktop-app-legacy/app/components/NetworkThrottling/index.js function NetworkThrottling (line 27) | function NetworkThrottling({ FILE: desktop-app-legacy/app/components/NotificationMessage/index.js function NotificationMessage (line 5) | function NotificationMessage(props) { FILE: desktop-app-legacy/app/components/PageNavigator/index.js constant INPUT_SOURCES (line 16) | const INPUT_SOURCES = {TEXT_BOX: 'TEXT_BOX', OPTION_CLICK: 'OPTION_CLICK'}; FILE: desktop-app-legacy/app/components/PermissionPopup/index.js function getMessage (line 63) | function getMessage(info) { function PermissionPopup (line 73) | function PermissionPopup() { FILE: desktop-app-legacy/app/components/PrefersColorSchemeSwitch/index.js function PrefersColorSchemeSwitch (line 7) | function PrefersColorSchemeSwitch({iconProps}) { FILE: desktop-app-legacy/app/components/PreviewerLayoutSelector/index.js function PreviewerLayoutSelector (line 12) | function PreviewerLayoutSelector(props) { FILE: desktop-app-legacy/app/components/QuickFilterDevices/index.js function QuickFilterDevices (line 15) | function QuickFilterDevices(props) { FILE: desktop-app-legacy/app/components/Renderer/index.js function Renderer (line 16) | function Renderer(props) { FILE: desktop-app-legacy/app/components/ScreenShotSavePreference/index.js function ScreenShotSavePreference (line 10) | function ScreenShotSavePreference({ FILE: desktop-app-legacy/app/components/ScreenshotManager/index.js function Screenshotmanager (line 3) | function Screenshotmanager(props) { FILE: desktop-app-legacy/app/components/Select.js function Select (line 6) | function Select(props) { FILE: desktop-app-legacy/app/components/ToggleTouch/index.js function ToggleTouch (line 8) | function ToggleTouch({iconProps}) { FILE: desktop-app-legacy/app/components/UserPreferences/index.js function UserPreference (line 32) | function UserPreference({ FILE: desktop-app-legacy/app/components/WebView/index.js constant MESSAGE_TYPES (line 58) | const MESSAGE_TYPES = { method constructor (line 69) | constructor(props) { method componentDidMount (line 96) | componentDidMount() { method componentDidUpdate (line 306) | componentDidUpdate(prevProps) { method getWebContentsId (line 322) | getWebContentsId() { method getWebContents (line 326) | getWebContents() { method getWebContentForId (line 330) | getWebContentForId(id) { method componentWillUnmount (line 334) | componentWillUnmount() { method if (line 612) | if (type !== MESSAGE_TYPES.toggleEventMirroring && this.state.isUnplugge... method switch (line 615) | switch (type) { method if (line 759) | if (this.state.isUnplugged) { method switch (line 819) | switch (method) { method if (line 851) | if (!this.props.browser.isInspecting) { FILE: desktop-app-legacy/app/components/WebView/screenshotUtil.js class WebViewUtils (line 100) | class WebViewUtils { method constructor (line 105) | constructor(webView, setFullDocumentDimensions) { method getWindowSizeAndScrollDetails (line 113) | getWindowSizeAndScrollDetails(): Promise { method scrollTo (line 133) | async scrollTo(scrollX: number, scrollY: number, doDelay = false): Pro... method hideScrollbarAndFixedPositionedElements (line 148) | async hideScrollbarAndFixedPositionedElements( method unHideScrollbarAndFixedPositionedElements (line 177) | async unHideScrollbarAndFixedPositionedElements( method getScrollPercent (line 195) | async getScrollPercent(): Promise { method scrollViewPort (line 212) | async scrollViewPort(): Promise { method setWhiteBG (line 226) | async setWhiteBG() { method setScrollBehaviorToAuto (line 249) | async setScrollBehaviorToAuto() { method resetScrollBehavior (line 257) | async resetScrollBehavior() { method resetBG (line 265) | async resetBG() { method doFullPageScrollToLoadLazyLoadedSections (line 273) | async doFullPageScrollToLoadLazyLoadedSections(): Promise { method captureFullPageV2 (line 284) | async captureFullPageV2({dir, file}) { method getViewportImage (line 311) | async getViewportImage({dir, file}): Promise { method writeNativeImageToFile (line 318) | async writeNativeImageToFile(image, dir, file) { method getFullScreenImages (line 325) | async getFullScreenImages(promiseWorker: PromiseWorker): Promise { method takeSnapshot (line 386) | async takeSnapshot(options): Promise { function _getScreenshotFileName (line 401) | function _getScreenshotFileName( FILE: desktop-app-legacy/app/components/ZoomInput/index.js function BrowserZoom (line 21) | function BrowserZoom(props) { FILE: desktop-app-legacy/app/components/icons/CrossChrome.js function CrossChrome (line 3) | function CrossChrome({width, height, color, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/DockBottom.js function DockBottom (line 5) | function DockBottom({width, height, color, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/DockRight.js function DockRight (line 5) | function DockRight({width, height, color, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/Filter.js function Filter (line 3) | function Filter({width, height, color, className}) { FILE: desktop-app-legacy/app/components/icons/Gift.js function Gift (line 3) | function Gift({width, height, color, className}) { FILE: desktop-app-legacy/app/components/icons/Github.js function Github (line 3) | function Github({ FILE: desktop-app-legacy/app/components/icons/Globe.js function Globe (line 3) | function Globe({ FILE: desktop-app-legacy/app/components/icons/InspectElementChrome.js function InspectElementChrome (line 6) | function InspectElementChrome({ FILE: desktop-app-legacy/app/components/icons/Kebab.js function Kebab (line 3) | function Kebab({width, height, color, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/Logo.js function Logo (line 5) | function Logo({ FILE: desktop-app-legacy/app/components/icons/Muted.js function Muted (line 3) | function Muted({width, height, color, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/RoadMap.js function RoadMap (line 3) | function RoadMap({ FILE: desktop-app-legacy/app/components/icons/Start.js function Start (line 3) | function Start({width, height, strokeColor, fillColor, padding, margin}) { FILE: desktop-app-legacy/app/components/icons/Twitter.js function Twitter (line 3) | function Twitter({ FILE: desktop-app-legacy/app/components/icons/UnDock.js function UnDock (line 6) | function UnDock({ FILE: desktop-app-legacy/app/components/useCreateTheme.js function useCreateTheme (line 6) | function useCreateTheme() { method mode (line 52) | mode({light, dark}) { method mode (line 96) | mode({light, dark}) { FILE: desktop-app-legacy/app/components/useIsDarkTheme.js function useIsDarkTheme (line 6) | function useIsDarkTheme() { FILE: desktop-app-legacy/app/constants/DrawerContents.js constant DEVICE_MANAGER (line 1) | const DEVICE_MANAGER = 'DEVICE_MANAGER'; constant SCREENSHOT_MANAGER (line 2) | const SCREENSHOT_MANAGER = 'SCREENSHOT_MANAGER'; constant USER_PREFERENCES (line 3) | const USER_PREFERENCES = 'USER_PREFERENCES'; constant EXTENSIONS_MANAGER (line 4) | const EXTENSIONS_MANAGER = 'EXTENSIONS_MANAGER'; constant NETWORK_CONFIGURATION (line 5) | const NETWORK_CONFIGURATION = 'NETWORK_CONFIGURATION'; FILE: desktop-app-legacy/app/constants/browserSync.js constant BROWSER_SYNC_VERSION (line 1) | const BROWSER_SYNC_VERSION = '2.26.7'; constant BROWSER_SYNC_PORT (line 2) | const BROWSER_SYNC_PORT = '12719'; FILE: desktop-app-legacy/app/constants/devices.js function getOS (line 55) | function getOS(device) { function getUserAgent (line 69) | function getUserAgent(device) { function getAllDevices (line 77) | function getAllDevices() { FILE: desktop-app-legacy/app/constants/index.js constant DEFAULT_ZOOM_LEVEL (line 6) | const DEFAULT_ZOOM_LEVEL = 0.6; constant MIN_ZOOM_LEVEL (line 11) | const MIN_ZOOM_LEVEL = 0.2; constant MAX_ZOOM_LEVEL (line 16) | const MAX_ZOOM_LEVEL = 2.0; FILE: desktop-app-legacy/app/constants/license.js constant DEACTIVATION_REASON (line 1) | const DEACTIVATION_REASON = { FILE: desktop-app-legacy/app/constants/permissionsManagement.js constant PERMISSION_MANAGEMENT_OPTIONS (line 1) | const PERMISSION_MANAGEMENT_OPTIONS = { FILE: desktop-app-legacy/app/constants/previewerLayouts.js constant HORIZONTAL_LAYOUT (line 1) | const HORIZONTAL_LAYOUT = 'HORIZONTAL'; constant FLEXIGRID_LAYOUT (line 2) | const FLEXIGRID_LAYOUT = 'FLEXIGRID'; constant INDIVIDUAL_LAYOUT (line 3) | const INDIVIDUAL_LAYOUT = 'INDIVIDUAL'; constant DEVTOOLS_MODES (line 5) | const DEVTOOLS_MODES = { constant CSS_EDITOR_MODES (line 11) | const CSS_EDITOR_MODES = { FILE: desktop-app-legacy/app/constants/pubsubEvents.js constant SCROLL_DOWN (line 1) | const SCROLL_DOWN = 'SCROLL_DOWN'; constant SCROLL_UP (line 2) | const SCROLL_UP = 'SCROLL_UP'; constant NAVIGATION_BACK (line 3) | const NAVIGATION_BACK = 'NAVIGATION_BACK'; constant NAVIGATION_FORWARD (line 4) | const NAVIGATION_FORWARD = 'NAVIGATION_FORWARD'; constant NAVIGATION_RELOAD (line 5) | const NAVIGATION_RELOAD = 'NAVIGATION_RELOAD'; constant RELOAD_CSS (line 6) | const RELOAD_CSS = 'RELOAD_CSS'; constant ADDRESS_CHANGE (line 7) | const ADDRESS_CHANGE = 'ADDRESS_CHANGE'; constant DELETE_STORAGE (line 8) | const DELETE_STORAGE = 'DELETE_STORAGE'; constant SCREENSHOT_ALL_DEVICES (line 9) | const SCREENSHOT_ALL_DEVICES = 'SCREENSHOT_ALL_DEVICES'; constant FLIP_ORIENTATION_ALL_DEVICES (line 10) | const FLIP_ORIENTATION_ALL_DEVICES = 'FLIP_ORIENTATION_ALL_DEVICES'; constant TOGGLE_DEVICE_MUTED_STATE (line 11) | const TOGGLE_DEVICE_MUTED_STATE = 'TOGGLE_DEVICE_MUTED_STATE'; constant TOGGLE_EVENT_MIRRORING_ALL_DEVICES (line 12) | const TOGGLE_EVENT_MIRRORING_ALL_DEVICES = constant STOP_LOADING (line 14) | const STOP_LOADING = 'STOP_LOADING'; constant APPLY_CSS (line 15) | const APPLY_CSS = 'APPLY_CSS'; constant SET_NETWORK_TROTTLING_PROFILE (line 17) | const SET_NETWORK_TROTTLING_PROFILE = 'SET_NETWORK_TROTTLING_PROFILE'; constant CLEAR_NETWORK_CACHE (line 18) | const CLEAR_NETWORK_CACHE = 'CLEAR_NETWORK_CACHE'; constant OPEN_CONSOLE_FOR_DEVICE (line 19) | const OPEN_CONSOLE_FOR_DEVICE = 'OPEN_CONSOLE_FOR_DEVICE'; constant PROXY_AUTH_ERROR (line 20) | const PROXY_AUTH_ERROR = 'PROXY_AUTH_ERROR'; constant STATUS_BAR_VISIBILITY_CHANGE (line 23) | const STATUS_BAR_VISIBILITY_CHANGE = 'status-bar-visibility-change'; constant HIDE_PERMISSION_POPUP_DUE_TO_RELOAD (line 25) | const HIDE_PERMISSION_POPUP_DUE_TO_RELOAD = constant PERMISSION_MANAGEMENT_PREFERENCE_CHANGED (line 27) | const PERMISSION_MANAGEMENT_PREFERENCE_CHANGED = constant TOGGLE_DEVICE_DESIGN_MODE_STATE (line 30) | const TOGGLE_DEVICE_DESIGN_MODE_STATE = constant PAGE_NAVIGATOR_CHANGED (line 33) | const PAGE_NAVIGATOR_CHANGED = 'PAGE_NAVIGATOR_CHANGED'; FILE: desktop-app-legacy/app/constants/searchResultSettings.js constant ADD_SEARCH_RESULTS (line 1) | const ADD_SEARCH_RESULTS = 'ADD_SEARCH_RESULTS'; FILE: desktop-app-legacy/app/constants/settingKeys.js constant ACTIVE_DEVICES (line 1) | const ACTIVE_DEVICES = 'activeDevices'; constant CUSTOM_DEVICES (line 2) | const CUSTOM_DEVICES = 'customDevices'; constant USER_PREFERENCES (line 3) | const USER_PREFERENCES = 'userPreferences'; constant CAN_PROMPT_MOVE_TO_APPLICATIONS (line 4) | const CAN_PROMPT_MOVE_TO_APPLICATIONS = 'canPromptMoveToApplications'; constant NETWORK_CONFIGURATION (line 5) | const NETWORK_CONFIGURATION = 'networkConfiguration'; constant BOOKMARKS (line 6) | const BOOKMARKS = 'bookmarks'; constant STATUS_BAR_VISIBILITY (line 7) | const STATUS_BAR_VISIBILITY = 'statusBarVisibility'; constant APP_NOTIFICATION (line 8) | const APP_NOTIFICATION = 'appNotification'; constant LAYOUT (line 9) | const LAYOUT = 'layout'; FILE: desktop-app-legacy/app/constants/theme.js constant LIGHT_THEME (line 1) | const LIGHT_THEME = 'light'; constant DARK_THEME (line 2) | const DARK_THEME = 'dark'; FILE: desktop-app-legacy/app/constants/values.js constant SCREENSHOT_MECHANISM (line 1) | const SCREENSHOT_MECHANISM = { constant SSL_ERROR_CODES (line 6) | const SSL_ERROR_CODES = { constant DESIGN_MODE_JS_VALUES (line 11) | const DESIGN_MODE_JS_VALUES = { constant STARTUP_PAGE (line 16) | const STARTUP_PAGE = { FILE: desktop-app-legacy/app/containers/AddDeviceContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/AddressBar/index.js function mapStateToProps (line 34) | function mapStateToProps(state) { function mapDispatchToProps (line 43) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/BookmarksBarContainer/index.js function mapStateToProps (line 28) | function mapStateToProps(state) { function mapDispatchToProps (line 34) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/Browser/index.js function mapStateToProps (line 69) | function mapStateToProps(state) { function mapDispatchToProps (line 75) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DevToolResizerContainer/index.js function mapStateToProps (line 16) | function mapStateToProps(state) { function mapDispatchToProps (line 24) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DeviceDrawerContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DeviceManagerContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DevicePreviewerContainer/index.js function mapStateToProps (line 8) | function mapStateToProps(state) { function mapDispatchToProps (line 14) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DevicesOverviewContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/DrawerContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/ExtensionsManagerContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/HeaderContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/LeftIconsPaneContainer/index.js function mapStateToProps (line 8) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/NavigationControlsContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 19) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/NetworkConfigurationContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 16) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/PageNavigatorContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 16) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/QuickFilterDevicesContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/Root.js function App (line 34) | function App() { class Root (line 50) | class Root extends Component { method componentDidMount (line 51) | componentDidMount() { method componentWillUnmount (line 62) | componentWillUnmount() { method render (line 278) | render() { FILE: desktop-app-legacy/app/containers/ScrollControlsContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 15) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/StatusBarContainer/index.js function mapStateToProps (line 26) | function mapStateToProps(state) { function mapDispatchToProps (line 33) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/UserPreferencesContainer/index.js function mapStateToProps (line 9) | function mapStateToProps(state) { function mapDispatchToProps (line 16) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/WebViewContainer/index.js function mapStateToProps (line 8) | function mapStateToProps(state) { function mapDispatchToProps (line 14) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/containers/ZoomContainer/index.js function mapStateToProps (line 8) | function mapStateToProps(state) { function mapDispatchToProps (line 14) | function mapDispatchToProps(dispatch) { FILE: desktop-app-legacy/app/imageWorker.js constant UUID (line 10) | const UUID = uuid.v4; function stitchHorizontally (line 20) | async function stitchHorizontally(images) { function writeToTempFile (line 31) | async function writeToTempFile(image) { function stitchVertically (line 44) | async function stitchVertically(images, {dir, file}) { FILE: desktop-app-legacy/app/main.dev.js constant URL (line 66) | const URL = require('url').URL; constant HOME_PAGE (line 68) | const HOME_PAGE = 'HOME_PAGE'; constant LAST_OPENED_ADDRESS (line 69) | const LAST_OPENED_ADDRESS = 'LAST_OPENED_ADDRESS'; function getUserPreferences (line 332) | function getUserPreferences(): UserPreferenceType { FILE: desktop-app-legacy/app/menu.js class MenuBuilder (line 25) | class MenuBuilder { method constructor (line 28) | constructor(mainWindow: BrowserWindow) { method aboutClick (line 32) | aboutClick() { method click (line 79) | click() { method click (line 85) | click() { method click (line 93) | click() { method click (line 101) | click() { method click (line 107) | click() { method click (line 162) | click() { method getCheckForUpdatesMenuState (line 240) | getCheckForUpdatesMenuState() { method buildMenu (line 277) | buildMenu(isUpdate: boolean = false) { method setupDevelopmentEnvironment (line 308) | setupDevelopmentEnvironment() { method buildDarwinTemplate (line 324) | buildDarwinTemplate() { method buildDefaultTemplate (line 505) | buildDefaultTemplate() { method registerMenuShortcuts (line 614) | registerMenuShortcuts( FILE: desktop-app-legacy/app/preload.js method click (line 14) | click(menuItem, browserWindow, event) { method click (line 22) | click(menuItem, browserWindow, event) { method click (line 33) | click(menuItem, browserWindow, event) { method click (line 44) | click(menuItem, browserWindow, event) { method click (line 55) | click(menuItem, browserWindow, event) { FILE: desktop-app-legacy/app/reducers/bookmarks.js function fetchBookmarks (line 11) | function fetchBookmarks(): BookmarksType { function persistBookmarks (line 15) | function persistBookmarks(bookmarks) { function browser (line 19) | function browser( FILE: desktop-app-legacy/app/reducers/browser.js constant FILTER_FIELDS (line 72) | const FILTER_FIELDS = { function _saveActiveDevices (line 218) | function _saveActiveDevices(devices) { function _getActiveDevices (line 226) | function _getActiveDevices() { function _getUserPreferences (line 252) | function _getUserPreferences(): UserPreferenceType { function _setUserPreferences (line 256) | function _setUserPreferences(userPreferences) { function getBounds (line 260) | function getBounds(mode, _size, windowSize) { function getDefaultDevToolsWindowSize (line 282) | function getDefaultDevToolsWindowSize(mode, windowSize) { function getWindowSize (line 290) | function getWindowSize() { function _getUserPreferencesDevToolsMode (line 294) | function _getUserPreferencesDevToolsMode() { function _updateFileWatcher (line 298) | function _updateFileWatcher(newURL) { function _getHomepage (line 309) | function _getHomepage() { function _getNetworkConfiguration (line 315) | function _getNetworkConfiguration(): NetworkConfigurationType { function _setNetworkConfiguration (line 319) | function _setNetworkConfiguration( function getLayout (line 325) | function getLayout() { function setLayout (line 329) | function setLayout(layout) { function browser (line 333) | function browser( FILE: desktop-app-legacy/app/reducers/index.js function createRootReducer (line 7) | function createRootReducer() { FILE: desktop-app-legacy/app/reducers/statusBar.js function app (line 7) | function app( FILE: desktop-app-legacy/app/services/browserSync/index.js function initializeBrowserSyncOptions (line 8) | async function initializeBrowserSyncOptions() { function getBrowserSyncEmbedScriptURL (line 14) | function getBrowserSyncEmbedScriptURL() { FILE: desktop-app-legacy/app/services/db/appMetadata.js constant OPEN_COUNT (line 3) | const OPEN_COUNT = 'openCount'; class AppMetadata (line 5) | class AppMetadata { method incrementOpenCount (line 6) | incrementOpenCount() { method getOpenCount (line 11) | getOpenCount() { FILE: desktop-app-legacy/app/settings/migration.js function migrateDeviceSchema (line 13) | function migrateDeviceSchema() { function _ensureDefaultStartupPage (line 29) | function _ensureDefaultStartupPage() { function _ensureDefaultNetworkConfig (line 38) | function _ensureDefaultNetworkConfig() { function _getDefaultNetworkThrottlingProfiles (line 49) | function _getDefaultNetworkThrottlingProfiles() { function _getDefaultNetworkProxyProfile (line 81) | function _getDefaultNetworkProxyProfile() { FILE: desktop-app-legacy/app/settings/statusBarSettings.js class StatusBarSettings (line 4) | class StatusBarSettings { method constructor (line 5) | constructor() { FILE: desktop-app-legacy/app/settings/userPreferenceSettings.js class UserPreferenceSettings (line 7) | class UserPreferenceSettings { FILE: desktop-app-legacy/app/shortcut-manager/main-shortcut-manager.js function registerShortcut (line 21) | function registerShortcut(shortcut: ShortcutDefinition): boolean { function unregisterShortcut (line 27) | function unregisterShortcut(id: string): boolean { function clearAllShortcuts (line 32) | function clearAllShortcuts() { function getAllShortcuts (line 36) | function getAllShortcuts(): ShortcutDefinition[] { function initMainShortcutManager (line 44) | function initMainShortcutManager() { FILE: desktop-app-legacy/app/shortcut-manager/renderer-shortcut-manager.js function validate (line 23) | function validate(shortcut: ShortcutDefinition, checkUnique = true) { FILE: desktop-app-legacy/app/shortcut-manager/shared.js constant REGISTER_CHANNEL (line 1) | const REGISTER_CHANNEL = 'register-shortcut'; constant UNREGISTER_CHANNEL (line 2) | const UNREGISTER_CHANNEL = 'unregister-shortcut'; constant REGISTER_REPLY_CHANNEL (line 3) | const REGISTER_REPLY_CHANNEL = 'register-shortcut-reply'; constant UNREGISTER_REPLY_CHANNEL (line 4) | const UNREGISTER_REPLY_CHANNEL = 'unregister-shortcut-reply'; constant GET_ALL_CHANNEL (line 5) | const GET_ALL_CHANNEL = 'get-all-shortcuts'; constant CLEAR_CHANNEL (line 6) | const CLEAR_CHANNEL = 'clear-shortcuts'; function validateDefinition (line 18) | function validateDefinition(shortcut: ShortcutDefinition): boolean { FILE: desktop-app-legacy/app/store/configureStore.prod.js function configureStore (line 20) | function configureStore(initialState) { FILE: desktop-app-legacy/app/utils/browserSync.js function initBrowserSync (line 11) | async function initBrowserSync() { function watchFiles (line 17) | function watchFiles(filePath) { function stopWatchFiles (line 35) | async function stopWatchFiles() { function getBrowserSyncHost (line 44) | function getBrowserSyncHost() { function getBrowserSyncEmbedScriptURL (line 48) | function getBrowserSyncEmbedScriptURL() { function initInstance (line 52) | async function initInstance(): Promise<> { function closeBrowserSync (line 73) | function closeBrowserSync() { FILE: desktop-app-legacy/app/utils/browserUtils.js function normalizeZoomLevel (line 9) | function normalizeZoomLevel(zoomLevel: number): number { FILE: desktop-app-legacy/app/utils/deviceManagerUtils.js constant MIN_NUMBER_OF_DEVICES (line 3) | const MIN_NUMBER_OF_DEVICES = 2; function getRecommendedMaxNumberOfDevices (line 5) | function getRecommendedMaxNumberOfDevices() { FILE: desktop-app-legacy/app/utils/generalUtils.js function isSslValidationFailed (line 41) | function isSslValidationFailed(errorCode) { FILE: desktop-app-legacy/app/utils/navigatorUtils.js constant HOME_PAGE (line 6) | const HOME_PAGE = 'HOME_PAGE'; constant LAST_OPENED_ADDRESS (line 7) | const LAST_OPENED_ADDRESS = 'LAST_OPENED_ADDRESS'; function saveHomepage (line 9) | function saveHomepage(url) { function saveLastOpenedAddress (line 13) | function saveLastOpenedAddress(url) { function getHomepage (line 17) | function getHomepage() { function getLastOpenedAddress (line 21) | function getLastOpenedAddress() { function getStartupPage (line 25) | function getStartupPage() { function saveStartupPage (line 31) | function saveStartupPage(option: 'BLANK' | 'HOME') { FILE: desktop-app-legacy/app/utils/permissionUtils.js function getPermissionPageTitle (line 13) | function getPermissionPageTitle(url) { function getDeviceText (line 25) | function getDeviceText(device) { function getPermissionRequestMessage (line 32) | function getPermissionRequestMessage(permission, details) { function notifyPermissionToHandleReloadOrNewAddress (line 62) | function notifyPermissionToHandleReloadOrNewAddress() { function notifyPermissionPreferenceChanged (line 67) | function notifyPermissionPreferenceChanged(newPreference) { function getPermissionSettingPreference (line 71) | function getPermissionSettingPreference() { FILE: desktop-app-legacy/app/utils/proxyUtils.js function proxyRuleToString (line 1) | function proxyRuleToString(scheme, rule, defaultRule) { function convertToProxyConfig (line 10) | function convertToProxyConfig(profile) { function getEmptyProxySchemeConfig (line 29) | function getEmptyProxySchemeConfig(useDefault = false) { FILE: desktop-app-legacy/app/utils/stringUtils.js function isNullOrWhiteSpaces (line 1) | function isNullOrWhiteSpaces(str: string): boolean { FILE: desktop-app-legacy/app/utils/urlUtils.js function getHostFromURL (line 3) | function getHostFromURL(url: String) { FILE: desktop-app-legacy/configs/webpack.config.renderer.dev.babel.js method before (line 260) | before() { FILE: desktop-app-legacy/internals/scripts/CheckBuiltsExist.js function CheckBuildsExist (line 7) | function CheckBuildsExist() { FILE: desktop-app-legacy/internals/scripts/CheckNodeEnv.js function CheckNodeEnv (line 4) | function CheckNodeEnv(expectedEnv: string) { FILE: desktop-app-legacy/scripts/generate-checksums.js function hashFile (line 16) | function hashFile(file, algorithm = 'sha512', encoding = 'hex', options ... constant RELATIVE_FOLDER_PATH (line 38) | const RELATIVE_FOLDER_PATH = '../release'; constant CHECKSUM_SUFFIX (line 39) | const CHECKSUM_SUFFIX = '.checksum.sha512'; constant SKIP_SUFFIX_LIST (line 40) | const SKIP_SUFFIX_LIST = [CHECKSUM_SUFFIX, '.yml', '.yaml', '.txt']; FILE: desktop-app/.erb/configs/webpack.config.renderer.dev.ts method setupMiddlewares (line 213) | setupMiddlewares(middlewares) { FILE: desktop-app/.erb/scripts/check-node-env.js function checkNodeEnv (line 3) | function checkNodeEnv(expectedEnv) { FILE: desktop-app/.erb/scripts/delete-source-maps.js function deleteSourceMaps (line 5) | function deleteSourceMaps() { FILE: desktop-app/assets/assets.d.ts type Styles (line 1) | type Styles = Record; FILE: desktop-app/postinstall.ts function performReplacements (line 3) | async function performReplacements() { function performPostInstall (line 27) | async function performPostInstall() { FILE: desktop-app/src/common/constants.ts constant DOCK_POSITION (line 3) | const DOCK_POSITION = { constant PREVIEW_LAYOUTS (line 9) | const PREVIEW_LAYOUTS = { type PreviewLayout (line 16) | type PreviewLayout = (typeof PREVIEW_LAYOUTS)[keyof typeof PREVIEW_LAYOU... type Notification (line 18) | type Notification = { type OpenUrlArgs (line 25) | interface OpenUrlArgs { constant IPC_MAIN_CHANNELS (line 29) | const IPC_MAIN_CHANNELS = { type Channels (line 46) | type Channels = (typeof IPC_MAIN_CHANNELS)[keyof typeof IPC_MAIN_CHANNELS]; constant PROTOCOL (line 48) | const PROTOCOL = 'responsively'; constant PERMISSION_TYPES (line 50) | const PERMISSION_TYPES = { type PermissionType (line 61) | type PermissionType = (typeof PERMISSION_TYPES)[keyof typeof PERMISSION_... type SitePermission (line 63) | interface SitePermission { FILE: desktop-app/src/common/deviceList.ts type Device (line 1) | interface Device { type DeviceMap (line 1596) | type DeviceMap = {[key: string]: Device}; FILE: desktop-app/src/common/webViewUtils.ts function updateWebViewHeightAndScale (line 1) | function updateWebViewHeightAndScale( FILE: desktop-app/src/main/app-meta/index.ts type AppMetaResponse (line 6) | interface AppMetaResponse { FILE: desktop-app/src/main/app-updater.ts type AppUpdaterStatus (line 3) | interface AppUpdaterStatus { class AppUpdater (line 12) | class AppUpdater { method constructor (line 25) | constructor() { method getStatus (line 61) | getStatus(): AppUpdaterStatus { FILE: desktop-app/src/main/browser-sync.ts constant BROWSER_SYNC_PORT (line 5) | const BROWSER_SYNC_PORT = 12719; constant BROWSER_SYNC_HOST (line 6) | const BROWSER_SYNC_HOST = `localhost:${BROWSER_SYNC_PORT}`; constant BROWSER_SYNC_URL (line 7) | const BROWSER_SYNC_URL = `https://${BROWSER_SYNC_HOST}/browser-sync/brow... function initInstance (line 15) | async function initInstance(): Promise { function watchFiles (line 40) | function watchFiles(filePath: string) { function stopWatchFiles (line 61) | async function stopWatchFiles() { FILE: desktop-app/src/main/devtools/index.ts type OpenDevtoolsArgs (line 9) | interface OpenDevtoolsArgs { type ResizeDevtoolsArgs (line 15) | interface ResizeDevtoolsArgs { type OpenDevtoolsResult (line 19) | interface OpenDevtoolsResult { type ToggleInspectorArgs (line 23) | interface ToggleInspectorArgs { type ToggleInspectorResult (line 27) | interface ToggleInspectorResult { type InspectElementArgs (line 31) | interface InspectElementArgs { FILE: desktop-app/src/main/http-basic-auth/index.ts type AuthRequestArgs (line 4) | type AuthRequestArgs = AuthInfo; type AuthResponseArgs (line 6) | interface AuthResponseArgs { type Callback (line 12) | type Callback = (username: string, password: string) => void; FILE: desktop-app/src/main/menu/help.ts type AboutDialogArgs (line 7) | interface AboutDialogArgs { method click (line 29) | click() { method click (line 35) | click() { method click (line 41) | click() { method click (line 47) | click() { method click (line 53) | click() { FILE: desktop-app/src/main/menu/index.ts type DarwinMenuItemConstructorOptions (line 6) | interface DarwinMenuItemConstructorOptions extends MenuItemConstructorOp... type ReloadArgs (line 11) | interface ReloadArgs { class MenuBuilder (line 15) | class MenuBuilder { method constructor (line 20) | constructor(mainWindow: BrowserWindow, appUpdater: AppUpdater) { method buildMenu (line 25) | buildMenu(): Menu { method setupDevelopmentEnvironment (line 39) | setupDevelopmentEnvironment(): void { method buildDarwinTemplate (line 54) | buildDarwinTemplate(): MenuItemConstructorOptions[] { method buildDefaultTemplate (line 124) | buildDefaultTemplate(): MenuItemConstructorOptions[] { FILE: desktop-app/src/main/native-functions/index.ts type DisableDefaultWindowOpenHandlerArgs (line 3) | interface DisableDefaultWindowOpenHandlerArgs { type DisableDefaultWindowOpenHandlerResult (line 7) | interface DisableDefaultWindowOpenHandlerResult { type SetNativeThemeArgs (line 11) | interface SetNativeThemeArgs { type SetNativeThemeResult (line 15) | interface SetNativeThemeResult { FILE: desktop-app/src/main/preload.ts method sendMessage (line 5) | sendMessage(channel: Channels, args: T[]) { method on (line 8) | on(channel: Channels, func: (...args: T[]) => void) { method once (line 14) | once(channel: Channels, func: (...args: T[]) => void) { method invoke (line 17) | invoke(channel: Channels, ...args: T[]): Promise

{ method removeListener (line 20) | removeListener(channel: Channels, listener: (...args: any[]) => void) { method removeAllListeners (line 23) | removeAllListeners(channel: Channels) { method get (line 28) | get(val: any) { method set (line 31) | set(property: string, val: any) { FILE: desktop-app/src/main/screenshot/index.ts type ScreenshotArgs (line 8) | interface ScreenshotArgs { type ScreenshotAllArgs (line 14) | interface ScreenshotAllArgs { type ScreenshotResult (line 22) | interface ScreenshotResult { FILE: desktop-app/src/main/screenshot/webpage.ts class WebPage (line 1) | class WebPage { method constructor (line 4) | constructor(webview: Electron.WebContents) { method getPageHeight (line 8) | async getPageHeight() { method getViewportHeight (line 12) | async getViewportHeight() { method scrollTo (line 16) | async scrollTo(x: number, y: number) { FILE: desktop-app/src/main/util.ts function resolveHtmlPath (line 8) | function resolveHtmlPath(htmlFileName: string) { function isValidCliArgURL (line 20) | function isValidCliArgURL(arg?: string): boolean { type EnvironmentInfo (line 58) | interface EnvironmentInfo { FILE: desktop-app/src/main/web-permissions/PermissionsManager.ts type PermissionRequestArg (line 5) | interface PermissionRequestArg { type PermissionResponseArg (line 10) | interface PermissionResponseArg { constant PERMISSION_STATE (line 15) | const PERMISSION_STATE = { type PermissionState (line 22) | type PermissionState = (typeof PERMISSION_STATE)[keyof typeof PERMISSION... type PersistedPermission (line 24) | interface PersistedPermission { type PermissionRecords (line 32) | type PermissionRecords = Record; type PermissionCallback (line 34) | type PermissionCallback = (permissionGranted: boolean) => void; class PermissionsManager (line 74) | class PermissionsManager { method constructor (line 81) | constructor(mainWindow: BrowserWindow) { method getPermissionState (line 110) | getPermissionState(origin: string, type: string): PermissionState { method setPermissionState (line 115) | setPermissionState(origin: string, type: string, state: PermissionStat... method requestPermission (line 133) | requestPermission(origin: string, type: string, callback: PermissionCa... method getSitePermissions (line 173) | getSitePermissions(origin: string) { method updateSitePermission (line 200) | updateSitePermission(origin: string, type: string, state: PermissionSt... method clearSitePermissions (line 219) | clearSitePermissions(origin: string) { FILE: desktop-app/src/main/webview-context-menu/common.ts type ContextMenuMetadata (line 1) | interface ContextMenuMetadata { constant CONTEXT_MENUS (line 6) | const CONTEXT_MENUS: {[key: string]: ContextMenuMetadata} = { FILE: desktop-app/src/main/webview-storage-manager/index.ts type DeleteStorageArgs (line 3) | interface DeleteStorageArgs { type DeleteStorageResult (line 8) | interface DeleteStorageResult { FILE: desktop-app/src/renderer/components/Accordion/AccordionItem.tsx type AccordionItemProps (line 3) | type AccordionItemProps = { FILE: desktop-app/src/renderer/components/Button/index.tsx type CustomProps (line 5) | interface CustomProps { FILE: desktop-app/src/renderer/components/ButtonGroup/index.tsx type Props (line 4) | interface Props { FILE: desktop-app/src/renderer/components/DeviceManager/DeviceDetailsModal.tsx type Props (line 9) | interface Props { FILE: desktop-app/src/renderer/components/DeviceManager/DeviceLabel.tsx constant DND_TYPE (line 10) | const DND_TYPE = 'Device'; type Props (line 12) | interface Props { method hover (line 54) | hover(draggedDevice: Device) { FILE: desktop-app/src/renderer/components/DeviceManager/PreviewSuites/CreateSuiteButton/CreateSuiteModal.tsx type Props (line 11) | interface Props { FILE: desktop-app/src/renderer/components/DeviceManager/PreviewSuites/Suite.tsx type Props (line 15) | interface Props { FILE: desktop-app/src/renderer/components/DropDown/index.tsx type Separator (line 7) | interface Separator { type Option (line 11) | interface Option { type OptionOrSeparator (line 17) | type OptionOrSeparator = Option | Separator; type Props (line 19) | interface Props { function DropDown (line 25) | function DropDown({label, options, className}: Props) { FILE: desktop-app/src/renderer/components/FileUploader/FileUploader.tsx type FileUploaderProps (line 4) | type FileUploaderProps = { FILE: desktop-app/src/renderer/components/Input/index.tsx type Props (line 4) | interface Props { FILE: desktop-app/src/renderer/components/KeyboardShortcutsManager/constants.ts constant SHORTCUT_CHANNEL (line 1) | const SHORTCUT_CHANNEL = { type ShortcutChannel (line 21) | type ShortcutChannel = (typeof SHORTCUT_CHANNEL)[keyof typeof SHORTCUT_C... constant SHORTCUT_KEYS (line 23) | const SHORTCUT_KEYS: {[key in ShortcutChannel]: string[]} = { FILE: desktop-app/src/renderer/components/Modal/index.tsx type Props (line 4) | interface Props { FILE: desktop-app/src/renderer/components/ModalLoader/index.tsx type Props (line 3) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/Device/ColorBlindnessTools/index.tsx type InjectedCss (line 17) | interface InjectedCss { type Props (line 24) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/Device/DesignOverlay/index.tsx type Props (line 8) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/Device/DesignOverlayControls/index.tsx type Props (line 16) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/Device/Toolbar.tsx type Props (line 14) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/Device/common.ts type ContextMenuMetadata (line 1) | interface ContextMenuMetadata { constant CONTEXT_MENUS (line 6) | const CONTEXT_MENUS: {[key: string]: ContextMenuMetadata} = { FILE: desktop-app/src/renderer/components/Previewer/Device/index.tsx type Props (line 60) | interface Props { type ErrorState (line 66) | interface ErrorState { FILE: desktop-app/src/renderer/components/Previewer/DevtoolsResizer/index.tsx type SizeValue (line 17) | type SizeValue = number | string; type DockConfig (line 19) | interface DockConfig { FILE: desktop-app/src/renderer/components/Previewer/Guides/index.tsx type DefaultGuide (line 7) | type DefaultGuide = { type Props (line 13) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/IndividualLayoutToolBar/index.tsx type Props (line 11) | interface Props { FILE: desktop-app/src/renderer/components/Previewer/index.tsx type MasonryProps (line 14) | interface MasonryProps { FILE: desktop-app/src/renderer/components/Select/index.tsx type Props (line 3) | interface Props { FILE: desktop-app/src/renderer/components/Spinner/index.tsx type Props (line 3) | interface Props { FILE: desktop-app/src/renderer/components/Sponsorship/index.tsx constant CONTENT_COPY (line 9) | const CONTENT_COPY = [ FILE: desktop-app/src/renderer/components/Toggle/index.tsx type Props (line 1) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/AddressBar/AuthModal.tsx type Props (line 9) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/AddressBar/BookmarkButton.tsx type Props (line 14) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/AddressBar/SitePermissions/index.tsx constant PERMISSION_STATES (line 7) | const PERMISSION_STATES = { type SitePermissionsDropdownProps (line 14) | interface SitePermissionsDropdownProps { type PermissionToggleProps (line 20) | interface PermissionToggleProps { FILE: desktop-app/src/renderer/components/ToolBar/AddressBar/SuggestionList.tsx type HistoryItem (line 4) | interface HistoryItem { type Props (line 10) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/AddressBar/index.tsx constant ADDRESS_BAR_EVENTS (line 19) | const ADDRESS_BAR_EVENTS = { FILE: desktop-app/src/renderer/components/ToolBar/ColorBlindnessControls/index.tsx constant COLOR_BLINDNESS_CHANNEL (line 5) | const COLOR_BLINDNESS_CHANNEL = 'color-blindness'; FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/BookmarkFlyout.tsx type Props (line 7) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/BookmarkListButton.tsx type Props (line 7) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Bookmark/ViewAllBookmarks/index.tsx type Props (line 9) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Settings/SettingsContent.tsx type Props (line 6) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Settings/SettingsContentHeaders.tsx type ISettingsContentHeaders (line 3) | interface ISettingsContentHeaders { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Settings/index.tsx type Props (line 6) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/Zoom.tsx type ZoomButtonProps (line 9) | interface ZoomButtonProps { FILE: desktop-app/src/renderer/components/ToolBar/Menu/Flyout/index.tsx type Props (line 12) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/NavigationControls.tsx constant NAVIGATION_EVENTS (line 9) | const NAVIGATION_EVENTS = { type NavigationItemProps (line 15) | interface NavigationItemProps { constant ITEMS (line 31) | const ITEMS: NavigationItemProps[] = [ FILE: desktop-app/src/renderer/components/ToolBar/Shortcuts/ShortcutsModal/ShortcutButton.tsx type Props (line 1) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Shortcuts/ShortcutsModal/ShortcutName.tsx type Props (line 1) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/Shortcuts/ShortcutsModal/index.tsx type Props (line 7) | interface Props { FILE: desktop-app/src/renderer/components/ToolBar/index.tsx function handleInspectShortcut (line 40) | function handleInspectShortcut() { FILE: desktop-app/src/renderer/components/VisionSimulationDropDown/index.tsx constant SIMULATIONS (line 36) | const SIMULATIONS = { constant RED_GREEN (line 52) | const RED_GREEN = [ constant BLUE_YELLOW (line 58) | const BLUE_YELLOW = [SIMULATIONS.TRITANOPIA, SIMULATIONS.TRITANOMALY]; constant FULL (line 59) | const FULL = [SIMULATIONS.ACHROMATOMALY, SIMULATIONS.ACHROMATOPSIA]; constant VISUAL_IMPAIRMENTS (line 60) | const VISUAL_IMPAIRMENTS = [ constant SUNLIGHT (line 66) | const SUNLIGHT = [SIMULATIONS.SOLARIZE]; type Props (line 68) | interface Props { FILE: desktop-app/src/renderer/components/useLocalStorage/useLocalStorage.tsx function useLocalStorage (line 3) | function useLocalStorage(key: string, initialValue?: T) { FILE: desktop-app/src/renderer/lib/pubsub/index.ts type HandlerResult (line 3) | interface HandlerResult { type Handler (line 8) | type Handler = ((...args: any) => void) | ((...args: any) => Promise); class PubSub (line 10) | class PubSub { method constructor (line 13) | constructor() { FILE: desktop-app/src/renderer/preload.d.ts type Window (line 4) | interface Window { FILE: desktop-app/src/renderer/store/features/bookmarks/index.ts type IBookmarks (line 6) | interface IBookmarks { type BookmarksState (line 11) | interface BookmarksState { FILE: desktop-app/src/renderer/store/features/design-overlay/index.ts type DesignOverlayPosition (line 4) | type DesignOverlayPosition = 'overlay' | 'side'; type DesignOverlayState (line 6) | interface DesignOverlayState { type ViewResolution (line 14) | type ViewResolution = string; FILE: desktop-app/src/renderer/store/features/device-manager/index.ts constant DEFAULT_DEVICES (line 8) | const DEFAULT_DEVICES: Device[] = activeDeviceIds.map((id) => getDevices... type PreviewSuite (line 10) | interface PreviewSuite { type PreviewSuites (line 16) | type PreviewSuites = PreviewSuite[]; type DeviceManagerState (line 18) | interface DeviceManagerState { method setActiveSuite (line 54) | setActiveSuite(state, action: PayloadAction) { method addSuite (line 57) | addSuite(state, action: PayloadAction) { method addSuites (line 64) | addSuites(state, action: PayloadAction) { method deleteSuite (line 82) | deleteSuite(state, action: PayloadAction) { method deleteAllSuites (line 93) | deleteAllSuites(state) { FILE: desktop-app/src/renderer/store/features/devtools/index.ts type DockPosition (line 7) | type DockPosition = (typeof DOCK_POSITION)[keyof typeof DOCK_POSITION]; type DevtoolsState (line 9) | interface DevtoolsState { FILE: desktop-app/src/renderer/store/features/renderer/index.ts type RendererState (line 6) | interface RendererState { FILE: desktop-app/src/renderer/store/features/ruler/index.ts type Coordinates (line 4) | interface Coordinates { type RulersState (line 13) | type RulersState = { type ViewResolution (line 18) | type ViewResolution = string; FILE: desktop-app/src/renderer/store/features/ui/index.ts constant APP_VIEWS (line 5) | const APP_VIEWS = { type AppView (line 10) | type AppView = (typeof APP_VIEWS)[keyof typeof APP_VIEWS]; type UIState (line 12) | interface UIState { FILE: desktop-app/src/renderer/store/index.ts type RootState (line 24) | type RootState = ReturnType; type AppDispatch (line 26) | type AppDispatch = typeof store.dispatch;