DevTools: [CSS] promisify CSSStyleModel fetching methods
As CSSAgent was promisified, this patch promisifies all the fetching
commands from CSSStyleModel, such as:
- getComputedStyle
- getInlineStyle
- getMatchedStyles
- getMediaQueries
- getPlatformFonts
R=pfeldman
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197905
https://codereview.chromium.org/1204393002/diff/1/Source/devtools/front_end/emulation/MediaQueryInspector.js File Source/devtools/front_end/emulation/MediaQueryInspector.js (right): https://codereview.chromium.org/1204393002/diff/1/Source/devtools/front_end/emulation/MediaQueryInspector.js#newcode190 Source/devtools/front_end/emulation/MediaQueryInspector.js:190: .then(finishCallback) The .catch is way more easy to read ...
4 years, 10 months ago
(2015-06-26 10:16:26 UTC)
#7
Issue 1204393002: DevTools: [CSS] promisify CSSStyleModel fetching methods
(Closed)
Created 4 years, 10 months ago by lushnikov
Modified 4 years, 10 months ago
Reviewers: pfeldman
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2