From b1363275e9cef5a8fd30e1e1a907036c3a8123e7 Mon Sep 17 00:00:00 2001 From: "kathyw@chromium.org" Date: Thu, 15 Jul 2010 23:01:03 +0000 Subject: Add links to html5rocks.com. TEST=none BUG=49007 Review URL: http://codereview.chromium.org/2900013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52564 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/api_other.html | 35 ++++++-- chrome/common/extensions/docs/notifications.html | 99 ++++++++++++++-------- chrome/common/extensions/docs/overview.html | 7 +- .../common/extensions/docs/static/api_other.html | 35 ++++++-- .../extensions/docs/static/notifications.html | 72 +++++++++------- chrome/common/extensions/docs/static/overview.html | 7 +- 6 files changed, 166 insertions(+), 89 deletions(-) (limited to 'chrome/common/extensions') diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index 1f4b473..4917280 100644 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -295,6 +295,33 @@ E.g. window.open(someUrl). --> of the manifest specifies which hosts the extension can send requests to. +
HTML5 and other emerging APIs
+
Google Chrome supports HTML5 features, + along with other emerging APIs. + Here are some of the APIs you can use: + +

+ See html5rocks.com + for HTML5 information, tutorials, an interactive playground, + and links to other resources. +

+
+
WebKit APIs
Because Google Chrome is built upon WebKit, @@ -314,18 +341,12 @@ E.g. window.open(someUrl). -->
V8 APIs, such as JSON
Because JSON is in V8, you don't need to include a JSON library to use JSON functions.
-
HTML5 APIs, such as localStorage
-
HTML5 is still being defined and implemented, - but Google Chrome already supports local storage, - which extensions can use to store data. -
APIs in bundled libraries
If you want to use a library that the browser doesn't provide (for example, jQuery), you can bundle that library's JavaScript files with your extension. Bundled libraries work in extensions -just as they would in any other web pages. +just as they do in other web pages.
diff --git a/chrome/common/extensions/docs/notifications.html b/chrome/common/extensions/docs/notifications.html index 415fab9..644a13d 100644 --- a/chrome/common/extensions/docs/notifications.html +++ b/chrome/common/extensions/docs/notifications.html @@ -211,18 +211,39 @@

Desktop Notifications

-