Skip to content

Commit 7641ee3

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8730298041445239265 [email protected] Bug: none Change-Id: I7c431a48d8e3a63404519172044a5d26bb6ab63a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6047889 Commit-Queue: Philip Pfaffe <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Jack Franklin <[email protected]>
1 parent 2940aa1 commit 7641ee3

File tree

9 files changed

+96
-44
lines changed

9 files changed

+96
-44
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': 'f43f7515bcf291ed7413ba70b0c8514f842f9f5d',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '8e9b0e3df5cf7ea116697f7f9e4cf195bb04bf88',
27+
'chromium_browser_protocol_revision' : '282edb9d00811b2e81a92bec0c7b1149fcadfdb2',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '3c0acd2d4e73dd911309d9e970ba09d58bf23a62',

front_end/generated/Deprecation.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ export const UIStrings = {
214214
* @description A deprecation warning shown in the DevTools Issues tab. It's shown when a listener for the `unload` event is added.
215215
*/
216216
UnloadHandler: "Unload event listeners are deprecated and will be removed.",
217-
/**
218-
* @description This warning occurs when the website attempts to invoke the deprecated GPUAdapter `requestAdapterInfo()` method.
219-
*/
220-
V8GPUAdapter_RequestAdapterInfo_Method: "The GPUAdapter `requestAdapterInfo()` method is deprecated, instead use the GPUAdapter `info` attribute.",
221217
/**
222218
* @description A deprecation warning shown in the DevTools Issues tab. The placeholder is always the noun 'SharedArrayBuffer' which refers to a JavaScript construct. 'Extensions' refers to Chrome extensions. The warning is shown when Chrome Extensions attempt to use 'SharedArrayBuffer's under insecure circumstances.
223219
*/
@@ -355,9 +351,6 @@ export const DEPRECATIONS_METADATA: Partial<Record<string, DeprecationDescriptor
355351
"UnloadHandler": {
356352
"chromeStatusFeature": 5579556305502208
357353
},
358-
"V8GPUAdapter_RequestAdapterInfo_Method": {
359-
"chromeStatusFeature": 5140787340509184
360-
},
361354
"V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
362355
"milestone": 96
363356
},

front_end/generated/InspectorBackendCommands.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/protocol.ts

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,26 @@ export namespace Audits {
784784
ReadCookie = 'ReadCookie',
785785
}
786786

787+
/**
788+
* Represents the category of insight that a cookie issue falls under.
789+
*/
790+
export const enum InsightType {
791+
GitHubResource = 'GitHubResource',
792+
GracePeriod = 'GracePeriod',
793+
Heuristics = 'Heuristics',
794+
}
795+
796+
/**
797+
* Information about the suggested solution to a cookie issue.
798+
*/
799+
export interface CookieIssueInsight {
800+
type: InsightType;
801+
/**
802+
* Link to table entry in third-party cookie migration readiness list.
803+
*/
804+
tableEntryUrl?: string;
805+
}
806+
787807
/**
788808
* This information is currently necessary, as the front-end has a difficult
789809
* time finding a specific cookie. With this, we can convey specific error
@@ -808,6 +828,10 @@ export namespace Audits {
808828
siteForCookies?: string;
809829
cookieUrl?: string;
810830
request?: AffectedRequest;
831+
/**
832+
* The recommended solution to the issue.
833+
*/
834+
insight?: CookieIssueInsight;
811835
}
812836

813837
export const enum MixedContentResolutionStatus {
@@ -3810,7 +3834,7 @@ export namespace DOM {
38103834
export const enum PseudoType {
38113835
FirstLine = 'first-line',
38123836
FirstLetter = 'first-letter',
3813-
Check = 'check',
3837+
Checkmark = 'checkmark',
38143838
Before = 'before',
38153839
After = 'after',
38163840
SelectArrow = 'select-arrow',
@@ -3826,8 +3850,7 @@ export namespace DOM {
38263850
FirstLineInherited = 'first-line-inherited',
38273851
ScrollMarker = 'scroll-marker',
38283852
ScrollMarkerGroup = 'scroll-marker-group',
3829-
ScrollNextButton = 'scroll-next-button',
3830-
ScrollPrevButton = 'scroll-prev-button',
3853+
ScrollButton = 'scroll-button',
38313854
Scrollbar = 'scrollbar',
38323855
ScrollbarThumb = 'scrollbar-thumb',
38333856
ScrollbarButton = 'scrollbar-button',

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -999,11 +999,6 @@ export const NativeFunctions = [
999999
signatures: [["?reason"]],
10001000
receivers: ["AbortController","WritableStream","WritableStreamDefaultWriter","AbortSignal"]
10011001
},
1002-
{
1003-
name: "abort",
1004-
signatures: [["reason"]],
1005-
receivers: ["UnderlyingSinkBase"]
1006-
},
10071002
{
10081003
name: "addEventListener",
10091004
signatures: [["type","listener","?options"]],
@@ -1107,11 +1102,6 @@ export const NativeFunctions = [
11071102
signatures: [["index"]],
11081103
receivers: ["TimeRanges"]
11091104
},
1110-
{
1111-
name: "start",
1112-
signatures: [["controller"]],
1113-
receivers: ["UnderlyingSinkBase"]
1114-
},
11151105
{
11161106
name: "start",
11171107
signatures: [["?options"]],
@@ -1995,11 +1985,6 @@ export const NativeFunctions = [
19951985
signatures: [["buffer","?options"]],
19961986
receivers: ["FileSystemSyncAccessHandle"]
19971987
},
1998-
{
1999-
name: "write",
2000-
signatures: [["chunk","controller"]],
2001-
receivers: ["UnderlyingSinkBase"]
2002-
},
20031988
{
20041989
name: "write",
20051990
signatures: [["input","?options"]],
@@ -7613,6 +7598,10 @@ export const NativeFunctions = [
76137598
name: "EventSource",
76147599
signatures: [["url","?eventSourceInitDict"]]
76157600
},
7601+
{
7602+
name: "FileSystemChangeRecord",
7603+
signatures: [["root","changedHandle","relativePathComponents","type","?relativePathMovedFrom"]]
7604+
},
76167605
{
76177606
name: "queryPermission",
76187607
signatures: [["?descriptor"]]

0 commit comments

Comments
 (0)