Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChromeDevTools/devtools-frontend
/ functions
Functions
30,857 in github.com/ChromeDevTools/devtools-frontend
⨍
Functions
30,857
◇
Types & classes
9,556
↓ 95 callers
Method
keys
()
front_end/panels/sources/TabbedEditorContainer.ts:874
↓ 94 callers
Function
createIcon
(name: string, className?: string)
front_end/ui/kit/icons/Icon.ts:171
↓ 94 callers
Function
getFirstOrError
(iterator: IterableIterator<T>)
front_end/testing/InsightHelpers.ts:93
↓ 94 callers
Method
setEnabled
(enabled: boolean)
front_end/panels/timeline/TimelineHistoryManager.ts:208
↓ 93 callers
Method
getResourcesPath
(host = 'localhost')
test/e2e/shared/target-helper.ts:40
↓ 92 callers
Method
createTarget
( id: Protocol.Target.TargetID|'main', name: string, type: TargetType, parentTarget: Target|null,
front_end/core/sdk/TargetManager.ts:277
↓ 91 callers
Method
section
(section: Models.Section.Section|undefined)
front_end/panels/recorder/components/StepView.ts:544
↓ 91 callers
Method
text
(node?: CodeMirror.SyntaxNode|null)
front_end/core/sdk/CSSPropertyParser.ts:100
↓ 90 callers
Function
createAiAssistancePanel
(options?: { aidaClient?: Host.AidaClient.AidaClient, aidaAvailability?: Host.AidaClient.AidaAccessPrecond
front_end/testing/AiAssistanceHelpers.ts:187
↓ 90 callers
Function
expectVeEvents
( expectedEvents: TestLogEntry[], root: string|undefined = undefined, devToolsPage: DevToolsPage, asyn
test/e2e/helpers/visual-logging-helpers.ts:158
↓ 90 callers
Method
rootElement
()
front_end/ui/legacy/Treeoutline.ts:142
↓ 90 callers
Function
waitForAndClickTreeElementWithPartialText
(text: string, devToolsPage: DevToolsPage)
test/e2e/helpers/elements-helpers.ts:274
↓ 90 callers
Method
waitForNone
(selector: string, root?: puppeteer.ElementHandle, asyncScope = new AsyncScope(), handler?: string)
test/e2e/shared/page-wrapper.ts:251
↓ 89 callers
Method
isUserOrSourceMapIgnoreListedUISourceCode
(uiSourceCode: UISourceCode)
front_end/models/workspace/IgnoreListManager.ts:189
↓ 89 callers
Function
openSourceCodeEditorForFile
( sourceFile: string, testInput: string, devToolsPage: DevToolsPage, inspectedPage: InspectedPage)
test/e2e/helpers/sources-helpers.ts:119
↓ 88 callers
Method
alert
(message: string)
front_end/ui/legacy/ARIAUtils.ts:446
↓ 88 callers
Method
createFromHeaderValue
(valueString: string)
front_end/core/sdk/ServerTiming.ts:88
↓ 87 callers
Method
addScript
(script: SDK.Script.Script)
front_end/models/bindings/ResourceScriptMapping.ts:209
↓ 87 callers
Method
createTarget
* Convenience shortcut for `createTarget({targetManager: testUniverse.targetManager})`
front_end/testing/TestUniverse.ts:57
↓ 87 callers
Method
findIndex
(callback: (arg0: T) => boolean)
front_end/ui/legacy/ListModel.ts:39
↓ 87 callers
Method
uiSourceCodeForURL
(url: Platform.DevToolsPath.UrlString)
front_end/models/workspace/WorkspaceImpl.ts:46
↓ 86 callers
Method
exec
(callable: (messages: string[]) => Promise<T>, description?: string)
test/conductor/async-scope.ts:49
↓ 85 callers
Method
focus
()
front_end/ui/legacy/Widget.ts:1041
↓ 85 callers
Method
toProtocolRGBA
()
front_end/core/common/Color.ts:2182
↓ 85 callers
Method
url
* @deprecated
front_end/core/sdk/Cookie.ts:191
↓ 84 callers
Method
instance
(opts: { forceNew: boolean|null, } = {forceNew: null})
front_end/entrypoints/main/MainImpl.ts:776
↓ 84 callers
Method
url
()
front_end/models/workspace/UISourceCode.ts:95
↓ 83 callers
Method
fill
()
front_end/core/sdk/AnimationModel.ts:742
↓ 83 callers
Method
instance
()
front_end/panels/profiler/HeapProfilerPanel.ts:28
↓ 83 callers
Method
instance
({forceNew}: {forceNew: boolean} = {forceNew: false})
front_end/models/badges/UserBadges.ts:76
↓ 82 callers
Function
expectCall
( stub: sinon.SinonStub<TArgs, TReturnValue>, options: {fakeFn?: (...args: TArgs) => TReturnValue, cal
front_end/testing/ExpectStubCall.ts:18
↓ 82 callers
Method
instance
({forceNew}: { forceNew: boolean, } = {forceNew: false})
front_end/core/sdk/FrameManager.ts:44
↓ 82 callers
Method
parse
(text: string)
front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts:75
↓ 81 callers
Method
add
(expression: string)
front_end/panels/console/ConsolePinPane.ts:548
↓ 81 callers
Method
instance
(opts: { forceNew: boolean|null, } = {forceNew: null})
front_end/ui/legacy/Context.ts:20
↓ 81 callers
Method
model
()
front_end/panels/coverage/CoverageView.ts:666
↓ 81 callers
Method
rgba
()
front_end/core/common/Color.ts:2169
↓ 81 callers
Function
ruleMatch
( selectorOrList: string|Protocol.CSS.SelectorList, properties: Protocol.CSS.CSSProperty[]|Record<stri
front_end/testing/StyleHelpers.ts:80
↓ 80 callers
Function
assert
(condition: unknown, message: string)
front_end/ui/legacy/Widget.ts:50
↓ 80 callers
Function
createQuad
(...points: number[])
inspector_overlay/highlight_flex_common.test.ts:43
↓ 80 callers
Function
getCleanTextContentFromElements
(el: ShadowRoot|HTMLElement, selector: string)
front_end/testing/DOMHelpers.ts:274
↓ 80 callers
Method
pushHistoryItem
* Pushes a committed text into the history.
front_end/ui/components/text_editor/AutocompleteHistory.ts:66
↓ 79 callers
Method
replaceAll
(items: T[])
front_end/ui/legacy/ListModel.ts:89
↓ 78 callers
Method
entries
()
front_end/panels/coverage/CoverageModel.ts:272
↓ 78 callers
Method
firstChild
()
front_end/ui/legacy/Treeoutline.ts:146
↓ 78 callers
Method
models
()
front_end/core/sdk/Target.ts:208
↓ 78 callers
Method
requestContentData
()
front_end/models/text_utils/ContentProvider.ts:15
↓ 77 callers
Method
childAt
(index: number)
front_end/ui/legacy/Treeoutline.ts:585
↓ 77 callers
Method
dispose
()
front_end/core/platform/api/HostRuntime.ts:23
↓ 75 callers
Method
instance
(opts: { forceNew: true, resourceLoader: SDK.PageResourceLoader.ResourceLoader, traceModel?: Trace
front_end/panels/timeline/TimelinePanel.ts:717
↓ 75 callers
Function
print
(treeItem, prefix, depth)
front_end/legacy_test_runner/elements_test_runner/ElementsTestRunner.js:782
↓ 75 callers
Method
register
(setting: string)
front_end/core/common/Settings.ts:263
↓ 75 callers
Method
show
* Shows the context menu. This involves loading items from registered providers * and then displaying either a soft or native menu.
front_end/ui/legacy/ContextMenu.ts:714
↓ 74 callers
Function
argumentsList
(input: string)
front_end/ui/components/text_editor/javascript.ts:540
↓ 74 callers
Method
get
(index: number)
extensions/cxx_debugging/src/SymbolsBackend.d.ts:14
↓ 74 callers
Method
tabForward
()
test/e2e/shared/page-wrapper.ts:475
↓ 73 callers
Method
addDependent
(node: Node)
front_end/models/trace/lantern/graph/BaseNode.ts:103
↓ 73 callers
Function
dispatchKeyDownEvent
(element: T, options: KeyboardEventInit = {})
front_end/testing/DOMHelpers.ts:175
↓ 73 callers
Method
match
(path: PathPair)
test/run.ts:157
↓ 73 callers
Function
navigateToNetworkTab
(testName: string, devToolsPage: DevToolsPage, inspectedPage: InspectedPage)
test/e2e/helpers/network-helpers.ts:28
↓ 72 callers
Method
context
()
front_end/testing/TestUniverse.ts:111
↓ 72 callers
Method
domModel
()
front_end/panels/elements/ShortcutTreeElement.ts:112
↓ 71 callers
Function
addBreakpointForLine
(index: number|string, devToolsPage: DevToolsPage)
test/e2e/helpers/sources-helpers.ts:167
↓ 71 callers
Method
buildDescriptor
* Builds a descriptor object for this item. * This descriptor is used to create the actual menu item in either * a soft-rendered menu or a nativ
front_end/ui/legacy/ContextMenu.ts:116
↓ 71 callers
Function
formatJavaScript
(text: string)
front_end/entrypoints/formatter_worker/JavaScriptFormatter.test.ts:9
↓ 71 callers
Method
getValue
(index: number)
front_end/core/platform/TypedArrayUtilities.ts:14
↓ 71 callers
Method
handleAction
(context: Context, actionId: string, opts?: Record<string, unknown>)
front_end/ui/legacy/ActionRegistration.ts:102
↓ 71 callers
Method
node
()
front_end/panels/elements/StylesContainer.ts:25
↓ 71 callers
Method
waitForMany
( selector: Selector, count: number, root?: puppeteer.ElementHandle, asyncScope = new AsyncScope(),
test/e2e/shared/page-wrapper.ts:381
↓ 70 callers
Method
$
* Get a single element handle. Uses `pierce` handler per default for piercing Shadow DOM.
test/e2e/shared/page-wrapper.ts:122
↓ 70 callers
Function
expectCalled
( stub: sinon.SinonStub<TArgs, TReturnValue>, options: {fakeFn?: (...args: TArgs) => TReturnValue, cal
front_end/testing/ExpectStubCall.ts:47
↓ 70 callers
Method
fromParsedTrace
(parsedTrace: Trace.TraceModel.ParsedTrace)
front_end/models/ai_assistance/performance/AIContext.ts:38
↓ 70 callers
Function
getVisibleTreeNodeByText
(shadowRoot: ShadowRoot, text: string)
front_end/ui/components/tree_outline/TreeOutline.test.ts:256
↓ 70 callers
Method
on
(method: Method, handler: Handler<Method>)
extensions/cxx_debugging/tests/RealBackend.ts:141
↓ 70 callers
Method
timeout
(duration: number)
test/e2e/shared/page-wrapper.ts:82
↓ 70 callers
Method
waitForElementWithTextContent
(textContent: string, root?: puppeteer.ElementHandle, asyncScope = new AsyncScope())
test/e2e/shared/page-wrapper.ts:279
↓ 69 callers
Method
copyText
* If you need to alert to the user after copying use {@link UIUtils.copyTextToClipboard}.
front_end/core/host/InspectorFrontendHostAPI.ts:358
↓ 69 callers
Method
initialize
(size: number)
test/e2e/application/crash-report-context.test.ts:20
↓ 69 callers
Function
matchSingleValue
( name: string, value: string, matcher: SDK.CSSPropertyParser.Matcher<T>)
front_end/core/sdk/CSSPropertyParserMatchers.test.ts:13
↓ 68 callers
Method
getAction
(actionId: string)
front_end/ui/legacy/ActionRegistry.ts:86
↓ 68 callers
Method
instance
(opts: {forceNew: boolean|null} = {forceNew: null})
front_end/entrypoints/inspector_main/InspectorMain.ts:227
↓ 68 callers
Method
join
(devToolsPaths: DevToolsPathType[], separator?: string)
front_end/core/common/ParsedURL.ts:237
↓ 68 callers
Method
nodeType
()
front_end/core/sdk/DOMModel.ts:477
↓ 68 callers
Method
project
()
front_end/models/workspace/UISourceCode.ts:177
↓ 68 callers
Method
reset
()
front_end/panels/network/NetworkLogView.ts:2756
↓ 68 callers
Method
sendMessageToEmbedder
* @param method * @param args * @param callback
front_end/devtools_compatibility.js:92
↓ 68 callers
Function
substitute
(expression: string)
front_end/entrypoints/formatter_worker/Substitute.test.ts:19
↓ 67 callers
Method
activeManager
* Gets the ModificationsManager instance corresponding to a trace * given its index used in Model#traces. If no index is passed gets * the manag
front_end/panels/timeline/ModificationsManager.ts:56
↓ 66 callers
Method
match
({includeNullOrUndefinedValues, regex}: {includeNullOrUndefinedValues: boolean, regex: RegExp|null})
front_end/core/sdk/RemoteObject.ts:714
↓ 66 callers
Function
openSourcesPanel
(devToolsPage: DevToolsPage)
test/e2e/helpers/sources-helpers.ts:61
↓ 65 callers
Method
expand
(expand: boolean)
front_end/panels/elements/StylesSidebarPane.ts:1714
↓ 65 callers
Function
getMainFrame
( target: SDK.Target.Target, framePayload?: Partial<Protocol.Page.Frame>)
front_end/testing/ResourceHelpers.ts:44
↓ 65 callers
Method
moveTo
(targetNode: DOMNode, anchorNode: DOMNode|null, callback?: ((arg0: string|null, arg1: DOMNode|null) => void))
front_end/core/sdk/DOMModel.ts:1000
↓ 65 callers
Function
navigateToIssuesTab
(devToolsPage: DevToolsPage)
test/e2e/helpers/issues-helpers.ts:38
↓ 65 callers
Function
processTrace
(context: Mocha.Suite|Mocha.Context, traceFile: string)
front_end/models/trace/insights/ForcedReflow.test.ts:12
↓ 64 callers
Function
getMatchedStyles
( payload: Partial<SDK.CSSMatchedStyles.CSSMatchedStylesPayload>&{connection: MockCDPConnection}, getE
front_end/testing/StyleHelpers.ts:134
↓ 64 callers
Method
widget
()
front_end/ui/legacy/View.ts:28
↓ 63 callers
Method
apply
(tr: CodeMirror.Transaction)
front_end/panels/sources/UISourceCodeFrame.ts:720
↓ 63 callers
Function
createRequest
( requestId: number, url: string, rendererStartTime = 0, initiator: null|Partial<Lantern.Types
front_end/models/trace/lantern/graph/PageDependencyGraph.test.ts:12
↓ 63 callers
Function
emitLine
(str?: string)
scripts/protocol_typescript/protocol_dts_generator.ts:32
← previous
next →
201–300 of 30,857, ranked by callers