summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-1616-26/+33
* Whoops. Actually print out the private key in the unit test,aa@chromium.org2009-06-161-1/+1
* Trying to debug a purify problem, the flags are not set to output LOG(INFO), ...aa@chromium.org2009-06-161-1/+1
* Fix a bug where ExtensionHost and ExtensionView weren't getting closed proper...erikkay@google.com2009-06-162-1/+25
* Close all browsers during InProcessBrowserTest cleanup, not just the main one.erikkay@google.com2009-06-161-7/+0
* Temporarily break the purify bot again so that I can get logaa@chromium.org2009-06-161-0/+4
* Use GetForegroundWindow instead of GetActiveWindow because the former works onmpcomplete@google.com2009-06-151-2/+2
* Fix a crash during extension installation (debug only).erikkay@google.com2009-06-151-4/+1
* Use linked_ptr for the ExternalExtensionProviders.finnur@chromium.org2009-06-152-35/+36
* Clean up extension loading:erikkay@google.com2009-06-158-303/+365
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-134-0/+4
* Make extensions visible in the Task Manager.phajdan.jr@chromium.org2009-06-132-3/+21
* Change extension id format back to mp-decimal, and change theaa@chromium.org2009-06-134-37/+47
* Verify signed .crx extension installationsrafaelw@chromium.org2009-06-127-110/+336
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-122-0/+4
* Fix object ownership and cleanup issues between ExtensionHost and ExtensionVi...erikkay@google.com2009-06-122-3/+9
* Fixing memleak found by purify.finnur@chromium.org2009-06-121-0/+2
* Factor out the code that deals with installing external extensions through Re...finnur@chromium.org2009-06-128-234/+577
* Revert "BUG=12114"tc@google.com2009-06-117-337/+112
* BUG=12114rafaelw@chromium.org2009-06-117-112/+337
* Fix memory leak in ExtensionsService when skipping loadedaa@chromium.org2009-06-111-8/+6
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-111-2/+3
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-111-169/+0
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-111-0/+169
* Revert "Add support to the automation provider to test sending browser"aa@chromium.org2009-06-111-169/+0
* Add support to the automation provider to test sending browseraa@chromium.org2009-06-111-0/+169
* Fix extension loading code to properly filter out non-themesaa@chromium.org2009-06-112-19/+31
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-115-10/+72
* Fix UMR in ExtensionCreator.aa@chromium.org2009-06-101-2/+3
* Fix uninitialized ExtensionView::pending_preferred_width_.mpcomplete@google.com2009-06-101-1/+1
* Remove the prepended manifest from the crx format. Now we just have the heade...aa@chromium.org2009-06-105-129/+91
* Dummy change to fix "svn: Inconsistent line ending style"maruel@chromium.org2009-06-101-13/+13
* Fix svn: Inconsistent line ending stylemaruel@chromium.org2009-06-101-0/+1
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-103-89/+76
* part 2 of dragging change: reordering, but not persistingerikkay@google.com2009-06-1012-200/+580
* chrome.exe --package-extension generates .crx from extension directoryrafaelw@chromium.org2009-06-095-12/+421
* Fix user scripts not getting initialized.aa@chromium.org2009-06-082-49/+23
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-065-17/+57
* Make extensions installable again.aa@chromium.org2009-06-061-1/+1
* Fix an issue where themes would sporadically fail to install.mpcomplete@google.com2009-06-051-4/+33
* Fix build.finnur@chromium.org2009-06-051-18/+22
* Add this ability to install Extensions using preferences. Also known as: port...finnur@chromium.org2009-06-053-87/+555
* Don't prompt before installing a Theme, move existing prompt so that users ar...glen@chromium.org2009-06-053-11/+25
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-057-25/+78
* Validate that extension resources exist.glen@chromium.org2009-06-052-3/+28
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-045-30/+63
* Part 1 of dragging extensions on the shelf. This part was just about getting...erikkay@google.com2009-06-033-20/+151
* Change plugin handling in extension from "plugin_dir" to a "plugin" list ofmpcomplete@google.com2009-06-032-3/+18
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-032-0/+3
* Support for searching bookmarks for IDN.brettw@chromium.org2009-06-021-1/+4