|
962 | 962 | "entrypoints/inspector_main/RenderingOptions.ts | frameRenderingStats": { |
963 | 963 | "message": "Frame Rendering Stats" |
964 | 964 | }, |
965 | | - "entrypoints/inspector_main/RenderingOptions.ts | highlightAdFrames": { |
966 | | - "message": "Highlight ad frames" |
| 965 | + "entrypoints/inspector_main/RenderingOptions.ts | highlightAds": { |
| 966 | + "message": "Highlight ads" |
967 | 967 | }, |
968 | 968 | "entrypoints/inspector_main/RenderingOptions.ts | highlightsAreasOfThePageBlueThat": { |
969 | 969 | "message": "Highlights areas of the page (blue) that were shifted. May not be suitable for people prone to photosensitive epilepsy." |
970 | 970 | }, |
971 | 971 | "entrypoints/inspector_main/RenderingOptions.ts | highlightsAreasOfThePageGreen": { |
972 | 972 | "message": "Highlights areas of the page (green) that need to be repainted. May not be suitable for people prone to photosensitive epilepsy." |
973 | 973 | }, |
| 974 | + "entrypoints/inspector_main/RenderingOptions.ts | highlightsElementsRedDetectedToBe": { |
| 975 | + "message": "Highlights elements (red) detected to be ads." |
| 976 | + }, |
974 | 977 | "entrypoints/inspector_main/RenderingOptions.ts | highlightsElementsTealThatCan": { |
975 | 978 | "message": "Highlights elements (teal) that can slow down scrolling, including touch & wheel event handlers and other main-thread scrolling situations." |
976 | 979 | }, |
977 | | - "entrypoints/inspector_main/RenderingOptions.ts | highlightsFramesRedDetectedToBe": { |
978 | | - "message": "Highlights frames (red) detected to be ads." |
979 | | - }, |
980 | 980 | "entrypoints/inspector_main/RenderingOptions.ts | layerBorders": { |
981 | 981 | "message": "Layer borders" |
982 | 982 | }, |
|
1313 | 1313 | "generated/Deprecation.ts | LocalCSSFileExtensionRejected": { |
1314 | 1314 | "message": "CSS cannot be loaded from file: URLs unless they end in a .css file extension." |
1315 | 1315 | }, |
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 | | - }, |
1322 | 1316 | "generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": { |
1323 | 1317 | "message": "Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions." |
1324 | 1318 | }, |
|
9818 | 9812 | "panels/network/NetworkDataGridNode.ts | redirect": { |
9819 | 9813 | "message": "Redirect" |
9820 | 9814 | }, |
9821 | | - "panels/network/NetworkDataGridNode.ts | responseIsIpProtectedToolTip": { |
9822 | | - "message": "This request was sent through IP Protection proxies." |
9823 | | - }, |
9824 | 9815 | "panels/network/NetworkDataGridNode.ts | script": { |
9825 | 9816 | "message": "Script" |
9826 | 9817 | }, |
|
10097 | 10088 | "panels/network/NetworkLogView.ts | invertsFilter": { |
10098 | 10089 | "message": "Inverts the search filter" |
10099 | 10090 | }, |
10100 | | - "panels/network/NetworkLogView.ts | ippRequests": { |
10101 | | - "message": "IP Protected requests" |
10102 | | - }, |
10103 | 10091 | "panels/network/NetworkLogView.ts | loadS": { |
10104 | 10092 | "message": "Load: {PH1}" |
10105 | 10093 | }, |
|
10115 | 10103 | "panels/network/NetworkLogView.ts | onlyShowBlockedRequests": { |
10116 | 10104 | "message": "Show only blocked requests" |
10117 | 10105 | }, |
10118 | | - "panels/network/NetworkLogView.ts | onlyShowIPProtectedRequests": { |
10119 | | - "message": "Show only requests sent to IP Protection proxies. Has no effect in regular browsing." |
10120 | | - }, |
10121 | 10106 | "panels/network/NetworkLogView.ts | onlyShowRequestsWithBlockedCookies": { |
10122 | 10107 | "message": "Show only requests with blocked response cookies" |
10123 | 10108 | }, |
|
12260 | 12245 | "panels/security/CookieReportView.ts | videoCookieTypeString": { |
12261 | 12246 | "message": "Video" |
12262 | 12247 | }, |
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 | | - }, |
12323 | 12248 | "panels/security/security-meta.ts | PrivacyAndSecurity": { |
12324 | 12249 | "message": "Privacy and security" |
12325 | 12250 | }, |
|
12638 | 12563 | "panels/security/SecurityPanelSidebar.ts | flagControls": { |
12639 | 12564 | "message": "Controls" |
12640 | 12565 | }, |
12641 | | - "panels/security/SecurityPanelSidebar.ts | ipProtection": { |
12642 | | - "message": "IP Protection" |
12643 | | - }, |
12644 | 12566 | "panels/security/SecurityPanelSidebar.ts | mainOrigin": { |
12645 | 12567 | "message": "Main origin" |
12646 | 12568 | }, |
|
0 commit comments