summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Move extension view classes from browser/extensions to browser/views/extensions.erikkay@google.com2009-06-237-974/+2
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-234-6/+49
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-235-41/+61
* TBR: Fix dead tree.aa@chromium.org2009-06-223-98/+37
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-223-3/+46
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-223-36/+54
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-225-4/+25
* Fix bug where content scripts are not run if they are inaa@chromium.org2009-06-221-1/+1
* TBR: Add more logging to try and track down flakey crypto tests.aa@chromium.org2009-06-201-4/+0
* part 3 of toolstrip dragging - persist the drag ordererikkay@google.com2009-06-198-38/+179
* TBR: Fix Toolstrips sometimes show scrollbars as renderingaa@chromium.org2009-06-195-11/+29
* linux: make extensions service test pass in Debug.evan@chromium.org2009-06-192-5/+3
* Display an infobar alert when extension process crashes.phajdan.jr@chromium.org2009-06-196-30/+158
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-192-42/+28
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-182-28/+42
* Abstract ExtensionPrefs into their own class.erikkay@google.com2009-06-187-244/+367
* Revert r18661.willchan@chromium.org2009-06-187-363/+244
* Pull Extension-related prefs into its own class. Also add a notification for...erikkay@google.com2009-06-177-244/+363
* Add a port disconnect event for when one side of an extension message portmpcomplete@google.com2009-06-173-14/+120
* submitted on behalf of rogerta (Roger Tawa).rafaelw@chromium.org2009-06-161-0/+178
* Bug 14202: Support relative paths when installing external extensions through...finnur@chromium.org2009-06-161-1/+25
* Fix a crash that could happen at shutdown or window close due to a double-free.mpcomplete@google.com2009-06-164-26/+7
* 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