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

Side by Side Diff: chrome/common/extensions/docs/examples/api/contextMenus/basic.zip

Issue 8309001: Adding `content_security_policy` to a few sample extensions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License and whitespace. Created 9 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
OLDNEW
1 PKÅHû<Ÿg 1 PKÅHû<Ÿg
2 t##basic/background.html<script src="sample.js"></script> 2 t##basic/background.html<script src="sample.js"></script>
3 PKÅHû<6 3 PKÅHû<6
4 €ÓÓbasic/manifest.json{ 4 €ÓÓbasic/manifest.json{
5 "name": "Context Menus Sample", 5 "name": "Context Menus Sample",
6 "description": "Shows some of the features of the Context Menus API", 6 "description": "Shows some of the features of the Context Menus API",
7 "version": "0.5", 7 "version": "0.5",
8 "permissions": ["contextMenus"], 8 "permissions": ["contextMenus"],
9 "background_page": "background.html" 9 "background_page": "background.html"
10 } 10 }
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 if (chrome.extension.lastError) { 78 if (chrome.extension.lastError) {
79 console.log("Got expected error: " + chrome.extension.lastError.message); 79 console.log("Got expected error: " + chrome.extension.lastError.message);
80 } 80 }
81 }); 81 });
82 PKÅHû<Ÿg 82 PKÅHû<Ÿg
83 t## basic/background.htmlPKÅHû<6 83 t## basic/background.htmlPKÅHû<6
84 €ÓÓ( Vbasic/manifest.json0e35ce268b3b2cf3d9830e6411c85c5df ef2ffdfPKÅHû<WHlZ 84 €ÓÓ( Vbasic/manifest.json0e35ce268b3b2cf3d9830e6411c85c5df ef2ffdfPKÅHû<WHlZ
85 Z 85 Z
86  Zbasic/sample.jsPKéá 86  Zbasic/sample.jsPKéá
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698