summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions
Commit message (Expand)AuthorAgeFilesLines
* Allow extensions to access chrome://favicon/.arv@chromium.org2010-04-104-8/+33
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-082-3/+146
* Don't bail early on extensions update.asargent@chromium.org2010-04-073-8/+49
* Update and rewrite the permissions section of the manifest page.kathyw@chromium.org2010-04-072-22/+100
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-4/+4
* Make sure DecodeIcon is only called from the File thread.finnur@chromium.org2010-04-064-13/+21
* Fix a bad URL in sample code.kathyw@chromium.org2010-04-062-2/+2
* Add a simple example history extension.skerner@chromium.org2010-04-064-0/+138
* detect preferences errorserikkay@chromium.org2010-04-065-7/+10
* Add menu and menu item events to the accessibility extension api, anddmazzoni@chromium.org2010-04-061-1/+44
* Move more extensions hard coded error messages to .grd file. finnur@chromium.org2010-04-061-28/+43
* Make an error message verbose to investigate a un-reproducible bug.tkent@chromium.org2010-04-061-2/+7
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-4/+4
* Fix a few places where we were incorrectly classifyingaa@chromium.org2010-04-033-5/+18
* Extension Docs (No building or testable files).rafaelw@chromium.org2010-04-023-121/+32
* Mention the "unlimited_storage" permission in the extensions docs.dumi@chromium.org2010-04-021-1/+6
* Sample code for tracking extension and content events.erikkay@chromium.org2010-04-026-0/+594
* Add a folders_only and subtree api to bookmark managerfeldstein@chromium.org2010-04-021-0/+25
* Move history API out of experimental. Allow extensions to override history p...skerner@chromium.org2010-04-0152-154/+255
* Miscellaneous small doc cleanup, including:kathyw@chromium.org2010-04-016-12/+14
* Miscellaneous API doc cleanup.kathyw@chromium.org2010-03-316-8/+32
* Adding API tests for getViews and infobars.finnur@chromium.org2010-03-312-2/+2
* Attempt 2 at landing this. Patch is exactly same as last time around.sky@chromium.org2010-03-304-2/+37
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-0/+1
* Make the infobars.show callback optional.finnur@chromium.org2010-03-302-8/+8
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-294-37/+2
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-294-2/+37
* Update i18n pages to include predefined messages (e.g. @@bidi_dir).kathyw@chromium.org2010-03-274-6/+287
* Add two Extension view types: Notification and Infobars.finnur@chromium.org2010-03-262-110/+163
* Move onImportBegan/Ended to the regular bookmarks apifeldstein@chromium.org2010-03-263-30/+206
* linux: turn on -Wextraevan@chromium.org2010-03-261-1/+1
* Revert "linux: turn on -Wextra"evan@chromium.org2010-03-251-1/+1
* linux: turn on -Wextraevan@chromium.org2010-03-251-1/+1
* Add incognito guidelines to the overview.kathyw@chromium.org2010-03-252-3/+119
* Add info about favicons.kathyw@chromium.org2010-03-252-8/+12
* Ensure all callers to GetFilePath are on the File threadfinnur@chromium.org2010-03-252-13/+55
* Add images for the Analytics tutorial.kathyw@chromium.org2010-03-243-0/+0
* Add Arne's Analytics tutorial and Eric Bidelman's OAuth tutorial to the exten...kathyw@chromium.org2010-03-2452-3/+2908
* Fix a typo in experimental.history.html.kathyw@chromium.org2010-03-242-2/+2
* Change chrome.experimental.history.search's first param to use 'text' for tex...skerner@chromium.org2010-03-242-3/+3
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-244-5/+15
* Adds smallish size to list of icon sizes.sky@chromium.org2010-03-232-0/+2
* Initial version of an experimental Extensions Context Menu API.asargent@chromium.org2010-03-231-0/+89
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-2/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-202-5/+7
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-199-189/+565
* Add 95%-tile confidence intervals to the benchmark.mbelshe@chromium.org2010-03-191-0/+10
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-199-565/+189
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-199-189/+565
* Add discussion of executeScript and insertCSS to the content scripts page.kathyw@chromium.org2010-03-194-63/+273