summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Create an interface just for update-related functions in ExtensionsService.asargent@chromium.org2009-07-013-15/+31
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-018-38/+132
* Adds a browser_test for extension startup, content scriptaa@chromium.org2009-07-012-3/+255
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-012-28/+42
* Refactor extension bindings to share code, avoid exposing hidden variablesmpcomplete@chromium.org2009-06-301-4/+4
* Fix memleak in GetNodeDictionary.finnur@chromium.org2009-06-301-19/+18
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-292-13/+12
* a few minor tweaks the bookmarks API:erikkay@google.com2009-06-294-11/+35
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-294-4/+4
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-262-44/+47
* Fix crash 15371finnur@chromium.org2009-06-261-1/+2
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-267-59/+32
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-262-12/+13
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-262-13/+12
* Fix proper MACOSX exlussion.rvargas@google.com2009-06-261-3/+3
* Disable ExtensionsService.ExternalInstallPref unittest on mac.rafaelw@chromium.org2009-06-261-0/+6
* two more unit_test fixes for: http://codereview.chromium.org/140018rafaelw@chromium.org2009-06-251-2/+4
* Fix unit_test breakage from http://codereview.chromium.org/140018rafaelw@chromium.org2009-06-251-0/+3
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-256-83/+277
* Fix build. finnur@chromium.org2009-06-251-1/+1
* The Provider for External Extensions no longer usesfinnur@chromium.org2009-06-2510-71/+215
* Temporary extension UI for the Mac.avi@chromium.org2009-06-251-15/+39
* Relanding this, it was failing to compile because of a FRIEND_CHANGE that had...jcampan@chromium.org2009-06-251-1/+2
* Reverting 19233.jcampan@chromium.org2009-06-251-2/+1
* Disabling 2 browser tests that fail on the build-bot:jcampan@chromium.org2009-06-251-1/+2
* Try to reland r19170 (Pick up extensions (if any) and extensionskuchhal@chromium.org2009-06-241-0/+2
* Revert "Pick up extensions (if any) and extensions definitions file for insta...kuchhal@chromium.org2009-06-241-2/+0
* Pick up extensions (if any) and extensions definitions file for installation.kuchhal@chromium.org2009-06-241-0/+2
* Clean up a few startup and shutdown dependencies which should fix some of the...erikkay@google.com2009-06-244-31/+48
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-242-3/+2
* Fix case where install puts two copies of the extension toolbar on the shelf.erikkay@chromium.org2009-06-231-8/+0
* Disabling some browser tests that fail, as part of deploying the browser test...jcampan@chromium.org2009-06-232-3/+6
* Changes to ExtensionsService to support extensions auto-update.asargent@chromium.org2009-06-233-13/+253
* Disabling a test (bug filed) that is crashing (I am not sure what the correct...jcampan@chromium.org2009-06-231-1/+2
* 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