chrome-devtools-frontend 1.0.1556696 → 1.0.1558690
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/front_end/core/common/Object.ts +5 -1
- package/front_end/core/host/ResourceLoader.ts +1 -1
- package/front_end/core/host/UserMetrics.ts +3 -1
- package/front_end/core/sdk/DOMModel.ts +7 -0
- package/front_end/core/sdk/NetworkManager.ts +0 -7
- package/front_end/core/sdk/SourceMap.ts +16 -2
- package/front_end/core/sdk/SourceMapManager.ts +1 -1
- package/front_end/core/sdk/SourceMapScopesInfo.ts +11 -4
- package/front_end/entrypoints/formatter_worker/FormatterActions.ts +1 -0
- package/front_end/entrypoints/formatter_worker/ScopeParser.ts +51 -8
- package/front_end/entrypoints/main/GlobalAiButton.ts +5 -1
- package/front_end/generated/Deprecation.ts +0 -7
- package/front_end/generated/InspectorBackendCommands.ts +3 -3
- package/front_end/generated/protocol.ts +9 -0
- package/front_end/models/ai_assistance/data_formatters/PerformanceTraceFormatter.snapshot.txt +3 -3
- package/front_end/models/bindings/CompilerScriptMapping.ts +7 -6
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +4 -4
- package/front_end/models/javascript_metadata/NativeFunctions.js +2 -2
- package/front_end/models/stack_trace/StackTraceImpl.ts +5 -3
- package/front_end/models/stack_trace/StackTraceModel.ts +53 -40
- package/front_end/models/trace/EventsSerializer.ts +8 -2
- package/front_end/models/trace/handlers/LayoutShiftsHandler.ts +2 -2
- package/front_end/panels/application/AppManifestView.ts +134 -223
- package/front_end/panels/application/CookieItemsView.ts +1 -0
- package/front_end/panels/application/SharedStorageTreeElement.ts +3 -0
- package/front_end/panels/application/appManifestView.css +1 -1
- package/front_end/panels/console/ConsoleViewMessage.ts +4 -3
- package/front_end/panels/elements/ElementsTreeElement.ts +30 -1
- package/front_end/panels/elements/ElementsTreeOutlineRenderer.ts +7 -1
- package/front_end/panels/elements/components/AdornerManager.ts +8 -0
- package/front_end/panels/emulation/DeviceModeToolbar.ts +3 -1
- package/front_end/panels/issues/AffectedResourcesView.ts +0 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +10 -0
- package/front_end/panels/lighthouse/lighthousePanel.css +46 -3
- package/front_end/panels/network/NetworkLogViewColumns.ts +9 -9
- package/front_end/panels/network/RequestCookiesView.ts +125 -141
- package/front_end/panels/network/components/RequestHeadersView.ts +2 -2
- package/front_end/panels/network/requestCookiesView.css +22 -20
- package/front_end/panels/recorder/components/RecordingView.ts +3 -3
- package/front_end/panels/recorder/components/StepView.ts +2 -1
- package/front_end/panels/settings/keybindsSettingsTab.css +4 -0
- package/front_end/panels/sources/CallStackSidebarPane.ts +7 -3
- package/front_end/panels/sources/DebuggerPausedMessage.ts +125 -90
- package/front_end/panels/sources/SourcesPanel.ts +10 -7
- package/front_end/panels/sources/debuggerPausedMessage.css +8 -0
- package/front_end/panels/timeline/components/sidebarInsightsTab.css +2 -0
- package/front_end/third_party/acorn/estree-legacy.d.ts +2 -0
- package/front_end/third_party/chromium/README.chromium +1 -1
- package/front_end/third_party/puppeteer/README.chromium +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts +12 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts +14 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js +6 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.js +0 -20
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js +10 -14
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.js +14 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/BrowsingContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.js +12 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/EmulationManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/EmulationManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/EmulationManager.js +22 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/EmulationManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js +9 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.d.ts +26 -0
- package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.js +72 -15
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts +12 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts +14 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js +6 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.d.ts +0 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.js +0 -20
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js +11 -15
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.js +14 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/BrowsingContext.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.js +12 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/EmulationManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/EmulationManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/EmulationManager.js +22 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/EmulationManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts +3 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js +9 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +3 -3
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/version.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/version.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +26 -0
- package/front_end/third_party/puppeteer/package/package.json +1 -1
- package/front_end/third_party/puppeteer/package/src/api/Browser.ts +18 -0
- package/front_end/third_party/puppeteer/package/src/api/Page.ts +16 -2
- package/front_end/third_party/puppeteer/package/src/bidi/Browser.ts +13 -0
- package/front_end/third_party/puppeteer/package/src/bidi/HTTPRequest.ts +0 -33
- package/front_end/third_party/puppeteer/package/src/bidi/Page.ts +14 -28
- package/front_end/third_party/puppeteer/package/src/bidi/core/BrowsingContext.ts +19 -0
- package/front_end/third_party/puppeteer/package/src/cdp/Browser.ts +19 -0
- package/front_end/third_party/puppeteer/package/src/cdp/EmulationManager.ts +30 -0
- package/front_end/third_party/puppeteer/package/src/cdp/Page.ts +15 -6
- package/front_end/third_party/puppeteer/package/src/revisions.ts +3 -3
- package/front_end/third_party/puppeteer/package/src/util/version.ts +1 -1
- package/front_end/ui/components/icon_button/iconButton.css +3 -1
- package/front_end/ui/components/report_view/ReportView.ts +11 -2
- package/front_end/ui/components/report_view/report.css +16 -0
- package/front_end/ui/components/text_editor/AiCodeGenerationProvider.ts +135 -7
- package/front_end/ui/components/text_editor/config.ts +6 -6
- package/front_end/ui/legacy/ContextMenu.ts +11 -2
- package/front_end/ui/legacy/TextPrompt.ts +1 -1
- package/front_end/ui/legacy/Toolbar.ts +4 -0
- package/front_end/ui/legacy/UIUtils.ts +0 -2
- package/front_end/ui/legacy/components/cookie_table/CookiesTable.ts +18 -3
- package/front_end/ui/legacy/components/data_grid/DataGrid.ts +3 -3
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +6 -0
- package/package.json +1 -1
|
@@ -4,27 +4,29 @@
|
|
|
4
4
|
* found in the LICENSE file.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
@scope to (devtools-widget > *) {
|
|
8
|
+
.request-cookies-view {
|
|
9
|
+
overflow: auto;
|
|
10
|
+
padding: 12px;
|
|
11
|
+
height: 100%;
|
|
12
|
+
background-color: var(--sys-color-cdt-base-container);
|
|
13
|
+
}
|
|
13
14
|
|
|
14
|
-
.request-cookies-view .request-cookies-title {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
15
|
+
.request-cookies-view .request-cookies-title {
|
|
16
|
+
font-size: 12px;
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
margin-right: 30px;
|
|
19
|
+
color: var(--sys-color-on-surface);
|
|
20
|
+
}
|
|
20
21
|
|
|
21
|
-
.request-cookies-view .cookie-line {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
22
|
+
.request-cookies-view .cookie-line {
|
|
23
|
+
margin-top: 6px;
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
25
26
|
|
|
26
|
-
.request-cookies-view .cookies-panel-item {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
.request-cookies-view .cookies-panel-item {
|
|
28
|
+
margin-top: 6px;
|
|
29
|
+
margin-bottom: 16px;
|
|
30
|
+
flex: none;
|
|
31
|
+
}
|
|
30
32
|
}
|
|
@@ -910,7 +910,7 @@ export class RecordingView extends UI.Widget.Widget {
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
#isTitleInvalid = false;
|
|
913
|
-
#selectedStep
|
|
913
|
+
#selectedStep: Models.Schema.Step|null = null;
|
|
914
914
|
#replaySettingsExpanded = false;
|
|
915
915
|
#showCodeView = false;
|
|
916
916
|
#code = '';
|
|
@@ -1090,10 +1090,10 @@ export class RecordingView extends UI.Widget.Widget {
|
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
1092
|
#onWrapperClick(): void {
|
|
1093
|
-
if (this.#selectedStep
|
|
1093
|
+
if (!this.#selectedStep) {
|
|
1094
1094
|
return;
|
|
1095
1095
|
}
|
|
1096
|
-
this.#selectedStep =
|
|
1096
|
+
this.#selectedStep = null;
|
|
1097
1097
|
this.performUpdate();
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
@@ -412,7 +412,8 @@ export const DEFAULT_VIEW = (input: ViewInput, _output: ViewOutput, target: HTML
|
|
|
412
412
|
}
|
|
413
413
|
data-step-index=${input.stepIndex}
|
|
414
414
|
data-section-index=${input.sectionIndex}
|
|
415
|
-
@click=${() => {
|
|
415
|
+
@click=${(event: Event) => {
|
|
416
|
+
event.stopPropagation();
|
|
416
417
|
const stepOrSection = input.step || input.section;
|
|
417
418
|
if (stepOrSection) {
|
|
418
419
|
input.onStepClick(stepOrSection);
|
|
@@ -111,6 +111,8 @@ export class CallStackSidebarPane extends UI.View.SimpleView implements UI.Conte
|
|
|
111
111
|
private muteActivateItem?: boolean;
|
|
112
112
|
private lastDebuggerModel: SDK.DebuggerModel.DebuggerModel|null = null;
|
|
113
113
|
|
|
114
|
+
#details: SDK.DebuggerModel.DebuggerPausedDetails|null = null;
|
|
115
|
+
|
|
114
116
|
private constructor() {
|
|
115
117
|
super({
|
|
116
118
|
jslog: `${VisualLogging.section('sources.callstack')}`,
|
|
@@ -196,10 +198,13 @@ export class CallStackSidebarPane extends UI.View.SimpleView implements UI.Conte
|
|
|
196
198
|
return callstackSidebarPaneInstance;
|
|
197
199
|
}
|
|
198
200
|
|
|
199
|
-
flavorChanged(
|
|
201
|
+
flavorChanged(details: SDK.DebuggerModel.DebuggerPausedDetails|null): void {
|
|
200
202
|
this.showIgnoreListed = false;
|
|
201
203
|
this.ignoreListCheckboxElement.checked = false;
|
|
202
204
|
this.maxAsyncStackChainDepth = defaultMaxAsyncStackChainDepth;
|
|
205
|
+
this.#details = details;
|
|
206
|
+
this.setSourceMapSubscription(details?.debuggerModel ?? null);
|
|
207
|
+
|
|
203
208
|
this.requestUpdate();
|
|
204
209
|
}
|
|
205
210
|
|
|
@@ -230,8 +235,7 @@ export class CallStackSidebarPane extends UI.View.SimpleView implements UI.Conte
|
|
|
230
235
|
|
|
231
236
|
this.callFrameWarningsElement.classList.add('hidden');
|
|
232
237
|
|
|
233
|
-
const details =
|
|
234
|
-
this.setSourceMapSubscription(details?.debuggerModel ?? null);
|
|
238
|
+
const details = this.#details;
|
|
235
239
|
if (!details) {
|
|
236
240
|
this.notPausedMessageElement.classList.remove('hidden');
|
|
237
241
|
this.ignoreListMessageElement.classList.add('hidden');
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// Copyright 2016 The Chromium Authors
|
|
2
2
|
// Use of this source code is governed by a BSD-style license that can be
|
|
3
3
|
// found in the LICENSE file.
|
|
4
|
-
/* eslint-disable @devtools/no-imperative-dom-api */
|
|
5
4
|
|
|
6
5
|
import * as i18n from '../../core/i18n/i18n.js';
|
|
7
6
|
import type * as Platform from '../../core/platform/platform.js';
|
|
@@ -10,14 +9,16 @@ import * as Protocol from '../../generated/protocol.js';
|
|
|
10
9
|
import type * as Bindings from '../../models/bindings/bindings.js';
|
|
11
10
|
import type * as BreakpointManager from '../../models/breakpoints/breakpoints.js';
|
|
12
11
|
import * as uiI18n from '../../ui/i18n/i18n.js';
|
|
13
|
-
import {Icon} from '../../ui/kit/kit.js';
|
|
14
12
|
import * as UI from '../../ui/legacy/legacy.js';
|
|
13
|
+
import * as Lit from '../../ui/lit/lit.js';
|
|
15
14
|
import * as VisualLogging from '../../ui/visual_logging/visual_logging.js';
|
|
16
15
|
import * as PanelsCommon from '../common/common.js';
|
|
17
16
|
|
|
18
17
|
import {getLocalizedBreakpointName} from './CategorizedBreakpointL10n.js';
|
|
19
18
|
import debuggerPausedMessageStyles from './debuggerPausedMessage.css.js';
|
|
20
19
|
|
|
20
|
+
const {html, render, nothing, Directives: {ifDefined}} = Lit;
|
|
21
|
+
|
|
21
22
|
const UIStrings = {
|
|
22
23
|
/**
|
|
23
24
|
* @description Text in the JavaScript Debugging pane of the Sources pane when a DOM breakpoint is hit
|
|
@@ -117,21 +118,79 @@ const str_ = i18n.i18n.registerUIStrings('panels/sources/DebuggerPausedMessage.t
|
|
|
117
118
|
const i18nString = i18n.i18n.getLocalizedString.bind(undefined, str_);
|
|
118
119
|
const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
121
|
+
interface DOMBreakpointData {
|
|
122
|
+
type: Protocol.DOMDebugger.DOMBreakpointType;
|
|
123
|
+
node: SDK.DOMModel.DOMNode;
|
|
124
|
+
targetNode: SDK.DOMModel.DOMNode|null;
|
|
125
|
+
insertion: boolean;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
interface ViewInput {
|
|
129
|
+
errorLike: boolean;
|
|
130
|
+
mainText: string;
|
|
131
|
+
subText?: string;
|
|
132
|
+
title?: string;
|
|
133
|
+
domBreakpointData?: DOMBreakpointData;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
function domBreakpointSubtext(data: DOMBreakpointData): Lit.LitTemplate {
|
|
137
|
+
let messageElement: HTMLElement|undefined;
|
|
138
|
+
if (data.targetNode) {
|
|
139
|
+
const targetNodeLink = PanelsCommon.DOMLinkifier.Linkifier.instance().linkify(data.targetNode);
|
|
140
|
+
if (data.insertion) {
|
|
141
|
+
if (data.targetNode === data.node) {
|
|
142
|
+
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.childSAdded, {PH1: targetNodeLink});
|
|
143
|
+
} else {
|
|
144
|
+
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.descendantSAdded, {PH1: targetNodeLink});
|
|
145
|
+
}
|
|
146
|
+
} else {
|
|
147
|
+
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.descendantSRemoved, {PH1: targetNodeLink});
|
|
148
|
+
}
|
|
131
149
|
}
|
|
150
|
+
return html`
|
|
151
|
+
${PanelsCommon.DOMLinkifier.Linkifier.instance().linkify(data.node)}
|
|
152
|
+
${data.targetNode ? html`<br/>${messageElement}` : nothing}
|
|
153
|
+
`;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
const DEFAULT_VIEW = (input: ViewInput|null, _output: undefined, target: HTMLElement): void => {
|
|
157
|
+
render(
|
|
158
|
+
html`
|
|
159
|
+
<style>${debuggerPausedMessageStyles}</style>
|
|
160
|
+
<div aria-live="polite" ?hidden=${!input}>${
|
|
161
|
+
input ?
|
|
162
|
+
html`
|
|
163
|
+
<div class="paused-status ${input.errorLike ? 'error-reason' : ''}">
|
|
164
|
+
<span>
|
|
165
|
+
<div class="status-main">
|
|
166
|
+
<devtools-icon name=${input.errorLike ? 'cross-circle-filled' : 'info'} class="medium"></devtools-icon>
|
|
167
|
+
${input.mainText}
|
|
168
|
+
</div>
|
|
169
|
+
${
|
|
170
|
+
input.subText || input.domBreakpointData ?
|
|
171
|
+
html`
|
|
172
|
+
<div class="status-sub monospace" title=${ifDefined(input.title ?? input.subText)}>${
|
|
173
|
+
input.domBreakpointData ? domBreakpointSubtext(input.domBreakpointData) : input.subText}</div>
|
|
174
|
+
` :
|
|
175
|
+
nothing}
|
|
176
|
+
</span>
|
|
177
|
+
</div>` :
|
|
178
|
+
nothing}
|
|
179
|
+
</div>
|
|
180
|
+
`,
|
|
181
|
+
target);
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
type View = typeof DEFAULT_VIEW;
|
|
132
185
|
|
|
133
|
-
|
|
134
|
-
|
|
186
|
+
export class DebuggerPausedMessage extends UI.Widget.Widget {
|
|
187
|
+
#viewInput: ViewInput|null = null;
|
|
188
|
+
constructor(element?: HTMLElement, private readonly view: View = DEFAULT_VIEW) {
|
|
189
|
+
super(element, {
|
|
190
|
+
jslog: `${VisualLogging.dialog('debugger-paused')}`,
|
|
191
|
+
classes: ['paused-message', 'flex-none'],
|
|
192
|
+
useShadowDom: true,
|
|
193
|
+
});
|
|
135
194
|
}
|
|
136
195
|
|
|
137
196
|
private static descriptionWithoutStack(description: string): string {
|
|
@@ -140,53 +199,30 @@ export class DebuggerPausedMessage {
|
|
|
140
199
|
description.substring(0, description.lastIndexOf('\n'));
|
|
141
200
|
}
|
|
142
201
|
|
|
143
|
-
private static async
|
|
144
|
-
Promise<
|
|
145
|
-
const messageWrapper = document.createElement('span');
|
|
202
|
+
private static async createDOMBreakpointHitMessageDetails(details: SDK.DebuggerModel.DebuggerPausedDetails):
|
|
203
|
+
Promise<ViewInput|null> {
|
|
146
204
|
const domDebuggerModel = details.debuggerModel.target().model(SDK.DOMDebuggerModel.DOMDebuggerModel);
|
|
147
205
|
if (!details.auxData || !domDebuggerModel) {
|
|
148
|
-
return
|
|
206
|
+
return null;
|
|
149
207
|
}
|
|
150
|
-
const
|
|
208
|
+
const domBreakpointData = domDebuggerModel.resolveDOMBreakpointData((details.auxData as {
|
|
151
209
|
type: Protocol.DOMDebugger.DOMBreakpointType,
|
|
152
210
|
nodeId: Protocol.DOM.NodeId,
|
|
153
211
|
targetNodeId: Protocol.DOM.NodeId,
|
|
154
212
|
insertion: boolean,
|
|
155
213
|
}));
|
|
156
|
-
if (!data) {
|
|
157
|
-
return messageWrapper;
|
|
158
|
-
}
|
|
159
214
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
mainIcon.style.color = 'var(--sys-color-on-yellow-container)';
|
|
164
|
-
mainIcon.classList.add('medium');
|
|
165
|
-
mainElement.appendChild(mainIcon);
|
|
166
|
-
const breakpointType = BreakpointTypeNouns.get(data.type);
|
|
167
|
-
mainElement.appendChild(document.createTextNode(
|
|
168
|
-
i18nString(UIStrings.pausedOnS, {PH1: breakpointType ? breakpointType() : String(null)})));
|
|
215
|
+
if (!domBreakpointData) {
|
|
216
|
+
return null;
|
|
217
|
+
}
|
|
169
218
|
|
|
170
|
-
const
|
|
171
|
-
const linkifiedNode = PanelsCommon.DOMLinkifier.Linkifier.instance().linkify(data.node);
|
|
172
|
-
subElement.appendChild(linkifiedNode);
|
|
219
|
+
const breakpointType = BreakpointTypeNouns.get(domBreakpointData.type);
|
|
173
220
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.childSAdded, {PH1: targetNodeLink});
|
|
180
|
-
} else {
|
|
181
|
-
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.descendantSAdded, {PH1: targetNodeLink});
|
|
182
|
-
}
|
|
183
|
-
} else {
|
|
184
|
-
messageElement = uiI18n.getFormatLocalizedString(str_, UIStrings.descendantSRemoved, {PH1: targetNodeLink});
|
|
185
|
-
}
|
|
186
|
-
subElement.appendChild(document.createElement('br'));
|
|
187
|
-
subElement.appendChild(messageElement);
|
|
188
|
-
}
|
|
189
|
-
return messageWrapper;
|
|
221
|
+
return {
|
|
222
|
+
mainText: i18nString(UIStrings.pausedOnS, {PH1: breakpointType ? breakpointType() : String(null)}),
|
|
223
|
+
domBreakpointData,
|
|
224
|
+
errorLike: false,
|
|
225
|
+
};
|
|
190
226
|
}
|
|
191
227
|
|
|
192
228
|
static #findEventNameForUi(detailsAuxData?: SDK.DebuggerModel.EventListenerPausedDetailsAuxData): string {
|
|
@@ -223,86 +259,84 @@ export class DebuggerPausedMessage {
|
|
|
223
259
|
details: SDK.DebuggerModel.DebuggerPausedDetails|null,
|
|
224
260
|
debuggerWorkspaceBinding: Bindings.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding,
|
|
225
261
|
breakpointManager: BreakpointManager.BreakpointManager.BreakpointManager): Promise<void> {
|
|
226
|
-
this.contentElement.removeChildren();
|
|
227
|
-
this.contentElement.hidden = !details;
|
|
228
262
|
if (!details) {
|
|
263
|
+
this.#viewInput = null;
|
|
264
|
+
this.requestUpdate();
|
|
229
265
|
return;
|
|
230
266
|
}
|
|
231
267
|
|
|
232
|
-
const status = this.contentElement.createChild('div', 'paused-status');
|
|
233
|
-
|
|
234
268
|
const errorLike = details.reason === Protocol.Debugger.PausedEventReason.Exception ||
|
|
235
269
|
details.reason === Protocol.Debugger.PausedEventReason.PromiseRejection ||
|
|
236
270
|
details.reason === Protocol.Debugger.PausedEventReason.Assert ||
|
|
237
271
|
details.reason === Protocol.Debugger.PausedEventReason.OOM;
|
|
238
|
-
|
|
272
|
+
|
|
239
273
|
if (details.reason === Protocol.Debugger.PausedEventReason.DOM) {
|
|
240
|
-
|
|
274
|
+
this.#viewInput = await DebuggerPausedMessage.createDOMBreakpointHitMessageDetails(details);
|
|
241
275
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.EventListener) {
|
|
242
276
|
const eventNameForUI = DebuggerPausedMessage.#findEventNameForUi(
|
|
243
277
|
details.auxData as SDK.DebuggerModel.EventListenerPausedDetailsAuxData);
|
|
244
|
-
|
|
278
|
+
this.#viewInput = {mainText: i18nString(UIStrings.pausedOnEventListener), subText: eventNameForUI, errorLike};
|
|
245
279
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.XHR) {
|
|
246
280
|
const auxData = (details.auxData as PausedDetailsAuxData);
|
|
247
|
-
|
|
281
|
+
this.#viewInput = {mainText: i18nString(UIStrings.pausedOnXhrOrFetch), subText: auxData.url || '', errorLike};
|
|
248
282
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.Exception) {
|
|
249
283
|
const auxData = (details.auxData as PausedDetailsAuxData);
|
|
250
284
|
const description = auxData.description || auxData.value || '';
|
|
251
285
|
const descriptionWithoutStack = DebuggerPausedMessage.descriptionWithoutStack(description);
|
|
252
|
-
|
|
286
|
+
this.#viewInput = {
|
|
287
|
+
mainText: i18nString(UIStrings.pausedOnException),
|
|
288
|
+
subText: descriptionWithoutStack,
|
|
289
|
+
title: description,
|
|
290
|
+
errorLike,
|
|
291
|
+
};
|
|
253
292
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.PromiseRejection) {
|
|
254
293
|
const auxData = (details.auxData as PausedDetailsAuxData);
|
|
255
294
|
const description = auxData.description || auxData.value || '';
|
|
256
295
|
const descriptionWithoutStack = DebuggerPausedMessage.descriptionWithoutStack(description);
|
|
257
|
-
|
|
258
|
-
|
|
296
|
+
this.#viewInput = {
|
|
297
|
+
mainText: i18nString(UIStrings.pausedOnPromiseRejection),
|
|
298
|
+
subText: descriptionWithoutStack,
|
|
299
|
+
title: description,
|
|
300
|
+
errorLike,
|
|
301
|
+
};
|
|
259
302
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.Assert) {
|
|
260
|
-
|
|
303
|
+
this.#viewInput = {mainText: i18nString(UIStrings.pausedOnAssertion), errorLike};
|
|
261
304
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.DebugCommand) {
|
|
262
|
-
|
|
305
|
+
this.#viewInput = {mainText: i18nString(UIStrings.pausedOnDebuggedFunction), errorLike};
|
|
263
306
|
} else if (details.reason === Protocol.Debugger.PausedEventReason.OOM) {
|
|
264
|
-
|
|
307
|
+
this.#viewInput = {mainText: i18nString(UIStrings.pausedBeforePotentialOutofmemory), errorLike};
|
|
265
308
|
} else if (
|
|
266
309
|
details.reason === Protocol.Debugger.PausedEventReason.CSPViolation && details.auxData?.['violationType']) {
|
|
267
310
|
const text = (details.auxData['violationType'] as string);
|
|
268
311
|
if (text === Protocol.DOMDebugger.CSPViolationType.TrustedtypeSinkViolation) {
|
|
269
|
-
|
|
270
|
-
|
|
312
|
+
this.#viewInput = {
|
|
313
|
+
mainText: i18nString(UIStrings.pausedOnCspViolation),
|
|
314
|
+
subText: i18nString(UIStrings.trustedTypeSinkViolation),
|
|
315
|
+
errorLike,
|
|
316
|
+
};
|
|
271
317
|
} else if (text === Protocol.DOMDebugger.CSPViolationType.TrustedtypePolicyViolation) {
|
|
272
|
-
|
|
273
|
-
|
|
318
|
+
this.#viewInput = {
|
|
319
|
+
mainText: i18nString(UIStrings.pausedOnCspViolation),
|
|
320
|
+
subText: i18nString(UIStrings.trustedTypePolicyViolation),
|
|
321
|
+
errorLike,
|
|
322
|
+
};
|
|
274
323
|
}
|
|
275
324
|
} else if (details.callFrames.length) {
|
|
276
325
|
const uiLocation = await debuggerWorkspaceBinding.rawLocationToUILocation(details.callFrames[0].location());
|
|
277
326
|
const breakpoint = uiLocation ? breakpointManager.findBreakpoint(uiLocation) : null;
|
|
278
327
|
const defaultText = breakpoint ? i18nString(UIStrings.pausedOnBreakpoint) : i18nString(UIStrings.debuggerPaused);
|
|
279
|
-
|
|
328
|
+
this.#viewInput = {mainText: defaultText, errorLike};
|
|
280
329
|
} else {
|
|
330
|
+
this.#viewInput = null;
|
|
281
331
|
console.warn(
|
|
282
332
|
'ScriptsPanel paused, but callFrames.length is zero.'); // TODO remove this once we understand this case better
|
|
283
333
|
}
|
|
284
334
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
status.appendChild(messageWrapper);
|
|
288
|
-
}
|
|
335
|
+
this.requestUpdate();
|
|
336
|
+
}
|
|
289
337
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
const mainElement = messageWrapper.createChild('div', 'status-main');
|
|
293
|
-
const mainIcon = new Icon();
|
|
294
|
-
mainIcon.name = errorLike ? 'cross-circle-filled' : 'info';
|
|
295
|
-
mainIcon.style.color = errorLike ? 'var(--icon-error)' : 'var(--sys-color-on-yellow-container)';
|
|
296
|
-
mainIcon.classList.add('medium');
|
|
297
|
-
mainElement.appendChild(mainIcon);
|
|
298
|
-
mainElement.appendChild(document.createTextNode(mainText));
|
|
299
|
-
if (subText) {
|
|
300
|
-
const subElement = messageWrapper.createChild('div', 'status-sub monospace');
|
|
301
|
-
subElement.textContent = subText;
|
|
302
|
-
UI.Tooltip.Tooltip.install(subElement, title || subText);
|
|
303
|
-
}
|
|
304
|
-
return messageWrapper;
|
|
305
|
-
}
|
|
338
|
+
override performUpdate(): void {
|
|
339
|
+
this.view(this.#viewInput, undefined, this.contentElement);
|
|
306
340
|
}
|
|
307
341
|
}
|
|
308
342
|
|
|
@@ -311,6 +345,7 @@ export const BreakpointTypeNouns = new Map([
|
|
|
311
345
|
[Protocol.DOMDebugger.DOMBreakpointType.AttributeModified, i18nLazyString(UIStrings.attributeModifications)],
|
|
312
346
|
[Protocol.DOMDebugger.DOMBreakpointType.NodeRemoved, i18nLazyString(UIStrings.nodeRemoval)],
|
|
313
347
|
]);
|
|
348
|
+
|
|
314
349
|
interface PausedDetailsAuxData {
|
|
315
350
|
description?: string;
|
|
316
351
|
url?: Platform.DevToolsPath.UrlString;
|
|
@@ -708,13 +708,21 @@ export class SourcesPanel extends UI.Panel.Panel implements
|
|
|
708
708
|
private async updateDebuggerButtonsAndStatus(): Promise<void> {
|
|
709
709
|
const currentTarget = UI.Context.Context.instance().flavor(SDK.Target.Target);
|
|
710
710
|
const currentDebuggerModel = currentTarget ? currentTarget.model(SDK.DebuggerModel.DebuggerModel) : null;
|
|
711
|
+
|
|
712
|
+
const paused = this.#paused;
|
|
713
|
+
const details = currentDebuggerModel ? currentDebuggerModel.debuggerPausedDetails() : null;
|
|
714
|
+
await this.debuggerPausedMessage.render(
|
|
715
|
+
details, Bindings.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance(),
|
|
716
|
+
Breakpoints.BreakpointManager.BreakpointManager.instance());
|
|
717
|
+
await this.debuggerPausedMessage.updateComplete;
|
|
718
|
+
|
|
711
719
|
if (!currentDebuggerModel) {
|
|
712
720
|
this.togglePauseAction.setEnabled(false);
|
|
713
721
|
this.stepOverAction.setEnabled(false);
|
|
714
722
|
this.stepIntoAction.setEnabled(false);
|
|
715
723
|
this.stepOutAction.setEnabled(false);
|
|
716
724
|
this.stepAction.setEnabled(false);
|
|
717
|
-
} else if (
|
|
725
|
+
} else if (paused) {
|
|
718
726
|
this.togglePauseAction.setToggled(true);
|
|
719
727
|
this.togglePauseAction.setEnabled(true);
|
|
720
728
|
this.stepOverAction.setEnabled(true);
|
|
@@ -729,11 +737,6 @@ export class SourcesPanel extends UI.Panel.Panel implements
|
|
|
729
737
|
this.stepOutAction.setEnabled(false);
|
|
730
738
|
this.stepAction.setEnabled(false);
|
|
731
739
|
}
|
|
732
|
-
|
|
733
|
-
const details = currentDebuggerModel ? currentDebuggerModel.debuggerPausedDetails() : null;
|
|
734
|
-
await this.debuggerPausedMessage.render(
|
|
735
|
-
details, Bindings.DebuggerWorkspaceBinding.DebuggerWorkspaceBinding.instance(),
|
|
736
|
-
Breakpoints.BreakpointManager.BreakpointManager.instance());
|
|
737
740
|
if (details) {
|
|
738
741
|
this.updateDebuggerButtonsAndStatusForTest();
|
|
739
742
|
}
|
|
@@ -1228,7 +1231,7 @@ export class SourcesPanel extends UI.Panel.Panel implements
|
|
|
1228
1231
|
this.revealDebuggerSidebar.bind(this), undefined, 'debug');
|
|
1229
1232
|
this.sidebarPaneStack.widget().element.classList.add('y-overflow-only');
|
|
1230
1233
|
this.sidebarPaneStack.widget().show(vbox.element);
|
|
1231
|
-
this.sidebarPaneStack.widget().element
|
|
1234
|
+
this.debuggerPausedMessage.show(this.sidebarPaneStack.widget().element);
|
|
1232
1235
|
this.sidebarPaneStack.appendApplicableItems('sources.sidebar-top');
|
|
1233
1236
|
|
|
1234
1237
|
if (this.threadsSidebarPane) {
|
|
@@ -15,6 +15,7 @@ declare module 'estree' {
|
|
|
15
15
|
// The @types/estree do not export the types to a namespace. Since we reference
|
|
16
16
|
// these types as "ESTree.Node", we need to explicitly re-export them here.
|
|
17
17
|
export type ArrayPattern = estree.ArrayPattern;
|
|
18
|
+
export type ArrowFunctionExpression = estree.ArrowFunctionExpression;
|
|
18
19
|
export type AssignmentProperty = estree.AssignmentProperty;
|
|
19
20
|
export type CatchClause = estree.CatchClause;
|
|
20
21
|
export type Class = estree.Class;
|
|
@@ -33,6 +34,7 @@ export type Node = estree.Node;
|
|
|
33
34
|
export type ObjectPattern = estree.ObjectPattern;
|
|
34
35
|
export type Pattern = estree.Pattern;
|
|
35
36
|
export type PrivateIdentifier = estree.PrivateIdentifier;
|
|
37
|
+
export type Property = estree.Property;
|
|
36
38
|
export type SimpleLiteral = estree.SimpleLiteral;
|
|
37
39
|
export type TemplateLiteral = estree.TemplateLiteral;
|
|
38
40
|
export type TemplateLiteralNode = estree.TemplateLiteral;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Name: Dependencies sourced from the upstream `chromium` repository
|
|
2
2
|
URL: https://chromium.googlesource.com/chromium/src
|
|
3
3
|
Version: N/A
|
|
4
|
-
Revision:
|
|
4
|
+
Revision: 62c1a660407ec8f7589a271587ffee39bc215751
|
|
5
5
|
Update Mechanism: Manual (https://crbug.com/428069060)
|
|
6
6
|
License: BSD-3-Clause
|
|
7
7
|
License File: LICENSE
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Name: Puppeteer Core
|
|
2
2
|
Short Name: Puppeteer Core
|
|
3
3
|
URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
|
|
4
|
-
Version: 24.
|
|
4
|
+
Version: 24.33.0
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
License File: LICENSE
|
|
7
|
-
Revision:
|
|
7
|
+
Revision: f07e03eaf89dbae832c6ed645a6839d89697a940
|
|
8
8
|
Security Critical: no
|
|
9
9
|
Shipped: yes
|
|
10
10
|
Update Mechanism: Autoroll
|
|
@@ -150,6 +150,10 @@ export interface WindowBounds {
|
|
|
150
150
|
height?: number;
|
|
151
151
|
windowState?: WindowState;
|
|
152
152
|
}
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export type WindowId = string;
|
|
153
157
|
/**
|
|
154
158
|
* @public
|
|
155
159
|
*/
|
|
@@ -316,6 +320,14 @@ export declare abstract class Browser extends EventEmitter<BrowserEvents> {
|
|
|
316
320
|
* {@link Browser.defaultBrowserContext | default browser context}.
|
|
317
321
|
*/
|
|
318
322
|
abstract newPage(options?: CreatePageOptions): Promise<Page>;
|
|
323
|
+
/**
|
|
324
|
+
* Gets the specified window {@link WindowBounds | bounds}.
|
|
325
|
+
*/
|
|
326
|
+
abstract getWindowBounds(windowId: WindowId): Promise<WindowBounds>;
|
|
327
|
+
/**
|
|
328
|
+
* Sets the specified window {@link WindowBounds | bounds}.
|
|
329
|
+
*/
|
|
330
|
+
abstract setWindowBounds(windowId: WindowId, windowBounds: WindowBounds): Promise<void>;
|
|
319
331
|
/**
|
|
320
332
|
* Gets all active {@link Target | targets}.
|
|
321
333
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../src/api/Browser.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../src/api/Browser.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Browser.js","sourceRoot":"","sources":["../../../../src/api/Browser.ts"],"names":[],"mappings":";;;AAUA,4DAKwC;AAQxC,+DAAuE;AACvE,+CAM2B;AAC3B,yDAAwE;AA0CxE;;GAEG;AACU,QAAA,qCAAqC,GAAG,IAAI,GAAG,CAG1D;IACA,CAAC,eAAe,EAAE,SAAS,CAAC;IAC5B,CAAC,sBAAsB,EAAE,SAAS,CAAC;IACnC,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IACrC,CAAC,QAAQ,EAAE,cAAc,CAAC;IAC1B,CAAC,gBAAgB,EAAE,oBAAoB,CAAC;IACxC,CAAC,2BAA2B,EAAE,yBAAyB,CAAC;IACxD,CAAC,iBAAiB,EAAE,oBAAoB,CAAC;IACzC,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,WAAW,EAAE,SAAS,CAAC;IACxB,CAAC,gBAAgB,EAAE,eAAe,CAAC;IACnC,CAAC,eAAe,EAAE,cAAc,CAAC;IACjC,CAAC,cAAc,EAAE,SAAS,CAAC;IAC3B,CAAC,YAAY,EAAE,cAAc,CAAC;IAC9B,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,eAAe,EAAE,eAAe,CAAC;IAClC,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IACrC,CAAC,oBAAoB,EAAE,gBAAgB,CAAC;IACxC,CAAC,cAAc,EAAE,aAAa,CAAC;IAC/B,uCAAuC;IACvC,CAAC,YAAY,EAAE,WAAW,CAAC;CAC5B,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Browser.js","sourceRoot":"","sources":["../../../../src/api/Browser.ts"],"names":[],"mappings":";;;AAUA,4DAKwC;AAQxC,+DAAuE;AACvE,+CAM2B;AAC3B,yDAAwE;AA0CxE;;GAEG;AACU,QAAA,qCAAqC,GAAG,IAAI,GAAG,CAG1D;IACA,CAAC,eAAe,EAAE,SAAS,CAAC;IAC5B,CAAC,sBAAsB,EAAE,SAAS,CAAC;IACnC,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IACrC,CAAC,QAAQ,EAAE,cAAc,CAAC;IAC1B,CAAC,gBAAgB,EAAE,oBAAoB,CAAC;IACxC,CAAC,2BAA2B,EAAE,yBAAyB,CAAC;IACxD,CAAC,iBAAiB,EAAE,oBAAoB,CAAC;IACzC,CAAC,aAAa,EAAE,aAAa,CAAC;IAC9B,CAAC,WAAW,EAAE,SAAS,CAAC;IACxB,CAAC,gBAAgB,EAAE,eAAe,CAAC;IACnC,CAAC,eAAe,EAAE,cAAc,CAAC;IACjC,CAAC,cAAc,EAAE,SAAS,CAAC;IAC3B,CAAC,YAAY,EAAE,cAAc,CAAC;IAC9B,CAAC,MAAM,EAAE,MAAM,CAAC;IAChB,CAAC,eAAe,EAAE,eAAe,CAAC;IAClC,CAAC,iBAAiB,EAAE,gBAAgB,CAAC;IACrC,CAAC,oBAAoB,EAAE,gBAAgB,CAAC;IACxC,CAAC,cAAc,EAAE,aAAa,CAAC;IAC/B,uCAAuC;IACvC,CAAC,YAAY,EAAE,WAAW,CAAC;CAC5B,CAAC,CAAC;AAyMH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAsB,OAAQ,SAAQ,8BAA2B;IAC/D;;OAEG;IACH;QACE,KAAK,EAAE,CAAC;IACV,CAAC;IAmGD;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,aAAa,CACjB,SAAoD,EACpD,UAAgC,EAAE;QAElC,MAAM,EAAC,OAAO,EAAE,EAAE,GAAG,KAAK,EAAE,MAAM,EAAC,GAAG,OAAO,CAAC;QAC9C,OAAO,MAAM,IAAA,wBAAc,EACzB,IAAA,eAAK,EACH,IAAA,0BAAgB,EAAC,IAAI,mDAA6B,EAClD,IAAA,0BAAgB,EAAC,IAAI,mDAA6B,EAClD,IAAA,cAAI,EAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CACrB,CAAC,IAAI,CACJ,IAAA,qBAAW,EAAC,SAAS,CAAC,EACtB,IAAA,kBAAQ,EAAC,IAAA,yBAAe,EAAC,MAAM,CAAC,EAAE,IAAA,iBAAO,EAAC,EAAE,CAAC,CAAC,CAC/C,CACF,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,KAAK,CAAC,UAAU,GAAG,KAAK;QAC5B,MAAM,YAAY,GAAG,MAAM,OAAO,CAAC,GAAG,CACpC,IAAI,CAAC,eAAe,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE;YACnC,OAAO,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACnC,CAAC,CAAC,CACH,CAAC;QACF,iBAAiB;QACjB,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE;YACpC,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QACvB,CAAC,EAAE,EAAE,CAAC,CAAC;IACT,CAAC;IAoCD;;;;;;;OAOG;IACH,KAAK,CAAC,OAAO;QACX,OAAO,MAAM,IAAI,CAAC,qBAAqB,EAAE,CAAC,OAAO,EAAE,CAAC;IACtD,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,SAAS,CAAC,GAAG,OAAqB;QACtC,OAAO,MAAM,IAAI,CAAC,qBAAqB,EAAE,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC,CAAC;IAClE,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,YAAY,CAAC,GAAG,OAAiB;QACrC,OAAO,MAAM,IAAI,CAAC,qBAAqB,EAAE,CAAC,YAAY,CAAC,GAAG,OAAO,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,qBAAqB,CACzB,GAAG,OAA+B;QAElC,OAAO,MAAM,IAAI,CAAC,qBAAqB,EAAE,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,CAAC;IAC9E,CAAC;IAuCD;;;;OAIG;IACH,WAAW;QACT,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAOD,gBAAgB;IACP,CAAC,6BAAa,CAAC;QACtB,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,CAAC;YACnB,OAAO,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,oBAAU,CAAC,CAAC;QAC7C,CAAC;QACD,OAAO,KAAK,IAAI,CAAC,UAAU,EAAE,CAAC,KAAK,CAAC,oBAAU,CAAC,CAAC;IAClD,CAAC;IAED,gBAAgB;IAChB,CAAC,kCAAkB,CAAC;QAClB,IAAI,IAAI,CAAC,OAAO,EAAE,EAAE,CAAC;YACnB,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;QACtB,CAAC;QACD,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC;IAC3B,CAAC;CAuBF;AA/UD,0BA+UC"}
|