Skip to content

Commit c2a572e

Browse files
author
copybara-service
committed
deploy: 393435a
1 parent 35ffe88 commit c2a572e

File tree

197 files changed

+3475
-2536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+3475
-2536
lines changed

expected_grd_files.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"front_end/models/trace/trace.js",
613613
"front_end/models/trace/types/types.js",
614614
"front_end/models/trace_source_maps_resolver/trace_source_maps_resolver.js",
615+
"front_end/models/workspace/workspace-meta.js",
615616
"front_end/models/workspace/workspace.js",
616617
"front_end/models/workspace_diff/workspace_diff.js",
617618
"front_end/ndb_app.html",

front_end/core/common/Revealer.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export declare const RevealerDestination: {
6969
CHANGES_DRAWER: () => Platform.UIString.LocalizedString;
7070
ISSUES_VIEW: () => Platform.UIString.LocalizedString;
7171
NETWORK_PANEL: () => Platform.UIString.LocalizedString;
72+
REQUEST_CONDITIONS_DRAWER: () => Platform.UIString.LocalizedString;
7273
TIMELINE_PANEL: () => Platform.UIString.LocalizedString;
7374
APPLICATION_PANEL: () => Platform.UIString.LocalizedString;
7475
SOURCES_PANEL: () => Platform.UIString.LocalizedString;

front_end/core/common/Revealer.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/common/Revealer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/common/common.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/common/common.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/InspectorFrontendHost.d.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ export declare class InspectorFrontendHostStub implements InspectorFrontendHostA
114114
* Whereas in **Non-hosted** (aka "embedded"), DevTools is embedded and fully dockable. It's the common way DevTools is run.
115115
*
116116
* **Hosted mode** == we're using the `InspectorFrontendHostStub`. impl. (@see `InspectorFrontendHostStub` class comment)
117-
* Whereas with **non-hosted** mode, native `DevToolsEmbedderMessageDispatcher` is used for CDP and more.
117+
* Whereas with **non-hosted** mode, native `DevToolsEmbedderMessageDispatcher` is used for CDP and more. `globalThis.DevToolsAPI` is present.
118118
*
119119
* Relationships to other signals:
120-
* - Hosted-ness does not indicate whether the frontend is _connected to a valid CDP target_.
121-
* - Being _"dockable"_ (aka `canDock`) is typically aligned but technically orthogonal.
122-
* - It's unrelated to the _tab's (main frame's) URL_. Though in non-hosted, the devtools frame origin will always be `devtools://devtools`.
120+
* - _Connection_: Hosted-ness does not indicate whether the frontend is _connected to a valid CDP target_.
121+
* - _Dockability_: Being _"dockable"_ (aka `canDock`) is typically aligned but technically orthogonal.
122+
* - _URL scheme_: If the main frame's URL scheme is `devtools://`, it's non-hosted.
123123
*
124-
* | Example case | Mode | Example devtools |
125-
* | :--------------------------------------------------- | :------------- | :---------------------------------------------------------------------------- |
126-
* | tab URL: anything. embedded DevTools w/ native CDP bindings | **NOT Hosted** | `devtools://devtools/bundled/devtools_app.html?targetType=tab&...` |
127-
* | tab URL: `devtools://…?ws=…` | **Hosted** | `devtools://devtools/bundled/devtools_app.html?ws=localhost:9228/...` |
128-
* | tab URL: `devtools://…` but no connection | **Hosted** | `devtools://devtools/bundled/devtools_app.html` |
129-
* | tab URL: `https://…` but no connection | **Hosted** | `https://chrome-devtools-frontend.appspot.com/serve_rev/@.../worker_app.html` |
124+
* | Example case | Mode | Example devtools |
125+
* | :------------------------------------------ | :------------- | :---------------------------------------------------------------------------- |
126+
* | tab URL: `devtools://…` | **NOT Hosted** | `devtools://devtools/bundled/devtools_app.html?targetType=tab&...` |
127+
* | tab URL: `devtools://…?ws=…` | **NOT Hosted** | `devtools://devtools/bundled/devtools_app.html?ws=localhost:9228/...` |
128+
* | tab URL: `devtools://…` but no connection | **NOT Hosted** | `devtools://devtools/bundled/trace_app.html` |
129+
* | tab URL: `https://…` but no connection | **Hosted** | `https://chrome-devtools-frontend.appspot.com/serve_rev/@.../trace_app.html` |
130130
* | tab URL: `http://…?ws=` (connected) | **Hosted** | `http://localhost:9222/devtools/inspector.html?ws=localhost:9222/...` |
131131
*/
132132
isHostedMode(): boolean;

front_end/core/host/InspectorFrontendHost.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/InspectorFrontendHost.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)