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

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

Issue 11776024: Document and test case sensitivity in URL matcher attributes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/events.json
diff --git a/chrome/common/extensions/api/events.json b/chrome/common/extensions/api/events.json
index a5f824c4e1067f9a70a6561d2bfe43f0e53d8026..cacc8dce9601f998dc6391145537290195519e4e 100644
--- a/chrome/common/extensions/api/events.json
+++ b/chrome/common/extensions/api/events.json
@@ -191,7 +191,7 @@
{
"id": "UrlFilter",
"type": "object",
- "description": "Filters URLs for various criteria. See <a href='#filtered'>event filtering</a>.",
+ "description": "Filters URLs for various criteria. See <a href='#filtered'>event filtering</a>. All criteria are case sensitive.",
"nocompile": true,
"properties": {
"hostContains": {

Powered by Google App Engine
This is Rietveld 408576698