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

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

Issue 11827026: Overhaul JSON Schema Compiler to support a number of features required to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "webRequestInternal", 7 "namespace": "webRequestInternal",
8 "dependencies": ["webRequest"],
8 "nodoc": true, 9 "nodoc": true,
9 "internal": true, 10 "internal": true,
10 "functions": [ 11 "functions": [
11 { 12 {
12 "name": "addEventListener", 13 "name": "addEventListener",
13 "type": "function", 14 "type": "function",
14 "description": "Used internally to implement the special form of addList ener for the webRequest events.", 15 "description": "Used internally to implement the special form of addList ener for the webRequest events.",
15 "parameters": [ 16 "parameters": [
16 {"type": "function", "name": "callback"}, 17 {"type": "function", "name": "callback"},
17 { 18 {
(...skipping 26 matching lines...) Expand all
44 { 45 {
45 "$ref": "webRequest.BlockingResponse", 46 "$ref": "webRequest.BlockingResponse",
46 "optional": true, 47 "optional": true,
47 "name": "response" 48 "name": "response"
48 } 49 }
49 ] 50 ]
50 } 51 }
51 ] 52 ]
52 } 53 }
53 ] 54 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/sync_file_system.idl ('k') | chrome/common/extensions/docs/server2/api_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698