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

Side by Side Diff: chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp.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‡.?5¿NÉÉ 1 PK‡.?5¿NÉÉ
2 chrome-firephp/background.html<html> 2 chrome-firephp/background.html<html>
3 <head> 3 <head>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 const tab_log = function(json_args) { 5 const tab_log = function(json_args) {
6 var args = JSON.parse(unescape(json_args)); 6 var args = JSON.parse(unescape(json_args));
7 console[args[0]].apply(console, Array.prototype.slice.call(args, 1)); 7 console[args[0]].apply(console, Array.prototype.slice.call(args, 1));
8 } 8 }
9 9
10 chrome.extension.onRequest.addListener(function(request) { 10 chrome.extension.onRequest.addListener(function(request) {
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "tabs", 217 "tabs",
218 "http://*/*", 218 "http://*/*",
219 "https://*/*" 219 "https://*/*"
220 ] 220 ]
221 } 221 }
222 PK‡.?5¿NÉÉ 222 PK‡.?5¿NÉÉ
223  chrome-firephp/background.htmlPK‡.?vr 223  chrome-firephp/background.htmlPK‡.?vr
224 ÿEE 224 ÿEE
225  chrome-firephp/devtools.htmlPK‡.? ¸‰((  „chrome-firephp/devtools.jsPK‡.?~?czz 225  chrome-firephp/devtools.htmlPK‡.? ¸‰((  „chrome-firephp/devtools.jsPK‡.?~?czz
226 ( ächrome-firephp/manifest.jsonb607f6ca8f1ccf4343766b480ae21bb220d d949cPKP˜ 226 ( ächrome-firephp/manifest.jsonb607f6ca8f1ccf4343766b480ae21bb220d d949cPKP˜
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698