Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 05050620c5e7d8a741a6e5f94a99852ae7d11ce3..261a27dbb59abff6966d3d288cb6dfbc8a2dec97 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -2647,6 +2647,16 @@ |
| "description": "Sets the new stylesheet text, thereby invalidating all existing <code>CSSStyleId</code>'s and <code>CSSRuleId</code>'s contained by this stylesheet." |
| }, |
| { |
| + "name": "editRangeInStyleSheetText", |
| + "parameters": [ |
| + { "name": "styleSheetId", "$ref": "StyleSheetId" }, |
| + { "name": "range", "$ref": "SourceRange", "description": "Source range to be replaced in stylesheet text." }, |
| + { "name": "text", "type": "string", "description": "Text that will replace given range in the stylesheet text." } |
| + ], |
| + "description": "Replace stylesheet text range with a new text, thereby invalidating all existing <code>CSSStyleId</code>'s and <code>CSSRuleId</code>'s contained by this stylesheet.", |
|
vsevik
2014/02/25 10:42:42
Replace stylesheet text range with a new text. Thi
lushnikov
2014/02/25 11:05:44
Done.
|
| + "hidden": true |
| + }, |
| + { |
| "name": "setPropertyText", |
| "parameters": [ |
| { "name": "styleId", "$ref": "CSSStyleId" }, |