summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
Commit message (Collapse)AuthorAgeFilesLines
* 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/+17
| | | | | | | | | | | | | | | | | 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
* Reland: Add a minimum_chrome_version key to the manifest.aa@chromium.org2010-01-061-1/+11
| | | | | | | BUG=24737 TBR=mpcomplete@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35618 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 35602 - Add a "minimum_chrome_version" key to the manifest.arv@chromium.org2010-01-061-11/+1
| | | | | | | | | | | | | Broke unit_test on Mac10.5 Tests (dbg)(1) BUG=24737 Review URL: http://codereview.chromium.org/521036 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/527003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35604 0039d316-1c4b-4281-b951-d872f2087c98
* Add a "minimum_chrome_version" key to the manifest.aa@chromium.org2010-01-061-1/+11
| | | | | | | | BUG=24737 Review URL: http://codereview.chromium.org/521036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35602 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
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-211-3/+1
| | | | | | | | This fixes a minor rendering issue on IE7. IE seemed to choking on (probably invalid) html where a <div> was a child of a <ul> Review URL: http://codereview.chromium.org/506068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35104 0039d316-1c4b-4281-b951-d872f2087c98
* Update manifest file's "icons" description.kathyw@google.com2009-12-181-8/+24
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/503014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34911 0039d316-1c4b-4281-b951-d872f2087c98
* Add Arne's FAQ.kathyw@google.com2009-12-101-6/+4
| | | | | | | | | | | (Already reviewed for content.) TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/490006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in manifest documentation.finnur@chromium.org2009-12-101-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/489006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34294 0039d316-1c4b-4281-b951-d872f2087c98
* Make all the manifest examples consistent.kathyw@google.com2009-12-071-2/+2
| | | | | | | | | | | | Also added/removed a few commas. TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/465102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33981 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-031-2/+2
| | | | | | | | | | | | Fix pageTitle/pageName error (and do some cleanup to try to prevent confusion in the future). Note that the pageData-title has changed to pageData-name in all the static pages. TBR=kathyw,aa Review URL: http://codereview.chromium.org/465039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33740 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-031-4/+8
| | | | | | | | | | This includes three minor doc changes. (1) Conditional text for description of callback based on whether it is optional -- to be less confusing. (2) Setting the page title to "" from the static pageData-title no longer shows a leading " - ". (C) Allows for a page to specify whether it shows the sideNav (and index.html declines to do so). TBR=kathyw,aa Review URL: http://codereview.chromium.org/460039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33705 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a buggy link.kathyw@google.com2009-12-011-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/449072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33491 0039d316-1c4b-4281-b951-d872f2087c98
* Changed comments to use HTML comments instead of class="comment".kathyw@google.com2009-11-261-5/+1
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/440028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33159 0039d316-1c4b-4281-b951-d872f2087c98
* Improving the top matter.kathyw@google.com2009-11-251-4/+4
| | | | | | | | | | | | | (One edited file: template/api_template.html. Every other change is an automatically generated file.) BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/434058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33028 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new docs page that introduces the docs, with (more importantly)kathyw@google.com2009-11-241-5/+7
| | | | | | | | | | | | | | | | a section that points to the various doc URLs (e.g. trunk) and explains each one. The only files I edited are static/docs.html and template/api_template.html. (The remaining files just reflect the template changes.) BUG=none TEST=none TBR=nickbaum Review URL: http://codereview.chromium.org/431035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32984 0039d316-1c4b-4281-b951-d872f2087c98
* Document the maximum # of characters for the name andkathyw@google.com2009-11-241-1/+3
| | | | | | | | | | | description fields. BUG=28664 TEST=none TBR=nickbaum Review URL: http://codereview.chromium.org/436027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32946 0039d316-1c4b-4281-b951-d872f2087c98
* Update pages that reference the gallery to link to the gallery.kathyw@google.com2009-11-241-2/+2
| | | | | | | | | | | Also a few wording changes. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/437027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32931 0039d316-1c4b-4281-b951-d872f2087c98
* Docs polish:aa@chromium.org2009-11-231-34/+28
| | | | | | | | | | | | | | | | | * Fixed header alignment and spacing * Fixed top nav, removed useless/dead links, added sample link instead * Fixup requirements in samples and getting started page (beta no workie yet, mac and linux do -- at least enough to not be worth mentioning) * Make vertical separator bar green * Make default_icon required for page and browser actions * Fix incorrect description of how onclick works wrt isolated worlds * Make the page titles be <page title> - Google Chrome Extensions - Google Code * Add a warning about NPAPI BUG=28152,27875,28155,28182,27864,27432 Review URL: http://codereview.chromium.org/437001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32798 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to follow the codesite L&F.kathyw@google.com2009-11-161-38/+78
| | | | | | | | | | | | | | | | | | Also a bit of copyediting and cleanup. Future work: * improve these styles * make these styles work well in IE (the old styles didn't work well in IE, either) * separate the codesite styles from ours (for easier update) BUG=27434 TEST=none TBR=aa Review URL: http://codereview.chromium.org/398005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32043 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs Fixesrafaelw@chromium.org2009-11-101-8/+8
| | | | | | | | | | | | | | | This adds another jstemplate html attribute to be stripped from the final rendered page (jsinstance). It also explicitly specifies function param names ($this.name) to avoid unexpected output in docs. Additionally, it adds a name for an 18n.getMessage param BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/384020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31609 0039d316-1c4b-4281-b951-d872f2087c98
* Document restrictions on integers in the version.kathyw@google.com2009-11-061-4/+11
| | | | | | | | | BUG=26957 TEST=none Review URL: http://codereview.chromium.org/371030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31314 0039d316-1c4b-4281-b951-d872f2087c98
* Revamp the docs for message passing, including the new sendRequest API.mpcomplete@chromium.org2009-11-061-0/+1
| | | | | | | | BUG=26830 Review URL: http://codereview.chromium.org/375006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31265 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Samples page. For now, it just points to the Chromium project'skathyw@google.com2009-11-061-1/+1
| | | | | | | | | | | | sample page and source code. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/372010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31205 0039d316-1c4b-4281-b951-d872f2087c98
* ntp.html -> override.htmlkathyw@google.com2009-11-051-1/+1
| | | | | | | | | | | This is exactly what you reviewed before, Erik. I plan to update the screenshots next week. BUG=none TEST=none TBR=erikkay Review URL: http://codereview.chromium.org/376001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31158 0039d316-1c4b-4281-b951-d872f2087c98
* Doc navigation work.kathyw@google.com2009-10-241-3/+3
| | | | | | | | | | | | This affects the sidenav, so if we go ahead with this I'll regenerate all the files and add them to this CL. BUG=none TEST=none Review URL: http://codereview.chromium.org/338007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29998 0039d316-1c4b-4281-b951-d872f2087c98
* Clarified the manifest example code. Added "version" description.kathyw@google.com2009-10-231-32/+79
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/326008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29905 0039d316-1c4b-4281-b951-d872f2087c98
* Adding documentation for extensions options pages.asargent@chromium.org2009-10-231-1/+3
| | | | | | | | | BUG=23801 TEST=none Review URL: http://codereview.chromium.org/314012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29849 0039d316-1c4b-4281-b951-d872f2087c98
* Add NTP to the sidenav.kathyw@google.com2009-10-221-0/+1
| | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/303032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29763 0039d316-1c4b-4281-b951-d872f2087c98
* Add doc for New Tab Page.kathyw@google.com2009-10-221-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=erikkay Review URL: http://codereview.chromium.org/306046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29762 0039d316-1c4b-4281-b951-d872f2087c98
* Copyedit of pageAction.html. Also some bracket fixes to manifest.html.kathyw@google.com2009-10-211-3/+3
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/300042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29715 0039d316-1c4b-4281-b951-d872f2087c98
* Organize the sidenav to make developer guide pages easier to find.kathyw@google.com2009-10-211-14/+30
| | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/313008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29661 0039d316-1c4b-4281-b951-d872f2087c98
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-201-0/+0
| | | | | | Review URL: http://codereview.chromium.org/307007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29548 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at new page and browser action docs basedaa@chromium.org2009-10-201-2/+4
| | | | | | | | on new API. Deleted old stuff. TBR=kathyw@google.com,rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29500 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the template to add analytics to all extension docs.kathyw@google.com2009-09-221-1/+24
| | | | | | | | | | | | | Besides the usual code.google.com analytics, there's also an account for just Chrome-related docs. Also deleted some end-of-line spaces to avoid presubmit errors. TBR=rafaelw Review URL: http://codereview.chromium.org/209067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26843 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak the sidenav. Also remove unnecessary end-of-line white spacekathyw@google.com2009-09-161-25/+24
| | | | | | | | | | from the template, so that we'll have fewer presubmit warnings. TBR=aa Review URL: http://codereview.chromium.org/214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26417 0039d316-1c4b-4281-b951-d872f2087c98
* Updated extension docs. Mainly to add i18n.html to navigation side bar,xji@chromium.org2009-09-111-0/+1
| | | | | | | | | | | and updated i18n.html with overview and example. BUG=none TEST=none Review URL: http://codereview.chromium.org/199094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25989 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes) - Render Docsrafaelw@chromium.org2009-09-111-3/+3
| | | | | | | | TBR=kathyw Review URL: http://codereview.chromium.org/200091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25963 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate information on AutoUpdate to new extensions docs.asargent@chromium.org2009-09-081-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/195029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25681 0039d316-1c4b-4281-b951-d872f2087c98
* Add extension.getURL to extension_api.json so it appears in the docs.rafaelw@chromium.org2009-09-041-1/+1
| | | | | | | | | | This will not clobber the implementation which is bound in renderer_process_bindings.js. BUG=none Review URL: http://codereview.chromium.org/200015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25480 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes).rafaelw@chromium.org2009-09-031-271/+272
| | | | | | | | | | | | | | | | Fix jstemplate recursion issue which was generating way to much extraneous hidden template data. Remote jstemplate attributes from rendered files. Remote #EOF that wandered into output. Template now renders from <body>. TBR=aa Review URL: http://codereview.chromium.org/201001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25299 0039d316-1c4b-4281-b951-d872f2087c98
* Update static docs. They'd gotten stale.aa@chromium.org2009-09-021-5/+5
| | | | | | TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25263 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes): minor changes for ↵rafaelw@chromium.org2009-09-021-1/+502
| | | | | | | | | | | | | tab & windows doc Tabs, Windows, Bookmarks, Themes doc content changes. Fix internal anchor problem (not hiding/showing for rendered docs). Only render dynamically for file: scheme. Fix <pre> issues in rendered docs (now no longer all one line). Alphabetize methods, events & types. Use h* ids for anchor names if found. BUG=20803 TBR=aa Review URL: http://codereview.chromium.org/179068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25127 0039d316-1c4b-4281-b951-d872f2087c98
* Fill out windows doc. Also add permissions sectionaa@chromium.org2009-09-011-1/+1
| | | | | | | | to bookmarks and update static files. TBR=rafaelw@chromium.org,kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25021 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-08-281-1/+1
| | | | | | | | | | Minor rendering fix (could fail if XHR fired two callbacks). TBR=aa Review URL: http://codereview.chromium.org/179029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24810 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-08-261-1/+1
| | | | | | | | | | | Fix page title bug. Added more direction to README.txt. Made Page TOC changes for h* demotion. Fixed 404 bug. Fixed build script to kill test_shell debug.log. BUG=20315 TBR=kathyw,aa Review URL: http://codereview.chromium.org/173499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24495 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (no code changes) - Fix navigation jig. Renamed a few ↵rafaelw@chromium.org2009-08-241-1/+1
| | | | | | | | | | parameters in extension_api.json. Regenerate rendered docs TBR=kathyw, aa Review URL: http://codereview.chromium.org/174339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24146 0039d316-1c4b-4281-b951-d872f2087c98
* Async extension callbacks now always fire and set chrome.extension.lastError ↵rafaelw@chromium.org2009-08-181-1/+1
| | | | | | | | | | | | on error. Includes doc changes for extension.lastError and a browsertest. BUG=17381 Review URL: http://codereview.chromium.org/172078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23676 0039d316-1c4b-4281-b951-d872f2087c98
* Add themes link to left nav.aa@chromium.org2009-08-151-1/+1
| | | | | | TBR=rafaelw@chromium.org,kathyw@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23521 0039d316-1c4b-4281-b951-d872f2087c98