summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/bookmarks.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix a copy-paste error.kathyw@chromium.org2010-06-021-1/+1
| | | | | | | | | | TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/2516001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48783 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
* Document that you can override the Bookmark Manager page.kathyw@chromium.org2010-04-161-0/+2
| | | | | | | | | | | | | Point to this from the chrome.bookmarks page. Besides adding Bookmark Manager info, I also reorganized things a bit and added the URL for each page. Is mentioning the URLs OK? (I've found them handy, but maybe we don't want to commit to them.) BUG=40806 TEST=none Review URL: http://codereview.chromium.org/1633017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44829 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
* Move onImportBegan/Ended to the regular bookmarks apifeldstein@chromium.org2010-03-261-0/+174
| | | | | | | | | | | It used to live in the experimental.bookmarkManager namespace. BUG=35320 TEST=none Review URL: http://codereview.chromium.org/1353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42825 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Generate doc for experimental.history & experimental.processes.kathyw@chromium.org2010-02-121-1/+1
| | | | | | | | | | | | | | | Point to this doc from the chrome.* APIs page. While I'm in there, fix some typos in the generated doc, add "nodoc" to experimental.accessibility (which was never generated), and remove experimental.popup.html (which was never *successfully* generated). TEST=none BUG=34766 Review URL: http://codereview.chromium.org/603019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38876 0039d316-1c4b-4281-b951-d872f2087c98
* Make it so that chrome.bookmarks.update can update the URL of a bookmark.arv@chromium.org2010-02-101-2/+88
| | | | | | | | | | | This changes the API slightly. Previously, if someone called update with an empty object ({}) it would set the title to "". This was only documented in the code and not on the API page. Now that we support updating both the url and title it seems more reasonable to ignore a missing title. BUG=34841 TEST=browser_tests.exe --gtest_filter=ExtensionApiTest.Bookmarks Review URL: http://codereview.chromium.org/591006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38555 0039d316-1c4b-4281-b951-d872f2087c98
* Added link to new bookmark sample.kathyw@chromium.org2010-01-231-4/+4
| | | | | | | | | | TEST=none BUG=none TBR=erikkay Review URL: http://codereview.chromium.org/555054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36954 0039d316-1c4b-4281-b951-d872f2087c98
* Improvements to the i18n doc.kathyw@google.com2010-01-121-3/+3
| | | | | | | | | | | | | | | | | | Also a few random copyedits to API doc, while I was in there. Changes to note: * Beefed up intro and added new figure for file hierarchy (consequently simplified the section that follows) * Added a section on using Windows shortcuts to launch the browser * Color -> Color(es|s) BUG=none TEST=none Review URL: http://codereview.chromium.org/536034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36031 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
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-211-2/+0
| | | | | | | | 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
* Adds bookmarks.getRecent that returns the recently bookmarked items.arv@chromium.org2009-12-181-0/+191
| | | | | | | | | BUG=None TEST=browser_tests.exe --gtest_filter=ExtensionApiTest.FLAKY_Bookmarks Review URL: http://codereview.chromium.org/503053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34972 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
* Make all the manifest examples consistent.kathyw@google.com2009-12-071-3/+3
| | | | | | | | | | | | 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
* Remove bad link to example. (I'll add a good link once we have akathyw@google.com2009-12-071-1/+3
| | | | | | | | | | | | bookmark example again.) TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/453021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33976 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-20/+56
| | | | | | | | | | 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
* Adding and cleaning up screenshotskathyw@google.com2009-12-011-41/+2
| | | | | | | | | | TBR=aa TEST=none BUG=27425 Review URL: http://codereview.chromium.org/457016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33393 0039d316-1c4b-4281-b951-d872f2087c98
* Changed comments to use HTML comments instead of class="comment".kathyw@google.com2009-11-261-12/+14
| | | | | | | | | | 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-4/+6
| | | | | | | | | | | | | | | | 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
* 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-116/+116
| | | | | | | | | | | | | | | 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
* Minor sidenav update.kathyw@google.com2009-11-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/372039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31346 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
* Adding documentation for extensions options pages.asargent@chromium.org2009-10-231-0/+1
| | | | | | | | | 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
* Organize the sidenav to make developer guide pages easier to find.kathyw@google.com2009-10-211-14/+29
| | | | | | | | | 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
* Add styles for printing.kathyw@google.com2009-10-201-0/+1
| | | | | | | | | | | | | Regenerated all the doc to include these styles. Also added static/pageAction.html, which was missing from an earlier CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/292021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29583 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-1/+2
| | | | | | | | 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
* Added link to bookmarks example.kathyw@google.com2009-10-151-0/+5
| | | | | | | | | TBR=erikkay BUG=none TEST=none Review URL: http://codereview.chromium.org/273080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29215 0039d316-1c4b-4281-b951-d872f2087c98
* Tidy up the bookmarks doc. Hide parts that still need updating.kathyw@google.com2009-10-151-86/+73
| | | | | | | | | | BUG=none TEST=none TBR=erikkay Review URL: http://codereview.chromium.org/269086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29206 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-169/+168
| | | | | | | | | | 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-1/+1
| | | | | | | | 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-3/+3
| | | | | | | | | 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-73/+37
| | | | | | | | | | 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