Skip to content

Commit 9f78fd5

Browse files
committed
devtools: regenerate protocol-related files
1 parent f561525 commit 9f78fd5

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

resources/unpacked/devtools/front_end/InspectorBackendCommands.js

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

resources/unpacked/devtools/front_end/SupportedCSSProperties.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Protocol.BakedSupportedCSSPropertiesChromeTag='63.0.3230.3';
2-
Protocol.BakedSupportedCSSPropertiesChromeRev='24d150257c6dd561b8262fcd18f75bba88f285f3';
1+
Protocol.BakedSupportedCSSPropertiesChromeTag='63.0.3235.4';
2+
Protocol.BakedSupportedCSSPropertiesChromeRev='5b98c4f564a21e98be5450fb02c50d2aabc66404';
33
Protocol.BakedSupportedCSSProperties=''
44
+ '[{"name": "-webkit-app-region"},\n'
55
+ ' {"name": "-webkit-appearance"},\n'

resources/unpacked/devtools/front_end/generated_namespaces_externs.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ var Audits = {};
1111
/** @const */
1212
var Audits2 = {};
1313
/** @const */
14+
var Audits2TestRunner = {};
15+
/** @const */
1416
var AuditsTestRunner = {};
1517
/** @const */
1618
var Bindings = {};
@@ -89,8 +91,6 @@ var Host = {};
8991
/** @const */
9092
var InlineEditor = {};
9193
/** @const */
92-
var IntegrationTestRunner = {};
93-
/** @const */
9494
var LayerViewer = {};
9595
/** @const */
9696
var Layers = {};
@@ -137,6 +137,8 @@ var SASSTestRunner = {};
137137
/** @const */
138138
var SDK = {};
139139
/** @const */
140+
var SDKTestRunner = {};
141+
/** @const */
140142
var Sass = {};
141143
/** @const */
142144
var Screencast = {};
@@ -149,8 +151,6 @@ var Services = {};
149151
/** @const */
150152
var Settings = {};
151153
/** @const */
152-
var Shell = {};
153-
/** @const */
154154
var Snippets = {};
155155
/** @const */
156156
var SourceFrame = {};

resources/unpacked/devtools/front_end/generated_protocol_externs.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,10 @@ Protocol.Emulation.VirtualTimePolicy = {
14181418
/** @interface */
14191419
Protocol.EmulationDispatcher = function() {};
14201420
Protocol.EmulationDispatcher.prototype.virtualTimeBudgetExpired = function() {};
1421+
/**
1422+
* @param {number} virtualTimeElapsed
1423+
*/
1424+
Protocol.EmulationDispatcher.prototype.virtualTimeAdvanced = function(virtualTimeElapsed) {};
14211425
/**
14221426
* @param {number} virtualTimeElapsed
14231427
*/
@@ -6276,12 +6280,13 @@ Protocol.DebuggerAgent.prototype.invoke_setSkipAllPauses = function(obj) {};
62766280
* @param {number} lineNumber
62776281
* @param {string=} opt_url
62786282
* @param {string=} opt_urlRegex
6283+
* @param {string=} opt_scriptHash
62796284
* @param {number=} opt_columnNumber
62806285
* @param {string=} opt_condition
62816286
* @return {!Promise<?Protocol.Debugger.BreakpointId>}
62826287
*/
6283-
Protocol.DebuggerAgent.prototype.setBreakpointByUrl = function(lineNumber, opt_url, opt_urlRegex, opt_columnNumber, opt_condition) {};
6284-
/** @typedef {!{url: (string|undefined), columnNumber: (number|undefined), urlRegex: (string|undefined), condition: (string|undefined), lineNumber: number}} */
6288+
Protocol.DebuggerAgent.prototype.setBreakpointByUrl = function(lineNumber, opt_url, opt_urlRegex, opt_scriptHash, opt_columnNumber, opt_condition) {};
6289+
/** @typedef {!{columnNumber: (number|undefined), urlRegex: (string|undefined), url: (string|undefined), lineNumber: number, scriptHash: (string|undefined), condition: (string|undefined)}} */
62856290
Protocol.DebuggerAgent.SetBreakpointByUrlRequest;
62866291
/** @typedef {!{breakpointId: Protocol.Debugger.BreakpointId, locations: !Array<Protocol.Debugger.Location>}} */
62876292
Protocol.DebuggerAgent.SetBreakpointByUrlResponse;

0 commit comments

Comments
 (0)