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

Side by Side Diff: chrome/test/data/extensions/extension_api_unittest/api_features.json

Issue 12846011: Implement API features for the Extension API feature system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "test1": {
3 "extension_types": ["extension"],
4 "contexts": ["content_script"]
5 },
6 "test2": {
7 "extension_types": ["extension"],
8 "contexts": ["blessed_extension"]
9 },
10 "test3": {
11 "extension_types": ["extension"],
12 "contexts": ["content_script", "blessed_extension"]
13 },
14 "test4": {
15 "extension_types": ["extension"],
16 "contexts": ["blessed_extension"]
17 },
18 "test4.foo": {
19 "extension_types": ["extension"],
20 "contexts": ["content_script", "blessed_extension"]
21 },
not at google - send to devlin 2013/03/26 00:34:48 it would also be good to test just ['content_scrip
cduvall 2013/03/26 19:24:05 Done.
22 "test4.bar": {
23 "extension_types": ["extension"],
24 "dependencies": ["api:test4.foo"]
25 },
26 "test5": {
27 "extension_types": ["extension"],
28 "contexts": ["blessed_extension"]
29 },
30 "test5.foo": {
31 "extension_types": ["extension"],
32 "dependencies": ["test2:monkey"]
33 },
34 "test5.bar": {
35 "extension_types": ["extension"],
36 "dependencies": ["api:test5.foo"]
37 }
not at google - send to devlin 2013/03/26 00:34:48 some more tests: - matches - how it interacts with
cduvall 2013/03/26 19:24:05 Done.
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698