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

Unified Diff: chrome/common/extensions/api/test.json

Issue 23478003: Check and canonicalize CSS selectors before registering PageStateMatchers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use WebKit::canonicalizeSelector() instead of CSSStyleRule.selectorText Created 7 years, 4 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
Index: chrome/common/extensions/api/test.json
diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json
index 94742b580e909dc8ec3a4cd64c75e05127c36486..e130b237bdd759b46e8a827ff1422e811b306c99 100644
--- a/chrome/common/extensions/api/test.json
+++ b/chrome/common/extensions/api/test.json
@@ -230,7 +230,9 @@
"optional": true
},
{"type": "array", "items": {"type": "any"}, "name": "args"},
- {"type": "string", "name": "message", "optional": true}
+ {"type": "any", "name": "message", "optional": true,
not at google - send to devlin 2013/08/29 15:20:25 instead: {"choices": [ {"type": "string"}, {"isIn
Jeffrey Yasskin 2013/08/29 21:46:43 More "isInstanceOf". Thanks! I still had to speci
+ "description":
+ "A string or RegExp that must match the exception's message"}
not at google - send to devlin 2013/08/29 15:20:25 indentation here looks weird; it looks like we don
Jeffrey Yasskin 2013/08/29 21:46:43 'k. I've removed the description again now that th
]
},
{

Powered by Google App Engine
This is Rietveld 408576698