commit | 2670a655e45c5a677e527dca07693200d7916ac3 | [log] [tgz] |
---|---|---|
author | Mathias Bynens <[email protected]> | Fri Dec 20 09:21:07 2019 |
committer | Commit Bot <[email protected]> | Fri Dec 20 09:42:21 2019 |
tree | b9666fb912a1a06505478cb264fe5cb57bcbf67e | |
parent | 9b1a05651a71f0a347a37dd6e2a06163b78fa34d [diff] [blame] |
Show unescaped CSS strings when hovering over them Demo: https://mathiasbynens.github.io/css-dbg-stories/css-escapes.html Bug: chromium:1033910 Change-Id: Ic9495bc93b9e95139905db57894af4b3403c73a8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1975889 Reviewed-by: Changhao Han <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
diff --git a/front_end/externs.js b/front_end/externs.js index e6ec1ca..51aba0f 100644 --- a/front_end/externs.js +++ b/front_end/externs.js
@@ -987,6 +987,12 @@ const base64ToSize = function(content) {}; /** + * @param {?string} input + * @return {string} + */ +const unescapeCssString = function(input) {}; + +/** * @constructor * @param {function(!Array<*>)} callback */