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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 6871019: Enable (optional) blocking of webrequests in case a PAC script cannot be fetched or is invalid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 7 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 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.import": "bookmarks.html#method-import", 9 "chrome.bookmarks.import": "bookmarks.html#method-import",
10 "chrome.bookmarks.move": "bookmarks.html#method-move", 10 "chrome.bookmarks.move": "bookmarks.html#method-move",
(...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "background.html", 1465 "background.html",
1466 "manifest.json", 1466 "manifest.json",
1467 "popup.html", 1467 "popup.html",
1468 "proxy_error_handler.js", 1468 "proxy_error_handler.js",
1469 "proxy_form_controller.js", 1469 "proxy_form_controller.js",
1470 "test/jsunittest.js", 1470 "test/jsunittest.js",
1471 "test/proxy_form_controller_test.html", 1471 "test/proxy_form_controller_test.html",
1472 "test/proxy_form_controller_test.js", 1472 "test/proxy_form_controller_test.js",
1473 "test/unittest.css" 1473 "test/unittest.css"
1474 ], 1474 ],
1475 "source_hash": "8f6768d78649cc4e69e595e7e43b3f06431c84e0", 1475 "source_hash": "7b3ff4599334eaa9f50aa70940bb5dead970665f",
1476 "zip_path": "examples/extensions/proxy_configuration.zip" 1476 "zip_path": "examples/extensions/proxy_configuration.zip"
1477 }, 1477 },
1478 { 1478 {
1479 "api_calls": [ 1479 "api_calls": [
1480 "chrome.browserAction.onClicked", 1480 "chrome.browserAction.onClicked",
1481 "chrome.browserAction.setIcon", 1481 "chrome.browserAction.setIcon",
1482 "chrome.extension.getBackgroundPage", 1482 "chrome.extension.getBackgroundPage",
1483 "chrome.extension.getURL", 1483 "chrome.extension.getURL",
1484 "chrome.tabs.create", 1484 "chrome.tabs.create",
1485 "chrome.tabs.get", 1485 "chrome.tabs.get",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 "source_files": [ 1734 "source_files": [
1735 "manifest.json", 1735 "manifest.json",
1736 "popup.html", 1736 "popup.html",
1737 "sample.css" 1737 "sample.css"
1738 ], 1738 ],
1739 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1739 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1740 "zip_path": "examples/api/extension/isAllowedAccess.zip" 1740 "zip_path": "examples/api/extension/isAllowedAccess.zip"
1741 } 1741 }
1742 ] 1742 ]
1743 } 1743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698