Skip to content

Commit 699b42c

Browse files
author
copybara-service
committed
deploy: f58ca51
1 parent 8380183 commit 699b42c

119 files changed

Lines changed: 2799 additions & 1294 deletions

File tree

Some content is hidden

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

front_end/core/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/core/i18n/locales/generated/collected-ui-strings.d

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/core/i18n/locales/generated/en-US.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6290,6 +6290,9 @@
62906290
"panels/application/WebMCPView.ts | declarative": {
62916291
"message": "Declarative"
62926292
},
6293+
"panels/application/WebMCPView.ts | editAndRun": {
6294+
"message": "Edit and run"
6295+
},
62936296
"panels/application/WebMCPView.ts | error": {
62946297
"message": "Error"
62956298
},
@@ -6332,9 +6335,15 @@
63326335
"panels/application/WebMCPView.ts | output": {
63336336
"message": "Output"
63346337
},
6338+
"panels/application/WebMCPView.ts | paste": {
6339+
"message": "Paste"
6340+
},
63356341
"panels/application/WebMCPView.ts | pending": {
63366342
"message": "In Progress"
63376343
},
6344+
"panels/application/WebMCPView.ts | revealTool": {
6345+
"message": "Reveal tool"
6346+
},
63386347
"panels/application/WebMCPView.ts | runTool": {
63396348
"message": "Run Tool"
63406349
},
@@ -6353,6 +6362,9 @@
63536362
"panels/application/WebMCPView.ts | toolTypes": {
63546363
"message": "Tool types"
63556364
},
6365+
"panels/application/WebMCPView.ts | toolUnregisteredNotice": {
6366+
"message": "This tool has been unregistered"
6367+
},
63566368
"panels/application/WebMCPView.ts | totalCalls": {
63576369
"message": "{PH1} Total calls"
63586370
},

front_end/core/protocol_client/protocol_client.js

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

front_end/core/protocol_client/protocol_client.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/sdk/NetworkManager.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export declare class NetworkManager extends SDKModel<EventTypes> {
4040
requestForId(id: string): NetworkRequest | null;
4141
requestForLoaderId(loaderId: Protocol.Network.LoaderId): NetworkRequest | null;
4242
private cacheDisabledSettingChanged;
43+
private preserveLogChanged;
4344
dispose(): void;
4445
private bypassServiceWorkerChanged;
4546
getSecurityIsolationStatus(frameId: Protocol.Page.FrameId | null): Promise<Protocol.Network.SecurityIsolationStatus | null>;

front_end/core/sdk/NetworkManager.js

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

front_end/core/sdk/NetworkManager.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/sdk/ServerSentEventsProtocol.js

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/sdk/ServerSentEventsProtocol.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.

0 commit comments

Comments
 (0)