MCPcopy Create free account

hub / github.com/ChromeDevTools/devtools-frontend / functions

Functions30,857 in github.com/ChromeDevTools/devtools-frontend

↓ 10,047 callersFunctionit
(title: string, fn?: Mocha.AsyncFunc)
test/conductor/mocha-interface.ts:96
↓ 2,234 callersMethodget
(ctor: ConstructorT<T>)
front_end/core/root/DevToolsContext.ts:15
↓ 2,204 callersFunctionhtml
(strings: TemplateStringsArray, ...values: unknown[])
front_end/ui/lit/strip-whitespace.ts:9
↓ 2,133 callersFunctiondescribe
(title: string, fn: SuiteFunction)
test/conductor/mocha-interface.ts:57
↓ 2,093 callersMethodaddEventListener
(eventType: T, listener: EventListener<Events, T>, thisObject?: Object)
front_end/core/common/EventTarget.ts:32
↓ 1,999 callersMethodquerySelector
(nodeId: Protocol.DOM.NodeId, selector: string)
front_end/core/sdk/DOMModel.ts:1952
↓ 1,966 callersMethodmap
(func: (arg0: RemoteObject) => Promise<T>)
front_end/core/sdk/RemoteObject.ts:1022
↓ 1,669 callersMethodpush
(match: Match, offset: number)
front_end/core/sdk/CSSPropertyParser.ts:387
↓ 1,458 callersMethodget
()
front_end/panels/elements/components/AdornerManager.ts:31
↓ 1,381 callersMethodset
(setting: string, value: string)
front_end/core/common/Settings.ts:265
↓ 1,254 callersFunctionurlString
(strings: ArrayLike<string>, ...values: any[])
front_end/core/platform/DevToolsPath.ts:35
↓ 1,163 callersMethodappendChild
(child: UI.TreeOutline.TreeElement)
front_end/panels/elements/StylePropertiesSection.ts:2230
↓ 1,050 callersMethodwaitFor
( selector: Selector, root?: puppeteer.ElementHandle, asyncScope = new AsyncScope(), handler?: string)
test/e2e/shared/page-wrapper.ts:142
↓ 1,047 callersMethoddispatchEventToListeners
( eventType: Platform.TypeScriptUtilities.NoUnion<T>, ...[eventData]: EventPayloadToRestParameters
front_end/core/common/EventTarget.ts:38
↓ 1,024 callersMethodjoin
(separator?: string)
front_end/ui/legacy/ListModel.ts:56
↓ 932 callersMethodevaluate
* Evaluate a source language expression in the context of a given raw location and a given stopId. stopId is an * opaque key that should be pas
extension-api/ExtensionAPI.d.ts:383
↓ 929 callersMethodpush
(data: string)
front_end/panels/application/ServiceWorkersView.ts:756
↓ 928 callersMethodcreateChild
(tagName: K, className?: string)
front_end/legacy/legacy-defs.d.ts:61
↓ 923 callersMethodset
(setting: Setting)
front_end/panels/elements/components/AdornerManager.ts:32
↓ 892 callersMethodclick
(selector: string, options?: ClickOptions)
test/e2e/shared/page-wrapper.ts:183
↓ 887 callersFunctionrenderElementIntoDOM
( element: E, renderOptions: RenderOptions = {})
front_end/testing/DOMHelpers.ts:41
↓ 774 callersMethodrequestUpdate
* Schedules an asynchronous update for this widget. * * The update will be deduplicated and executed with the next animation * frame.
front_end/ui/legacy/Widget.ts:1194
↓ 740 callersMethodvalues
()
scripts/eslint_rules/lib/no-imperative-dom-api/dom-fragment.ts:114
↓ 698 callersMethodsetAttribute
(name: string, text: string, callback?: ((arg0: string|null) => void))
front_end/core/sdk/DOMModel.ts:662
↓ 668 callersMethodregisterCommand
(command: string, parameters: CommandParameter[], replayArgs: string[], description: string)
front_end/generated/InspectorBackendCommands.ts:16
↓ 650 callersMethodcreateElement
(resourcesPanel: ResourcesPanel, sharedStorage: SharedStorageForOrigin)
front_end/panels/application/SharedStorageTreeElement.ts:21
↓ 603 callersMethodcreateElement
()
front_end/ui/legacy/components/data_grid/DataGridElement.ts:513
↓ 602 callersMethodadd
(message: RowMessage)
front_end/panels/sources/UISourceCodeFrame.ts:661
↓ 573 callersMethodquerySelectorAll
(selectors: string)
front_end/panels/recorder/injected/selectors/CSSSelector.ts:8
↓ 551 callersMethoddispatchEvent
( event: T, params: ProtocolClient.CDPConnection.EventParams<T>, sessionId: string|undefined)
front_end/testing/MockCDPConnection.ts:114
↓ 545 callersMethodindexOf
(value: T, fromIndex?: number)
front_end/ui/legacy/ListModel.ts:43
↓ 542 callersFunctionbeforeEach
(devToolsPage: DevToolsPage)
test/e2e/console/console-autocomplete.test.ts:43
↓ 539 callersMethodstringify
(flow: Models.Schema.UserFlow)
front_end/panels/recorder/converters/Converter.ts:9
↓ 531 callersMethodhas
(word: T)
front_end/core/common/Trie.ts:93
↓ 509 callersMethodmoduleSetting
(settingName: string)
front_end/core/common/Settings.ts:190
↓ 494 callersMethodresolve
(value: string)
front_end/models/ai_assistance/injected.ts:29
↓ 490 callersMethoddelete
()
extensions/cxx_debugging/src/SymbolsBackend.d.ts:9
↓ 481 callersMethodinstance
(opts: { forceNew: boolean|null, }|undefined = {forceNew: null})
front_end/panels/sources/SourcesPanel.ts:346
↓ 478 callersMethodremoveEventListener
(eventType: T, listener: EventListener<Events, T>, thisObject?: Object)
front_end/core/common/EventTarget.ts:35
↓ 475 callersFunctiondescribeWithEnvironment
(title: string, fn: (this: Mocha.Suite) => void, opts: {reset: boolean} = { reset: true, })
front_end/testing/EnvironmentHelpers.ts:122
↓ 472 callersFunctionveImpression
(ve: string, context?: string, children?: TestImpressionLogEntry[])
test/e2e/helpers/visual-logging-helpers.ts:42
↓ 469 callersMethodtrim
(devToolsPath: DevToolsPathType)
front_end/core/common/ParsedURL.ts:228
↓ 466 callersMethodisNull
()
front_end/ui/legacy/components/color_picker/ContrastInfo.ts:50
↓ 461 callersMethodcontains
(x: number, y: number)
front_end/ui/dom_extension/DOMExtension.ts:200
↓ 445 callersMethodfilter
(callback: (arg0: T) => boolean)
front_end/ui/legacy/ListModel.ts:31
↓ 427 callersMethodtraceEngine
* Executes only the new trace engine on the fixture and returns the resulting parsed data. * * @param context The Mocha test context. Processing
front_end/testing/TraceLoader.ts:146
↓ 409 callersMethodcreate
(title: string, iconPath: string, pagePath: string, callback?: (panel: ExtensionPanel) => unknown)
extension-api/ExtensionAPI.d.ts:166
↓ 405 callersMethodgetAttribute
(key: Attribute)
front_end/core/sdk/Cookie.ts:241
↓ 403 callersMethodmodel
(modelClass: new(arg1: Target) => T)
front_end/core/sdk/Target.ts:191
↓ 402 callersMethodfind
(callback: (arg0: T) => boolean)
front_end/ui/legacy/ListModel.ts:35
↓ 402 callersMethodfrom
(value)
front_end/panels/recorder/components/StepEditor.ts:690
↓ 402 callersMethodtarget
()
front_end/core/sdk/OverlayPersistentHighlighter.ts:522
↓ 399 callersMethodregisterType
(type: string, parameters: CommandParameter[])
front_end/generated/InspectorBackendCommands.ts:19
↓ 396 callersMethodremove
()
front_end/models/workspace/WorkspaceImpl.ts:38
↓ 391 callersMethodwaitForFunction
* `waitForFunction` runs in the test context and not in the page * context. If you want to evaluate code on the page, use * {@link PageWrapper.e
test/e2e/shared/page-wrapper.ts:58
↓ 389 callersMethodpush
(description?: string)
test/conductor/async-scope.ts:24
↓ 369 callersMethodfind
* Perform a binary bisect to find a CPU rate that results in the benchmark closely matching the target score.
front_end/panels/mobile_throttling/CalibrationController.ts:181
↓ 368 callersMethodslice
(base: T, start: number, end: number)
front_end/core/common/Trie.ts:17
↓ 357 callersMethodtoString
()
front_end/panels/elements/DOMPath.ts:296
↓ 346 callersMethodclear
()
front_end/core/common/Settings.ts:267
↓ 346 callersMethodgoToResource
(path: string, options: puppeteer.WaitForOptions = {})
test/e2e/shared/target-helper.ts:31
↓ 340 callersMethodreplace
(index: number, value: T, keepSelectedIndex?: boolean)
front_end/ui/legacy/ListModel.ts:67
↓ 333 callersMethodsubstring
( devToolsPath: DevToolsPathType, start: number, end?: number)
front_end/core/common/ParsedURL.ts:213
↓ 328 callersMethodinstance
(opts: { forceNew: boolean|null, } = {forceNew: null})
front_end/panels/timeline/ActiveFilters.ts:12
↓ 326 callersMethodat
(index: number)
scripts/javascript_natives/test.d.ts:6
↓ 323 callersMethodcreateSetting
* Get setting via key, and create a new setting if the requested setting does not exist. * @param key kebab-case string ID * @param defaultValue
front_end/core/common/Settings.ts:212
↓ 321 callersMethoderror
()
front_end/models/bindings/FileUtils.ts:19
↓ 307 callersFunctionlockedString
(str: string)
front_end/core/i18n/i18nImpl.ts:140
↓ 303 callersMethodadd
(object: Object, method: () => void)
front_end/ui/legacy/UIUtils.ts:782
↓ 303 callersMethodshow
()
front_end/legacy/legacy-defs.d.ts:120
↓ 303 callersMethodsort
(gridNodeGroups: ProfileDataGridNode[][], comparator: (arg0: T, arg1: T) => number, force: boolean)
front_end/panels/profiler/ProfileDataGrid.ts:100
↓ 300 callersMethoddone
(value: Platform.DevToolsPath.UrlString)
front_end/panels/sources/AddSourceMapURLDialog.ts:96
↓ 298 callersMethodsplit
( devToolsPath: DevToolsPathType, separator: string|RegExp, limit?: number)
front_end/core/common/ParsedURL.ts:242
↓ 294 callersMethodinstance
(opts: { forceNew: boolean|null, }|undefined = {forceNew: null})
front_end/core/root/Runtime.ts:76
↓ 288 callersMethodlog
(message: string)
test/e2e/shared/page-wrapper.ts:28
↓ 284 callersMethodrun
()
front_end/core/common/Runnable.ts:6
↓ 284 callersMethodtoggle
(expand?: boolean)
front_end/panels/issues/IssueView.ts:490
↓ 280 callersMethodconsume
(preventDefault?: boolean)
front_end/legacy/legacy-defs.d.ts:72
↓ 275 callersMethodassert
(context: Mocha.Context, actual: string)
front_end/testing/SnapshotTester.ts:72
↓ 274 callersMethodmax
()
front_end/panels/media/TickingFlameChartHelpers.ts:43
↓ 272 callersFunctionrender
(_match: MatchT, _context: RenderingContext)
front_end/panels/elements/PropertyRenderer.ts:53
↓ 264 callersMethodinstance
(opts: { forceNew?: boolean|null, mode?: 'default'|'node', } = {forceNew: null, mode: 'default'})
front_end/panels/application/ResourcesPanel.ts:74
↓ 262 callersMethodinstance
(opts?: { forceNew: boolean, displayScreenshotDelay?: number, })
front_end/panels/network/NetworkPanel.ts:384
↓ 259 callersFunctioncreateTarget
({ id, name, type = SDK.Target.Type.FRAME, parentTarget, subtype, url = 'http://example.com', co
front_end/testing/TargetHelpers.ts:13
↓ 257 callersMethodappendItem
( section: UI.ReportView.Section, title: Platform.UIString.LocalizedString, settingName: Protocol.
front_end/panels/application/StorageView.ts:277
↓ 253 callersMethodappend
(base: T, appendage: ElementType<T>)
front_end/core/common/Trie.ts:16
↓ 253 callersMethodname
()
front_end/core/sdk/DebuggerModel.ts:1318
↓ 252 callersMethodpressKey
(key: puppeteer.KeyInput, modifiers?: KeyModifiers)
test/e2e/shared/page-wrapper.ts:113
↓ 251 callersMethodchildren
()
front_end/core/sdk/LayerTreeBase.ts:16
↓ 250 callersMethodclick
()
front_end/ui/legacy/UIUtils.ts:1317
↓ 246 callersFunctionmockAidaClient
(data: Array<[MockAidaResponse, ...MockAidaResponse[]]> = [])
front_end/testing/AiAssistanceHelpers.ts:57
↓ 243 callersMethodregisterEnum
(type: string, values: Record<string, string>)
front_end/generated/InspectorBackendCommands.ts:17
↓ 243 callersMethodtype
()
front_end/core/sdk/DebuggerModel.ts:1314
↓ 240 callersMethoddefaultSection
* Retrieves or creates the 'default' section. * This is often used for general-purpose menu items. * @returns The 'default' `Section` object.
front_end/ui/legacy/ContextMenu.ts:462
↓ 240 callersMethodinstance
()
front_end/panels/elements/LayoutPane.ts:381
↓ 236 callersMethodregisterEvent
(event: string, params: string[])
front_end/generated/InspectorBackendCommands.ts:18
↓ 234 callersMethodtoLowerCase
(devToolsPath: DevToolsPathType)
front_end/core/common/ParsedURL.ts:247
↓ 233 callersMethodmap
(change: CodeMirror.ChangeDesc)
front_end/ui/legacy/components/source_frame/SourceFrame.ts:1062
↓ 233 callersMethodmodel
()
front_end/panels/profiler/IsolateSelector.ts:268
↓ 231 callersFunctionmakeCompleteEvent
(event: Types.Events.Begin|Types.Events.End)
front_end/models/trace/handlers/RendererHandler.ts:362
next →1–100 of 30,857, ranked by callers