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

Unified Diff: chrome/common/extensions/api/tabs.json

Issue 9114036: Code generation for extensions api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: added generated files, removed trailing whitespace Created 8 years, 11 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/api/tabs.json
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
index 004b4ce7d193c2841ef502daa76a47fb981a2750..55e2caf354049cb405565eefd136c50c8940767b 100644
--- a/chrome/common/extensions/api/tabs.json
+++ b/chrome/common/extensions/api/tabs.json
@@ -1,6 +1,7 @@
[
{
"namespace": "tabs",
+ "generate": true,
not at google - send to devlin 2012/01/12 06:01:05 it's a bit weird to do this now, since you're not
calamity 2012/01/12 22:59:20 Reverted.
"types": [
{
"id": "Tab",
@@ -61,6 +62,7 @@
},
{
"name": "connect",
+ "nogenerate": true,
not at google - send to devlin 2012/01/12 06:01:05 "nocompile"
"type": "function",
"description": "Connects to the content script(s) in the specified tab. The <a href='extension.html#event-onConnect'>chrome.extension.onConnect</a> event is fired in each content script running in the specified tab for the current extension. For more details, see <a href='content_scripts.html#messaging'>Content Script Messaging</a>.",
"parameters": [
@@ -85,6 +87,7 @@
},
{
"name": "sendRequest",
+ "nogenerate": true,
"type": "function",
"description": "Sends a single request to the content script(s) in the specified tab, with an optional callback to run when a response is sent back. The <a href='extension.html#event-onRequest'>chrome.extension.onRequest</a> event is fired in each content script running in the specified tab for the current extension.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698