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

Side by Side Diff: chrome/test/data/extensions/api_test/file_system_provider/evil/manifest.json

Issue 601103002: Whitelist instead of restricting to components for fileBrowserPrivate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments with extension ids to manifests. Created 6 years, 2 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 { 1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==", 2 // chrome-extension://pkplfbidichfdicaijlchgnapepdginl
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtDfX9dHNh948bt00YhZBm3P6E5 QLaOt+v8kXVtibQfiPtOD2FTScB/f0wX/EQWVO7BkaSOsRkTPcPIgocyMPYr2FLgqGLFlYT9nQpKJZUF NF5oJ5rG6Nv7ppf4zEB3j6da1IBRTz2yOZ+6O1TMZxol/V62/QcqrJeggsHTEPGLdr9Ua4b1Ka0xKJnJ ngZljsbw93FI1o+P9dAh5BS6wTPiZI/vmJVjvMTkSTnaZ3n9Go2t7A0XLcSxLcVyuLAd2mAvSN0mIviO ukdM66wr7llif71nKuUt+4qvlr/r9HfwzN6pA4jkwhtS1UD+3CmB+wsHwsnohNcuu4FIQ6rgq/7QIDAQ AB",
3 "name": "chrome.fileSystemProvider.onReadFileRequested (evil edge-case tests)" , 4 "name": "chrome.fileSystemProvider.onReadFileRequested (evil edge-case tests)" ,
4 "version": "0.1", 5 "version": "0.1",
5 "manifest_version": 2, 6 "manifest_version": 2,
6 "description": 7 "description":
7 "Test for chrome.fileSystemProvider.onReadFileRequested(). Testing evil be havior of providing extensions.", 8 "Test for chrome.fileSystemProvider.onReadFileRequested(). Testing evil be havior of providing extensions.",
8 "permissions": [ 9 "permissions": [
9 "fileSystemProvider", 10 "fileSystemProvider",
10 "fileManagerPrivate", 11 "fileManagerPrivate",
11 "fileBrowserHandler" 12 "fileBrowserHandler"
12 ], 13 ],
13 "app": { 14 "app": {
14 "background": { 15 "background": {
15 "scripts": [ 16 "scripts": [
16 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js", 17 "chrome-extension://gfnblenhaahcnmfdbebgincjohfkbnch/test_util.js",
17 "test.js" 18 "test.js"
18 ] 19 ]
19 } 20 }
20 } 21 }
21 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698