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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 10810054: Describing the `sandbox` workflow for extension developers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: TODO + Rebuild. Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 22d6bd83c9884104dfbaaa5d1480dad60053db44..90edd8534c0b3c7e81b7e223443879cecbb504c7 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -2329,6 +2329,34 @@
},
{
"api_calls": [
+ "chrome.browserAction.onClicked"
+ ],
+ "crx_path": null,
+ "description": "",
+ "features": [
+ "background_page",
+ "browser_action",
+ "notifications"
+ ],
+ "icon": null,
+ "id": "3c6dfba67f6a7480d931b5a4a646c151ad1a049b",
+ "name": "Sandboxed Frame",
+ "packaged_app": false,
+ "path": "examples/howto/sandbox/",
+ "protocols": [],
+ "search_string": "SANDBOXED FRAME BACKGROUND_PAGE BROWSER_ACTION NOTIFICATIONS CHROME.BROWSERACTION.ONCLICKED",
+ "source_files": [
+ "eventpage.html",
+ "eventpage.js",
+ "handlebars-1.0.0.beta.6.js",
+ "manifest.json",
+ "sandbox.html"
+ ],
+ "source_hash": "5e3132df5468ab2cbec3f21fced28b492bc26ca9",
+ "zip_path": "examples/howto/sandbox.zip"
+ },
+ {
+ "api_calls": [
"chrome.experimental.infobars.show"
],
"crx_path": null,
« no previous file with comments | « chrome/common/extensions/docs/extensions/sandboxingEval.html ('k') | chrome/common/extensions/docs/static/sandboxingEval.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698