Skip to content

Commit bb65010

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
devtools-ci-autoroll-builder
authored and
Devtools-frontend LUCI CQ
committed
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/8717557839783465425 R=devtools-waterfall-sheriff-onduty@rotations.google.com Bug: none Change-Id: I518e09270e6dfb3ffc3cf98d847c2ec3cfc84b1b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6456855 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org>
1 parent 4d94f49 commit bb65010

File tree

11 files changed

+179
-142
lines changed

11 files changed

+179
-142
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': '6d1ae0f13aae6ad381ca31b17b88a0f5af29ca94',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'a378d80bfbb44011499907b1282f71a050b4a16e',
27+
'chromium_browser_protocol_revision' : 'fc103909642ce8d901c6a1a10a078a0fe9eb594d',
2828

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

front_end/generated/InspectorBackendCommands.js

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

front_end/generated/SupportedCSSProperties.js

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,11 @@ export const generatedProperties = [
512512
"inset-block-start",
513513
"inset-inline-end",
514514
"inset-inline-start",
515-
"interactivity",
516515
"interest-target-hide-delay",
517516
"interest-target-show-delay",
518517
"interpolate-size",
519518
"isolation",
519+
"item-tolerance",
520520
"justify-content",
521521
"justify-items",
522522
"justify-self",
@@ -552,7 +552,6 @@ export const generatedProperties = [
552552
"masonry-auto-tracks",
553553
"masonry-direction",
554554
"masonry-fill",
555-
"masonry-slack",
556555
"masonry-template-tracks",
557556
"masonry-track-end",
558557
"masonry-track-start",
@@ -1770,6 +1769,7 @@ export const generatedProperties = [
17701769
},
17711770
{
17721771
"keywords": [
1772+
"auto",
17731773
"nowrap",
17741774
"wrap"
17751775
],
@@ -2704,6 +2704,12 @@ export const generatedProperties = [
27042704
],
27052705
"name": "isolation"
27062706
},
2707+
{
2708+
"keywords": [
2709+
"normal"
2710+
],
2711+
"name": "item-tolerance"
2712+
},
27072713
{
27082714
"name": "justify-content"
27092715
},
@@ -2978,12 +2984,6 @@ export const generatedProperties = [
29782984
],
29792985
"name": "masonry-flow"
29802986
},
2981-
{
2982-
"keywords": [
2983-
"normal"
2984-
],
2985-
"name": "masonry-slack"
2986-
},
29872987
{
29882988
"name": "masonry-template-tracks"
29892989
},
@@ -3638,6 +3638,13 @@ export const generatedProperties = [
36383638
],
36393639
"name": "ruby-position"
36403640
},
3641+
{
3642+
"longhands": [
3643+
"column-rule-color",
3644+
"row-rule-color"
3645+
],
3646+
"name": "rule-color"
3647+
},
36413648
{
36423649
"keywords": [
36433650
"auto"
@@ -5182,6 +5189,7 @@ export const generatedPropertyValues = {
51825189
},
51835190
"column-wrap": {
51845191
"values": [
5192+
"auto",
51855193
"nowrap",
51865194
"wrap"
51875195
]
@@ -5753,6 +5761,11 @@ export const generatedPropertyValues = {
57535761
"isolate"
57545762
]
57555763
},
5764+
"item-tolerance": {
5765+
"values": [
5766+
"normal"
5767+
]
5768+
},
57565769
"left": {
57575770
"values": [
57585771
"auto"
@@ -5892,11 +5905,6 @@ export const generatedPropertyValues = {
58925905
"reverse"
58935906
]
58945907
},
5895-
"masonry-slack": {
5896-
"values": [
5897-
"normal"
5898-
]
5899-
},
59005908
"masonry-track-end": {
59015909
"values": [
59025910
"auto"

front_end/generated/protocol-mapping.d.ts

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,8 +2300,8 @@ export namespace ProtocolMapping {
23002300
returnType: void;
23012301
};
23022302
/**
2303-
* Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position
2304-
* unavailable.
2303+
* Overrides the Geolocation Position or Error. Omitting latitude, longitude or
2304+
* accuracy emulates position unavailable.
23052305
*/
23062306
'Emulation.setGeolocationOverride': {
23072307
paramsType: [Protocol.Emulation.SetGeolocationOverrideRequest?];
@@ -4251,11 +4251,14 @@ export namespace ProtocolMapping {
42514251
returnType: void;
42524252
};
42534253
/**
4254-
* Controls whether to automatically attach to new targets which are considered to be related to
4255-
* this one. When turned on, attaches to all existing related targets as well. When turned off,
4254+
* Controls whether to automatically attach to new targets which are considered
4255+
* to be directly related to this one (for example, iframes or workers).
4256+
* When turned on, attaches to all existing related targets as well. When turned off,
42564257
* automatically detaches from all currently attached targets.
42574258
* This also clears all targets added by `autoAttachRelated` from the list of targets to watch
42584259
* for creation of related targets.
4260+
* You might want to call this recursively for auto-attached targets to attach
4261+
* to all available targets.
42594262
*/
42604263
'Target.setAutoAttach': {
42614264
paramsType: [Protocol.Target.SetAutoAttachRequest];
@@ -4756,42 +4759,38 @@ export namespace ProtocolMapping {
47564759
returnType: Protocol.BluetoothEmulation.AddServiceResponse;
47574760
};
47584761
/**
4759-
* Removes the service respresented by |serviceId| from the peripheral with
4760-
* |address|.
4762+
* Removes the service respresented by |serviceId| from the simulated central.
47614763
*/
47624764
'BluetoothEmulation.removeService': {
47634765
paramsType: [Protocol.BluetoothEmulation.RemoveServiceRequest];
47644766
returnType: void;
47654767
};
47664768
/**
47674769
* Adds a characteristic with |characteristicUuid| and |properties| to the
4768-
* service represented by |serviceId| in the peripheral with |address|.
4770+
* service represented by |serviceId|.
47694771
*/
47704772
'BluetoothEmulation.addCharacteristic': {
47714773
paramsType: [Protocol.BluetoothEmulation.AddCharacteristicRequest];
47724774
returnType: Protocol.BluetoothEmulation.AddCharacteristicResponse;
47734775
};
47744776
/**
47754777
* Removes the characteristic respresented by |characteristicId| from the
4776-
* service respresented by |serviceId| in the peripheral with |address|.
4778+
* simulated central.
47774779
*/
47784780
'BluetoothEmulation.removeCharacteristic': {
47794781
paramsType: [Protocol.BluetoothEmulation.RemoveCharacteristicRequest];
47804782
returnType: void;
47814783
};
47824784
/**
47834785
* Adds a descriptor with |descriptorUuid| to the characteristic respresented
4784-
* by |characteristicId| in the service represented by |serviceId| of the
4785-
* peripheral with |address|.
4786+
* by |characteristicId|.
47864787
*/
47874788
'BluetoothEmulation.addDescriptor': {
47884789
paramsType: [Protocol.BluetoothEmulation.AddDescriptorRequest];
47894790
returnType: Protocol.BluetoothEmulation.AddDescriptorResponse;
47904791
};
47914792
/**
4792-
* Removes the descriptor with |descriptorId| from the characteristic
4793-
* respresented by |characteristicId| in the service represented by |serviceId|
4794-
* of the peripheral with |address|.
4793+
* Removes the descriptor with |descriptorId| from the simulated central.
47954794
*/
47964795
'BluetoothEmulation.removeDescriptor': {
47974796
paramsType: [Protocol.BluetoothEmulation.RemoveDescriptorRequest];

front_end/generated/protocol-proxy-api.d.ts

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,8 +1578,8 @@ declare namespace ProtocolProxyApi {
15781578
invoke_setEmulatedVisionDeficiency(params: Protocol.Emulation.SetEmulatedVisionDeficiencyRequest): Promise<Protocol.ProtocolResponseWithError>;
15791579

15801580
/**
1581-
* Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position
1582-
* unavailable.
1581+
* Overrides the Geolocation Position or Error. Omitting latitude, longitude or
1582+
* accuracy emulates position unavailable.
15831583
*/
15841584
invoke_setGeolocationOverride(params: Protocol.Emulation.SetGeolocationOverrideRequest): Promise<Protocol.ProtocolResponseWithError>;
15851585

@@ -3564,11 +3564,14 @@ declare namespace ProtocolProxyApi {
35643564
invoke_sendMessageToTarget(params: Protocol.Target.SendMessageToTargetRequest): Promise<Protocol.ProtocolResponseWithError>;
35653565

35663566
/**
3567-
* Controls whether to automatically attach to new targets which are considered to be related to
3568-
* this one. When turned on, attaches to all existing related targets as well. When turned off,
3567+
* Controls whether to automatically attach to new targets which are considered
3568+
* to be directly related to this one (for example, iframes or workers).
3569+
* When turned on, attaches to all existing related targets as well. When turned off,
35693570
* automatically detaches from all currently attached targets.
35703571
* This also clears all targets added by `autoAttachRelated` from the list of targets to watch
35713572
* for creation of related targets.
3573+
* You might want to call this recursively for auto-attached targets to attach
3574+
* to all available targets.
35723575
*/
35733576
invoke_setAutoAttach(params: Protocol.Target.SetAutoAttachRequest): Promise<Protocol.ProtocolResponseWithError>;
35743577

@@ -4229,34 +4232,30 @@ declare namespace ProtocolProxyApi {
42294232
invoke_addService(params: Protocol.BluetoothEmulation.AddServiceRequest): Promise<Protocol.BluetoothEmulation.AddServiceResponse>;
42304233

42314234
/**
4232-
* Removes the service respresented by |serviceId| from the peripheral with
4233-
* |address|.
4235+
* Removes the service respresented by |serviceId| from the simulated central.
42344236
*/
42354237
invoke_removeService(params: Protocol.BluetoothEmulation.RemoveServiceRequest): Promise<Protocol.ProtocolResponseWithError>;
42364238

42374239
/**
42384240
* Adds a characteristic with |characteristicUuid| and |properties| to the
4239-
* service represented by |serviceId| in the peripheral with |address|.
4241+
* service represented by |serviceId|.
42404242
*/
42414243
invoke_addCharacteristic(params: Protocol.BluetoothEmulation.AddCharacteristicRequest): Promise<Protocol.BluetoothEmulation.AddCharacteristicResponse>;
42424244

42434245
/**
42444246
* Removes the characteristic respresented by |characteristicId| from the
4245-
* service respresented by |serviceId| in the peripheral with |address|.
4247+
* simulated central.
42464248
*/
42474249
invoke_removeCharacteristic(params: Protocol.BluetoothEmulation.RemoveCharacteristicRequest): Promise<Protocol.ProtocolResponseWithError>;
42484250

42494251
/**
42504252
* Adds a descriptor with |descriptorUuid| to the characteristic respresented
4251-
* by |characteristicId| in the service represented by |serviceId| of the
4252-
* peripheral with |address|.
4253+
* by |characteristicId|.
42534254
*/
42544255
invoke_addDescriptor(params: Protocol.BluetoothEmulation.AddDescriptorRequest): Promise<Protocol.BluetoothEmulation.AddDescriptorResponse>;
42554256

42564257
/**
4257-
* Removes the descriptor with |descriptorId| from the characteristic
4258-
* respresented by |characteristicId| in the service represented by |serviceId|
4259-
* of the peripheral with |address|.
4258+
* Removes the descriptor with |descriptorId| from the simulated central.
42604259
*/
42614260
invoke_removeDescriptor(params: Protocol.BluetoothEmulation.RemoveDescriptorRequest): Promise<Protocol.ProtocolResponseWithError>;
42624261

front_end/generated/protocol.ts

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,7 @@ export namespace Browser {
20112011
export const enum BrowserCommandId {
20122012
OpenTabSearch = 'openTabSearch',
20132013
CloseTabSearch = 'closeTabSearch',
2014+
OpenGlic = 'openGlic',
20142015
}
20152016

20162017
/**
@@ -6629,6 +6630,22 @@ export namespace Emulation {
66296630
* Mock accuracy
66306631
*/
66316632
accuracy?: number;
6633+
/**
6634+
* Mock altitude
6635+
*/
6636+
altitude?: number;
6637+
/**
6638+
* Mock altitudeAccuracy
6639+
*/
6640+
altitudeAccuracy?: number;
6641+
/**
6642+
* Mock heading
6643+
*/
6644+
heading?: number;
6645+
/**
6646+
* Mock speed
6647+
*/
6648+
speed?: number;
66326649
}
66336650

66346651
export interface GetOverriddenSensorInformationRequest {
@@ -8968,6 +8985,7 @@ export namespace Network {
89688985
Cache = 'cache',
89698986
FetchEvent = 'fetch-event',
89708987
RaceNetworkAndFetchHandler = 'race-network-and-fetch-handler',
8988+
RaceNetworkAndCache = 'race-network-and-cache',
89718989
}
89728990

89738991
export interface ServiceWorkerRouterInfo {
@@ -12030,6 +12048,7 @@ export namespace Page {
1203012048
CrossOriginIsolated = 'cross-origin-isolated',
1203112049
DeferredFetch = 'deferred-fetch',
1203212050
DeferredFetchMinimal = 'deferred-fetch-minimal',
12051+
DeviceAttributes = 'device-attributes',
1203312052
DigitalCredentialsGet = 'digital-credentials-get',
1203412053
DirectSockets = 'direct-sockets',
1203512054
DirectSocketsPrivate = 'direct-sockets-private',
@@ -18430,12 +18449,10 @@ export namespace BluetoothEmulation {
1843018449
}
1843118450

1843218451
export interface RemoveServiceRequest {
18433-
address: string;
1843418452
serviceId: string;
1843518453
}
1843618454

1843718455
export interface AddCharacteristicRequest {
18438-
address: string;
1843918456
serviceId: string;
1844018457
characteristicUuid: string;
1844118458
properties: CharacteristicProperties;
@@ -18449,14 +18466,10 @@ export namespace BluetoothEmulation {
1844918466
}
1845018467

1845118468
export interface RemoveCharacteristicRequest {
18452-
address: string;
18453-
serviceId: string;
1845418469
characteristicId: string;
1845518470
}
1845618471

1845718472
export interface AddDescriptorRequest {
18458-
address: string;
18459-
serviceId: string;
1846018473
characteristicId: string;
1846118474
descriptorUuid: string;
1846218475
}
@@ -18469,9 +18482,6 @@ export namespace BluetoothEmulation {
1846918482
}
1847018483

1847118484
export interface RemoveDescriptorRequest {
18472-
address: string;
18473-
serviceId: string;
18474-
characteristicId: string;
1847518485
descriptorId: string;
1847618486
}
1847718487

0 commit comments

Comments
 (0)