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

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

Issue 385061: experimental.popup support for tab-content-viewed extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/extensions/docs/experimental.popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
===================================================================
--- chrome/common/extensions/api/extension_api.json (revision 31907)
+++ chrome/common/extensions/api/extension_api.json (working copy)
@@ -1642,7 +1642,6 @@
"name": "show",
"type": "function",
"description": "Displays a pop-up window hosting an extension view.",
- "customHandler": "true",
"parameters": [
{
"type": "string",
@@ -1658,7 +1657,7 @@
"properties": {},
"additionalProperties": { "type": "any" },
"isInstanceOf": "HTMLElement",
- "description": "The HTMLElement whose position which serve as the anchor position of the popup."
+ "description": "A HTML DOM object to which the pop-up's position will be made relative."
}
}
},
@@ -1670,7 +1669,7 @@
]
},
{
- "name": "getAnchorWindow",
+ "name": "getParentWindow",
"type": "function",
"description": "Returns a reference to the window object of the extension view that launched the popup.",
"parameters": [],
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/extensions/docs/experimental.popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698