|
|
DevTools: [CSS] Add CSS.editRangeInStyleSheetText() to the
protocol
This patch adds method "editRangeInStyleSheetText" into CSS domain
of protocol.json. Also this doesn't simplify protocol on its own,
usages of methods setPropertyText and setSelectorText will be eventually
substituted with the call to this method.
BUG= 341506
Total comments: 26
Total comments: 4
Total comments: 26
Total comments: 2
Total comments: 4
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1132 lines, -53 lines) |
Patch |
 |
M |
LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/css-edit-range.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+253 lines, -0 lines |
1 comment
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/css-edit-range-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+211 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/css-edit-range-inline-attr.html
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector-protocol/css/css-get-platform-fonts.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector-protocol/css/css-protocol-test.js
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+41 lines, -9 lines |
1 comment
|
Download
|
 |
M |
LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/edit-range-utils.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+60 lines, -0 lines |
3 comments
|
Download
|
 |
A |
LayoutTests/inspector-protocol/css/resources/edit-range.css
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPropertySourceData.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
1 comment
|
Download
|
 |
M |
Source/core/inspector/InspectorCSSAgent.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorCSSAgent.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+120 lines, -1 line |
1 comment
|
Download
|
 |
M |
Source/core/inspector/InspectorStyleSheet.h
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorStyleSheet.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+244 lines, -7 lines |
6 comments
|
Download
|
 |
M |
Source/devtools/protocol.json
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/wtf/text/TextPosition.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/text/TextPosition.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|