chrome-devtools-frontend 1.0.997598 → 1.0.998045

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.
@@ -10,320 +10,322 @@ import {Issue, IssueCategory, IssueKind} from './Issue.js';
10
10
  import type {MarkdownIssueDescription} from './MarkdownIssueDescription.js';
11
11
  import {resolveLazyDescription} from './MarkdownIssueDescription.js';
12
12
 
13
- const UIStrings = {
14
- // Store strings used across messages in this block.
15
- /**
13
+ const UIStrings =
14
+ {
15
+ // Store strings used across messages in this block.
16
+ /**
16
17
  * @description This links to the chrome feature status page when one exists.
17
18
  */
18
- feature: 'Check the feature status page for more details.',
19
- /**
19
+ feature: 'Check the feature status page for more details.',
20
+ /**
20
21
  * @description This links to the chromium dash schedule when a milestone is set.
21
22
  * @example {100} milestone
22
23
  */
23
- milestone: 'This change will go into effect with milestone {milestone}.',
24
- /**
24
+ milestone: 'This change will go into effect with milestone {milestone}.',
25
+ /**
25
26
  *@description Title of issue raised when a deprecated feature is used
26
27
  */
27
- title: 'Deprecated Feature Used',
28
+ title: 'Deprecated Feature Used',
28
29
 
29
- // Store alphabetized messages per DeprecationIssueType in this block.
30
- /**
30
+ // Store alphabetized messages per DeprecationIssueType in this block.
31
+ /**
31
32
  *@description TODO(crbug.com/1318846): Description needed for translation
32
33
  */
33
- authorizationCoveredByWildcard:
34
- 'Authorization will not be covered by the wildcard symbol (*) in CORS `Access-Control-Allow-Headers` handling.',
35
- /**
34
+ authorizationCoveredByWildcard:
35
+ 'Authorization will not be covered by the wildcard symbol (*) in CORS `Access-Control-Allow-Headers` handling.',
36
+ /**
36
37
  *@description Warning displayed to developers when the Battery Status API is used from an insecure origin (one that isn't localhost or doesn't use HTTPS) to notify them that this use is deprecated and will soon be unsupported.
37
38
  */
38
- batteryStatusInsecureOrigin:
39
- 'Using the Battery Status API (e.g. `navigator.getBattery()`) in insecure origins like HTTP is deprecated and will be removed.',
40
- /**
39
+ batteryStatusInsecureOrigin:
40
+ 'Using the Battery Status API (e.g. `navigator.getBattery()`) in insecure origins like HTTP is deprecated and will be removed.',
41
+ /**
41
42
  *@description TODO(crbug.com/1320334): Description needed for translation
42
43
  */
43
- canRequestURLHTTPContainingNewline:
44
- 'Resource requests whose URLs contained both removed whitespace `\\(n|r|t)` characters and less-than characters (`<`) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources.',
45
- /**
44
+ canRequestURLHTTPContainingNewline:
45
+ 'Resource requests whose URLs contained both removed whitespace `\\(n|r|t)` characters and less-than characters (`<`) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources.',
46
+ /**
46
47
  *@description TODO(crbug.com/1320335): Description needed for translation
47
48
  */
48
- chromeLoadTimesConnectionInfo:
49
- '`chrome.loadTimes()` is deprecated, instead use standardized API: Navigation Timing 2.',
50
- /**
49
+ chromeLoadTimesConnectionInfo:
50
+ '`chrome.loadTimes()` is deprecated, instead use standardized API: Navigation Timing 2.',
51
+ /**
51
52
  *@description TODO(crbug.com/1320336): Description needed for translation
52
53
  */
53
- chromeLoadTimesFirstPaintAfterLoadTime:
54
- '`chrome.loadTimes()` is deprecated, instead use standardized API: Paint Timing.',
55
- /**
54
+ chromeLoadTimesFirstPaintAfterLoadTime:
55
+ '`chrome.loadTimes()` is deprecated, instead use standardized API: Paint Timing.',
56
+ /**
56
57
  *@description TODO(crbug.com/1320337): Description needed for translation
57
58
  */
58
- chromeLoadTimesWasAlternateProtocolAvailable:
59
- '`chrome.loadTimes()` is deprecated, instead use standardized API: `nextHopProtocol` in Navigation Timing 2.',
60
- /**
59
+ chromeLoadTimesWasAlternateProtocolAvailable:
60
+ '`chrome.loadTimes()` is deprecated, instead use standardized API: `nextHopProtocol` in Navigation Timing 2.',
61
+ /**
61
62
  *@description TODO(crbug.com/1318847): Description needed for translation
62
63
  */
63
- cookieWithTruncatingChar: 'Cookies containing a `\\(0|r|n)` character will be rejected instead of truncated.',
64
- /**
64
+ cookieWithTruncatingChar: 'Cookies containing a `\\(0|r|n)` character will be rejected instead of truncated.',
65
+ /**
65
66
  *@description TODO(crbug.com/1318849): Description needed for translation
66
67
  */
67
- crossOriginAccessBasedOnDocumentDomain:
68
- 'Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. This deprecation warning is for a cross-origin access that was enabled by setting `document.domain`.',
69
- /**
68
+ crossOriginAccessBasedOnDocumentDomain:
69
+ 'Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. This deprecation warning is for a cross-origin access that was enabled by setting `document.domain`.',
70
+ /**
70
71
  *@description TODO(crbug.com/1318850): Description needed for translation
71
72
  */
72
- crossOriginWindowAlert:
73
- 'Triggering `window.alert` from cross origin iframes has been deprecated and will be removed in the future.',
74
- /**
73
+ crossOriginWindowAlert:
74
+ 'Triggering `window.alert` from cross origin iframes has been deprecated and will be removed in the future.',
75
+ /**
75
76
  *@description TODO(crbug.com/1318851): Description needed for translation
76
77
  */
77
- crossOriginWindowConfirm:
78
- 'Triggering `window.confirm` from cross origin iframes has been deprecated and will be removed in the future.',
79
- /**
78
+ crossOriginWindowConfirm:
79
+ 'Triggering `window.confirm` from cross origin iframes has been deprecated and will be removed in the future.',
80
+ /**
80
81
  *@description TODO(crbug.com/1320339): Description needed for translation
81
82
  */
82
- cssSelectorInternalMediaControlsOverlayCastButton:
83
- 'The `disableRemotePlayback` attribute should be used in order to disable the default Cast integration instead of using `-internal-media-controls-overlay-cast-button` selector.',
84
- /**
83
+ cssSelectorInternalMediaControlsOverlayCastButton:
84
+ 'The `disableRemotePlayback` attribute should be used in order to disable the default Cast integration instead of using `-internal-media-controls-overlay-cast-button` selector.',
85
+ /**
85
86
  *@description TODO(crbug.com/1320340): Description needed for translation
86
87
  */
87
- customCursorIntersectsViewport:
88
- 'Custom cursors with size greater than 32x32 DIP intersecting native UI is deprecated and will be removed.',
89
- /**
88
+ customCursorIntersectsViewport:
89
+ 'Custom cursors with size greater than 32x32 DIP intersecting native UI is deprecated and will be removed.',
90
+ /**
90
91
  *@description This message is shown when the example deprecated feature is used
91
92
  */
92
- deprecationExample: 'This is an example of a translated deprecation issue message.',
93
- /**
93
+ deprecationExample: 'This is an example of a translated deprecation issue message.',
94
+ /**
94
95
  *@description TODO(crbug.com/1318852): Description needed for translation
95
96
  */
96
- documentDomainSettingWithoutOriginAgentClusterHeader:
97
- 'Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. To continue using this feature, please opt-out of origin-keyed agent clusters by sending an `Origin-Agent-Cluster: ?0` header along with the HTTP response for the document and frames. See https://developer.chrome.com/blog/immutable-document-domain/ for more details.',
98
- /**
97
+ documentDomainSettingWithoutOriginAgentClusterHeader:
98
+ 'Relaxing the same-origin policy by setting `document.domain` is deprecated, and will be disabled by default. To continue using this feature, please opt-out of origin-keyed agent clusters by sending an `Origin-Agent-Cluster: ?0` header along with the HTTP response for the document and frames. See https://developer.chrome.com/blog/immutable-document-domain/ for more details.',
99
+ /**
99
100
  *@description TODO(crbug.com/1320338): Description needed for translation
100
101
  */
101
- eventPath: '`Event.path` is deprecated and will be removed. Please use `Event.composedPath()` instead.',
102
- /**
102
+ eventPath: '`Event.path` is deprecated and will be removed. Please use `Event.composedPath()` instead.',
103
+ /**
103
104
  *@description Warning displayed to developers when the Geolocation API is used from an insecure origin (one that isn't localhost or doesn't use HTTPS) to notify them that this use is no longer supported.
104
105
  */
105
- geolocationInsecureOrigin:
106
- '`getCurrentPosition()` and `watchPosition()` no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.',
107
- /**
106
+ geolocationInsecureOrigin:
107
+ '`getCurrentPosition()` and `watchPosition()` no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details.',
108
+ /**
108
109
  *@description Warning displayed to developers when the Geolocation API is used from an insecure origin (one that isn't localhost or doesn't use HTTPS) to notify them that this use is deprecated.
109
110
  */
110
- geolocationInsecureOriginDeprecatedNotRemoved:
111
- '`getCurrentPosition()` and `watchPosition()` are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.',
112
- /**
111
+ geolocationInsecureOriginDeprecatedNotRemoved:
112
+ '`getCurrentPosition()` and `watchPosition()` are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details.',
113
+ /**
113
114
  *@description TODO(crbug.com/1318858): Description needed for translation
114
115
  */
115
- getUserMediaInsecureOrigin:
116
- '`getUserMedia()` no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.',
117
- /**
116
+ getUserMediaInsecureOrigin:
117
+ '`getUserMedia()` no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details.',
118
+ /**
118
119
  *@description TODO(crbug.com/1320342): Description needed for translation
119
120
  */
120
- hostCandidateAttributeGetter:
121
- '`RTCPeerConnectionIceErrorEvent.hostCandidate` is deprecated. Please use `RTCPeerConnectionIceErrorEvent.address` or `RTCPeerConnectionIceErrorEvent.port` instead.',
122
- /**
121
+ hostCandidateAttributeGetter:
122
+ '`RTCPeerConnectionIceErrorEvent.hostCandidate` is deprecated. Please use `RTCPeerConnectionIceErrorEvent.address` or `RTCPeerConnectionIceErrorEvent.port` instead.',
123
+ /**
123
124
  *@description TODO(crbug.com/1320343): Description needed for translation
124
125
  */
125
- insecurePrivateNetworkSubresourceRequest:
126
- 'The website requested a subresource from a network that it could only access because of its users\' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them.',
127
- /**
126
+ insecurePrivateNetworkSubresourceRequest:
127
+ 'The website requested a subresource from a network that it could only access because of its users\' privileged network position. These requests expose non-public devices and servers to the internet, increasing the risk of a cross-site request forgery (CSRF) attack, and/or information leakage. To mitigate these risks, Chrome deprecates requests to non-public subresources when initiated from non-secure contexts, and will start blocking them.',
128
+ /**
128
129
  *@description TODO(crbug.com/1318860): Description needed for translation
129
130
  */
130
- legacyConstraintGoogCpuOveruseDetection:
131
- 'CPU overuse detection is enabled-by-default and the ability to disable it using `googCpuOveruseDetection` will soon be removed. Please stop using this legacy constraint.',
132
- /**
131
+ legacyConstraintGoogCpuOveruseDetection:
132
+ 'CPU overuse detection is enabled-by-default and the ability to disable it using `googCpuOveruseDetection` will soon be removed. Please stop using this legacy constraint.',
133
+ /**
133
134
  *@description TODO(crbug.com/1318861): Description needed for translation
134
135
  */
135
- legacyConstraintGoogIPv6:
136
- 'IPv6 is enabled-by-default and the ability to disable it using `googIPv6` will soon be removed. Please stop using this legacy constraint.',
137
- /**
136
+ legacyConstraintGoogIPv6:
137
+ 'IPv6 is enabled-by-default and the ability to disable it using `googIPv6` will soon be removed. Please stop using this legacy constraint.',
138
+ /**
138
139
  *@description TODO(crbug.com/1318863): Description needed for translation
139
140
  */
140
- legacyConstraintGoogScreencastMinBitrate:
141
- 'Screencast min bitrate is now set to 100 kbps by default and `googScreencastMinBitrate` will soon be ignored in favor of this new default. Please stop using this legacy constraint.',
142
- /**
141
+ legacyConstraintGoogScreencastMinBitrate:
142
+ 'Screencast min bitrate is now set to 100 kbps by default and `googScreencastMinBitrate` will soon be ignored in favor of this new default. Please stop using this legacy constraint.',
143
+ /**
143
144
  *@description TODO(crbug.com/1318864): Description needed for translation
144
145
  */
145
- legacyConstraintGoogSuspendBelowMinBitrate:
146
- 'Support for the `googSuspendBelowMinBitrate` constraint is about to be removed. Please stop using this legacy constraint.',
147
- /**
146
+ legacyConstraintGoogSuspendBelowMinBitrate:
147
+ 'Support for the `googSuspendBelowMinBitrate` constraint is about to be removed. Please stop using this legacy constraint.',
148
+ /**
148
149
  *@description TODO(crbug.com/1318865): Description needed for translation
149
150
  */
150
- localCSSFileExtensionRejected: 'CSS cannot be loaded from `file:` URLs unless they end in a `.css` file extension.',
151
- /**
151
+ localCSSFileExtensionRejected:
152
+ 'CSS cannot be loaded from `file:` URLs unless they end in a `.css` file extension.',
153
+ /**
152
154
  *@description TODO(crbug.com/1320344): Description needed for translation
153
155
  */
154
- mediaElementAudioSourceNode:
155
- 'Creating a `MediaElementAudioSourceNode` on an `OfflineAudioContext` is deprecated and will be removed.',
156
- /**
156
+ mediaElementAudioSourceNode:
157
+ 'Creating a `MediaElementAudioSourceNode` on an `OfflineAudioContext` is deprecated and will be removed.',
158
+ /**
157
159
  *@description TODO(crbug.com/1320345): Description needed for translation
158
160
  */
159
- mediaSourceAbortRemove:
160
- '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 instead await `updateend`. `abort()` is intended to only abort an asynchronous media append or reset parser state.',
161
- /**
161
+ mediaSourceAbortRemove:
162
+ '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 instead await `updateend`. `abort()` is intended to only abort an asynchronous media append or reset parser state.',
163
+ /**
162
164
  *@description TODO(crbug.com/1320346): Description needed for translation
163
165
  */
164
- mediaSourceDurationTruncatingBuffered:
165
- '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`.',
166
- /**
166
+ mediaSourceDurationTruncatingBuffered:
167
+ '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`.',
168
+ /**
167
169
  *@description TODO(crbug.com/1320347): Description needed for translation
168
170
  */
169
- noSysexWebMIDIWithoutPermission:
170
- 'Web MIDI will ask a permission to use even if the sysex is not specified in the `MIDIOptions`.',
171
- /**
171
+ noSysexWebMIDIWithoutPermission:
172
+ 'Web MIDI will ask a permission to use even if the sysex is not specified in the `MIDIOptions`.',
173
+ /**
172
174
  *@description Warning displayed to developers when the Notification API is used from an insecure origin (one that isn't localhost or doesn't use HTTPS) to notify them that this use is no longer supported.
173
175
  */
174
- notificationInsecureOrigin:
175
- 'The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.',
176
- /**
176
+ notificationInsecureOrigin:
177
+ 'The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details.',
178
+ /**
177
179
  *@description Warning displayed to developers when permission to use notifications has been requested by a cross-origin iframe, to notify them that this use is no longer supported.
178
180
  */
179
- notificationPermissionRequestedIframe:
180
- 'Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead.',
181
- /**
181
+ notificationPermissionRequestedIframe: 'Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead.',
182
+ /**
182
183
  *@description TODO(crbug.com/1318867): Description needed for translation
183
184
  */
184
- obsoleteWebRtcCipherSuite:
185
- 'Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed.',
186
- /**
185
+ obsoleteWebRtcCipherSuite:
186
+ 'Your partner is negotiating an obsolete (D)TLS version. Please check with your partner to have this fixed.',
187
+ /**
187
188
  *@description TODO(crbug.com/1320349): Description needed for translation
188
189
  */
189
- paymentRequestBasicCard: 'The `basic-card` payment method is deprecated and will be removed.',
190
- /**
190
+ paymentRequestBasicCard: 'The `basic-card` payment method is deprecated and will be removed.',
191
+ /**
191
192
  *@description TODO(crbug.com/1320350): Description needed for translation
192
193
  */
193
- paymentRequestShowWithoutGesture:
194
- 'Calling `PaymentRequest.show()` without user activation is deprecated and will be removed.',
195
- /**
194
+ paymentRequestShowWithoutGesture:
195
+ 'Calling `PaymentRequest.show()` without user activation is deprecated and will be removed.',
196
+ /**
196
197
  *@description This issue indicates that a `<source>` element with a `<picture>` parent was using an `src` attribute, which is not valid and is ignored by the browser. The `srcset` attribute should be used instead.
197
198
  */
198
- pictureSourceSrc:
199
- '`<source src>` with a `<picture>` parent is invalid and therefore ignored. Please use `<source srcset>` instead.',
200
- /**
199
+ pictureSourceSrc:
200
+ '`<source src>` with a `<picture>` parent is invalid and therefore ignored. Please use `<source srcset>` instead.',
201
+ /**
201
202
  *@description TODO(crbug.com/1318869): Description needed for translation
202
203
  */
203
- prefixedCancelAnimationFrame:
204
- '`webkitCancelAnimationFrame` is vendor-specific. Please use the standard `cancelAnimationFrame` instead.',
205
- /**
204
+ prefixedCancelAnimationFrame:
205
+ '`webkitCancelAnimationFrame` is vendor-specific. Please use the standard `cancelAnimationFrame` instead.',
206
+ /**
206
207
  *@description TODO(crbug.com/1318871): Description needed for translation
207
208
  */
208
- prefixedRequestAnimationFrame:
209
- '`webkitRequestAnimationFrame` is vendor-specific. Please use the standard `requestAnimationFrame` instead.',
210
- /**
209
+ prefixedRequestAnimationFrame:
210
+ '`webkitRequestAnimationFrame` is vendor-specific. Please use the standard `requestAnimationFrame` instead.',
211
+ /**
211
212
  *@description TODO(crbug.com/1320351): Description needed for translation
212
213
  */
213
- prefixedStorageInfo:
214
- '`window.webkitStorageInfo` is deprecated. Please use `navigator.webkitTemporaryStorage` or `navigator.webkitPersistentStorage` instead.',
215
- /**
214
+ prefixedStorageInfo:
215
+ '`window.webkitStorageInfo` is deprecated. Please use `navigator.webkitTemporaryStorage` or `navigator.webkitPersistentStorage` instead.',
216
+ /**
216
217
  *@description TODO(crbug.com/1320352): Description needed for translation
217
218
  */
218
- prefixedVideoDisplayingFullscreen:
219
- '`HTMLVideoElement.webkitDisplayingFullscreen` is deprecated. Please use `Document.fullscreenElement` instead.',
220
- /**
219
+ prefixedVideoDisplayingFullscreen:
220
+ '`HTMLVideoElement.webkitDisplayingFullscreen` is deprecated. Please use `Document.fullscreenElement` instead.',
221
+ /**
221
222
  *@description TODO(crbug.com/1320353): Description needed for translation
222
223
  */
223
- prefixedVideoEnterFullScreen:
224
- '`HTMLVideoElement.webkitEnterFullScreen()` is deprecated. Please use `Element.requestFullscreen()` instead.',
225
- /**
224
+ prefixedVideoEnterFullScreen:
225
+ '`HTMLVideoElement.webkitEnterFullScreen()` is deprecated. Please use `Element.requestFullscreen()` instead.',
226
+ /**
226
227
  *@description TODO(crbug.com/1320353): Description needed for translation
227
228
  */
228
- prefixedVideoEnterFullscreen:
229
- '`HTMLVideoElement.webkitEnterFullscreen()` is deprecated. Please use `Element.requestFullscreen()` instead.',
230
- /**
229
+ prefixedVideoEnterFullscreen:
230
+ '`HTMLVideoElement.webkitEnterFullscreen()` is deprecated. Please use `Element.requestFullscreen()` instead.',
231
+ /**
231
232
  *@description TODO(crbug.com/1320354): Description needed for translation
232
233
  */
233
- prefixedVideoExitFullScreen:
234
- '`HTMLVideoElement.webkitExitFullsSreen()` is deprecated. Please use `Document.exitFullscreen()` instead.',
235
- /**
234
+ prefixedVideoExitFullScreen:
235
+ '`HTMLVideoElement.webkitExitFullsSreen()` is deprecated. Please use `Document.exitFullscreen()` instead.',
236
+ /**
236
237
  *@description TODO(crbug.com/1320354): Description needed for translation
237
238
  */
238
- prefixedVideoExitFullscreen:
239
- '`HTMLVideoElement.webkitExitFullscreen()` is deprecated. Please use `Document.exitFullscreen()` instead.',
240
- /**
239
+ prefixedVideoExitFullscreen:
240
+ '`HTMLVideoElement.webkitExitFullscreen()` is deprecated. Please use `Document.exitFullscreen()` instead.',
241
+ /**
241
242
  *@description TODO(crbug.com/1320355): Description needed for translation
242
243
  */
243
- prefixedVideoSupportsFullscreen:
244
- '`HTMLVideoElement.webkitSupportsFullscreen` is deprecated. Please use `Document.fullscreenEnabled` instead.',
245
- /**
244
+ prefixedVideoSupportsFullscreen:
245
+ '`HTMLVideoElement.webkitSupportsFullscreen` is deprecated. Please use `Document.fullscreenEnabled` instead.',
246
+ /**
246
247
  *@description TODO(crbug.com/1320356): Description needed for translation
247
248
  */
248
- rangeExpand: '`Range.expand()` is deprecated. Please use `Selection.modify()` instead.',
249
- /**
249
+ rangeExpand: '`Range.expand()` is deprecated. Please use `Selection.modify()` instead.',
250
+ /**
250
251
  *@description TODO(crbug.com/1320357): Description needed for translation
251
252
  */
252
- requestedSubresourceWithEmbeddedCredentials:
253
- 'Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked.',
254
- /**
253
+ requestedSubresourceWithEmbeddedCredentials:
254
+ 'Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked.',
255
+ /**
255
256
  *@description TODO(crbug.com/1318872): Description needed for translation
256
257
  */
257
- rtcConstraintEnableDtlsSrtpFalse: 'The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `false` value for this constraint, which is interpreted as an attempt to use the removed `SDES` key negotiation method. This functionality is removed; use a service that supports DTLS key negotiation instead.',
258
- /**
258
+ rtcConstraintEnableDtlsSrtpFalse:
259
+ 'The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `false` value for this constraint, which is interpreted as an attempt to use the removed `SDES` key negotiation method. This functionality is removed; use a service that supports DTLS key negotiation instead.',
260
+ /**
259
261
  *@description TODO(crbug.com/1318873): Description needed for translation
260
262
  */
261
- rtcConstraintEnableDtlsSrtpTrue:
262
- 'The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `true` value for this constraint, which had no effect, but you can remove this constraint for tidiness.',
263
- /**
263
+ rtcConstraintEnableDtlsSrtpTrue:
264
+ 'The constraint `DtlsSrtpKeyAgreement` is removed. You have specified a `true` value for this constraint, which had no effect, but you can remove this constraint for tidiness.',
265
+ /**
264
266
  *@description TODO(crbug.com/1318874): Description needed for translation
265
267
  */
266
- rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics:
267
- 'Complex Plan B SDP detected! Chrome will switch the default `sdpSemantics` from `plan-b` to the standardized `unified-plan` format and this peer connection is relying on the default `sdpSemantics`. This SDP is not compatible with Unified Plan and will be rejected by clients expecting Unified Plan. For more information about how to prepare for the switch, see https://webrtc.org/web-apis/chrome/unified-plan/.',
268
- /**
268
+ rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics:
269
+ 'Complex Plan B SDP detected! Chrome will switch the default `sdpSemantics` from `plan-b` to the standardized `unified-plan` format and this peer connection is relying on the default `sdpSemantics`. This SDP is not compatible with Unified Plan and will be rejected by clients expecting Unified Plan. For more information about how to prepare for the switch, see https://webrtc.org/web-apis/chrome/unified-plan/.',
270
+ /**
269
271
  *@description TODO(crbug.com/1318875): Description needed for translation
270
272
  */
271
- rtcPeerConnectionLegacyCreateWithMediaConstraints:
272
- 'The `mediaConstraints` version of `RTCOfferOptions/RTCAnswerOptions` are deprecated and will soon be removed, please migrate to the promise-based `createOffer`/`createAnswer` instead.',
273
- /**
273
+ rtcPeerConnectionLegacyCreateWithMediaConstraints:
274
+ 'The `mediaConstraints` version of `RTCOfferOptions/RTCAnswerOptions` are deprecated and will soon be removed, please migrate to the promise-based `createOffer`/`createAnswer` instead.',
275
+ /**
274
276
  *@description TODO(crbug.com/1320358): Description needed for translation
275
277
  */
276
- rtcPeerConnectionSdpSemanticsPlanB:
277
- 'Plan B SDP semantics, which is used when constructing an `RTCPeerConnection` with `{sdpSemantics:\'plan-b\'}`, is a legacy non-standard version of the Session Description Protocol that has been permanently deleted from the Web Platform. It is still available when building with IS_FUCHSIA, but we intend to delete it as soon as possible. Stop depending on it. See https://crbug.com/1302249 for status.',
278
- /**
278
+ rtcPeerConnectionSdpSemanticsPlanB:
279
+ 'Plan B SDP semantics, which is used when constructing an `RTCPeerConnection` with `{sdpSemantics:\'plan-b\'}`, is a legacy non-standard version of the Session Description Protocol that has been permanently deleted from the Web Platform. It is still available when building with IS_FUCHSIA, but we intend to delete it as soon as possible. Stop depending on it. See https://crbug.com/1302249 for status.',
280
+ /**
279
281
  *@description TODO(crbug.com/1320360): Description needed for translation
280
282
  */
281
- rtcpMuxPolicyNegotiate: 'The `rtcpMuxPolicy` option is deprecated and will be removed.',
282
- /**
283
+ rtcpMuxPolicyNegotiate: 'The `rtcpMuxPolicy` option is deprecated and will be removed.',
284
+ /**
283
285
  *@description TODO(crbug.com/1318876): Description needed for translation
284
286
  */
285
- rtpDataChannel:
286
- 'RTP data channels are no longer supported. The `RtpDataChannels` constraint is currently ignored, and may cause an error at a later date.',
287
- /**
287
+ rtpDataChannel:
288
+ 'RTP data channels are no longer supported. The `RtpDataChannels` constraint is currently ignored, and may cause an error at a later date.',
289
+ /**
288
290
  *@description TODO(crbug.com/1320361): Description needed for translation
289
291
  */
290
- selectionAddRangeIntersect:
291
- 'The behavior that `Selection.addRange()` merges existing Range and the specified Range was removed.',
292
- /**
292
+ selectionAddRangeIntersect:
293
+ 'The behavior that `Selection.addRange()` merges existing Range and the specified Range was removed.',
294
+ /**
293
295
  *@description TODO(crbug.com/1318878): Description needed for translation
294
296
  */
295
- sharedArrayBufferConstructedWithoutIsolation:
296
- '`SharedArrayBuffer` will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.',
297
- /**
297
+ sharedArrayBufferConstructedWithoutIsolation:
298
+ '`SharedArrayBuffer` will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.',
299
+ /**
298
300
  *@description TODO(crbug.com/1320363): Description needed for translation
299
301
  */
300
- textToSpeech_DisallowedByAutoplay:
301
- '`speechSynthesis.speak()` without user activation is deprecated and will be removed.',
302
- /**
302
+ textToSpeech_DisallowedByAutoplay:
303
+ '`speechSynthesis.speak()` without user activation is deprecated and will be removed.',
304
+ /**
303
305
  *@description TODO(crbug.com/1318879): Description needed for translation
304
306
  */
305
- v8SharedArrayBufferConstructedInExtensionWithoutIsolation:
306
- 'Extensions should opt into cross-origin isolation to continue using `SharedArrayBuffer`. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/.',
307
- /**
307
+ v8SharedArrayBufferConstructedInExtensionWithoutIsolation:
308
+ 'Extensions should opt into cross-origin isolation to continue using `SharedArrayBuffer`. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/.',
309
+ /**
308
310
  *@description TODO(crbug.com/1318880): Description needed for translation
309
311
  */
310
- webCodecsVideoFrameDefaultTimestamp:
311
- 'Constructing a `VideoFrame` without a timestamp is deprecated and support will be removed. Please provide a timestamp via `VideoFrameInit`.',
312
- /**
312
+ webCodecsVideoFrameDefaultTimestamp:
313
+ 'Constructing a `VideoFrame` without a timestamp is deprecated and support will be removed. Please provide a timestamp via `VideoFrameInit`.',
314
+ /**
313
315
  *@description TODO(crbug.com/1318881): Description needed for translation
314
316
  */
315
- xhrJSONEncodingDetection: 'UTF-16 is not supported by response json in `XMLHttpRequest`',
316
- /**
317
+ xhrJSONEncodingDetection: 'UTF-16 is not supported by response json in `XMLHttpRequest`',
318
+ /**
317
319
  *@description TODO(crbug.com/1318882): Description needed for translation
318
320
  */
319
- xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload:
320
- 'Synchronous `XMLHttpRequest` on the main thread is deprecated because of its detrimental effects to the end user\'s experience. For more help, check https://xhr.spec.whatwg.org/.',
321
- /**
321
+ xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload:
322
+ 'Synchronous `XMLHttpRequest` on the main thread is deprecated because of its detrimental effects to the end user\u2019s experience. For more help, check https://xhr.spec.whatwg.org/.',
323
+ /**
322
324
  *@description TODO(crbug.com/1320365): Description needed for translation
323
325
  */
324
- xrSupportsSession:
325
- '`supportsSession()` is deprecated. Please use `isSessionSupported()` and check the resolved boolean value instead.',
326
- };
326
+ xrSupportsSession:
327
+ '`supportsSession()` is deprecated. Please use `isSessionSupported()` and check the resolved boolean value instead.',
328
+ };
327
329
  const str_ = i18n.i18n.registerUIStrings('models/issues_manager/DeprecationIssue.ts', UIStrings);
328
330
  const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);
329
331
 
@@ -78,7 +78,7 @@ export class AXBreadcrumbsPane extends AccessibilitySubPane {
78
78
  };
79
79
  if (Root.Runtime.experiments.isEnabled(experiment)) {
80
80
  this.#legacyTreeDisabled = true;
81
- const feedbackURL = 'https://goo.gle/devtools-a11y-tree-feedback';
81
+ const feedbackURL = 'https://g.co/devtools/a11y-tree-feedback';
82
82
  previewToggle.data = {
83
83
  name,
84
84
  helperText: i18nString(UIStrings.fullTreeExperimentDescription),
@@ -43,7 +43,7 @@ const i18nString = i18n.i18n.getLocalizedString.bind(undefined, str_);
43
43
 
44
44
  const {render, html} = LitHtml;
45
45
 
46
- const FEEDBACK_LINK = 'https://goo.gle/css-overview-feedback';
46
+ const FEEDBACK_LINK = 'https://g.co/devtools/css-overview-feedback';
47
47
  const DOC_LINK = 'https://developer.chrome.com/docs/devtools/css-overview';
48
48
  export class OverviewStartRequestedEvent extends Event {
49
49
  static readonly eventName = 'overviewstartrequested';
@@ -29,7 +29,7 @@ export const markdownLinks = new Map<string, string>([
29
29
  ['sameSiteAndSameOrigin', 'https://web.dev/same-site-same-origin/'],
30
30
  // Link URLs for deprecation issues (see blink::Deprecation)
31
31
  ['https://xhr.spec.whatwg.org/', 'https://xhr.spec.whatwg.org/'],
32
- ['https://goo.gl/rStTGz', 'https://goo.gl/rStTGz'],
32
+ ['https://goo.gle/chrome-insecure-origins', 'https://goo.gle/chrome-insecure-origins'],
33
33
  ['https://webrtc.org/web-apis/chrome/unified-plan/', 'https://webrtc.org/web-apis/chrome/unified-plan/'],
34
34
  [
35
35
  'https://developer.chrome.com/blog/enabling-shared-array-buffer/',
@@ -124,6 +124,7 @@
124
124
  --color-button-primary-background-hovering: rgb(77 134 225 / 100%);
125
125
  --color-button-primary-background-pressed: rgb(88 132 205);
126
126
  --color-button-primary-text: rgb(255 255 255);
127
+ --color-button-primary-text-hover: rgb(218 220 224);
127
128
  --color-button-secondary-background-hovering: rgb(26 115 232 / 10%);
128
129
  --color-button-secondary-background-pressed: rgb(26 92 178 / 25%);
129
130
  --color-button-secondary-border: rgb(218 220 224);
@@ -272,6 +273,7 @@
272
273
  --color-button-primary-background-hovering: rgb(174 203 250 / 100%);
273
274
  --color-button-primary-background-pressed: rgb(210 227 252 / 100%);
274
275
  --color-button-primary-text: rgb(0 0 0);
276
+ --color-button-primary-text-hover: rgb(60 61 65);
275
277
  --color-button-secondary-background-hovering: rgb(138 180 248 / 15%);
276
278
  --color-button-secondary-background-pressed: rgb(138 180 248 / 23%);
277
279
  --color-button-secondary-border: rgb(60 61 65);
@@ -459,10 +459,14 @@ input[is="history-input"]:not(:placeholder-shown) {
459
459
  z-index: -1;
460
460
  }
461
461
 
462
- .toolbar-item.highlight {
462
+ .toolbar-item.highlight > .title {
463
463
  color: var(--color-button-primary-text);
464
464
  }
465
465
 
466
+ .toolbar-item.highlight:hover:not(:active) > .title {
467
+ color: var(--color-button-primary-text-hover);
468
+ }
469
+
466
470
  .toolbar-item.highlight:focus-visible {
467
471
  background: var(--color-primary-variant);
468
472
  }
package/package.json CHANGED
@@ -55,5 +55,5 @@
55
55
  "unittest": "scripts/test/run_unittests.py --no-text-coverage",
56
56
  "watch": "vpython third_party/node/node.py --output scripts/watch_build.js"
57
57
  },
58
- "version": "1.0.997598"
58
+ "version": "1.0.998045"
59
59
  }