Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1888)

Unified Diff: Source/devtools/protocol.json

Issue 1187193005: DevTools: migrate from CSS.setPropertyText to CSS.setStyleText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ui/DOMSyntaxHighlighter.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 34507b2dea22f8b8b3c3bb38b12592fbaca87a4b..034d62b60926d886e58e5a926812834c203f6732 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3003,18 +3003,6 @@
"description": "Sets the new stylesheet text."
},
{
- "name": "setPropertyText",
- "parameters": [
- { "name": "styleSheetId", "$ref": "StyleSheetId" },
- { "name": "range", "$ref": "SourceRange", "description": "Either a source range of the property to be edited or an empty range representing a position for the property insertion." },
- { "name": "text", "type": "string" }
- ],
- "returns": [
- { "name": "style", "$ref": "CSSStyle", "description": "The resulting style after the property text modification." }
- ],
- "description": "Either replaces a property identified by <code>styleSheetId</code> and <code>range</code> with <code>text</code> or inserts a new property <code>text</code> at the position identified by an empty <code>range</code>."
- },
- {
"name": "setRuleSelector",
"parameters": [
{ "name": "styleSheetId", "$ref": "StyleSheetId" },
« no previous file with comments | « Source/devtools/front_end/ui/DOMSyntaxHighlighter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698