summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Enable a bunch of extension browsertests for linuxrafaelw@chromium.org2009-08-283-5/+16
* DevTools: Remove base/values dependency from devtools.pfeldman@chromium.org2009-08-273-8/+12
* Update of the extension install UI:aa@chromium.org2009-08-273-6/+63
* Make extension install UI text on Mac match Windows version. Still to come ifpam@chromium.org2009-08-261-8/+34
* Reland "Linux Extensions Install Prompt""rafaelw@chromium.org2009-08-261-1/+1
* Fix crash in Linux extension shelf.phajdan.jr@chromium.org2009-08-261-2/+3
* Extension ports devtools remote service.sdoyon@chromium.org2009-08-262-35/+69
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-265-3/+566
* Revert "Linux Extensions Install Prompt"rafaelw@google.com2009-08-261-1/+1
* Linux Extensions Install Promptrafaelw@google.com2009-08-261-1/+1
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-265-564/+3
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-255-3/+564
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-257-85/+124
* Revert r24223. Storage test is not working.aa@chromium.org2009-08-251-9/+0
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-251-0/+9
* Exposes a chrome.devtools object to extensions. This allows extensions to ca...mpcomplete@chromium.org2009-08-2411-5/+626
* (Extension API) Make BookmarkTreeNode.index "type":"integer"rafaelw@chromium.org2009-08-241-2/+1
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-1/+3
* Validation of extension api callbacks and event parameters in DEBUGrafaelw@chromium.org2009-08-221-27/+56
* handle index from bookmarks API properlyerikkay@chromium.org2009-08-211-2/+1
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-218-226/+173
* Reapply r23840 - Also return bookmark index through bookmarks API.kuchhal@chromium.org2009-08-201-1/+4
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-201-0/+1
* Disable the Bookmarks ExtensionAPITest becuase it is flaky.brettw@chromium.org2009-08-201-1/+2
* Get rid of the extension's "Current Version" file.mpcomplete@chromium.org2009-08-2010-281/+240
* Revert "Also return bookmark index through bookmarks API."kuchhal@chromium.org2009-08-201-4/+1
* Also return bookmark index through bookmarks API.kuchhal@chromium.org2009-08-201-1/+4
* Fix theme install on 64 bit chromium builds.tony@chromium.org2009-08-201-4/+4
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-205-423/+197
* This change enables Chrome to load locale information for the extension. It d...cira@chromium.org2009-08-196-0/+447
* Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,amanda@chromium.org2009-08-191-2/+17
* Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.hbono@chromium.org2009-08-192-2/+2
* Async extension callbacks now always fire and set chrome.extension.lastError ...rafaelw@chromium.org2009-08-181-0/+17
* Show the extension install UI when the user clicks Reenable for a disabled-on...mpcomplete@chromium.org2009-08-187-103/+169
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-188-155/+84
* Implement chrome.tabs.captureVisibleTab for linuxerg@google.com2009-08-181-0/+4
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-188-84/+155
* Call the new FilePath API to make sure the untrusted sandboxed process is notcevans@chromium.org2009-08-181-2/+12
* An initial pass at structure to do end-to-end extension API tests. I'll work...erikkay@chromium.org2009-08-177-6/+201
* DevTools: remove TODO on completed item.pfeldman@chromium.org2009-08-171-1/+0
* Undo disabled toolstrip test, now that upstream bug is fixed.aa@chromium.org2009-08-151-1/+1
* Adds a copyright header to extension_browsertest.cc and fixes lint error.mpcomplete@chromium.org2009-08-142-3/+9
* Disable UpdatePermissions until I can figure out why it's failing.mpcomplete@chromium.org2009-08-141-0/+3
* Disable an extension when it is upgraded to a version that requires morempcomplete@chromium.org2009-08-1412-69/+389
* Implement chrome.tabs.getVisibleTabCapture() on Macrafaelw@chromium.org2009-08-141-1/+4
* remove some unneeded DCHECKs (from an earlier review comment you made)erikkay@chromium.org2009-08-141-5/+1
* Temporarily disable ExtensionBrowserTest.Toolstrip while the levin@chromium.org2009-08-141-1/+2
* The change has the followings:lzheng@chromium.org2009-08-149-101/+670
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-144-8/+77