summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/css/ApiRefStyles.css
Commit message (Collapse)AuthorAgeFilesLines
* Add a warning when viewing unofficial or non-stable docs.aa@chromium.org2012-01-241-8/+12
| | | | | | | | | | | | | 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
* Add overview section on using the chrome.* APIs asynchronously.kathyw@chromium.org2011-07-011-0/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7290017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91324 0039d316-1c4b-4281-b951-d872f2087c98
* Improve readability for events & methods nested into typescaseq@google.com2011-02-101-45/+15
| | | | | | | | | | | | | | - add name of parent type to headers of event and methods sections - increase bottom margins for top-level apiItem to 2em - set h3 font size for nested sections to 110% (same as parent, was 120%) - don't display parameters for methods with no parameters BUG=none TEST=none Review URL: http://codereview.chromium.org/6476032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74457 0039d316-1c4b-4281-b951-d872f2087c98
* Improve the doc navigation.kathyw@chromium.org2010-11-111-0/+7
| | | | | | | | | 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-0/+23
| | | | | | | | | | | | | * 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
* Remove svn:executable property from more files that don't need it.thestig@chromium.org2010-04-271-0/+0
| | | | | | Review URL: http://codereview.chromium.org/1723014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45659 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (No building or testable files)rafaelw@chromium.org2010-03-181-0/+9
| | | | | | | | 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
* Fix doc styling bug where underscores are invisible in some highlighted code.asargent@chromium.org2010-01-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | On Windows or Linux (but not Mac), if you view the doc page at: http://code.google.com/chrome/extensions/browserAction.html You'll notice that in the manifest section, the highlighted code has underscores missing for "browser_action", "default_icon", "default_title", etc. If you increase/decrease the font size using CTL + or CTL -, the underscores become visible. This CL fixes that. BUG=none TEST=Should see underscores in highlighted code in extensions doc pre sections on Win/Linux. Review URL: http://codereview.chromium.org/521042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35668 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-12-031-0/+13
| | | | | | | | | | 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
* Add a new docs page that introduces the docs, with (more importantly)kathyw@google.com2009-11-241-0/+12
| | | | | | | | | | | | | | | | 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-31/+10
| | | | | | | | | | | | | | | | | * 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-111/+1206
| | | | | | | | | | | | | | | | | | 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
* Doc navigation work.kathyw@google.com2009-10-241-0/+13
| | | | | | | | | | | | 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
* Hide "Undocumented." items in the API reference doc. People found themkathyw@google.com2009-10-081-3/+3
| | | | | | | | | | confusing, and we can easily unhide them while we're working on the doc by editing the top rule in this .css file. TBR=rafaelw Review URL: http://codereview.chromium.org/266032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28485 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup. Also copyedited xhr.html and linked to it from the appropriatekathyw@google.com2009-09-021-9/+9
| | | | | | | | | | places. TBR=aa, rafaelw Review URL: http://codereview.chromium.org/184014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25187 0039d316-1c4b-4281-b951-d872f2087c98
* Miscellaneous small changes, mostly to the front page and the footer.kathyw@google.com2009-09-011-0/+4
| | | | | | | TBR=aa,rafaelw Review URL: http://codereview.chromium.org/173651 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25090 0039d316-1c4b-4281-b951-d872f2087c98
* Fill out windows doc. Also add permissions sectionaa@chromium.org2009-09-011-0/+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
* Make the doc footer more standard.kathyw@google.com2009-08-291-0/+2
| | | | | | | TBR=aa, rafaelw Review URL: http://codereview.chromium.org/183009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24837 0039d316-1c4b-4281-b951-d872f2087c98
* Miscellaneous doc changes, nothing earthshaking.kathyw@google.com2009-08-271-1/+1
| | | | | | | | TBR=aa,rafaelw Review URL: http://codereview.chromium.org/173586 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24652 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (no code changes) - Fix navigation jig. Renamed a few ↵rafaelw@chromium.org2009-08-241-0/+6
| | | | | | | | | | 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
* Fix TOC formatting.kathyw@google.com2009-08-151-0/+4
| | | | | | | | TBR=rafaelw Review URL: http://codereview.chromium.org/171024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23525 0039d316-1c4b-4281-b951-d872f2087c98
* First swing at the docs homepage. Also, fix the copyright/licenseaa@chromium.org2009-08-151-0/+1
| | | | | | | | footer. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23520 0039d316-1c4b-4281-b951-d872f2087c98
* Formatting pass: h3 -> h2, minor changes to some page names,kathyw@google.com2009-08-141-6/+31
| | | | | | | | | | | | | | | removed "Status" sections (since this isn't a design doc any more), ... Also added a few styles. No meaningful changes to anything except packaging.html. I did an editing pass on that page but didn't change the content significantly. TBR=aa, rafaelw Review URL: http://codereview.chromium.org/165535 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23444 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Doc Changes (no building or testable changes)rafaelw@chromium.org2009-08-131-1/+9
| | | | | | | | | | | | | | -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 a big more structure to the extensions docs.aa@chromium.org2009-08-091-0/+4
| | | | | | TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22888 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the extension doc page titles and flicker a bit.aa@chromium.org2009-08-091-4/+0
| | | | | | TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22887 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more content to the content scripts docs.aa@chromium.org2009-08-041-0/+16
| | | | | | TBR=rafaelw@chormium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22397 0039d316-1c4b-4281-b951-d872f2087c98
* Add a search box to all pages. (Well, most of them. But eventuallykathyw@google.com2009-07-241-1/+11
| | | | | | | | 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/+5
| | | | | | | | | 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
* Reland http://codereview.chromium.org/155945 which was erroneously reverted.rafaelw@chromium.org2009-07-221-5/+61
| | | | | | | | TBR=estade Review URL: http://codereview.chromium.org/159240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21338 0039d316-1c4b-4281-b951-d872f2087c98
* revert r21327, which broke MessagingExtensionTabestade@chromium.org2009-07-221-61/+5
| | | | | | | | | | <http://build.chromium.org/buildbot/waterfall/waterfall?builder=Vista%20Tests> tbr=rafaelw Review URL: http://codereview.chromium.org/155955 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21334 0039d316-1c4b-4281-b951-d872f2087c98
* Extensions Doc:rafaelw@chromium.org2009-07-221-5/+61
| | | | | | | | | | | | | | | | Expand complex types in reference pages. Support $ref for types in docs. Added Kathyw's template changes including leftNav and header. Remove old api files. R=aa Review URL: http://codereview.chromium.org/155945 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21327 0039d316-1c4b-4281-b951-d872f2087c98
* Step 2 in abstracting Extension APIs to shared "IDL".rafaelw@chromium.org2009-07-221-0/+4
| | | | | | | | | | In this step, all "normal" async extension apis have been pulled out into extension_api.json which is loaded in the renderer, and dynamic bindings are created for extension functions & events in extension_process_bindings.js. R=aa Review URL: http://codereview.chromium.org/155741 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21313 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at extension docs.rafaelw@chromium.org2009-07-151-0/+87
This adds the base mechanism for api reference pages to be generated from shared json schema api definitions. TBR=aa Review URL: http://codereview.chromium.org/149503 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20748 0039d316-1c4b-4281-b951-d872f2087c98