|
|
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
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+79 lines, -123 lines) |
Patch |
 |
M |
LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/hide-shortcut.html
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-1/edit-value-inside-property.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-2/import-pseudoclass-crash.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-2/multiple-imports-edit-crash.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-2/property-ui-location.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/elements/styles-4/styles-formatting.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/audits/AuditRules.js
|
View
|
|
4 chunks |
+21 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/MetricsSidebarPane.js
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/PlatformFontsWidget.js
|
View
|
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/SharedSidebarModel.js
|
View
|
|
1 chunk |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/emulation/MediaQueryInspector.js
|
View
|
|
1 chunk |
+4 lines, -10 lines |
2 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/CSSStyleModel.js
|
View
|
|
7 chunks |
+20 lines, -61 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 10 (3 generated)
|