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

Side by Side Diff: chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp.zip

Issue 10134040: Add keybindings and webRequest examples to the transient background page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
1 PK$oŒ?û05Ö++ 1 PK$oŒ?û05Ö++
2 chrome-firephp/background.js// Copyright (c) 2011 The Chromium Authors. All r ights reserved. 2 chrome-firephp/background.js// Copyright (c) 2011 The Chromium Authors. All r ights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 4 // found in the LICENSE file.
5 5
6 const tab_log = function(json_args) { 6 const tab_log = function(json_args) {
7 var args = JSON.parse(unescape(json_args)); 7 var args = JSON.parse(unescape(json_args));
8 console[args[0]].apply(console, Array.prototype.slice.call(args, 1)); 8 console[args[0]].apply(console, Array.prototype.slice.call(args, 1));
9 } 9 }
10 10
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "http://*/*", 225 "http://*/*",
226 "https://*/*" 226 "https://*/*"
227 ], 227 ],
228 "manifest_version": 2 228 "manifest_version": 2
229 } 229 }
230 PK$oŒ?û05Ö++ 230 PK$oŒ?û05Ö++
231  chrome-firephp/background.jsPK$oŒ?¸è÷ìÛÛ 231  chrome-firephp/background.jsPK$oŒ?¸è÷ìÛÛ
232  echrome-firephp/devtools.htmlPKæd7@° 232  echrome-firephp/devtools.htmlPKæd7@°
233 ú¸é頁zchrome-firephp/devtools.jsPKP8@ØðÂ݉‰  233 ú¸é頁zchrome-firephp/devtools.jsPKP8@ØðÂ݉‰ 
234 ( ›chrome-firephp/manifest.json0ced0f45a4369316e2f4402bdf9c85451be 864b1PKN^ 234 ( ›chrome-firephp/manifest.json0ced0f45a4369316e2f4402bdf9c85451be 864b1PKN^
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698