@chrome-devtools/devtools-app 1.20260201.0 → 1.20260215.0
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/{chunk-w9c38bqe.js → chunk-y28hjyfn.js} +17809 -17863
- package/devtools_app.html +1 -1
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +41 -245
- package/package.json +1 -1
|
@@ -110,9 +110,6 @@
|
|
|
110
110
|
"core/common/Revealer.ts | requestConditionsDrawer": {
|
|
111
111
|
"message": "Request conditions drawer"
|
|
112
112
|
},
|
|
113
|
-
"core/common/Revealer.ts | securityPanel": {
|
|
114
|
-
"message": "Security panel"
|
|
115
|
-
},
|
|
116
113
|
"core/common/Revealer.ts | sourcesPanel": {
|
|
117
114
|
"message": "Sources panel"
|
|
118
115
|
},
|
|
@@ -1259,6 +1256,9 @@
|
|
|
1259
1256
|
"entrypoints/node_app/app/NodeMain.ts | NodejsTitleS": {
|
|
1260
1257
|
"message": "DevTools - Node.js: {PH1}"
|
|
1261
1258
|
},
|
|
1259
|
+
"entrypoints/node_app/node_app.ts | application": {
|
|
1260
|
+
"message": "Application"
|
|
1261
|
+
},
|
|
1262
1262
|
"entrypoints/node_app/node_app.ts | connection": {
|
|
1263
1263
|
"message": "Connection"
|
|
1264
1264
|
},
|
|
@@ -1268,6 +1268,9 @@
|
|
|
1268
1268
|
"entrypoints/node_app/node_app.ts | node": {
|
|
1269
1269
|
"message": "node"
|
|
1270
1270
|
},
|
|
1271
|
+
"entrypoints/node_app/node_app.ts | showApplication": {
|
|
1272
|
+
"message": "Show Application"
|
|
1273
|
+
},
|
|
1271
1274
|
"entrypoints/node_app/node_app.ts | showConnection": {
|
|
1272
1275
|
"message": "Show Connection"
|
|
1273
1276
|
},
|
|
@@ -1553,6 +1556,9 @@
|
|
|
1553
1556
|
"models/issues_manager/ClientHintIssue.ts | clientHintsInfrastructure": {
|
|
1554
1557
|
"message": "Client Hints Infrastructure"
|
|
1555
1558
|
},
|
|
1559
|
+
"models/issues_manager/ConnectionAllowlistIssue.ts | connectionAllowlistHeader": {
|
|
1560
|
+
"message": "Connection-Allowlist specification"
|
|
1561
|
+
},
|
|
1556
1562
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | contentSecurityPolicyEval": {
|
|
1557
1563
|
"message": "Content Security Policy - Eval"
|
|
1558
1564
|
},
|
|
@@ -1589,9 +1595,6 @@
|
|
|
1589
1595
|
"models/issues_manager/CorsIssue.ts | corsLocalNetworkAccess": {
|
|
1590
1596
|
"message": "Local Network Access"
|
|
1591
1597
|
},
|
|
1592
|
-
"models/issues_manager/CorsIssue.ts | corsPrivateNetworkAccess": {
|
|
1593
|
-
"message": "Private Network Access"
|
|
1594
|
-
},
|
|
1595
1598
|
"models/issues_manager/CrossOriginEmbedderPolicyIssue.ts | coopAndCoep": {
|
|
1596
1599
|
"message": "COOP and COEP"
|
|
1597
1600
|
},
|
|
@@ -3107,12 +3110,18 @@
|
|
|
3107
3110
|
"panels/ai_assistance/AiAssistancePanel.ts | settings": {
|
|
3108
3111
|
"message": "Settings"
|
|
3109
3112
|
},
|
|
3113
|
+
"panels/ai_assistance/components/ChatInput.ts | addContext": {
|
|
3114
|
+
"message": "Add selected item as context"
|
|
3115
|
+
},
|
|
3110
3116
|
"panels/ai_assistance/components/ChatInput.ts | inputTextAriaDescription": {
|
|
3111
3117
|
"message": "You can also use one of the suggested prompts above to start your conversation"
|
|
3112
3118
|
},
|
|
3113
3119
|
"panels/ai_assistance/components/ChatInput.ts | learnAbout": {
|
|
3114
3120
|
"message": "Learn about AI in DevTools"
|
|
3115
3121
|
},
|
|
3122
|
+
"panels/ai_assistance/components/ChatInput.ts | removeContext": {
|
|
3123
|
+
"message": "Remove from context"
|
|
3124
|
+
},
|
|
3116
3125
|
"panels/ai_assistance/components/ChatInput.ts | revealContextDescription": {
|
|
3117
3126
|
"message": "Reveal the selected context item in DevTools"
|
|
3118
3127
|
},
|
|
@@ -5366,6 +5375,9 @@
|
|
|
5366
5375
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNon2XX": {
|
|
5367
5376
|
"message": "The prefetch failed because of a non-2xx HTTP response status code."
|
|
5368
5377
|
},
|
|
5378
|
+
"panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNon2XXWithStatusCode": {
|
|
5379
|
+
"message": "The prefetch failed because of a non-2xx HTTP response status code ({PH1})."
|
|
5380
|
+
},
|
|
5369
5381
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchIneligibleRetryAfter": {
|
|
5370
5382
|
"message": "A previous prefetch to the origin got a HTTP 503 response with an Retry-After header that has not elapsed yet."
|
|
5371
5383
|
},
|
|
@@ -6878,9 +6890,6 @@
|
|
|
6878
6890
|
"panels/console/ConsoleViewMessage.ts | repeatS": {
|
|
6879
6891
|
"message": "{n, plural, =1 {Repeated # time} other {Repeated # times}}"
|
|
6880
6892
|
},
|
|
6881
|
-
"panels/console/ConsoleViewMessage.ts | SeeIssueInCookieReport": {
|
|
6882
|
-
"message": "Click to open privacy and security panel and show third-party cookie report"
|
|
6883
|
-
},
|
|
6884
6893
|
"panels/console/ConsoleViewMessage.ts | someEvent": {
|
|
6885
6894
|
"message": "<some> event"
|
|
6886
6895
|
},
|
|
@@ -10052,9 +10061,6 @@
|
|
|
10052
10061
|
"panels/network/network-meta.ts | addNetworkRequestBlockingOrThrottlingPattern": {
|
|
10053
10062
|
"message": "Add network request blocking or throttling pattern"
|
|
10054
10063
|
},
|
|
10055
|
-
"panels/network/network-meta.ts | addNetworkRequestBlockingPattern": {
|
|
10056
|
-
"message": "Add network request blocking pattern"
|
|
10057
|
-
},
|
|
10058
10064
|
"panels/network/network-meta.ts | allowToGenerateHarWithSensitiveData": {
|
|
10059
10065
|
"message": "Allow to generate HAR with sensitive data"
|
|
10060
10066
|
},
|
|
@@ -10106,9 +10112,6 @@
|
|
|
10106
10112
|
"panels/network/network-meta.ts | networkConditions": {
|
|
10107
10113
|
"message": "Network conditions"
|
|
10108
10114
|
},
|
|
10109
|
-
"panels/network/network-meta.ts | networkRequestBlocking": {
|
|
10110
|
-
"message": "Network request blocking"
|
|
10111
|
-
},
|
|
10112
10115
|
"panels/network/network-meta.ts | networkRequestConditions": {
|
|
10113
10116
|
"message": "Request conditions"
|
|
10114
10117
|
},
|
|
@@ -10121,9 +10124,6 @@
|
|
|
10121
10124
|
"panels/network/network-meta.ts | removeAllNetworkRequestBlockingOrThrottlingPatterns": {
|
|
10122
10125
|
"message": "Remove all network request blocking or throttling patterns"
|
|
10123
10126
|
},
|
|
10124
|
-
"panels/network/network-meta.ts | removeAllNetworkRequestBlockingPatterns": {
|
|
10125
|
-
"message": "Remove all network request blocking patterns"
|
|
10126
|
-
},
|
|
10127
10127
|
"panels/network/network-meta.ts | resourceType": {
|
|
10128
10128
|
"message": "resource type"
|
|
10129
10129
|
},
|
|
@@ -10136,9 +10136,6 @@
|
|
|
10136
10136
|
"panels/network/network-meta.ts | showNetworkConditions": {
|
|
10137
10137
|
"message": "Show Network conditions"
|
|
10138
10138
|
},
|
|
10139
|
-
"panels/network/network-meta.ts | showNetworkRequestBlocking": {
|
|
10140
|
-
"message": "Show Network request blocking"
|
|
10141
|
-
},
|
|
10142
10139
|
"panels/network/network-meta.ts | showRequestConditions": {
|
|
10143
10140
|
"message": "Show Request conditions"
|
|
10144
10141
|
},
|
|
@@ -10895,27 +10892,15 @@
|
|
|
10895
10892
|
"panels/network/NetworkSearchScope.ts | url": {
|
|
10896
10893
|
"message": "URL"
|
|
10897
10894
|
},
|
|
10898
|
-
"panels/network/RequestConditionsDrawer.ts | addNetworkRequestBlockingPattern": {
|
|
10899
|
-
"message": "Add network request blocking pattern"
|
|
10900
|
-
},
|
|
10901
|
-
"panels/network/RequestConditionsDrawer.ts | addPattern": {
|
|
10902
|
-
"message": "Add pattern"
|
|
10903
|
-
},
|
|
10904
10895
|
"panels/network/RequestConditionsDrawer.ts | addPatternLabel": {
|
|
10905
10896
|
"message": "Add network request throttling or blocking pattern"
|
|
10906
10897
|
},
|
|
10907
|
-
"panels/network/RequestConditionsDrawer.ts | addPatternToBlock": {
|
|
10908
|
-
"message": "Add a pattern by clicking on the \"{PH1}\" button."
|
|
10909
|
-
},
|
|
10910
10898
|
"panels/network/RequestConditionsDrawer.ts | addRule": {
|
|
10911
10899
|
"message": "Add rule"
|
|
10912
10900
|
},
|
|
10913
10901
|
"panels/network/RequestConditionsDrawer.ts | dAffected": {
|
|
10914
10902
|
"message": "{PH1} affected"
|
|
10915
10903
|
},
|
|
10916
|
-
"panels/network/RequestConditionsDrawer.ts | dBlocked": {
|
|
10917
|
-
"message": "{PH1} blocked"
|
|
10918
|
-
},
|
|
10919
10904
|
"panels/network/RequestConditionsDrawer.ts | decreasePriority": {
|
|
10920
10905
|
"message": "Move down {PH1}"
|
|
10921
10906
|
},
|
|
@@ -10925,9 +10910,6 @@
|
|
|
10925
10910
|
"panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
|
|
10926
10911
|
"message": "Enable blocking and throttling"
|
|
10927
10912
|
},
|
|
10928
|
-
"panels/network/RequestConditionsDrawer.ts | enableNetworkRequestBlocking": {
|
|
10929
|
-
"message": "Enable network request blocking"
|
|
10930
|
-
},
|
|
10931
10913
|
"panels/network/RequestConditionsDrawer.ts | enableThrottlingToggleLabel": {
|
|
10932
10914
|
"message": "Throttle or block {PH1}"
|
|
10933
10915
|
},
|
|
@@ -10943,9 +10925,6 @@
|
|
|
10943
10925
|
"panels/network/RequestConditionsDrawer.ts | learnMoreLabel": {
|
|
10944
10926
|
"message": "Learn more about URL pattern syntax"
|
|
10945
10927
|
},
|
|
10946
|
-
"panels/network/RequestConditionsDrawer.ts | noNetworkRequestsBlocked": {
|
|
10947
|
-
"message": "No blocked network requests"
|
|
10948
|
-
},
|
|
10949
10928
|
"panels/network/RequestConditionsDrawer.ts | noPattern": {
|
|
10950
10929
|
"message": "Nothing throttled or blocked"
|
|
10951
10930
|
},
|
|
@@ -10982,9 +10961,6 @@
|
|
|
10982
10961
|
"panels/network/RequestConditionsDrawer.ts | textEditPattern": {
|
|
10983
10962
|
"message": "Text pattern to block or throttle matching requests; use URL Pattern syntax."
|
|
10984
10963
|
},
|
|
10985
|
-
"panels/network/RequestConditionsDrawer.ts | textPatternToBlockMatching": {
|
|
10986
|
-
"message": "Text pattern to block matching requests; use * for wildcard"
|
|
10987
|
-
},
|
|
10988
10964
|
"panels/network/RequestCookiesView.ts | cookiesThatWereReceivedFromThe": {
|
|
10989
10965
|
"message": "Cookies that were received from the server in the 'set-cookie' header of the response"
|
|
10990
10966
|
},
|
|
@@ -12245,6 +12221,12 @@
|
|
|
12245
12221
|
"panels/recorder/components/RecordingView.ts | cancelReplay": {
|
|
12246
12222
|
"message": "Cancel replay"
|
|
12247
12223
|
},
|
|
12224
|
+
"panels/recorder/components/RecordingView.ts | codeSidebarClosed": {
|
|
12225
|
+
"message": "Code sidebar closed"
|
|
12226
|
+
},
|
|
12227
|
+
"panels/recorder/components/RecordingView.ts | codeSidebarOpened": {
|
|
12228
|
+
"message": "Code sidebar opened"
|
|
12229
|
+
},
|
|
12248
12230
|
"panels/recorder/components/RecordingView.ts | default": {
|
|
12249
12231
|
"message": "Default"
|
|
12250
12232
|
},
|
|
@@ -12653,195 +12635,9 @@
|
|
|
12653
12635
|
"panels/search/SearchView.ts | typeAndPressSToSearch": {
|
|
12654
12636
|
"message": "Type and press {PH1} to search"
|
|
12655
12637
|
},
|
|
12656
|
-
"panels/security/CookieControlsView.ts | blogPostLink": {
|
|
12657
|
-
"message": "maintaining its current approach to user choice for third-party cookies"
|
|
12658
|
-
},
|
|
12659
|
-
"panels/security/CookieControlsView.ts | cardDisclaimer": {
|
|
12660
|
-
"message": "Only when DevTools is open"
|
|
12661
|
-
},
|
|
12662
|
-
"panels/security/CookieControlsView.ts | cardTitle": {
|
|
12663
|
-
"message": "Temporarily limit third-party cookies"
|
|
12664
|
-
},
|
|
12665
|
-
"panels/security/CookieControlsView.ts | enableFlag": {
|
|
12666
|
-
"message": "To use this, set {PH1} to Default"
|
|
12667
|
-
},
|
|
12668
|
-
"panels/security/CookieControlsView.ts | enrollGracePeriod": {
|
|
12669
|
-
"message": "To use this, enroll this site or sites embedded on it in the {PH1}"
|
|
12670
|
-
},
|
|
12671
|
-
"panels/security/CookieControlsView.ts | enterpriseDisclaimer": {
|
|
12672
|
-
"message": "Your organization manages third-party cookie access for this site"
|
|
12673
|
-
},
|
|
12674
|
-
"panels/security/CookieControlsView.ts | enterpriseTooltip": {
|
|
12675
|
-
"message": "This setting is managed by your organization"
|
|
12676
|
-
},
|
|
12677
|
-
"panels/security/CookieControlsView.ts | exceptions": {
|
|
12678
|
-
"message": "Exceptions"
|
|
12679
|
-
},
|
|
12680
|
-
"panels/security/CookieControlsView.ts | exceptionsExplanation": {
|
|
12681
|
-
"message": "Scenarios that grant access to third-party cookies"
|
|
12682
|
-
},
|
|
12683
|
-
"panels/security/CookieControlsView.ts | gracePeriod": {
|
|
12684
|
-
"message": "grace period"
|
|
12685
|
-
},
|
|
12686
|
-
"panels/security/CookieControlsView.ts | gracePeriodExplanation": {
|
|
12687
|
-
"message": "If this site or a site embedded on it is enrolled in the {PH1}, then the site can access third-party cookies"
|
|
12688
|
-
},
|
|
12689
|
-
"panels/security/CookieControlsView.ts | gracePeriodTitle": {
|
|
12690
|
-
"message": "Third-party cookie grace period"
|
|
12691
|
-
},
|
|
12692
|
-
"panels/security/CookieControlsView.ts | heuristicExplanation": {
|
|
12693
|
-
"message": "In {PH1} like pop-ups or redirects, a site embedded on this site can access third-party cookies"
|
|
12694
|
-
},
|
|
12695
|
-
"panels/security/CookieControlsView.ts | heuristicTitle": {
|
|
12696
|
-
"message": "Heuristics based exception"
|
|
12697
|
-
},
|
|
12698
|
-
"panels/security/CookieControlsView.ts | lowerDeprecationWarning": {
|
|
12699
|
-
"message": "The Controls and Third-Party cookie sections will be removed and the Privacy and Security panel will revert to its former name, the Security panel. As always, third-party cookies can be inspected from the Cookies pane in the Application panel."
|
|
12700
|
-
},
|
|
12701
|
-
"panels/security/CookieControlsView.ts | scenarios": {
|
|
12702
|
-
"message": "predefined scenarios"
|
|
12703
|
-
},
|
|
12704
|
-
"panels/security/CookieControlsView.ts | siteReloadMessage": {
|
|
12705
|
-
"message": "To apply your updated controls, reload the page"
|
|
12706
|
-
},
|
|
12707
|
-
"panels/security/CookieControlsView.ts | upperDeprecationWarning": {
|
|
12708
|
-
"message": "Chrome is {PH1} and third-party cookie exceptions are being phased out."
|
|
12709
|
-
},
|
|
12710
|
-
"panels/security/CookieControlsView.ts | viewDetails": {
|
|
12711
|
-
"message": "View details"
|
|
12712
|
-
},
|
|
12713
|
-
"panels/security/CookieControlsView.ts | viewExplanation": {
|
|
12714
|
-
"message": "Test how this site will perform if third-party cookies are limited in Chrome"
|
|
12715
|
-
},
|
|
12716
|
-
"panels/security/CookieControlsView.ts | viewTitle": {
|
|
12717
|
-
"message": "Controls"
|
|
12718
|
-
},
|
|
12719
|
-
"panels/security/CookieReportView.ts | adCookieTypeString": {
|
|
12720
|
-
"message": "Advertising"
|
|
12721
|
-
},
|
|
12722
|
-
"panels/security/CookieReportView.ts | allowed": {
|
|
12723
|
-
"message": "Allowed"
|
|
12724
|
-
},
|
|
12725
|
-
"panels/security/CookieReportView.ts | allowedByException": {
|
|
12726
|
-
"message": "Allowed by exception"
|
|
12727
|
-
},
|
|
12728
|
-
"panels/security/CookieReportView.ts | analyticsCookieTypeString": {
|
|
12729
|
-
"message": "Analytics"
|
|
12730
|
-
},
|
|
12731
|
-
"panels/security/CookieReportView.ts | blocked": {
|
|
12732
|
-
"message": "Blocked"
|
|
12733
|
-
},
|
|
12734
|
-
"panels/security/CookieReportView.ts | blogPostLink": {
|
|
12735
|
-
"message": "maintaining its current approach to user choice for third-party cookies"
|
|
12736
|
-
},
|
|
12737
|
-
"panels/security/CookieReportView.ts | body": {
|
|
12738
|
-
"message": "This site might not work if third-party cookies and other cookies are limited in Chrome."
|
|
12739
|
-
},
|
|
12740
|
-
"panels/security/CookieReportView.ts | cdnCookieTypeString": {
|
|
12741
|
-
"message": "CDN"
|
|
12742
|
-
},
|
|
12743
|
-
"panels/security/CookieReportView.ts | consentProviderCookieTypeString": {
|
|
12744
|
-
"message": "Consent Provider"
|
|
12745
|
-
},
|
|
12746
|
-
"panels/security/CookieReportView.ts | contentCookieTypeString": {
|
|
12747
|
-
"message": "Content"
|
|
12748
|
-
},
|
|
12749
|
-
"panels/security/CookieReportView.ts | customerSuccessCookieTypeString": {
|
|
12750
|
-
"message": "Customer Success"
|
|
12751
|
-
},
|
|
12752
|
-
"panels/security/CookieReportView.ts | domain": {
|
|
12753
|
-
"message": "Domain"
|
|
12754
|
-
},
|
|
12755
|
-
"panels/security/CookieReportView.ts | emptyReport": {
|
|
12756
|
-
"message": "Not a crumb left"
|
|
12757
|
-
},
|
|
12758
|
-
"panels/security/CookieReportView.ts | emptyReportExplanation": {
|
|
12759
|
-
"message": "No issues with third-party cookies found"
|
|
12760
|
-
},
|
|
12761
|
-
"panels/security/CookieReportView.ts | gitHubResource": {
|
|
12762
|
-
"message": "Review {PH1} from third-party site"
|
|
12763
|
-
},
|
|
12764
|
-
"panels/security/CookieReportView.ts | gracePeriod": {
|
|
12765
|
-
"message": "Review {PH1}. Grace period exception is active."
|
|
12766
|
-
},
|
|
12767
|
-
"panels/security/CookieReportView.ts | guidance": {
|
|
12768
|
-
"message": "guidance"
|
|
12769
|
-
},
|
|
12770
|
-
"panels/security/CookieReportView.ts | heuristics": {
|
|
12771
|
-
"message": "Action needed later. Heuristics based exception is active."
|
|
12772
|
-
},
|
|
12773
|
-
"panels/security/CookieReportView.ts | hostingCookieTypeString": {
|
|
12774
|
-
"message": "Hosting"
|
|
12775
|
-
},
|
|
12776
|
-
"panels/security/CookieReportView.ts | learnMoreLink": {
|
|
12777
|
-
"message": "Learn more about how third-party cookies are used"
|
|
12778
|
-
},
|
|
12779
|
-
"panels/security/CookieReportView.ts | lowerDeprecationWarning": {
|
|
12780
|
-
"message": "The Controls and Third-Party cookie sections will be removed and the Privacy and Security panel will revert to its former name, the Security panel. As always, third-party cookies can be inspected from the Cookies pane in the Application panel."
|
|
12781
|
-
},
|
|
12782
|
-
"panels/security/CookieReportView.ts | marketingCookieTypeString": {
|
|
12783
|
-
"message": "Marketing"
|
|
12784
|
-
},
|
|
12785
|
-
"panels/security/CookieReportView.ts | name": {
|
|
12786
|
-
"message": "Name"
|
|
12787
|
-
},
|
|
12788
|
-
"panels/security/CookieReportView.ts | other": {
|
|
12789
|
-
"message": "Contact third-party site for more info"
|
|
12790
|
-
},
|
|
12791
|
-
"panels/security/CookieReportView.ts | otherCookieTypeString": {
|
|
12792
|
-
"message": "Other"
|
|
12793
|
-
},
|
|
12794
|
-
"panels/security/CookieReportView.ts | platform": {
|
|
12795
|
-
"message": "Platform"
|
|
12796
|
-
},
|
|
12797
|
-
"panels/security/CookieReportView.ts | recommendation": {
|
|
12798
|
-
"message": "Recommendation"
|
|
12799
|
-
},
|
|
12800
|
-
"panels/security/CookieReportView.ts | report": {
|
|
12801
|
-
"message": "Third-Party Cookie Report"
|
|
12802
|
-
},
|
|
12803
|
-
"panels/security/CookieReportView.ts | reportedIssues": {
|
|
12804
|
-
"message": "reported issues"
|
|
12805
|
-
},
|
|
12806
|
-
"panels/security/CookieReportView.ts | showRequestsWithThisCookie": {
|
|
12807
|
-
"message": "Show requests with this cookie"
|
|
12808
|
-
},
|
|
12809
|
-
"panels/security/CookieReportView.ts | socialCookieTypeString": {
|
|
12810
|
-
"message": "Social"
|
|
12811
|
-
},
|
|
12812
|
-
"panels/security/CookieReportView.ts | status": {
|
|
12813
|
-
"message": "Status"
|
|
12814
|
-
},
|
|
12815
|
-
"panels/security/CookieReportView.ts | tagManagerCookieTypeString": {
|
|
12816
|
-
"message": "Tag Manager"
|
|
12817
|
-
},
|
|
12818
|
-
"panels/security/CookieReportView.ts | title": {
|
|
12819
|
-
"message": "Third-party cookies"
|
|
12820
|
-
},
|
|
12821
|
-
"panels/security/CookieReportView.ts | type": {
|
|
12822
|
-
"message": "Type"
|
|
12823
|
-
},
|
|
12824
|
-
"panels/security/CookieReportView.ts | unknown": {
|
|
12825
|
-
"message": "Unknown"
|
|
12826
|
-
},
|
|
12827
|
-
"panels/security/CookieReportView.ts | upperDeprecationWarning": {
|
|
12828
|
-
"message": "Chrome is {PH1} and third-party cookie exceptions are being phased out."
|
|
12829
|
-
},
|
|
12830
|
-
"panels/security/CookieReportView.ts | utilityCookieTypeString": {
|
|
12831
|
-
"message": "Utility"
|
|
12832
|
-
},
|
|
12833
|
-
"panels/security/CookieReportView.ts | videoCookieTypeString": {
|
|
12834
|
-
"message": "Video"
|
|
12835
|
-
},
|
|
12836
|
-
"panels/security/security-meta.ts | PrivacyAndSecurity": {
|
|
12837
|
-
"message": "Privacy and security"
|
|
12838
|
-
},
|
|
12839
12638
|
"panels/security/security-meta.ts | security": {
|
|
12840
12639
|
"message": "Security"
|
|
12841
12640
|
},
|
|
12842
|
-
"panels/security/security-meta.ts | showPrivacyAndSecurity": {
|
|
12843
|
-
"message": "Show Privacy and security"
|
|
12844
|
-
},
|
|
12845
12641
|
"panels/security/security-meta.ts | showSecurity": {
|
|
12846
12642
|
"message": "Show Security"
|
|
12847
12643
|
},
|
|
@@ -13145,12 +12941,6 @@
|
|
|
13145
12941
|
"panels/security/SecurityPanel.ts | yourPageRequestedNonsecure": {
|
|
13146
12942
|
"message": "Your page requested non-secure resources that were blocked."
|
|
13147
12943
|
},
|
|
13148
|
-
"panels/security/SecurityPanelSidebar.ts | cookieReport": {
|
|
13149
|
-
"message": "Third-party cookies"
|
|
13150
|
-
},
|
|
13151
|
-
"panels/security/SecurityPanelSidebar.ts | flagControls": {
|
|
13152
|
-
"message": "Controls"
|
|
13153
|
-
},
|
|
13154
12944
|
"panels/security/SecurityPanelSidebar.ts | mainOrigin": {
|
|
13155
12945
|
"message": "Main origin"
|
|
13156
12946
|
},
|
|
@@ -13160,9 +12950,6 @@
|
|
|
13160
12950
|
"panels/security/SecurityPanelSidebar.ts | overview": {
|
|
13161
12951
|
"message": "Overview"
|
|
13162
12952
|
},
|
|
13163
|
-
"panels/security/SecurityPanelSidebar.ts | privacy": {
|
|
13164
|
-
"message": "Privacy"
|
|
13165
|
-
},
|
|
13166
12953
|
"panels/security/SecurityPanelSidebar.ts | reloadToViewDetails": {
|
|
13167
12954
|
"message": "Reload to view details"
|
|
13168
12955
|
},
|
|
@@ -13940,9 +13727,6 @@
|
|
|
13940
13727
|
"panels/settings/SettingsScreen.ts | noResults": {
|
|
13941
13728
|
"message": "No experiments match the filter"
|
|
13942
13729
|
},
|
|
13943
|
-
"panels/settings/SettingsScreen.ts | oneOrMoreSettingsHaveChanged": {
|
|
13944
|
-
"message": "One or more settings have changed which requires a reload to take effect"
|
|
13945
|
-
},
|
|
13946
13730
|
"panels/settings/SettingsScreen.ts | restoreDefaultsAndReload": {
|
|
13947
13731
|
"message": "Restore defaults and reload"
|
|
13948
13732
|
},
|
|
@@ -13955,6 +13739,12 @@
|
|
|
13955
13739
|
"panels/settings/SettingsScreen.ts | settings": {
|
|
13956
13740
|
"message": "Settings"
|
|
13957
13741
|
},
|
|
13742
|
+
"panels/settings/SettingsScreen.ts | settingsChangedReloadDevTools": {
|
|
13743
|
+
"message": "Settings changed. To apply, reload DevTools."
|
|
13744
|
+
},
|
|
13745
|
+
"panels/settings/SettingsScreen.ts | settingsChangedRestartChrome": {
|
|
13746
|
+
"message": "Settings changed. To apply, restart Chrome."
|
|
13747
|
+
},
|
|
13958
13748
|
"panels/settings/SettingsScreen.ts | shortcuts": {
|
|
13959
13749
|
"message": "Shortcuts"
|
|
13960
13750
|
},
|
|
@@ -17711,15 +17501,15 @@
|
|
|
17711
17501
|
"ui/legacy/components/quick_open/CommandMenu.ts | noCommandsFound": {
|
|
17712
17502
|
"message": "No commands found"
|
|
17713
17503
|
},
|
|
17714
|
-
"ui/legacy/components/quick_open/CommandMenu.ts | oneOrMoreSettingsHaveChanged": {
|
|
17715
|
-
"message": "One or more settings have changed which requires a reload to take effect"
|
|
17716
|
-
},
|
|
17717
17504
|
"ui/legacy/components/quick_open/CommandMenu.ts | run": {
|
|
17718
17505
|
"message": "Run"
|
|
17719
17506
|
},
|
|
17720
17507
|
"ui/legacy/components/quick_open/CommandMenu.ts | runCommand": {
|
|
17721
17508
|
"message": "Run command"
|
|
17722
17509
|
},
|
|
17510
|
+
"ui/legacy/components/quick_open/CommandMenu.ts | settingsChangedReloadDevTools": {
|
|
17511
|
+
"message": "Settings changed. To apply, reload DevTools."
|
|
17512
|
+
},
|
|
17723
17513
|
"ui/legacy/components/quick_open/FilteredListWidget.ts | newFeature": {
|
|
17724
17514
|
"message": "This is a new feature"
|
|
17725
17515
|
},
|
|
@@ -17744,8 +17534,8 @@
|
|
|
17744
17534
|
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
17745
17535
|
"message": "Type ? to see available commands"
|
|
17746
17536
|
},
|
|
17747
|
-
"ui/legacy/components/settings_ui/SettingsUI.ts |
|
|
17748
|
-
"message": "
|
|
17537
|
+
"ui/legacy/components/settings_ui/SettingsUI.ts | settingsChangedReloadDevTools": {
|
|
17538
|
+
"message": "Settings changed. To apply, reload DevTools."
|
|
17749
17539
|
},
|
|
17750
17540
|
"ui/legacy/components/settings_ui/SettingsUI.ts | srequiresReload": {
|
|
17751
17541
|
"message": "*Requires reload"
|
|
@@ -17951,6 +17741,9 @@
|
|
|
17951
17741
|
"ui/legacy/Infobar.ts | dontShowAgain": {
|
|
17952
17742
|
"message": "Don't show again"
|
|
17953
17743
|
},
|
|
17744
|
+
"ui/legacy/InspectorView.ts | areYouSureYouWantToRestartChrome": {
|
|
17745
|
+
"message": "Are you sure you want to restart Chrome?"
|
|
17746
|
+
},
|
|
17954
17747
|
"ui/legacy/InspectorView.ts | closeDrawer": {
|
|
17955
17748
|
"message": "Close drawer"
|
|
17956
17749
|
},
|
|
@@ -17987,6 +17780,9 @@
|
|
|
17987
17780
|
"ui/legacy/InspectorView.ts | reloadDevtools": {
|
|
17988
17781
|
"message": "Reload DevTools"
|
|
17989
17782
|
},
|
|
17783
|
+
"ui/legacy/InspectorView.ts | restartChrome": {
|
|
17784
|
+
"message": "Restart Chrome"
|
|
17785
|
+
},
|
|
17990
17786
|
"ui/legacy/InspectorView.ts | selectFolder": {
|
|
17991
17787
|
"message": "Select folder"
|
|
17992
17788
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/devtools-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260215.0",
|
|
4
4
|
"description": "chrome-devtools-frontend built version",
|
|
5
5
|
"repository": "https://github.com/iam-medvedev/chrome-devtools.git",
|
|
6
6
|
"author": "Ilya Medvedev <ilya@medvedev.im>",
|