Skip to content

Commit db0f55c

Browse files
author
copybara-service
committed
deploy: 768f83a
1 parent e9ac42d commit db0f55c

File tree

101 files changed

+516
-1476
lines changed

Some content is hidden

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

101 files changed

+516
-1476
lines changed

front_end/core/host/InspectorFrontendHost.js

Lines changed: 0 additions & 3 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: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.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/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: 5 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -962,21 +962,21 @@
962962
"entrypoints/inspector_main/RenderingOptions.ts | frameRenderingStats": {
963963
"message": "Frame Rendering Stats"
964964
},
965-
"entrypoints/inspector_main/RenderingOptions.ts | highlightAdFrames": {
966-
"message": "Highlight ad frames"
965+
"entrypoints/inspector_main/RenderingOptions.ts | highlightAds": {
966+
"message": "Highlight ads"
967967
},
968968
"entrypoints/inspector_main/RenderingOptions.ts | highlightsAreasOfThePageBlueThat": {
969969
"message": "Highlights areas of the page (blue) that were shifted. May not be suitable for people prone to photosensitive epilepsy."
970970
},
971971
"entrypoints/inspector_main/RenderingOptions.ts | highlightsAreasOfThePageGreen": {
972972
"message": "Highlights areas of the page (green) that need to be repainted. May not be suitable for people prone to photosensitive epilepsy."
973973
},
974+
"entrypoints/inspector_main/RenderingOptions.ts | highlightsElementsRedDetectedToBe": {
975+
"message": "Highlights elements (red) detected to be ads."
976+
},
974977
"entrypoints/inspector_main/RenderingOptions.ts | highlightsElementsTealThatCan": {
975978
"message": "Highlights elements (teal) that can slow down scrolling, including touch & wheel event handlers and other main-thread scrolling situations."
976979
},
977-
"entrypoints/inspector_main/RenderingOptions.ts | highlightsFramesRedDetectedToBe": {
978-
"message": "Highlights frames (red) detected to be ads."
979-
},
980980
"entrypoints/inspector_main/RenderingOptions.ts | layerBorders": {
981981
"message": "Layer borders"
982982
},
@@ -1313,12 +1313,6 @@
13131313
"generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
13141314
"message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension."
13151315
},
1316-
"generated/Deprecation.ts | MediaSourceAbortRemove": {
1317-
"message": "Using SourceBuffer.abort() to abort remove()'s asynchronous range removal is deprecated due to specification change. Support will be removed in the future. You should listen to the updateend event instead. abort() is intended to only abort an asynchronous media append or reset parser state."
1318-
},
1319-
"generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
1320-
"message": "Setting MediaSource.duration below the highest presentation timestamp of any buffered coded frames is deprecated due to specification change. Support for implicit removal of truncated buffered media will be removed in the future. You should instead perform explicit remove(newDuration, oldDuration) on all sourceBuffers, where newDuration < oldDuration."
1321-
},
13221316
"generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
13231317
"message": "Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions."
13241318
},
@@ -9818,9 +9812,6 @@
98189812
"panels/network/NetworkDataGridNode.ts | redirect": {
98199813
"message": "Redirect"
98209814
},
9821-
"panels/network/NetworkDataGridNode.ts | responseIsIpProtectedToolTip": {
9822-
"message": "This request was sent through IP Protection proxies."
9823-
},
98249815
"panels/network/NetworkDataGridNode.ts | script": {
98259816
"message": "Script"
98269817
},
@@ -10097,9 +10088,6 @@
1009710088
"panels/network/NetworkLogView.ts | invertsFilter": {
1009810089
"message": "Inverts the search filter"
1009910090
},
10100-
"panels/network/NetworkLogView.ts | ippRequests": {
10101-
"message": "IP Protected requests"
10102-
},
1010310091
"panels/network/NetworkLogView.ts | loadS": {
1010410092
"message": "Load: {PH1}"
1010510093
},
@@ -10115,9 +10103,6 @@
1011510103
"panels/network/NetworkLogView.ts | onlyShowBlockedRequests": {
1011610104
"message": "Show only blocked requests"
1011710105
},
10118-
"panels/network/NetworkLogView.ts | onlyShowIPProtectedRequests": {
10119-
"message": "Show only requests sent to IP Protection proxies. Has no effect in regular browsing."
10120-
},
1012110106
"panels/network/NetworkLogView.ts | onlyShowRequestsWithBlockedCookies": {
1012210107
"message": "Show only requests with blocked response cookies"
1012310108
},
@@ -12260,66 +12245,6 @@
1226012245
"panels/security/CookieReportView.ts | videoCookieTypeString": {
1226112246
"message": "Video"
1226212247
},
12263-
"panels/security/IPProtectionView.ts | AuthTokensUnavailable": {
12264-
"message": "Limit for authentication tokens was reached. IP Protection will be paused."
12265-
},
12266-
"panels/security/IPProtectionView.ts | Available": {
12267-
"message": "IP Protection is enabled and active."
12268-
},
12269-
"panels/security/IPProtectionView.ts | bypassDescription": {
12270-
"message": "Temporarily bypass IP protection for testing"
12271-
},
12272-
"panels/security/IPProtectionView.ts | BypassedByDevTools": {
12273-
"message": "IP Protection is being bypassed by DevTools."
12274-
},
12275-
"panels/security/IPProtectionView.ts | bypassTitle": {
12276-
"message": "Bypass IP Protection"
12277-
},
12278-
"panels/security/IPProtectionView.ts | cardTitle": {
12279-
"message": "IP Protection Proxy Status"
12280-
},
12281-
"panels/security/IPProtectionView.ts | FeatureNotEnabled": {
12282-
"message": "IP Protection feature is not enabled."
12283-
},
12284-
"panels/security/IPProtectionView.ts | idColumn": {
12285-
"message": "ID"
12286-
},
12287-
"panels/security/IPProtectionView.ts | MaskedDomainListNotEnabled": {
12288-
"message": "Masked Domain List feature is not enabled."
12289-
},
12290-
"panels/security/IPProtectionView.ts | MaskedDomainListNotPopulated": {
12291-
"message": "Masked Domain List is not populated."
12292-
},
12293-
"panels/security/IPProtectionView.ts | methodColumn": {
12294-
"message": "Method"
12295-
},
12296-
"panels/security/IPProtectionView.ts | notInIncognito": {
12297-
"message": "IP proxy unavailable"
12298-
},
12299-
"panels/security/IPProtectionView.ts | openIncognito": {
12300-
"message": "IP proxy is only available within incognito mode. Open site in incognito."
12301-
},
12302-
"panels/security/IPProtectionView.ts | proxyRequests": {
12303-
"message": "Proxy Requests"
12304-
},
12305-
"panels/security/IPProtectionView.ts | statusColumn": {
12306-
"message": "Status"
12307-
},
12308-
"panels/security/IPProtectionView.ts | statusUnknown": {
12309-
"message": "Status unknown"
12310-
},
12311-
"panels/security/IPProtectionView.ts | Unavailable": {
12312-
"message": "IP Protection is unavailable."
12313-
},
12314-
"panels/security/IPProtectionView.ts | urlColumn": {
12315-
"message": "URL"
12316-
},
12317-
"panels/security/IPProtectionView.ts | viewExplanation": {
12318-
"message": "Test how this site will perform if IP Proxy is enabled in Chrome"
12319-
},
12320-
"panels/security/IPProtectionView.ts | viewTitle": {
12321-
"message": "IP Protection Proxy Controls"
12322-
},
1232312248
"panels/security/security-meta.ts | PrivacyAndSecurity": {
1232412249
"message": "Privacy and security"
1232512250
},
@@ -12638,9 +12563,6 @@
1263812563
"panels/security/SecurityPanelSidebar.ts | flagControls": {
1263912564
"message": "Controls"
1264012565
},
12641-
"panels/security/SecurityPanelSidebar.ts | ipProtection": {
12642-
"message": "IP Protection"
12643-
},
1264412566
"panels/security/SecurityPanelSidebar.ts | mainOrigin": {
1264512567
"message": "Main origin"
1264612568
},

front_end/core/protocol_client/protocol_client.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/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/root/Runtime.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ export interface HostConfigThirdPartyCookieControls {
186186
thirdPartyCookieHeuristicsEnabled: boolean;
187187
managedBlockThirdPartyCookies: string | boolean;
188188
}
189-
export interface HostConfigIPProtection {
190-
enabled: boolean;
191-
}
192189
interface AiGeneratedTimelineLabels {
193190
enabled: boolean;
194191
}
@@ -199,9 +196,6 @@ interface AiSubmenuPrompts {
199196
enabled: boolean;
200197
featureName?: string;
201198
}
202-
interface IpProtectionInDevTools {
203-
enabled: boolean;
204-
}
205199
interface AiDebugWithAi {
206200
enabled: boolean;
207201
featureName?: string;
@@ -272,7 +266,6 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
272266
devToolsWellKnown: HostConfigWellKnown;
273267
devToolsPrivacyUI: HostConfigPrivacyUI;
274268
devToolsIndividualRequestThrottling: DevToolsIndividualRequestThrottling;
275-
devToolsIpProtectionPanelInDevTools: HostConfigIPProtection;
276269
/**
277270
* OffTheRecord here indicates that the user's profile is either incognito,
278271
* or guest mode, rather than a "normal" profile.
@@ -284,7 +277,6 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
284277
devToolsAiGeneratedTimelineLabels: AiGeneratedTimelineLabels;
285278
devToolsAllowPopoverForcing: AllowPopoverForcing;
286279
devToolsAiSubmenuPrompts: AiSubmenuPrompts;
287-
devToolsIpProtectionInDevTools: IpProtectionInDevTools;
288280
devToolsGlobalAiButton: GlobalAiButton;
289281
devToolsGdpProfiles: GdpProfiles;
290282
devToolsGdpProfilesAvailability: GdpProfilesAvailability;

0 commit comments

Comments
 (0)