Skip to content

Commit

Permalink
devtools: regenerate protocol-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 8, 2016
1 parent f0fecd5 commit 005076e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WebInspector.BakedSupportedCSSPropertiesChromeTag='56.0.2910.2';
WebInspector.BakedSupportedCSSPropertiesChromeRev='15db598c6b9881230e31b383d06cf0fb4467bd08';
WebInspector.BakedSupportedCSSPropertiesChromeTag='56.0.2913.4';
WebInspector.BakedSupportedCSSPropertiesChromeRev='a22f5c73b8d5590bcd1603729eac49e2a33d9600';
WebInspector.BakedSupportedCSSProperties=''
+ '[{"name": "color", "inherited": true},\n'
+ ' {"name": "direction", "inherited": true},\n'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,6 @@ Protocol.PageAgent.prototype.requestAppBanner = function(opt_callback) {}
/** @param {function(?Protocol.Error):void=} opt_callback */
Protocol.PageAgent.prototype.invoke_requestAppBanner = function(obj, opt_callback) {}

/**
* @param {number} threshold
* @param {function(?Protocol.Error):void=} opt_callback
*/
Protocol.PageAgent.prototype.setBlockedEventsWarningThreshold = function(threshold, opt_callback) {}
/** @param {function(?Protocol.Error):void=} opt_callback */
Protocol.PageAgent.prototype.invoke_setBlockedEventsWarningThreshold = function(obj, opt_callback) {}

/**
* @param {boolean} enabled
* @param {function(?Protocol.Error):void=} opt_callback
Expand Down Expand Up @@ -3515,6 +3507,14 @@ Protocol.LogAgent.prototype.clear = function(opt_callback) {}
/** @param {function(?Protocol.Error):void=} opt_callback */
Protocol.LogAgent.prototype.invoke_clear = function(obj, opt_callback) {}

/**
* @param {boolean} enabled
* @param {function(?Protocol.Error):void=} opt_callback
*/
Protocol.LogAgent.prototype.setReportViolationsEnabled = function(enabled, opt_callback) {}
/** @param {function(?Protocol.Error):void=} opt_callback */
Protocol.LogAgent.prototype.invoke_setReportViolationsEnabled = function(obj, opt_callback) {}

/** @enum {string} */
Protocol.Log.LogEntrySource = {
XML: "xml",
Expand All @@ -3526,6 +3526,7 @@ Protocol.Log.LogEntrySource = {
Security: "security",
Deprecation: "deprecation",
Worker: "worker",
Violation: "violation",
Other: "other"
};

Expand Down

0 comments on commit 005076e

Please sign in to comment.