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

Side by Side Diff: chrome/test/data/extensions/good/Preferences

Issue 339058: Removes fallback from Prefs to LoadExtension on UI thread (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « chrome/test/data/extensions/bad/Preferences ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": { 2 "extensions": {
3 "settings": { 3 "settings": {
4 "behllobkkfkfnphdnhnkndlbkcpglgmj": { 4 "behllobkkfkfnphdnhnkndlbkcpglgmj": {
5 "location": 1, 5 "location": 1,
6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0", 6 "path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0",
7 "state": 1 7 "state": 1,
8 "manifest": {
9 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pu e7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPe e4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
10 "version": "1.0.0.0",
11 "name": "My extension 1",
12 "description": "The first extension that I made.",
13 "icons": {
14 "128": "icon_128.png"
15 },
16 "default_locale": "en_US",
17 "toolstrips": [
18 {
19 "path": "toolstrip1.html",
20 "mole": "lorem_ipsum.html",
21 "mole_height": 200
22 },
23 "toolstrip2.html"
24 ],
25 "background_page": "backgroundpage.html",
26 "permissions": ["tabs", "http://*.google.com/*", "https://*.google .com/*"],
27 "content_scripts": [
28 {
29 "matches": ["file://*", "http://*.google.com/*", "https://*.go ogle.com/*"],
30 "js": ["script1.js", "script2.js"],
31 "css": ["style1.css", "style2.css", "style2.css"]
32 },
33 {
34 "matches": ["http://*.news.com/*"],
35 "js": ["js_files/script3.js"]
36 }
37 ],
38 "privacy_blacklists": ["blacklist.pbl"]
39 }
8 }, 40 },
9 "bjafgdebaacbbbecmhlhpofkepfkgcpa": { 41 "bjafgdebaacbbbecmhlhpofkepfkgcpa": {
10 "location": 1, 42 "location": 1,
11 "path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0", 43 "path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0",
12 "state": 1 44 "state": 1,
45 "manifest": {
46 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRS2GUBOUAO5VZ2CMRId /eRR8/e9V42nUvY5XG+0sZ+JDHEjIQdq8qQy7HqdqEpCXKPMSPuMiC2t2HE9/hpL89SblNn3mwYPtSJG QdZvAzuv6SB0oA6jZ66V7+h/k0noGD3Tcu+Ko/vfkt5wCx2uHVK29k5JR/vGr0klaoVezGlwIDAQAB",
47 "version": "1.0",
48 "name": "My extension 3",
49 "toolstrips": ["toolstrip.html"],
50 "permissions": ["tabs"],
51 "content_scripts": [
52 {
53 "matches": ["file://*"],
54 "js": ["page.js"]
55 }
56 ]
57 }
13 }, 58 },
14 "hpiknbiabeeppbpihjehijgoemciehgk": { 59 "hpiknbiabeeppbpihjehijgoemciehgk": {
15 "location": 1, 60 "location": 1,
16 "path": "hpiknbiabeeppbpihjehijgoemciehgk/2", 61 "path": "hpiknbiabeeppbpihjehijgoemciehgk/2",
17 "state": 1 62 "state": 1,
63 "manifest": {
64 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1nrgIE4OIQez0DVtc3J PR5O69s0XrH7TYC/xUC2e7Cla6eZldsA1PCWzLacimqtwfu7ljGXslk0HffkWNNou28Ip07KIC5oQHGE ieAkNdPd3Pfi7QcAz+D0/xNPxuMtTKyuptWNtb2TTWD0MG7IdLHbMYFO6avkZtP+ldiKqxOwIDAQAB",
65 "version": "2",
66 "name": "My extension 2",
67 "plugins": [
68 { "path": "content_plugin.dll", "public": true },
69 { "path": "extension_plugin.dll" }
70 ],
71 "background_page": "background.html"
72 }
18 } 73 }
19 } 74 }
20 } 75 }
21 } 76 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/bad/Preferences ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698