From 98597649894f2a3f78c704ea543795f35db4919c Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Tue, 25 Aug 2009 22:07:34 +0000 Subject: Fleshed out the documentation for PageActions. Updated the image to reflect reality (we left the implementation of the the chevron to a later date). Added two generated html files that were generated along my file. BUG=18716 TEST=None Review URL: http://codereview.chromium.org/174451 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24342 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/devtools.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 chrome/common/extensions/docs/devtools.html (limited to 'chrome/common/extensions/docs/devtools.html') diff --git a/chrome/common/extensions/docs/devtools.html b/chrome/common/extensions/docs/devtools.html new file mode 100644 index 0000000..37b9d46 --- /dev/null +++ b/chrome/common/extensions/docs/devtools.html @@ -0,0 +1 @@ + [object HTMLDivElement]

Methods

getTabEvents

object chrome.devtools.getTabEvents(, integer tab_id)

EXPERIMENTAL support for timeline API

Parameters

tab_id
( Type array of integer )
Undocumented.
Description of this parameter from the json schema.

Returns

tab_id
( Type array of object )
DevTools tab events object

Callback function

If you specify the callback parameter, it should specify a function that looks like this:

function(Type param1, Type param2) {...});
-- cgit v1.1