feat(webkit): roll to r1799 (#21045)
This commit is contained in:
parent
d0308d1924
commit
cda830645d
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1798",
|
"revision": "1799",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|
|
||||||
|
|
@ -2909,6 +2909,10 @@ export module Protocol {
|
||||||
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
||||||
*/
|
*/
|
||||||
flexOverlayConfig?: FlexOverlayConfig;
|
flexOverlayConfig?: FlexOverlayConfig;
|
||||||
|
/**
|
||||||
|
* Whether the rulers should be shown during element selection. This overrides Page.setShowRulers.
|
||||||
|
*/
|
||||||
|
showRulers?: boolean;
|
||||||
}
|
}
|
||||||
export type highlightSelectorReturnValue = {
|
export type highlightSelectorReturnValue = {
|
||||||
}
|
}
|
||||||
|
|
@ -2936,6 +2940,10 @@ export module Protocol {
|
||||||
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
||||||
*/
|
*/
|
||||||
flexOverlayConfig?: FlexOverlayConfig;
|
flexOverlayConfig?: FlexOverlayConfig;
|
||||||
|
/**
|
||||||
|
* Whether the rulers should be shown during element selection. This overrides Page.setShowRulers.
|
||||||
|
*/
|
||||||
|
showRulers?: boolean;
|
||||||
}
|
}
|
||||||
export type highlightNodeReturnValue = {
|
export type highlightNodeReturnValue = {
|
||||||
}
|
}
|
||||||
|
|
@ -2953,6 +2961,10 @@ export module Protocol {
|
||||||
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
* If provided, used to configure a flex overlay shown during element selection. This overrides DOM.showFlexOverlay.
|
||||||
*/
|
*/
|
||||||
flexOverlayConfig?: FlexOverlayConfig;
|
flexOverlayConfig?: FlexOverlayConfig;
|
||||||
|
/**
|
||||||
|
* Whether the rulers should be shown during element selection. This overrides Page.setShowRulers.
|
||||||
|
*/
|
||||||
|
showRulers?: boolean;
|
||||||
}
|
}
|
||||||
export type highlightNodeListReturnValue = {
|
export type highlightNodeListReturnValue = {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue