From 900950e1a35c75ad3089e1f78c03e8c497cdb6f0 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Wed, 2 Sep 2009 23:14:27 +0000 Subject: Update static docs. They'd gotten stale. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25263 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/api_other.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'chrome/common/extensions/docs/api_other.html') diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index 1790a0e..b01a31c 100755 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -64,6 +64,7 @@
  • Bookmarks
  • Themes
  • NPAPI Plugins
  • +
  • Cross-Origin XHR
  • Packaging
  • Autoupdate
  • @@ -163,15 +164,19 @@ you can bundle additional API libraries into your extension.
    Standard JavaScript APIs
    -
    [PENDING: define, explain; link to complete list] +
    These are the same core JavaScript and DOM APIs + that you can use in ordinary web apps. + [PENDING: check! should link to complete list]
    XMLHttpRequest
    - Lets the extension request data from one or more servers. - The manifest specifies - which domains the extension can send requests to. - [PENDING: link to doc]
    + Use XMLHttpRequest + to request data from one or more servers. + The permissions field + of the manifest specifies + which hosts the extension can send requests to. +
    WebKit APIs
    Because Google Chrome is built upon WebKit, @@ -190,10 +195,13 @@ E.g. window.open(someUrl). -->

    [PENDING: link to complete list of webkit apis]

    V8 APIs, such as JSON
    -
    JSON is in V8, so you don't need to include a JSON library to use JSON functions. [PENDING: what other APIs are in v8? link to complete list]
    -
    HTML5 APIs, such as localStorage and Web Workers
    -
    HTML5 is still being defined and implemented, but one crucial feature it will provide is local storage... [PENDING: mention Web Workers, too. Other important API? link to complete list]
    +
    Because JSON is in V8, you don't need to include a JSON library to use JSON functions. [PENDING: what other APIs are in v8? link to complete list]
    +
    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. + [PENDING: Other important API? link to complete list]
    APIs in bundled libraries
    If you want to use a library that the browser doesn't provide (for example, jQuery), -- cgit v1.1