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

Side by Side Diff: chrome/common/extensions/api/webRequest.json

Issue 9447090: Allow comments in extension config files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed up license headers to pass license tests Created 8 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
1 [ 5 [
2 { 6 {
3 "namespace": "webRequest", 7 "namespace": "webRequest",
4 "types": [ 8 "types": [
5 { 9 {
6 "id": "RequestFilter", 10 "id": "RequestFilter",
7 "type": "object", 11 "type": "object",
8 "description": "An object describing filters to apply to webRequest even ts.", 12 "description": "An object describing filters to apply to webRequest even ts.",
9 "properties": { 13 "properties": {
10 "urls": { 14 "urls": {
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "options": { 561 "options": {
558 "supportsListeners": false, 562 "supportsListeners": false,
559 "supportsRules": true, 563 "supportsRules": true,
560 "conditions": ["RequestMatcher"], 564 "conditions": ["RequestMatcher"],
561 "actions": ["CancelRequest", "ModifyRequest"] 565 "actions": ["CancelRequest", "ModifyRequest"]
562 } 566 }
563 } 567 }
564 ] 568 ]
565 } 569 }
566 ] 570 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/webNavigation.json ('k') | chrome/common/extensions/api/webSocketProxyPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698