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 Sep 14, 2019
1 parent 5e14f61 commit 8d1f08a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@
Protocol.BakedSupportedCSSPropertiesChromeTag='79.0.3906.1';
Protocol.BakedSupportedCSSPropertiesChromeRev='4eb6af88cf3cb916013e4e283911786743fa4b9c';
Protocol.BakedSupportedCSSPropertiesChromeTag='79.0.3912.1';
Protocol.BakedSupportedCSSPropertiesChromeRev='79901dcd9293ef2e8e78c1a48a2d3c53af3b13f8';
Protocol.BakedSupportedCSSProperties=''
+ '[{"name": "-internal-effective-zoom", "inherited": true},\n'
+ ' {"name": "-internal-visited-background-color"},\n'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4666,10 +4666,10 @@ Protocol.Network.CookieBlockedReason = {
UnknownError: "UnknownError"
};

/** @typedef {!{blockedReason:(Protocol.Network.SetCookieBlockedReason), cookieLine:(string), cookie:(Protocol.Network.Cookie|undefined)}} */
/** @typedef {!{blockedReasons:(!Array<Protocol.Network.SetCookieBlockedReason>), cookieLine:(string), cookie:(Protocol.Network.Cookie|undefined)}} */
Protocol.Network.BlockedSetCookieWithReason;

/** @typedef {!{blockedReason:(Protocol.Network.CookieBlockedReason), cookie:(Protocol.Network.Cookie)}} */
/** @typedef {!{blockedReasons:(!Array<Protocol.Network.CookieBlockedReason>), cookie:(Protocol.Network.Cookie)}} */
Protocol.Network.BlockedCookieWithReason;

/** @typedef {!{name:(string), value:(string), url:(string|undefined), domain:(string|undefined), path:(string|undefined), secure:(boolean|undefined), httpOnly:(boolean|undefined), sameSite:(Protocol.Network.CookieSameSite|undefined), expires:(Protocol.Network.TimeSinceEpoch|undefined)}} */
Expand Down

0 comments on commit 8d1f08a

Please sign in to comment.