summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/overview.html
Commit message (Collapse)AuthorAgeFilesLines
* First cut at new page and browser action docs basedaa@chromium.org2009-10-201-3/+5
| | | | | | | | 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
* Get rid of a tbd in the overview.kathyw@google.com2009-10-071-9/+13
| | | | | | | | | | BUG=NONE TEST=NONE TBR=aa Review URL: http://codereview.chromium.org/270017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28345 0039d316-1c4b-4281-b951-d872f2087c98
* Another draft of the overview, now with figures. Made related changes to the ↵kathyw@google.com2009-09-241-176/+101
| | | | | | | | background pages and content scripts pages. Review URL: http://codereview.chromium.org/225023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27121 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the template to add analytics to all extension docs.kathyw@google.com2009-09-221-2/+25
| | | | | | | | | | | | | 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-2/+2
| | | | | | | | 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-361/+362
| | | | | | | | | | | | | | | | 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-10/+9
| | | | | | 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/+762
| | | | | | | | | | | | | 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 API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-1/+1
| | | | | | | | BUG=20288 Review URL: http://codereview.chromium.org/180016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24770 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
* First swing at the docs homepage. Also, fix the copyright/licenseaa@chromium.org2009-08-151-1/+1
| | | | | | | | footer. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23520 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs: Implement auto TOC for static contentrafaelw@chromium.org2009-08-141-1/+1
| | | | | | | | TBR=aa, kathyw Review URL: http://codereview.chromium.org/170013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23470 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome.extension docs. Also, remove old no longer neededaa@chromium.org2009-08-141-1/+1
| | | | | | | | | chrome.self page and replace missing bookmarks entries in left nav. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23428 0039d316-1c4b-4281-b951-d872f2087c98
* Re-factor extension docs generation code. Now support referenced types and ↵rafaelw@chromium.org2009-08-131-1/+1
| | | | | | | | | | | | | | type links. The generation code is now more jstemplaty: Uses callouts from the template rather than preprocessing the pageData. Also uses internal subtemplates via transclude which reduces the size of the template significantly. Also, api pages now have a Types, and all references to types link to the appropriate api doc page which contains it. TBR=aa, kathyw Review URL: http://codereview.chromium.org/164523 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23385 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-08-131-1/+1
| | | | | | | | | | | | | | -Don't display Event or Methods heading if there are none in api pages. -Allow static pages to declare their title with a hidden div. -Removed xhr.html (abandoned). -Left Nav now selects current page. -Breadcrumb removed. TBR=aa, kathyw Review URL: http://codereview.chromium.org/164457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23275 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome.extension to extension_api.json and docs.rafaelw@chromium.org2009-08-121-1/+1
| | | | | | | | | | | | | | This required making it so that extension_api.json definitions defer to existing bindings so that the chrome.extension object can remain setup in renderer_extension_bindings.js. Also fixed a minor bug with error handling in the api_generator.js Moved "Port" type to the new extension module. Removed a bunch of trailing whitespace from the extension_api.json. Review URL: http://codereview.chromium.org/165323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23200 0039d316-1c4b-4281-b951-d872f2087c98
* One more little fix for extension docs page flickering -- remove ↵rafaelw@chromium.org2009-08-111-1/+1
| | | | | | | | | | class="hidden" on page_template.html TBR=aa Review URL: http://codereview.chromium.org/164327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23045 0039d316-1c4b-4281-b951-d872f2087c98
* pull over wiki contentrafaelw@chromium.org2009-08-111-1/+1
| | | | | | | | wiki changes Review URL: http://codereview.chromium.org/164302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23005 0039d316-1c4b-4281-b951-d872f2087c98
* Remove CRs from docs. Fix build.py script to not produce themrafaelw@chromium.org2009-08-101-1/+1
| | | | | | | | TBR=maruel Review URL: http://codereview.chromium.org/165247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22975 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land extension docs build/render/presubmit. The original patch, ↵rafaelw@chromium.org2009-08-051-46/+1
| | | | | | | | | | http://codereview.chromium.org/159607, was reverted because of incorrect dependencies. Note that the extension docs build.py is no longer a gyp build target. Review URL: http://codereview.chromium.org/159830 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22558 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back 22300.bradnelson@google.com2009-08-031-1/+46
| | | | | | | | | | | Messy deps... BUG=None TEST=None TBR=rafaelw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22310 0039d316-1c4b-4281-b951-d872f2087c98
* Extension docs build script, gyp target and PRESUBMIT.PY checkrafaelw@chromium.org2009-08-031-46/+1
| | | | | | | | | | | | | | | | | | This addeds a mechanism for extension docs to "render" from the api/extension_api.json api "idl", the docs/static file content and the template/ html templates into the static extension docs. It retains the property that extension docs loaded in chrome with file:/// scheme will regenerate if dependent data has changed, but otherwise is static. The build.py script runs test_shell to render the static files. A extension_docs gyp target is defined with appropriate inputs & outputs that will run the build.py A PRESUBMIT.PY check will warn on upload and commit if any files have changed that would require a docs rebuild. Note that the PRESUBMIT.PY checks are not currently being run for git cl upload or git cl dcommit. Review URL: http://codereview.chromium.org/159607 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22300 0039d316-1c4b-4281-b951-d872f2087c98
* Re-org extension docs, template support for new static files.rafaelw@chromium.org2009-07-281-152/+44
| | | | | | | | | | | | No chrome code changes (does not affect any files that are used in build or tests). This is the precursor to a build/check-in step to generate extension docs if underlying api or static content has changed. TBR Review URL: http://codereview.chromium.org/159551 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21911 0039d316-1c4b-4281-b951-d872f2087c98
* Add a search box to all pages. (Well, most of them. But eventuallykathyw@google.com2009-07-241-0/+15
| | | | | | | | it should be all.) Review URL: http://codereview.chromium.org/160107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21552 0039d316-1c4b-4281-b951-d872f2087c98
* Placeholders for major doc pages. Also a few minor doc fixes.kathyw@google.com2009-07-241-0/+139
TESTS=none BUGS=none Review URL: http://codereview.chromium.org/159309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21530 0039d316-1c4b-4281-b951-d872f2087c98