summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/docs.html
Commit message (Collapse)AuthorAgeFilesLines
* Delete display:none nodes while generating the extension API documentation.kalman@chromium.org2012-02-021-346/+2
| | | | | | | | | | | | This significantly cuts down on the size of the generated documentation: git says "92 files changed, 3716 insertions, 84733 deletions". BUG= TEST=eyeballs Review URL: https://chromiumcodereview.appspot.com/9295046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120164 0039d316-1c4b-4281-b951-d872f2087c98
* Add a warning when viewing unofficial or non-stable docs.aa@chromium.org2012-01-241-4/+20
| | | | | | | | | | | | | Here is what it looks like: http://imgur.com/wT1N3,SeZMs#0 http://imgur.com/wT1N3,SeZMs#1 BUG=110992 Review URL: https://chromiumcodereview.appspot.com/9212050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118863 0039d316-1c4b-4281-b951-d872f2087c98
* Take docs for devtools.{inspectedWindow,network,panels} out of experimental.caseq@google.com2012-01-201-0/+1
| | | | | | | | | BUG=105920 TEST=none Review URL: https://chromiumcodereview.appspot.com/8970035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118453 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some mixed content warnings when accessing extension docsaa@chromium.org2011-12-061-5/+5
| | | | | | | | over SSL. Review URL: http://codereview.chromium.org/8805020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113135 0039d316-1c4b-4281-b951-d872f2087c98
* Updated docs to link to Stack Overflow as a support channel.smus@chromium.org2011-11-151-0/+6
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8510074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110186 0039d316-1c4b-4281-b951-d872f2087c98
* Show methods and events for types in table of contents for extension docs.bauerb@chromium.org2011-11-021-32/+44
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8380008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108304 0039d316-1c4b-4281-b951-d872f2087c98
* Move extension permissions API out of experimental.jstritar@chromium.org2011-10-141-0/+1
| | | | | | | | | BUG=84507 TEST=*Extension* Review URL: http://codereview.chromium.org/8277004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105491 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up extension API documentation.dcheng@chromium.org2011-09-141-1/+0
| | | | | | | | | | | | Remove unused experimental.idle API page and remove stray reference to the API documentation for chrome.idle from the "Implementation" submenu. BUG=none TEST=none Review URL: http://codereview.chromium.org/7872006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101120 0039d316-1c4b-4281-b951-d872f2087c98
* Misc. minor doc improvements (mostly new links).kathyw@chromium.org2011-08-251-1/+3
| | | | | | | | | | I'd apply these to all doc channels. BUG=none TEST=none Review URL: http://codereview.chromium.org/7744001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98248 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unbalanced parenthesis in event handler docs template.mihaip@chromium.org2011-08-241-1/+1
| | | | | | | | | | 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
* Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party ↵thakis@chromium.org2011-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | to third_party. All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6905149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
* Move jstemplate from chrome/third_party to third_party.thakis@chromium.org2011-04-281-1/+1
| | | | | | | | | | | | | | | | All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83452 0039d316-1c4b-4281-b951-d872f2087c98
* Add support in the extension docs for webRequest event listeners.mpcomplete@chromium.org2011-04-201-4/+24
| | | | | | | | | | | These events are special in 2 ways: - Their addListener method can accept extra arguments beyond the callback. - Their callbacks can return a value (in the case of a blocking event), which is sent back to the browser. Review URL: http://codereview.chromium.org/6879027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82346 0039d316-1c4b-4281-b951-d872f2087c98
* Minor doc fixes.kathyw@chromium.org2011-04-011-2/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6731052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80158 0039d316-1c4b-4281-b951-d872f2087c98
* Added pages for experimental DevTools/WebInspector APIcaseq@google.com2011-02-041-14/+24
| | | | | | | | | | | | | | - Factor out methods & events to a separate template - Support methods & events nested within a type - Fix signature generation for event handlers with no arguments - Add DevTools extensions docs (in a separate schema) BUG=65605 TEST=none Review URL: http://codereview.chromium.org/6386023/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73790 0039d316-1c4b-4281-b951-d872f2087c98
* Update the copyright year.kathyw@chromium.org2011-01-061-1/+1
| | | | | | | | | | TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/6140001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70653 0039d316-1c4b-4281-b951-d872f2087c98
* Doc changeskathyw@chromium.org2010-12-071-9/+20
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/5398002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68490 0039d316-1c4b-4281-b951-d872f2087c98
* Finish the doc part of the de-experimentalization of the omnibox API. Please ↵kathyw@chromium.org2010-11-291-0/+1
| | | | | | | | | | | check the content changes to manifest.html and omnibar.html. BUG=63845 TEST=none Review URL: http://codereview.chromium.org/5326007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67590 0039d316-1c4b-4281-b951-d872f2087c98
* Improve the doc navigation.kathyw@chromium.org2010-11-111-1/+9
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/4774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65744 0039d316-1c4b-4281-b951-d872f2087c98
* Add collapsible sections to the Chrome extension documentation sidebar.kurrik@chromium.org2010-10-291-1/+5
| | | | | | | | | | | | | * Adds a new "toggle" sprite to the documentation images. * Adds CSS classes for the toggles. * Includes "sidebar.js" for documentation pages which implements the toggles in JavaScript. BUG=49239 TEST=None Review URL: http://codereview.chromium.org/4005003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64488 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding "Take extension 'management' API out of experimental."asargent@chromium.org2010-10-041-0/+1
| | | | | | | | | | | | | | | | | | | This includes the original code plus changes to 2 new files to fix a test that was failing: chrome/browser/resources/webstore_app/manifest.json chrome/test/data/extensions/api_test/extension_gallery_install/test.html Original review url was: http://codereview.chromium.org/3537010 BUG=56399 TEST=You should be able to write an extension using the management API. TBR=aa@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61422 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61347 - Take extension 'management' API out of experimental.asargent@chromium.org2010-10-041-1/+0
| | | | | | | | | | | BUG=56399 TEST=You should be able to write an extension using the management API. Review URL: http://codereview.chromium.org/3537010 TBR=asargent@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61348 0039d316-1c4b-4281-b951-d872f2087c98
* Take extension 'management' API out of experimental.asargent@chromium.org2010-10-041-0/+1
| | | | | | | | | BUG=56399 TEST=You should be able to write an extension using the management API. Review URL: http://codereview.chromium.org/3537010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61347 0039d316-1c4b-4281-b951-d872f2087c98
* Warn the user to regenerate docs when changing examples.jochen@chromium.org2010-09-021-1/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3331002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58329 0039d316-1c4b-4281-b951-d872f2087c98
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-2/+1
| | | | | | | | | | | | | | Affected interfaces: * GetCookiesWithOptions (used by HTTP requests) * GetAllCookiesForURL (used by extensions and Cookies UI) * GetAllCookies (used by Cookies UI). BUG=8850 (indirectly) TEST=Standard cookie monster tests, unit_tests::CookiesTreeModelTest.OriginOrdering, browser_tests::ExtensionApiTest.Cookies Review URL: http://codereview.chromium.org/3170034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57694 0039d316-1c4b-4281-b951-d872f2087c98
* Several small extensions docs system fixesasargent@chromium.org2010-08-191-1/+1
| | | | | | | | | | | | | -Allow automagic links to types in API descriptions, using "$ref:TYPE_ID" -Fix syntax error in callback code -Fix a couple other small nits BUG=52616 TEST=none Review URL: http://codereview.chromium.org/3117029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56764 0039d316-1c4b-4281-b951-d872f2087c98
* Add whats_new.html to extension docs.aa@chromium.org2010-08-181-0/+1
| | | | | | Review URL: http://codereview.chromium.org/3183016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56613 0039d316-1c4b-4281-b951-d872f2087c98
* Add documentation about context menu API onclick callbacks.asargent@chromium.org2010-08-111-0/+15
| | | | | | | | | | | | This required modifying the docs build system to be able to output information about function parameters. BUG=49693 TEST=none Review URL: http://codereview.chromium.org/3167003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55737 0039d316-1c4b-4281-b951-d872f2087c98
* Extension doc changes (nothing buildable or testable)rafaelw@chromium.org2010-07-271-0/+5
| | | | | | | | | | | Add boilerplate line for experimental api pages BUG=48582 TEST=NONE Review URL: http://codereview.chromium.org/2881038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53734 0039d316-1c4b-4281-b951-d872f2087c98
* Revert extension docs buildscript changes from r52616asargent@chromium.org2010-07-181-1/+2
| | | | | | | | | | | | | | In r52616 Aaron checked in some improvements to speed up doc generation, but they don't seem to work for me on either windows or ubuntu hardy. Either he missed some changes or it only works on newer ubuntu or something. TBR=rafaelw BUG=none TESt=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52866 0039d316-1c4b-4281-b951-d872f2087c98
* Move context menu module out of experimental.aa@chromium.org2010-07-171-0/+1
| | | | | | | | BUG=48725,39508 Review URL: http://codereview.chromium.org/2840038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52784 0039d316-1c4b-4281-b951-d872f2087c98
* Unexperimentalify the cookies API.aa@chromium.org2010-07-161-0/+1
| | | | | | | | BUG=41663,48726 Review URL: http://codereview.chromium.org/2982008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52623 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r52581. The change seems OK, but it had the wrongaa@chromium.org2010-07-161-1/+0
| | | | | | | | | description and bug association. Will re-land with correct information. TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52585 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebCore's built in support for user styles instead of theaa@chromium.org2010-07-161-0/+1
| | | | | | | | | | | | | | hack we were doing before. This has a side-effect of fixing a bunch of content-interaction bugs because we will be using real user-level styles (in the CSS sense) rather than content-level styles. BUG=29995 Review URL: http://codereview.chromium.org/2932007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52581 0039d316-1c4b-4281-b951-d872f2087c98
* Move idle from experimental.levin@chromium.org2010-07-121-0/+1
| | | | | | | | | TEST=browser_tests.exe --gtest_filter=ExtensionApiTest.Idle BUG=None Review URL: http://codereview.chromium.org/2930001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52121 0039d316-1c4b-4281-b951-d872f2087c98
* Make the extension API docs point out the minimum version that supports an ↵skerner@chromium.org2010-06-281-0/+16
| | | | | | | | | | | API call. BUG=41127 TEST=none Review URL: http://codereview.chromium.org/2812023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51013 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (No building or testable files)rafaelw@chromium.org2010-06-251-0/+2
| | | | | | | | | | | Extension docs now list valid values for enumerated types. BUG=45035 TBR=aa,kathyw Review URL: http://codereview.chromium.org/2843025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50889 0039d316-1c4b-4281-b951-d872f2087c98
* Add Accessibility page. All doc/*html files changed,kathyw@chromium.org2010-06-221-0/+1
| | | | | | | | | | | since the left nav changed. BUG=none TEST=none Review URL: http://codereview.chromium.org/2842006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50517 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs Changes (nothing buildable or testable)rafaelw@chromium.org2010-06-221-1/+1
| | | | | | | | | | | This fixes a bug in the alphabetical ordering of the types section of the extension docs BUG=47110 TBR=kathyw Review URL: http://codereview.chromium.org/2834014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50415 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify the hosting situation, hiding doc that's not neededkathyw@chromium.org2010-06-071-3/+2
| | | | | | | | | | | | by people who use the gallery, and making sure that people know about the gallery. TEST=none BUG=none Review URL: http://codereview.chromium.org/2655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49100 0039d316-1c4b-4281-b951-d872f2087c98
* Minor edits, plus updating the copyright year.kathyw@chromium.org2010-06-021-1/+1
| | | | | | | | | | | | | Some generated files changed (cookies, extension, history), but those seem to be random reordering by the API generator. TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/2498002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48739 0039d316-1c4b-4281-b951-d872f2087c98
* Add extension docs for notifications. Will add generated docs tomorrow.aa@chromium.org2010-05-261-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2127015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48233 0039d316-1c4b-4281-b951-d872f2087c98
* Minor fixes to docs.html.kathyw@chromium.org2010-05-131-5/+2
| | | | | | | | | | TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/2095003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47200 0039d316-1c4b-4281-b951-d872f2087c98
* Move history API out of experimental. Allow extensions to override history ↵skerner@chromium.org2010-04-011-0/+1
| | | | | | | | | | | page. BUG=32362 TEST=ExtensionApiTest.History, ExtensionApiTest.Overrides, manual testing. Review URL: http://codereview.chromium.org/1530002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43387 0039d316-1c4b-4281-b951-d872f2087c98
* Add Arne's Analytics tutorial and Eric Bidelman's OAuth tutorial to the ↵kathyw@chromium.org2010-03-241-0/+2
| | | | | | | | | | | | | extension docs. TBR=ericbidelman TEST=none BUG=32972 BUG=32979 Review URL: http://codereview.chromium.org/1257004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42534 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (No building or testable files)rafaelw@chromium.org2010-03-181-0/+3
| | | | | | | | This adds a warning to extension docs that appears if docs are being viewed in chrome via the file: scheme that view live changes to underlying docs files requires adding a switch to chrome to allow file xhr access Review URL: http://codereview.chromium.org/997010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41906 0039d316-1c4b-4281-b951-d872f2087c98
* Implement suggestions from Broc Seib:kathyw@chromium.org2010-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update the group URL in all pages * Move xhr.send() down in the xhr.html samples * Add a note to xhr.html about content scripts * Link to Arne's new example of cross-origin xhr for a content script Also update the chrome.* APIs page to point to the dev version of the experimental page. Only the following files have changes besides the group URL change: api_index.html xhr.html messaging.html (added links to examples) content_scripts.html (added link to new example) I'll merge this change into all branches. TBR=erikkay TEST=none BUG=none Review URL: http://codereview.chromium.org/650107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39664 0039d316-1c4b-4281-b951-d872f2087c98
* Add a page to the docs about external extensions.aa@chromium.org2010-01-091-0/+1
| | | | | | | | This was stolen from Finnur's internal wave mostly. TBR=finnur@chromium.org,kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35877 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at expanded i18n doc.kathyw@google.com2010-01-061-0/+1
| | | | | | | | | | | | | | | | | We still need to update the overview and perhaps update all the doc to use/reflect i18n. And we need to add a page for the messages file format. (For now, we just give an example and point to the design doc.) Only 2 files really changed: i18n and manifest. All the other changes are due to adding i18n to the sidenav. BUG=none TEST=none Review URL: http://codereview.chromium.org/525077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35661 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-291-1/+0
| | | | | | | | | | This fixes a minor issue with test_shell error output making it back into the doc pages. TBR=aa,kathyw Review URL: http://codereview.chromium.org/515048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35324 0039d316-1c4b-4281-b951-d872f2087c98