summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/apps.html
Commit message (Collapse)AuthorAgeFilesLines
* Delete display:none nodes while generating the extension API documentation.kalman@chromium.org2012-02-021-351/+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/+3
| | | | | | | | | 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
* 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
* Remove "permissions" from sample code, so copy-pasters will be less likely ↵kathyw@chromium.org2011-03-301-7/+5
| | | | | | | | | | to ask for permissions they don't need. BUG=77440 TEST=No "permissions" string in http://code.google.com/chrome/extensions/apps.html Review URL: http://codereview.chromium.org/6670092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79911 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
* Fix a link to an article on the extensions documentation pages, which ↵kathyw@chromium.org2010-12-081-1/+1
| | | | | | | | | | | | | | | currently points to an internal hostname. Committing for Peter Beverloo (peter@chromium.org) http://codereview.chromium.org/5523007/ BUG=none TEST=none Review URL: http://codereview.chromium.org/5664003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68600 0039d316-1c4b-4281-b951-d872f2087c98
* Doc changeskathyw@chromium.org2010-12-071-0/+683
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