From f4443a113fb6e9c7e18d4018430a539a6daac031 Mon Sep 17 00:00:00 2001 From: "mihaip@chromium.org" Date: Wed, 24 Aug 2011 18:00:43 +0000 Subject: Remove unbalanced parenthesis in event handler docs template. BUG=94087 TEST=no R=smus@chromium.org Review URL: http://codereview.chromium.org/7718029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98074 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/a11y.html | 2 +- chrome/common/extensions/docs/api_index.html | 2 +- chrome/common/extensions/docs/api_other.html | 2 +- chrome/common/extensions/docs/apps.html | 2 +- chrome/common/extensions/docs/autoupdate.html | 2 +- .../common/extensions/docs/background_pages.html | 2 +- chrome/common/extensions/docs/bookmarks.html | 14 +++--- chrome/common/extensions/docs/browserAction.html | 2 +- chrome/common/extensions/docs/content_scripts.html | 2 +- chrome/common/extensions/docs/contextMenus.html | 2 +- chrome/common/extensions/docs/cookies.html | 2 +- chrome/common/extensions/docs/crx.html | 2 +- chrome/common/extensions/docs/devguide.html | 2 +- chrome/common/extensions/docs/docs.html | 2 +- chrome/common/extensions/docs/events.html | 2 +- .../docs/examples/extensions/catblock.zip | Bin 2036 -> 6034 bytes .../common/extensions/docs/experimental.app.html | 2 +- .../docs/experimental.contentSettings.html | 2 +- .../extensions/docs/experimental.contextMenus.html | 2 +- .../extensions/docs/experimental.cookies.html | 2 +- .../extensions/docs/experimental.debugger.html | 4 +- .../docs/experimental.devtools.audits.html | 4 +- .../extensions/docs/experimental.devtools.html | 2 +- .../experimental.devtools.inspectedWindow.html | 2 +- .../docs/experimental.devtools.panels.html | 6 +-- .../docs/experimental.devtools.resources.html | 4 +- .../extensions/docs/experimental.history.html | 2 +- chrome/common/extensions/docs/experimental.html | 2 +- .../common/extensions/docs/experimental.idle.html | 2 +- .../extensions/docs/experimental.infobars.html | 2 +- .../extensions/docs/experimental.inputUI.html | 2 +- .../extensions/docs/experimental.permissions.html | 4 +- .../extensions/docs/experimental.settings.html | 2 +- .../docs/experimental.webInspector.audits.html | 2 +- .../extensions/docs/experimental.webInspector.html | 2 +- .../docs/experimental.webInspector.panels.html | 2 +- .../docs/experimental.webInspector.resources.html | 2 +- .../docs/experimental.webNavigation.html | 12 ++--- .../extensions/docs/experimental.webRequest.html | 16 +++---- chrome/common/extensions/docs/extension.html | 8 ++-- .../extensions/docs/external_extensions.html | 2 +- chrome/common/extensions/docs/faq.html | 2 +- .../common/extensions/docs/fileBrowserHandler.html | 2 +- chrome/common/extensions/docs/getstarted.html | 2 +- chrome/common/extensions/docs/history.html | 4 +- chrome/common/extensions/docs/hosting.html | 2 +- chrome/common/extensions/docs/i18n-messages.html | 2 +- chrome/common/extensions/docs/i18n.html | 2 +- chrome/common/extensions/docs/idle.html | 2 +- chrome/common/extensions/docs/index.html | 2 +- chrome/common/extensions/docs/management.html | 8 ++-- chrome/common/extensions/docs/manifest.html | 2 +- chrome/common/extensions/docs/match_patterns.html | 2 +- chrome/common/extensions/docs/messaging.html | 2 +- chrome/common/extensions/docs/notifications.html | 2 +- chrome/common/extensions/docs/npapi.html | 2 +- chrome/common/extensions/docs/omnibox.html | 8 ++-- chrome/common/extensions/docs/options.html | 2 +- chrome/common/extensions/docs/override.html | 2 +- chrome/common/extensions/docs/overview.html | 2 +- chrome/common/extensions/docs/packaging.html | 2 +- chrome/common/extensions/docs/pageAction.html | 2 +- .../extensions/docs/permission_warnings.html | 2 +- chrome/common/extensions/docs/proxy.html | 2 +- chrome/common/extensions/docs/samples.html | 51 ++++++++++++++++++--- chrome/common/extensions/docs/samples.json | 44 ++++++++++-------- chrome/common/extensions/docs/tabs.html | 14 +++--- .../extensions/docs/template/api_template.html | 2 +- chrome/common/extensions/docs/themes.html | 2 +- chrome/common/extensions/docs/tts.html | 2 +- chrome/common/extensions/docs/ttsEngine.html | 4 +- chrome/common/extensions/docs/tut_analytics.html | 2 +- chrome/common/extensions/docs/tut_debugging.html | 2 +- chrome/common/extensions/docs/tut_oauth.html | 2 +- chrome/common/extensions/docs/tutorials.html | 2 +- chrome/common/extensions/docs/types.html | 4 +- chrome/common/extensions/docs/whats_new.html | 2 +- chrome/common/extensions/docs/windows.html | 6 +-- chrome/common/extensions/docs/xhr.html | 2 +- 79 files changed, 190 insertions(+), 145 deletions(-) (limited to 'chrome/common/extensions/docs') diff --git a/chrome/common/extensions/docs/a11y.html b/chrome/common/extensions/docs/a11y.html index bf3b01e..9da653a 100644 --- a/chrome/common/extensions/docs/a11y.html +++ b/chrome/common/extensions/docs/a11y.html @@ -911,7 +911,7 @@ see Samples.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html index 2ce43e4..736e66a 100644 --- a/chrome/common/extensions/docs/api_index.html +++ b/chrome/common/extensions/docs/api_index.html @@ -481,7 +481,7 @@ For more information, watch this video:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index 7bfc0dc..74d773a 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -509,7 +509,7 @@ just as they do in other web pages.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/apps.html b/chrome/common/extensions/docs/apps.html index 0bafb0b..028208a 100644 --- a/chrome/common/extensions/docs/apps.html +++ b/chrome/common/extensions/docs/apps.html @@ -606,7 +606,7 @@ basic concepts about extensions.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index 36617c8..da56f20 100644 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -594,7 +594,7 @@ with the request parameters in the POST body.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html index 47f90c8..0c17cc5 100644 --- a/chrome/common/extensions/docs/background_pages.html +++ b/chrome/common/extensions/docs/background_pages.html @@ -568,7 +568,7 @@ from a file named image.html.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index ae15670..24ec6e9 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -4138,7 +4138,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onChanged.addListener(function(string id, object changeInfo) {...})); + chrome.bookmarks.onChanged.addListener(function(string id, object changeInfo) {...});
@@ -4457,7 +4457,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onChildrenReordered.addListener(function(string id, object reorderInfo) {...})); + chrome.bookmarks.onChildrenReordered.addListener(function(string id, object reorderInfo) {...});
@@ -4717,7 +4717,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onCreated.addListener(function(string id, BookmarkTreeNode bookmark) {...})); + chrome.bookmarks.onCreated.addListener(function(string id, BookmarkTreeNode bookmark) {...});
@@ -4899,7 +4899,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onImportBegan.addListener(function() {...})); + chrome.bookmarks.onImportBegan.addListener(function() {...});
@@ -4944,7 +4944,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onImportEnded.addListener(function() {...})); + chrome.bookmarks.onImportEnded.addListener(function() {...});
@@ -4989,7 +4989,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onMoved.addListener(function(string id, object moveInfo) {...})); + chrome.bookmarks.onMoved.addListener(function(string id, object moveInfo) {...});
@@ -5448,7 +5448,7 @@ For other examples and for help in viewing the source code, see
- chrome.bookmarks.onRemoved.addListener(function(string id, object removeInfo) {...})); + chrome.bookmarks.onRemoved.addListener(function(string id, object removeInfo) {...});
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html index 3e9e80d..ab97e3f 100644 --- a/chrome/common/extensions/docs/browserAction.html +++ b/chrome/common/extensions/docs/browserAction.html @@ -1968,7 +1968,7 @@ For other examples and for help in viewing the source code, see
- chrome.browserAction.onClicked.addListener(function(Tab tab) {...})); + chrome.browserAction.onClicked.addListener(function(Tab tab) {...});
diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html index d27aa82..7a6d783 100644 --- a/chrome/common/extensions/docs/content_scripts.html +++ b/chrome/common/extensions/docs/content_scripts.html @@ -932,7 +932,7 @@ sending a request to its parent extension.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html index fdf3918..38cd9d7 100644 --- a/chrome/common/extensions/docs/contextMenus.html +++ b/chrome/common/extensions/docs/contextMenus.html @@ -2600,7 +2600,7 @@ You can find samples of this API on the
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/cookies.html b/chrome/common/extensions/docs/cookies.html index 6a79c7b..69bec22 100644 --- a/chrome/common/extensions/docs/cookies.html +++ b/chrome/common/extensions/docs/cookies.html @@ -3373,7 +3373,7 @@ see Samples.
- chrome.cookies.onChanged.addListener(function(object changeInfo) {...})); + chrome.cookies.onChanged.addListener(function(object changeInfo) {...});
diff --git a/chrome/common/extensions/docs/crx.html b/chrome/common/extensions/docs/crx.html index 34131e1..6390fb0 100644 --- a/chrome/common/extensions/docs/crx.html +++ b/chrome/common/extensions/docs/crx.html @@ -593,7 +593,7 @@ echo "Wrote $crx"
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index e18ab32..0f75ebf 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -562,7 +562,7 @@ applies to packaged apps, as well as extensions.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/docs.html b/chrome/common/extensions/docs/docs.html index 26b3ece..e2d0928 100644 --- a/chrome/common/extensions/docs/docs.html +++ b/chrome/common/extensions/docs/docs.html @@ -564,7 +564,7 @@ The following table lists the doc locations and explains how they differ.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/events.html b/chrome/common/extensions/docs/events.html index 0a15696..e0c1860 100644 --- a/chrome/common/extensions/docs/events.html +++ b/chrome/common/extensions/docs/events.html @@ -470,7 +470,7 @@ bool hasListener(function callback(...))
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/examples/extensions/catblock.zip b/chrome/common/extensions/docs/examples/extensions/catblock.zip index acb2914..5c94590 100644 Binary files a/chrome/common/extensions/docs/examples/extensions/catblock.zip and b/chrome/common/extensions/docs/examples/extensions/catblock.zip differ diff --git a/chrome/common/extensions/docs/experimental.app.html b/chrome/common/extensions/docs/experimental.app.html index 8240262..18a449c 100644 --- a/chrome/common/extensions/docs/experimental.app.html +++ b/chrome/common/extensions/docs/experimental.app.html @@ -1303,7 +1303,7 @@
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.contentSettings.html b/chrome/common/extensions/docs/experimental.contentSettings.html index ee6fe73..c461f11 100644 --- a/chrome/common/extensions/docs/experimental.contentSettings.html +++ b/chrome/common/extensions/docs/experimental.contentSettings.html @@ -1150,7 +1150,7 @@
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.contextMenus.html b/chrome/common/extensions/docs/experimental.contextMenus.html index 657bca1..9277e24 100644 --- a/chrome/common/extensions/docs/experimental.contextMenus.html +++ b/chrome/common/extensions/docs/experimental.contextMenus.html @@ -435,7 +435,7 @@ You can read all about it at its new home:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.cookies.html b/chrome/common/extensions/docs/experimental.cookies.html index 7fe95bb..3a90951 100644 --- a/chrome/common/extensions/docs/experimental.cookies.html +++ b/chrome/common/extensions/docs/experimental.cookies.html @@ -435,7 +435,7 @@ You can read all about it at its new home:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.debugger.html b/chrome/common/extensions/docs/experimental.debugger.html index 05dfb50..9dfe421 100644 --- a/chrome/common/extensions/docs/experimental.debugger.html +++ b/chrome/common/extensions/docs/experimental.debugger.html @@ -1185,7 +1185,7 @@ terminated. Extension can then re-establish it via attaching to a tab later.
- chrome.experimental.debugger.onDetach.addListener(function(integer tabId) {...})); + chrome.experimental.debugger.onDetach.addListener(function(integer tabId) {...});
@@ -1295,7 +1295,7 @@ terminated. Extension can then re-establish it via attaching to a tab later.
- chrome.experimental.debugger.onEvent.addListener(function(integer tabId, string method, object params) {...})); + chrome.experimental.debugger.onEvent.addListener(function(integer tabId, string method, object params) {...});
diff --git a/chrome/common/extensions/docs/experimental.devtools.audits.html b/chrome/common/extensions/docs/experimental.devtools.audits.html index 33b2fbf..e641a9d 100644 --- a/chrome/common/extensions/docs/experimental.devtools.audits.html +++ b/chrome/common/extensions/docs/experimental.devtools.audits.html @@ -704,7 +704,7 @@ You can find examples that use this API in
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
@@ -827,7 +827,7 @@ You can find examples that use this API in
- auditCategory.onAuditStarted.addListener(function(AuditResults results) {...})); + auditCategory.onAuditStarted.addListener(function(AuditResults results) {...});
diff --git a/chrome/common/extensions/docs/experimental.devtools.html b/chrome/common/extensions/docs/experimental.devtools.html index f07d3b2..0444e94 100644 --- a/chrome/common/extensions/docs/experimental.devtools.html +++ b/chrome/common/extensions/docs/experimental.devtools.html @@ -511,7 +511,7 @@ You can find examples that use Developer Tools APIs in
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.devtools.inspectedWindow.html b/chrome/common/extensions/docs/experimental.devtools.inspectedWindow.html index e662d7e..4848ab8 100644 --- a/chrome/common/extensions/docs/experimental.devtools.inspectedWindow.html +++ b/chrome/common/extensions/docs/experimental.devtools.inspectedWindow.html @@ -969,7 +969,7 @@ You can find more examples that use Developer Tools APIs in
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.devtools.panels.html b/chrome/common/extensions/docs/experimental.devtools.panels.html index a8ffb67..9926bb6 100644 --- a/chrome/common/extensions/docs/experimental.devtools.panels.html +++ b/chrome/common/extensions/docs/experimental.devtools.panels.html @@ -890,7 +890,7 @@ You can find examples that use this API in
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
@@ -1355,7 +1355,7 @@ You can find examples that use this API in
- elementsPanel.onSelectionChanged.addListener(function() {...})); + elementsPanel.onSelectionChanged.addListener(function() {...});
@@ -1478,7 +1478,7 @@ You can find examples that use this API in
- extensionPanel.onSearch.addListener(function(string action, string queryString) {...})); + extensionPanel.onSearch.addListener(function(string action, string queryString) {...});
diff --git a/chrome/common/extensions/docs/experimental.devtools.resources.html b/chrome/common/extensions/docs/experimental.devtools.resources.html index d14b57d..ba82a10 100644 --- a/chrome/common/extensions/docs/experimental.devtools.resources.html +++ b/chrome/common/extensions/docs/experimental.devtools.resources.html @@ -618,7 +618,7 @@ You can find examples that use this API in
- chrome.experimental.devtools.resources.onFinished.addListener(function(Resource resource) {...})); + chrome.experimental.devtools.resources.onFinished.addListener(function(Resource resource) {...});
@@ -728,7 +728,7 @@ You can find examples that use this API in
- chrome.experimental.devtools.resources.onNavigated.addListener(function(string url) {...})); + chrome.experimental.devtools.resources.onNavigated.addListener(function(string url) {...});
diff --git a/chrome/common/extensions/docs/experimental.history.html b/chrome/common/extensions/docs/experimental.history.html index 1484f09..92b01e1 100644 --- a/chrome/common/extensions/docs/experimental.history.html +++ b/chrome/common/extensions/docs/experimental.history.html @@ -435,7 +435,7 @@ You can read all about it at its new home:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.html b/chrome/common/extensions/docs/experimental.html index defe02d..98e9e3a 100644 --- a/chrome/common/extensions/docs/experimental.html +++ b/chrome/common/extensions/docs/experimental.html @@ -573,7 +573,7 @@ For information on the standard APIs that extensions can use, see
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.idle.html b/chrome/common/extensions/docs/experimental.idle.html index c3b619f..7f0b0eb 100644 --- a/chrome/common/extensions/docs/experimental.idle.html +++ b/chrome/common/extensions/docs/experimental.idle.html @@ -435,7 +435,7 @@ You can read all about it at its new home:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html index 8960d03..5cf199a 100644 --- a/chrome/common/extensions/docs/experimental.infobars.html +++ b/chrome/common/extensions/docs/experimental.infobars.html @@ -873,7 +873,7 @@ For example:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.inputUI.html b/chrome/common/extensions/docs/experimental.inputUI.html index b419ed4..12873aa 100644 --- a/chrome/common/extensions/docs/experimental.inputUI.html +++ b/chrome/common/extensions/docs/experimental.inputUI.html @@ -433,7 +433,7 @@ input method user interface. This module is for Chrome OS only.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.permissions.html b/chrome/common/extensions/docs/experimental.permissions.html index e63c008..329f071 100644 --- a/chrome/common/extensions/docs/experimental.permissions.html +++ b/chrome/common/extensions/docs/experimental.permissions.html @@ -1363,7 +1363,7 @@
- chrome.experimental.permissions.onAdded.addListener(function(Permissions permissions) {...})); + chrome.experimental.permissions.onAdded.addListener(function(Permissions permissions) {...});
@@ -1473,7 +1473,7 @@
- chrome.experimental.permissions.onRemoved.addListener(function(Permissions permissions) {...})); + chrome.experimental.permissions.onRemoved.addListener(function(Permissions permissions) {...});
diff --git a/chrome/common/extensions/docs/experimental.settings.html b/chrome/common/extensions/docs/experimental.settings.html index 768b4f39..6144026 100644 --- a/chrome/common/extensions/docs/experimental.settings.html +++ b/chrome/common/extensions/docs/experimental.settings.html @@ -1217,7 +1217,7 @@
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.webInspector.audits.html b/chrome/common/extensions/docs/experimental.webInspector.audits.html index 2274253..00848c3 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.audits.html +++ b/chrome/common/extensions/docs/experimental.webInspector.audits.html @@ -433,7 +433,7 @@ Chrome.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.webInspector.html b/chrome/common/extensions/docs/experimental.webInspector.html index 2d530ce..dd361fa 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.html +++ b/chrome/common/extensions/docs/experimental.webInspector.html @@ -433,7 +433,7 @@ Chrome.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.webInspector.panels.html b/chrome/common/extensions/docs/experimental.webInspector.panels.html index 9548562..a279451 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.panels.html +++ b/chrome/common/extensions/docs/experimental.webInspector.panels.html @@ -433,7 +433,7 @@ Chrome.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.webInspector.resources.html b/chrome/common/extensions/docs/experimental.webInspector.resources.html index fbb07fa..23f7655 100644 --- a/chrome/common/extensions/docs/experimental.webInspector.resources.html +++ b/chrome/common/extensions/docs/experimental.webInspector.resources.html @@ -433,7 +433,7 @@ Chrome.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/experimental.webNavigation.html b/chrome/common/extensions/docs/experimental.webNavigation.html index 1a6d537..4b99ab4 100644 --- a/chrome/common/extensions/docs/experimental.webNavigation.html +++ b/chrome/common/extensions/docs/experimental.webNavigation.html @@ -924,7 +924,7 @@ unexpected results.
- chrome.experimental.webNavigation.onBeforeNavigate.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onBeforeNavigate.addListener(function(object details) {...});
@@ -1307,7 +1307,7 @@ unexpected results.
- chrome.experimental.webNavigation.onBeforeRetarget.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onBeforeRetarget.addListener(function(object details) {...});
@@ -1756,7 +1756,7 @@ unexpected results.
- chrome.experimental.webNavigation.onCommitted.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onCommitted.addListener(function(object details) {...});
@@ -2275,7 +2275,7 @@ unexpected results.
- chrome.experimental.webNavigation.onCompleted.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onCompleted.addListener(function(object details) {...});
@@ -2658,7 +2658,7 @@ unexpected results.
- chrome.experimental.webNavigation.onDOMContentLoaded.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onDOMContentLoaded.addListener(function(object details) {...});
@@ -3041,7 +3041,7 @@ unexpected results.
- chrome.experimental.webNavigation.onErrorOccurred.addListener(function(object details) {...})); + chrome.experimental.webNavigation.onErrorOccurred.addListener(function(object details) {...});
diff --git a/chrome/common/extensions/docs/experimental.webRequest.html b/chrome/common/extensions/docs/experimental.webRequest.html index 0755a22..3f58cd1 100644 --- a/chrome/common/extensions/docs/experimental.webRequest.html +++ b/chrome/common/extensions/docs/experimental.webRequest.html @@ -822,7 +822,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onAuthRequired.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onAuthRequired.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -1621,7 +1621,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onBeforeRedirect.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onBeforeRedirect.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -2486,7 +2486,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onBeforeRequest.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onBeforeRequest.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -3282,7 +3282,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onBeforeSendHeaders.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onBeforeSendHeaders.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -3874,7 +3874,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onCompleted.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onCompleted.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -4671,7 +4671,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onErrorOccurred.addListener(function(object details) {...}, RequestFilter filter)); + chrome.experimental.webRequest.onErrorOccurred.addListener(function(object details) {...}, RequestFilter filter);
@@ -5253,7 +5253,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onResponseStarted.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onResponseStarted.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
@@ -6052,7 +6052,7 @@ chrome.windows.onRemoved.addListener(
- chrome.experimental.webRequest.onSendHeaders.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec)); + chrome.experimental.webRequest.onSendHeaders.addListener(function(object details) {...}, RequestFilter filter, array of string extraInfoSpec);
diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index eb5324b..bd53741 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -2698,7 +2698,7 @@ For details, see
- chrome.extension.onConnect.addListener(function(Port port) {...})); + chrome.extension.onConnect.addListener(function(Port port) {...});
@@ -2810,7 +2810,7 @@ For details, see
- chrome.extension.onConnectExternal.addListener(function(Port port) {...})); + chrome.extension.onConnectExternal.addListener(function(Port port) {...});
@@ -2922,7 +2922,7 @@ For details, see
- chrome.extension.onRequest.addListener(function(any request, MessageSender sender, function sendResponse) {...})); + chrome.extension.onRequest.addListener(function(any request, MessageSender sender, function sendResponse) {...});
@@ -3170,7 +3170,7 @@ For details, see
- chrome.extension.onRequestExternal.addListener(function(any request, MessageSender sender, function sendResponse) {...})); + chrome.extension.onRequestExternal.addListener(function(any request, MessageSender sender, function sendResponse) {...});
diff --git a/chrome/common/extensions/docs/external_extensions.html b/chrome/common/extensions/docs/external_extensions.html index 3ff9427..5eb56a6 100644 --- a/chrome/common/extensions/docs/external_extensions.html +++ b/chrome/common/extensions/docs/external_extensions.html @@ -725,7 +725,7 @@ through the UI, and then uninstalling it.

- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/faq.html b/chrome/common/extensions/docs/faq.html index b049852..c175293 100644 --- a/chrome/common/extensions/docs/faq.html +++ b/chrome/common/extensions/docs/faq.html @@ -909,7 +909,7 @@ if (!firstRun) {
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/fileBrowserHandler.html b/chrome/common/extensions/docs/fileBrowserHandler.html index 935703e..018ede5 100644 --- a/chrome/common/extensions/docs/fileBrowserHandler.html +++ b/chrome/common/extensions/docs/fileBrowserHandler.html @@ -585,7 +585,7 @@ For other examples and for help in viewing the source code, see
- chrome.fileBrowserHandler.onExecute.addListener(function(string id, FileHandlerExecuteEventDetails details) {...})); + chrome.fileBrowserHandler.onExecute.addListener(function(string id, FileHandlerExecuteEventDetails details) {...});
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 402f95b..9dc222f 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -610,7 +610,7 @@ If you don't feel like reading, try these:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html index 7a57fd5..4577ea3 100644 --- a/chrome/common/extensions/docs/history.html +++ b/chrome/common/extensions/docs/history.html @@ -2294,7 +2294,7 @@ For other examples and for help in viewing the source code, see
- chrome.history.onVisitRemoved.addListener(function(object removed) {...})); + chrome.history.onVisitRemoved.addListener(function(object removed) {...});
@@ -2552,7 +2552,7 @@ For other examples and for help in viewing the source code, see
- chrome.history.onVisited.addListener(function(HistoryItem result) {...})); + chrome.history.onVisited.addListener(function(HistoryItem result) {...});
diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html index cb0a07e..7db768f 100644 --- a/chrome/common/extensions/docs/hosting.html +++ b/chrome/common/extensions/docs/hosting.html @@ -515,7 +515,7 @@ or try hosting the .crx file at another server.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/i18n-messages.html b/chrome/common/extensions/docs/i18n-messages.html index 2e06ddb..a3ad2a4 100644 --- a/chrome/common/extensions/docs/i18n-messages.html +++ b/chrome/common/extensions/docs/i18n-messages.html @@ -769,7 +769,7 @@ because its value is obvious from the "content" field.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index 4143868..cbbf46f 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -1422,7 +1422,7 @@ For details on calling getAcceptLanguages(), see the
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/idle.html b/chrome/common/extensions/docs/idle.html index 395fa9b..e0716371 100644 --- a/chrome/common/extensions/docs/idle.html +++ b/chrome/common/extensions/docs/idle.html @@ -643,7 +643,7 @@ For example:
- chrome.idle.onStateChanged.addListener(function(string newState) {...})); + chrome.idle.onStateChanged.addListener(function(string newState) {...});
diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index 6d39f71..5b45058 100644 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -537,7 +537,7 @@ For more information, see the
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/management.html b/chrome/common/extensions/docs/management.html index a69690c..15c71bb 100644 --- a/chrome/common/extensions/docs/management.html +++ b/chrome/common/extensions/docs/management.html @@ -2106,7 +2106,7 @@ The one method that doesn't require the "manifest" permission is
- chrome.management.onDisabled.addListener(function(ExtensionInfo info) {...})); + chrome.management.onDisabled.addListener(function(ExtensionInfo info) {...});
@@ -2218,7 +2218,7 @@ The one method that doesn't require the "manifest" permission is
- chrome.management.onEnabled.addListener(function(ExtensionInfo info) {...})); + chrome.management.onEnabled.addListener(function(ExtensionInfo info) {...});
@@ -2330,7 +2330,7 @@ The one method that doesn't require the "manifest" permission is
- chrome.management.onInstalled.addListener(function(ExtensionInfo info) {...})); + chrome.management.onInstalled.addListener(function(ExtensionInfo info) {...});
@@ -2442,7 +2442,7 @@ The one method that doesn't require the "manifest" permission is
- chrome.management.onUninstalled.addListener(function(string id) {...})); + chrome.management.onUninstalled.addListener(function(string id) {...});
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index eea81f9..46e9d17 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -1077,7 +1077,7 @@ For more information, see
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html index 1c6f06f..4876004 100644 --- a/chrome/common/extensions/docs/match_patterns.html +++ b/chrome/common/extensions/docs/match_patterns.html @@ -664,7 +664,7 @@ Here are some examples of invalid pattern matches:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/messaging.html b/chrome/common/extensions/docs/messaging.html index 49ff5dc..69929b78 100644 --- a/chrome/common/extensions/docs/messaging.html +++ b/chrome/common/extensions/docs/messaging.html @@ -723,7 +723,7 @@ For more examples and for help in viewing the source code, see
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/notifications.html b/chrome/common/extensions/docs/notifications.html index 6049891..2f472d2 100644 --- a/chrome/common/extensions/docs/notifications.html +++ b/chrome/common/extensions/docs/notifications.html @@ -564,7 +564,7 @@ see the - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html index e2fc272..804696f 100644 --- a/chrome/common/extensions/docs/npapi.html +++ b/chrome/common/extensions/docs/npapi.html @@ -522,7 +522,7 @@ avoid making your NPAPI plugin public whenever possible.
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/omnibox.html b/chrome/common/extensions/docs/omnibox.html index cb34c6b..c550582 100644 --- a/chrome/common/extensions/docs/omnibox.html +++ b/chrome/common/extensions/docs/omnibox.html @@ -708,7 +708,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputCancelled.addListener(function() {...})); + chrome.omnibox.onInputCancelled.addListener(function() {...});
@@ -753,7 +753,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputChanged.addListener(function(string text, function suggest) {...})); + chrome.omnibox.onInputChanged.addListener(function(string text, function suggest) {...});
@@ -1017,7 +1017,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputEntered.addListener(function(string text) {...})); + chrome.omnibox.onInputEntered.addListener(function(string text) {...});
@@ -1129,7 +1129,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputStarted.addListener(function() {...})); + chrome.omnibox.onInputStarted.addListener(function() {...});
diff --git a/chrome/common/extensions/docs/options.html b/chrome/common/extensions/docs/options.html index 90e931b..6aa9b9c 100644 --- a/chrome/common/extensions/docs/options.html +++ b/chrome/common/extensions/docs/options.html @@ -512,7 +512,7 @@ Favorite Color:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/override.html b/chrome/common/extensions/docs/override.html index 61efa94..f977501 100644 --- a/chrome/common/extensions/docs/override.html +++ b/chrome/common/extensions/docs/override.html @@ -621,7 +621,7 @@ See the
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index ab79fa8..0204fea 100644 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -1117,7 +1117,7 @@ Here are some ideas for where to go next:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index 8db4311..2313b1b 100644 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -604,7 +604,7 @@ to create .crx files, see CRX Package Format
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index f2df2ad..a7953ab 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -1685,7 +1685,7 @@ For other examples and for help in viewing the source code, see
- chrome.pageAction.onClicked.addListener(function(Tab tab) {...})); + chrome.pageAction.onClicked.addListener(function(Tab tab) {...});
diff --git a/chrome/common/extensions/docs/permission_warnings.html b/chrome/common/extensions/docs/permission_warnings.html index 6620713..e2bded0 100644 --- a/chrome/common/extensions/docs/permission_warnings.html +++ b/chrome/common/extensions/docs/permission_warnings.html @@ -828,7 +828,7 @@ You can get a list of permission warnings for any manifest with
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
diff --git a/chrome/common/extensions/docs/proxy.html b/chrome/common/extensions/docs/proxy.html index af8c526..609c25a 100644 --- a/chrome/common/extensions/docs/proxy.html +++ b/chrome/common/extensions/docs/proxy.html @@ -728,7 +728,7 @@ identical to the value object passed to callback function of
- chrome.proxy.onProxyError.addListener(function(object details) {...})); + chrome.proxy.onProxyError.addListener(function(object details) {...});
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html index f21fd6c..495429c 100644 --- a/chrome/common/extensions/docs/samples.html +++ b/chrome/common/extensions/docs/samples.html @@ -323,6 +323,7 @@ "9747e3d6a3eab39bc7c17f11a80573c62d44c7e5": "BLANK NEW TAB PAGE CHROME_URL_OVERRIDES", "7da105f28e200d42510aff3591dfa5aeb0b82605": "BLOCK/ALLOW THIRD-PARTY COOKIES API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS", "9004d1a1b975859d07bdff94ea0a4baa106c4fd1": "BROKEN LINKS EXTENDS THE DEVELOPER TOOLS, ADDING AN AUDIT CATEGORY THAT FINDS BROKEN LINKS ON THE INSPECTED PAGE. BACKGROUND_PAGE DEVTOOLS_PAGE EXPERIMENTAL TABS CHROME.EXPERIMENTAL.DEVTOOLS.AUDITS.ADDCATEGORY CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST CHROME.TABS.EXECUTESCRIPT CHROME.TABS.SENDREQUEST", + "7f4d3fac7ae1ad4d514a15cd0b2c48c57a58c55e": "CATBLOCK I CANT HAS CHEEZBURGER! BACKGROUND_PAGE EXPERIMENTAL CHROME.EXPERIMENTAL.WEBREQUEST.ONBEFOREREQUEST", "924f75a201bb0ec8d6c0b1c9c88c679ea211c93d": "CHROME QUERY EXTENDS THE DEVELOPER TOOLS, ADDING A SIDEBAR THAT DISPLAYS THE JQUERY DATA ASSOCIATED WITH THE SELECTED DOM ELEMENT. DEVTOOLS_PAGE EXPERIMENTAL", "903e7277139e1e6caec123d3319cab295d8d1b3a": "CHROME SOUNDS ENJOY A MORE MAGICAL AND IMMERSIVE EXPERIENCE WHEN BROWSING THE WEB USING THE POWER OF SOUND. BACKGROUND_PAGE BOOKMARKS OPTIONS_PAGE TABS CHROME.BOOKMARKS.ONCREATED CHROME.BOOKMARKS.ONMOVED CHROME.BOOKMARKS.ONREMOVED CHROME.EXTENSION.GETBACKGROUNDPAGE CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST CHROME.TABS.GET CHROME.TABS.ONATTACHED CHROME.TABS.ONCREATED CHROME.TABS.ONDETACHED CHROME.TABS.ONMOVED CHROME.TABS.ONREMOVED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.ONUPDATED CHROME.WINDOWS.ONCREATED CHROME.WINDOWS.ONFOCUSCHANGED CHROME.WINDOWS.ONREMOVED", "0e790e035a4a00b6f1def5ef9a7d7be1bce95ab5": "CHROMIUM BUILDBOT MONITOR DISPLAYS THE STATUS OF THE CHROMIUM BUILDBOT IN THE TOOLBAR. CLICK TO SEE MORE DETAILED STATUS IN A POPUP. BACKGROUND_PAGE BROWSER_ACTION NOTIFICATIONS OPTIONS_PAGE POPUP CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWSERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETTITLE CHROME.EXTENSION.GETURL", @@ -359,11 +360,11 @@ "80b86ccc6e8520660fa591caa565826f0ed1b12c": "PAGE ACTION BY URL SHOWS A PAGE ACTION FOR URLS WHICH HAVE THE LETTER G IN THEM. BACKGROUND_PAGE PAGE_ACTION TABS CHROME.PAGEACTION.SHOW CHROME.TABS.ONUPDATED", "d74c3c18a1c1dd18b035149105a306f837c8823e": "PAGE BENCHMARKER CHROMIUM PAGE BENCHMARKER. BACKGROUND_PAGE BROWSER_ACTION OPTIONS_PAGE TABS CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWSERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETTITLE CHROME.EXTENSION.CONNECT CHROME.EXTENSION.GETBACKGROUNDPAGE CHROME.EXTENSION.GETEXTENSIONTABS CHROME.EXTENSION.GETURL CHROME.EXTENSION.ONCONNECT CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.GET CHROME.TABS.GETALLINWINDOW CHROME.TABS.GETSELECTED CHROME.TABS.REMOVE CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT", "e6ae17ab4ccfd7e059c8c01f25760ca5d894c7fd": "PRINT THIS PAGE ADDS A PRINT BUTTON TO THE BROWSER. BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.TABS.UPDATE", - "beff6ecd9677dea0a7c648c5042165b48bb66f09": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESOURCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.EXPERIMENTAL.PROCESSES.ONUPDATED", + "beff6ecd9677dea0a7c648c5042165b48bb66f09": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESOURCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL POPUP TABS", "3e8e226d87e431296bb110b4f6eb7eec2ca7a826": "PROXY EXTENSION API SAMPLE SET CHROME-SPECIFIC PROXIES; A DEMONSTRATION OF CHROMES PROXY API BACKGROUND_PAGE BROWSER_ACTION POPUP PROXY CHROME.BROWSERACTION.SETBADGEBACKGROUNDCOLOR CHROME.BROWSERACTION.SETBADGETEXT CHROME.BROWSERACTION.SETTITLE CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST CHROME.I18N.GETMESSAGE CHROME.PROXY.ONPROXYERROR", "56a8d2ac24ca7bba78fd88ad57f43fc13c784497": "SAMPLE - OAUTH CONTACTS USES OAUTH TO CONNECT TO GOOGLES CONTACTS SERVICE AND DISPLAY A LIST OF YOUR CONTACTS. BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTION.SETICON CHROME.EXTENSION.GETBACKGROUNDPAGE CHROME.EXTENSION.GETURL CHROME.TABS.CREATE CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.ONUPDATED CHROME.TABS.REMOVE", "38f6e1e17756ede38b1364c7114a738ca717dcbb": "SANDWICHBAR SHOWS AN INFOBAR ON PAGES WHICH CONTAIN THE WORD SANDWICH BACKGROUND_PAGE EXPERIMENTAL CHROME.EXPERIMENTAL.INFOBARS.SHOW CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST", - "fc89b35755483af30b66cd72cefa34a43a3e8312": "SHOW TABS IN PROCESS ADDS A BROWSER ACTION SHOWING WHICH TABS SHARE THE CURRENT TABS PROCESS. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.EXPERIMENTAL.PROCESSES.GETPROCESSIDFORTAB CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.UPDATE", + "fc89b35755483af30b66cd72cefa34a43a3e8312": "SHOW TABS IN PROCESS ADDS A BROWSER ACTION SHOWING WHICH TABS SHARE THE CURRENT TABS PROCESS. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.UPDATE", "230463f2d5c3d4d0ca13c230e1f00f2aae0a8a64": "TAB INSPECTOR UTILITY FOR WORKING WITH THE EXTENSION TABS API BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL CHROME.TABS.CREATE CHROME.TABS.GET CHROME.TABS.GETALLINWINDOW CHROME.TABS.GETSELECTED CHROME.TABS.MOVE CHROME.TABS.ONATTACHED CHROME.TABS.ONCREATED CHROME.TABS.ONDETACHED CHROME.TABS.ONMOVED CHROME.TABS.ONREMOVED CHROME.TABS.ONSELECTIONCHANGED CHROME.TABS.ONUPDATED CHROME.TABS.REMOVE CHROME.TABS.UPDATE CHROME.WINDOWS.CREATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.GETLASTFOCUSED CHROME.WINDOWS.ONCREATED CHROME.WINDOWS.ONFOCUSCHANGED CHROME.WINDOWS.ONREMOVED CHROME.WINDOWS.REMOVE CHROME.WINDOWS.UPDATE", "e1697cacebad05218798bf3e8a0f724517f0e8c3": "TEST SCREENSHOT EXTENSION DEMONSTRATE SCREENSHOT FUNCTIONALITY IN THE CHROME.TABS API. NOTE: ONLY WORKS FOR CODE.GOOGLE.COM BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL CHROME.EXTENSION.GETVIEWS CHROME.TABS.CAPTUREVISIBLETAB CHROME.TABS.CREATE CHROME.TABS.ONUPDATED", "b3de91ab04b7d7a2670ca7ee9d740eb42cead0b6": "TYPED URL HISTORY READS YOUR HISTORY, AND SHOWS THE TOP TEN PAGES YOU GO TO BY TYPING THE URL. BROWSER_ACTION HISTORY TABS CHROME.HISTORY.GETVISITS CHROME.HISTORY.SEARCH CHROME.TABS.CREATE", @@ -827,6 +828,44 @@ Browse source - Download source
+
+ + +

+ CatBlock +

+ +

I can't has cheezburger!

+ +
Source files: + +
+
@@ -2887,10 +2926,10 @@

Adds a browser action that monitors resource usage of all browser processes.

-
Calls: + @@ -3111,8 +3150,6 @@
Calls:
  • - chrome.experimental.processes.getProcessIdForTab -
  • chrome.tabs.get
  • chrome.tabs.getSelected @@ -3555,7 +3592,7 @@
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json index 6e17771..40b107b 100644 --- a/chrome/common/extensions/docs/samples.json +++ b/chrome/common/extensions/docs/samples.json @@ -59,22 +59,10 @@ "chrome.experimental.permissions.onRemoved": "experimental.permissions.html#event-onRemoved", "chrome.experimental.permissions.remove": "experimental.permissions.html#method-remove", "chrome.experimental.permissions.request": "experimental.permissions.html#method-request", - "chrome.experimental.processes.getProcessIdForTab": "experimental.processes.html#method-getProcessIdForTab", - "chrome.experimental.processes.onUpdated": "experimental.processes.html#event-onUpdated", "chrome.experimental.settings.clear": "experimental.settings.html#method-clear", "chrome.experimental.settings.get": "experimental.settings.html#method-get", "chrome.experimental.settings.remove": "experimental.settings.html#method-remove", "chrome.experimental.settings.set": "experimental.settings.html#method-set", - "chrome.experimental.sidebar.collapse": "experimental.sidebar.html#method-collapse", - "chrome.experimental.sidebar.expand": "experimental.sidebar.html#method-expand", - "chrome.experimental.sidebar.getState": "experimental.sidebar.html#method-getState", - "chrome.experimental.sidebar.hide": "experimental.sidebar.html#method-hide", - "chrome.experimental.sidebar.navigate": "experimental.sidebar.html#method-navigate", - "chrome.experimental.sidebar.onStateChanged": "experimental.sidebar.html#event-onStateChanged", - "chrome.experimental.sidebar.setBadgeText": "experimental.sidebar.html#method-setBadgeText", - "chrome.experimental.sidebar.setIcon": "experimental.sidebar.html#method-setIcon", - "chrome.experimental.sidebar.setTitle": "experimental.sidebar.html#method-setTitle", - "chrome.experimental.sidebar.show": "experimental.sidebar.html#method-show", "chrome.experimental.webNavigation.getFrame": "experimental.webNavigation.html#method-getFrame", "chrome.experimental.webNavigation.onBeforeNavigate": "experimental.webNavigation.html#event-onBeforeNavigate", "chrome.experimental.webNavigation.onBeforeRetarget": "experimental.webNavigation.html#event-onBeforeRetarget", @@ -425,6 +413,29 @@ "zip_path": "examples\/api\/devtools\/audits\/broken-links.zip" }, { + "api_calls": [ + "chrome.experimental.webRequest.onBeforeRequest" + ], + "description": "I can't has cheezburger!", + "features": [ + "background_page", + "experimental" + ], + "icon": null, + "id": "7f4d3fac7ae1ad4d514a15cd0b2c48c57a58c55e", + "name": "CatBlock", + "path": "examples\/extensions\/catblock\/", + "protocols": [], + "search_string": "CATBLOCK I CANT HAS CHEEZBURGER! BACKGROUND_PAGE EXPERIMENTAL CHROME.EXPERIMENTAL.WEBREQUEST.ONBEFOREREQUEST", + "source_files": [ + "background.html", + "loldogs.js", + "manifest.json" + ], + "source_hash": "8d164e0de05f62e751308b546d39ef9eb4587239", + "zip_path": "examples\/extensions\/catblock.zip" + }, + { "api_calls": [], "description": "Extends the Developer Tools, adding a sidebar that displays the jQuery data associated with the selected DOM element.", "features": [ @@ -1609,9 +1620,7 @@ "zip_path": "examples\/api\/browserAction\/print.zip" }, { - "api_calls": [ - "chrome.experimental.processes.onUpdated" - ], + "api_calls": [], "description": "Adds a browser action that monitors resource usage of all browser processes.", "features": [ "browser_action", @@ -1624,7 +1633,7 @@ "name": "Process Monitor", "path": "examples\/api\/processes\/process_monitor\/", "protocols": [], - "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESOURCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.EXPERIMENTAL.PROCESSES.ONUPDATED", + "search_string": "PROCESS MONITOR ADDS A BROWSER ACTION THAT MONITORS RESOURCE USAGE OF ALL BROWSER PROCESSES. BROWSER_ACTION EXPERIMENTAL POPUP TABS", "source_files": [ "manifest.json", "popup.html" @@ -1739,7 +1748,6 @@ }, { "api_calls": [ - "chrome.experimental.processes.getProcessIdForTab", "chrome.tabs.get", "chrome.tabs.getSelected", "chrome.tabs.update", @@ -1760,7 +1768,7 @@ "name": "Show Tabs in Process", "path": "examples\/api\/processes\/show_tabs\/", "protocols": [], - "search_string": "SHOW TABS IN PROCESS ADDS A BROWSER ACTION SHOWING WHICH TABS SHARE THE CURRENT TABS PROCESS. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.EXPERIMENTAL.PROCESSES.GETPROCESSIDFORTAB CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.UPDATE", + "search_string": "SHOW TABS IN PROCESS ADDS A BROWSER ACTION SHOWING WHICH TABS SHARE THE CURRENT TABS PROCESS. BROWSER_ACTION EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TABS.UPDATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETALL CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.UPDATE", "source_files": [ "manifest.json", "popup.html" diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 0949127..c63260b 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -5689,7 +5689,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onAttached.addListener(function(integer tabId, object attachInfo) {...})); + chrome.tabs.onAttached.addListener(function(integer tabId, object attachInfo) {...});
    @@ -6008,7 +6008,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onCreated.addListener(function(Tab tab) {...})); + chrome.tabs.onCreated.addListener(function(Tab tab) {...});
    @@ -6118,7 +6118,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onDetached.addListener(function(integer tabId, object detachInfo) {...})); + chrome.tabs.onDetached.addListener(function(integer tabId, object detachInfo) {...});
    @@ -6437,7 +6437,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onMoved.addListener(function(integer tabId, object moveInfo) {...})); + chrome.tabs.onMoved.addListener(function(integer tabId, object moveInfo) {...});
    @@ -6826,7 +6826,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onRemoved.addListener(function(integer tabId, object removeInfo) {...})); + chrome.tabs.onRemoved.addListener(function(integer tabId, object removeInfo) {...});
    @@ -7073,7 +7073,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onSelectionChanged.addListener(function(integer tabId, object selectInfo) {...})); + chrome.tabs.onSelectionChanged.addListener(function(integer tabId, object selectInfo) {...});
    @@ -7318,7 +7318,7 @@ For other examples and for help in viewing the source code, see
    - chrome.tabs.onUpdated.addListener(function(integer tabId, object changeInfo, Tab tab) {...})); + chrome.tabs.onUpdated.addListener(function(integer tabId, object changeInfo, Tab tab) {...});
    diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html index cbc025c..df61a7e 100644 --- a/chrome/common/extensions/docs/template/api_template.html +++ b/chrome/common/extensions/docs/template/api_template.html @@ -431,7 +431,7 @@
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 02c9d8c..7cb999a 100644 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -582,7 +582,7 @@ Community-written documentation to help you write themes is here:
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/tts.html b/chrome/common/extensions/docs/tts.html index 0c0d75d..6fdc48c 100644 --- a/chrome/common/extensions/docs/tts.html +++ b/chrome/common/extensions/docs/tts.html @@ -2159,7 +2159,7 @@ argument:

    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/ttsEngine.html b/chrome/common/extensions/docs/ttsEngine.html index ff510bb..f96cc52 100644 --- a/chrome/common/extensions/docs/ttsEngine.html +++ b/chrome/common/extensions/docs/ttsEngine.html @@ -597,7 +597,7 @@ dynamically decide whether to handle it.

    - chrome.ttsEngine.onSpeak.addListener(function(string utterance, object options, function sendTtsEvent) {...})); + chrome.ttsEngine.onSpeak.addListener(function(string utterance, object options, function sendTtsEvent) {...});
    @@ -1321,7 +1321,7 @@ dynamically decide whether to handle it.

    - chrome.ttsEngine.onStop.addListener(function() {...})); + chrome.ttsEngine.onStop.addListener(function() {...});
    diff --git a/chrome/common/extensions/docs/tut_analytics.html b/chrome/common/extensions/docs/tut_analytics.html index e697e73..159b4c3 100644 --- a/chrome/common/extensions/docs/tut_analytics.html +++ b/chrome/common/extensions/docs/tut_analytics.html @@ -650,7 +650,7 @@ extension.

    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index b3b5fee..989f7bd 100644 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -698,7 +698,7 @@ of Getting Started.
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/tut_oauth.html b/chrome/common/extensions/docs/tut_oauth.html index e408220..52975fd 100644 --- a/chrome/common/extensions/docs/tut_oauth.html +++ b/chrome/common/extensions/docs/tut_oauth.html @@ -640,7 +640,7 @@ Sample extensions that use these techniques are available in the Chromium source
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html index a78f660..94c6e25 100644 --- a/chrome/common/extensions/docs/tutorials.html +++ b/chrome/common/extensions/docs/tutorials.html @@ -453,7 +453,7 @@ more specialized topics:
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/types.html b/chrome/common/extensions/docs/types.html index 4864530..43c60332 100644 --- a/chrome/common/extensions/docs/types.html +++ b/chrome/common/extensions/docs/types.html @@ -529,7 +529,7 @@ considering the precedence rules. It is used by Chrome.
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    @@ -1784,7 +1784,7 @@ considering the precedence rules. It is used by Chrome.
    - chromeSetting.onChange.addListener(function(object details) {...})); + chromeSetting.onChange.addListener(function(object details) {...});
    diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html index 3b3b213..c767cc1 100644 --- a/chrome/common/extensions/docs/whats_new.html +++ b/chrome/common/extensions/docs/whats_new.html @@ -751,7 +751,7 @@ No API or manifest changes worth noting.
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 7357a86..3653824 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -3359,7 +3359,7 @@ For other examples and for help in viewing the source code, see
    - chrome.windows.onCreated.addListener(function(Window window) {...})); + chrome.windows.onCreated.addListener(function(Window window) {...});
    @@ -3469,7 +3469,7 @@ For other examples and for help in viewing the source code, see
    - chrome.windows.onFocusChanged.addListener(function(integer windowId) {...})); + chrome.windows.onFocusChanged.addListener(function(integer windowId) {...});
    @@ -3579,7 +3579,7 @@ For other examples and for help in viewing the source code, see
    - chrome.windows.onRemoved.addListener(function(integer windowId) {...})); + chrome.windows.onRemoved.addListener(function(integer windowId) {...});
    diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html index ee5106c..b2f510c 100644 --- a/chrome/common/extensions/docs/xhr.html +++ b/chrome/common/extensions/docs/xhr.html @@ -584,7 +584,7 @@ prefer HTTPS whenever possible.
    - chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
    -- cgit v1.1