chrome-devtools-frontend 1.0.997598 → 1.0.998281
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/README.md +2 -2
- package/docs/design_guidelines.md +1 -1
- package/front_end/core/i18n/locales/en-US.json +0 -192
- package/front_end/core/i18n/locales/en-XL.json +0 -192
- package/front_end/entrypoints/main/MainImpl.ts +1 -1
- package/front_end/models/bindings/BreakpointManager.ts +15 -0
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +9 -0
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +13 -0
- package/front_end/models/issues_manager/DeprecationIssue.ts +186 -184
- package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +1 -1
- package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +1 -1
- package/front_end/third_party/puppeteer/README.chromium +1 -1
- package/front_end/third_party/puppeteer/package/README.md +11 -11
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/LaunchOptions.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/LaunchOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Input.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts +2 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/LaunchOptions.d.ts +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/LaunchOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +3 -3
- package/front_end/third_party/puppeteer/package/package.json +13 -12
- package/front_end/ui/components/markdown_view/MarkdownLinksMap.ts +1 -1
- package/front_end/ui/legacy/themeColors.css +2 -0
- package/front_end/ui/legacy/toolbar.css +5 -1
- package/package.json +1 -1
- package/scripts/eslint_rules/lib/lit_template_result_or_nothing.js +140 -0
- package/scripts/eslint_rules/lib/no_only_eslint_tests.js +5 -1
- package/scripts/eslint_rules/tests/lit_template_result_or_nothing_test.js +133 -0
- package/scripts/hosted_mode/server.js +1 -1
@@ -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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
28
|
+
title: 'Deprecated Feature Used',
|
28
29
|
|
29
|
-
|
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
|
-
|
34
|
-
|
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
|
-
|
39
|
-
|
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
|
-
|
44
|
-
|
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
|
-
|
49
|
-
|
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
|
-
|
54
|
-
|
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
|
-
|
59
|
-
|
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
|
-
|
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
|
-
|
68
|
-
|
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
|
-
|
73
|
-
|
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
|
-
|
78
|
-
|
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
|
-
|
83
|
-
|
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
|
-
|
88
|
-
|
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
|
-
|
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
|
-
|
97
|
-
|
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
|
-
|
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
|
-
|
106
|
-
|
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
|
-
|
111
|
-
|
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
|
-
|
116
|
-
|
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
|
-
|
121
|
-
|
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
|
-
|
126
|
-
|
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
|
-
|
131
|
-
|
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
|
-
|
136
|
-
|
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
|
-
|
141
|
-
|
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
|
-
|
146
|
-
|
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
|
-
|
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
|
-
|
155
|
-
|
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
|
-
|
160
|
-
|
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
|
-
|
165
|
-
|
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
|
-
|
170
|
-
|
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
|
-
|
175
|
-
|
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
|
-
|
180
|
-
|
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
|
-
|
185
|
-
|
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
|
-
|
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
|
-
|
194
|
-
|
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
|
-
|
199
|
-
|
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
|
-
|
204
|
-
|
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
|
-
|
209
|
-
|
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
|
-
|
214
|
-
|
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
|
-
|
219
|
-
|
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
|
-
|
224
|
-
|
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
|
-
|
229
|
-
|
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
|
-
|
234
|
-
|
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
|
-
|
239
|
-
|
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
|
-
|
244
|
-
|
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
|
-
|
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
|
-
|
253
|
-
|
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
|
-
|
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
|
-
|
262
|
-
|
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
|
-
|
267
|
-
|
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
|
-
|
272
|
-
|
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
|
-
|
277
|
-
|
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
|
-
|
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
|
-
|
286
|
-
|
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
|
-
|
291
|
-
|
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
|
-
|
296
|
-
|
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
|
-
|
301
|
-
|
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
|
-
|
306
|
-
|
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
|
-
|
311
|
-
|
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
|
-
|
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
|
-
|
320
|
-
|
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
|
-
|
325
|
-
|
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://
|
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://
|
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';
|