SYMBOL INDEX (115 symbols across 29 files) FILE: chrome/app/components/Button.js constant BUTTON_COLORS (line 5) | const BUTTON_COLORS = { constant BUTTON_SIZES (line 12) | const BUTTON_SIZES = { class Button (line 16) | class Button extends React.Component { method render (line 22) | render() { FILE: chrome/app/components/CodeDiff.js class CodeDiff (line 42) | class CodeDiff extends React.PureComponent { method getDerivedStateFromProps (line 48) | static getDerivedStateFromProps(props, state) { method render (line 59) | render() { FILE: chrome/app/components/Dropdown.js class _DropdownChild (line 6) | class _DropdownChild extends React.Component { method render (line 10) | render() { class Dropdown (line 25) | class Dropdown extends React.Component { method render (line 50) | render() { FILE: chrome/app/components/FeedbackForm.js class FeedbackForm (line 8) | class FeedbackForm extends React.Component { method constructor (line 9) | constructor(props) { method render (line 56) | render() { FILE: chrome/app/components/HeaderBar.js class HeaderBar (line 8) | class HeaderBar extends React.Component { method render (line 13) | render() { FILE: chrome/app/components/Icon.js constant ICON_BY_NAME (line 62) | const ICON_BY_NAME = { FILE: chrome/app/components/StylesheetCodePreview.js class StylesheetCodePreview (line 18) | class StylesheetCodePreview extends React.PureComponent { method render (line 19) | render() { FILE: chrome/app/components/Switcher.js class Switcher (line 5) | class Switcher extends React.PureComponent { method render (line 8) | render() { FILE: chrome/extension/background/contextMenus.js constant CONTEXT_MENU_ID (line 2) | const CONTEXT_MENU_ID = 'example_context_menu'; function closeIfExist (line 4) | function closeIfExist() { function popWindow (line 11) | function popWindow(type) { FILE: chrome/extension/background/inject.js function isInjected (line 6) | function isInjected(tabId, name) { function loadScript (line 20) | async function loadScript(name, tabId, cb, runAt = "document_end") { FILE: chrome/extension/create_styleurl/CreateStyleURL.js function copyToClipboard (line 28) | function copyToClipboard(text) { class CreateStyleURL (line 39) | class CreateStyleURL extends React.PureComponent { method getDerivedStateFromProps (line 45) | static getDerivedStateFromProps(props, state) { method render (line 68) | render() { class CreateStyleURLContainer (line 129) | class CreateStyleURLContainer extends React.Component { method constructor (line 130) | constructor(props) { method componentWillUnmount (line 158) | componentWillUnmount() { method render (line 299) | render() { FILE: chrome/extension/create_styleurl/Gist.js class Gist (line 10) | class Gist extends React.Component { method getDerivedStateFromProps (line 15) | static getDerivedStateFromProps(props, state) { method componentDidUpdate (line 27) | componentDidUpdate(_prevProps, prevState) { method componentDidMount (line 33) | componentDidMount() { method render (line 60) | render() { FILE: chrome/extension/create_styleurl/messages.js constant INITIAL_HEIGHT (line 1) | const INITIAL_HEIGHT = 76; FILE: chrome/extension/css_manager_content_script.js function requestStyles (line 43) | function requestStyles(options, callback = applyStyles) { function applyOnMessage (line 91) | function applyOnMessage(message, from, sender, sendResponse) { function doDisableAll (line 146) | function doDisableAll(disable = disableAll) { function doExposeIframes (line 161) | function doExposeIframes(state = exposeIframes) { function applyStyleState (line 178) | function applyStyleState({ id, enabled }) { function removeStyle (line 198) | function removeStyle({ id, retire = false }) { function applyStyles (line 221) | function applyStyles(styles) { function applySections (line 285) | function applySections(styleId, code, important) { function addStyleElement (line 327) | function addStyleElement(newElement, important) { function replaceAll (line 354) | function replaceAll(newStyles) { function applyTransitionPatch (line 381) | function applyTransitionPatch() { function getStyleId (line 403) | function getStyleId(el) { function countStylesInHash (line 407) | function countStylesInHash(styleHash) { function orphanCheck (line 415) | function orphanCheck() { function initDocRewriteObserver (line 428) | function initDocRewriteObserver() { function initDocRootObserver (line 468) | function initDocRootObserver() { FILE: chrome/extension/devtools.js constant SHA256 (line 6) | const SHA256 = new Hashes.SHA256(); FILE: chrome/extension/inline_style_observer/inline_style_observer.js class InlineStyleObserver (line 3) | class InlineStyleObserver { method constructor (line 4) | constructor(onChange) { FILE: chrome/extension/inline_style_observer/inline_style_observer_manager.js class InlineStyleObserverManager (line 9) | class InlineStyleObserverManager { method constructor (line 10) | constructor() { FILE: chrome/extension/lib/StyleURLTab.js constant TAB_IDS_TO_STYLEURL (line 10) | const TAB_IDS_TO_STYLEURL = {}; class StyleURL (line 30) | class StyleURL { method constructor (line 31) | constructor({ gistId }) { FILE: chrome/extension/lib/api.js constant SCREENSHOT_CONTENT_TYPE (line 4) | const SCREENSHOT_CONTENT_TYPE = "image/png"; FILE: chrome/extension/lib/browserAction.js constant PLUS_IMAGE_PATH (line 1) | const PLUS_IMAGE_PATH = { constant DEFAULT_ICON_PATH (line 9) | const DEFAULT_ICON_PATH = { constant BROWSER_ACTION_STATES (line 17) | const BROWSER_ACTION_STATES = { constant BROWSER_ACTION_STATE (line 23) | let BROWSER_ACTION_STATE = BROWSER_ACTION_STATES.default; FILE: chrome/extension/lib/gists.js constant STYLEFILE_NAMES (line 4) | const STYLEFILE_NAMES = ["Stylefile.yml", "Stylefile"]; constant SPECIAL_QUERY_PARAMS (line 5) | const SPECIAL_QUERY_PARAMS = { FILE: chrome/extension/lib/injectShadowDom.js constant Z_INDEX (line 5) | const Z_INDEX = 2147483647; FILE: chrome/extension/lib/port.js constant DEV_CHROME_PORT_PREFIX (line 2) | const DEV_CHROME_PORT_PREFIX = "STYLEURL_DEV_PORT/"; constant PROD_CHROME_PORT_PREFIX (line 3) | const PROD_CHROME_PORT_PREFIX = "STYLEURL_PORT/"; constant CHROME_PORT_PREFIX (line 5) | const CHROME_PORT_PREFIX = constant PORT_TYPES (line 14) | const PORT_TYPES = { constant MESSAGE_TYPES (line 22) | const MESSAGE_TYPES = { constant STYLESHEET_TYPE (line 45) | const STYLESHEET_TYPE = { FILE: chrome/extension/stylesheet_manager_content_script.js constant ID_PREFIX (line 8) | const ID_PREFIX = "__styleurl"; constant ROOT (line 9) | const ROOT = document.documentElement; class DocumentRootObserver (line 11) | class DocumentRootObserver { method constructor (line 14) | constructor({rootEl}) { method function (line 36) | function stop() { method function (line 43) | function evade(fn) { method sortStyleMap (line 53) | sortStyleMap() { method sortStyleElements (line 72) | sortStyleElements() { method function (line 113) | function isMovable(el) { method isSkippable (line 116) | isSkippable(el, skipOwnStyles) { method function (line 125) | function moveAfter(el, expected) { method restorationLimitExceeded (line 137) | restorationLimitExceeded() { class StylesheetManager (line 147) | class StylesheetManager { method constructor (line 148) | constructor() { method matchURL (line 165) | get matchURL() { method styleTagQuery (line 180) | get styleTagQuery() { FILE: chrome/extension/view_styleurl/ViewStyleURL.js class ViewStyleURL (line 22) | class ViewStyleURL extends React.PureComponent { method render (line 29) | render() { class ViewStyleURLContainer (line 76) | class ViewStyleURLContainer extends React.Component { method constructor (line 77) | constructor(props) { method componentDidMount (line 101) | componentDidMount() { method componentWillUnmount (line 159) | componentWillUnmount() { method render (line 165) | render() { FILE: scripts/compress.js constant RELEASES_PATH (line 5) | const RELEASES_PATH = path.join(__dirname, "../releases"); constant BUILD_PATH (line 6) | const BUILD_PATH = path.join(__dirname, "../build"); FILE: scripts/update-readme.js constant README_PATH (line 9) | const README_PATH = path.resolve(root, "README.md"); constant README (line 12) | const README = fs.readFileSync(README_PATH, "utf-8"); constant WHATS_NEW_STRING (line 14) | const WHATS_NEW_STRING = "### What's New"; function formatDate (line 16) | function formatDate(date) { FILE: webpack/replace/JsonpMainTemplate.runtime.js function webpackHotUpdateCallback (line 7) | function webpackHotUpdateCallback(chunkId, moreModules) { // eslint-disa... function evalCode (line 13) | function evalCode(code, context) { function hotDownloadManifest (line 28) | function hotDownloadManifest(timeout) { // eslint-disable-line no-unused... FILE: webpack/replace/process-update.js function upToDate (line 19) | function upToDate(hash) { function check (line 31) | function check() { function logUpdates (line 74) | function logUpdates(updatedModules, renewedModules) { function handleError (line 119) | function handleError(err) { function performReload (line 133) | function performReload() {