summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Modify the incognito content script test to verify that a crash no longermpcomplete@chromium.org2010-02-121-10/+18
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-121-10/+7
* Browser Action Container should not shrink when visible extension is disabled.finnur@chromium.org2010-02-124-6/+43
* Clone of issue 577015.twiz@chromium.org2010-02-121-1/+18
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-1112-21/+253
* Fix spelling error on history transition type.brg@chromium.com2010-02-111-1/+1
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-105-23/+119
* Make sure that ResourceQueue is shut down before destruction.phajdan.jr@chromium.org2010-02-103-373/+311
* Remove poll'n'loop code from extension_browsertest.cc.phajdan.jr@chromium.org2010-02-103-96/+71
* Add basic tests for extension crash recovery.phajdan.jr@chromium.org2010-02-105-7/+183
* Make it so that chrome.bookmarks.update can update the URL of a bookmark.arv@chromium.org2010-02-101-7/+26
* [Mac] Enables extension browser tests previously disabled for the mac due to ...andybons@chromium.org2010-02-102-32/+8
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-097-2/+8
* Remove DirectoryWatcher and the only thing using it.phajdan.jr@chromium.org2010-02-093-69/+0
* Preserve order of extensions when they auto-update.finnur@chromium.org2010-02-084-5/+255
* Update bug reference link in ExtensionApiTest.Toolstripphajdan.jr@chromium.org2010-02-081-1/+2
* Disable ExtensionApiTest.Toolstrip, crashy.phajdan.jr@chromium.org2010-02-081-6/+2
* Export bookmark favicon (base64 encoded png). nkostylev@google.com2010-02-081-1/+1
* Mark ExtensionApiTest.ExecuteScript DISABLED because it's not only flaky,phajdan.jr@chromium.org2010-02-081-3/+3
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-1/+1
* Add an extension API test to catch cookie regressions.mpcomplete@chromium.org2010-02-051-0/+4
* Wires TabContents to app extensions.sky@chromium.org2010-02-052-2/+2
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-0/+1
* Use strict json formating in extension_uitest.rafaelw@chromium.org2010-02-041-10/+9
* Implement chrome.browserAction.setPopup().skerner@chromium.org2010-02-034-0/+114
* Support reordering of Browser Actions within the container. Currently does no...finnur@chromium.org2010-02-031-1/+5
* Clean up bookmark manager extension api code a bit.arv@chromium.org2010-02-032-30/+46
* Move repetive testing code into a method of the base class used for testing e...skerner@chromium.org2010-02-024-37/+50
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-022-4/+2
* [Mac] Make the extension popup a singleton instance to avoid maintaining mult...andybons@chromium.org2010-02-021-3/+3
* DevTools: fix TimelineApi test (followup fix for dispatchToApu rename).pfeldman@chromium.org2010-02-021-1/+1
* DevTools: Fixes Speed Tracer after message renames in r37251.pfeldman@chromium.org2010-02-021-1/+1
* Get rid of check that caused redirects to fail extension updates.asargent@chromium.org2010-02-011-5/+1
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-011-1/+1
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-1/+1
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-1/+1
* ExtensionInstalledBubble for Mac.mirandac@chromium.org2010-01-312-4/+45
* The upstream change to make popup shrinking work properly is a big project, s...aa@chromium.org2010-01-311-2/+6
* Expose sortChildren to the bookmark manager extension API and use that from t...arv@chromium.org2010-01-303-4/+24
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-307-0/+382
* If an extension crashes or is killed by the task manager then reloaded, the i...andybons@chromium.org2010-01-301-0/+7
* Add clipboard hooks to the bookmark manager extension API.arv@chromium.org2010-01-293-19/+89
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-291-1/+1
* A little more polish on the RSS extension.finnur@chromium.org2010-01-291-1/+1
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-281-2/+5
* Fix extension remove tab crasher.viettrungluu@chromium.org2010-01-281-1/+6
* Adds an experimental processes module to the extensions API.creis@chromium.org2010-01-286-0/+98
* Refactor extension autoupdater.asargent@chromium.org2010-01-287-215/+415
* Allow extensions to add, remove, or change their page action popup.skerner@chromium.org2010-01-284-0/+122
* Add import/export extension apisfeldstein@chromium.org2010-01-287-2/+127