summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Begin work on extension shelf for Linux.phajdan.jr@chromium.org2009-07-171-0/+2
* A small start: add icons to the extension manifest.aa@chromium.org2009-07-171-0/+11
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-168-61/+65
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-165-10/+10
* Fix for bug where we would not create ExtensionFunctionDispatcheraa@chromium.org2009-07-163-0/+19
* Add more browser tests for Task Manager.phajdan.jr@chromium.org2009-07-151-6/+7
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-158-7/+78
* Disable MessagingContentScript. It's failing on the buildbot.mpcomplete@chromium.org2009-07-151-0/+3
* Reenable content script messaging test.mpcomplete@chromium.org2009-07-151-4/+0
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-152-11/+0
* Various minor fixes:aa@chromium.org2009-07-153-64/+90
* Reverting 20714.finnur@chromium.org2009-07-157-69/+3
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-157-3/+69
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-2/+10
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-3/+6
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-132-4/+6
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-134-28/+68
* Revert "Always persist bookmark IDs."tc@google.com2009-07-134-68/+28
* Refactoring handle and dragging a bit in preparation for moles. The primary ...erikkay@chromium.org2009-07-132-23/+42
* Always persist bookmark IDs.munjal@chromium.org2009-07-134-28/+68
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-133-43/+77
* Refactor extension constants to improve readability, debugging, and to make i...erikkay@chromium.org2009-07-133-8/+14
* Fix leaks in ExtensionUpdater unit testsasargent@chromium.org2009-07-102-6/+8
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-1010-0/+0
* Temporarily disable unit tests with leaks until I can check in a fix for them.asargent@chromium.org2009-07-101-5/+5
* ExtensionBrowserEventRouter now observes TAB_CONTENTS_DESTROYED. This became ...rafaelw@chromium.org2009-07-101-14/+18
* Implementation of Extension Updater.asargent@chromium.org2009-07-106-37/+1264
* Add getLanguage function to tab extension.sidchat@google.com2009-07-107-7/+91
* Properly restart extensions with no visible UI.phajdan.jr@chromium.org2009-07-101-1/+7
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-092-3/+3
* Add a rudamentary feed preview to the RSS extension. Itfinnur@chromium.org2009-07-093-1/+163
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-096-162/+222
* ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...rafaelw@chromium.org2009-07-092-9/+4
* DevTools: remove extensions-related workaround from the docked devtools windo...pfeldman@chromium.org2009-07-081-1/+13
* Aha, I think this was racing because INSTALLED is actually firedaa@chromium.org2009-07-081-7/+2
* Add some more logging. Still trying to figure out flakey test.aa@chromium.org2009-07-081-3/+20
* Add some logging to a flakey browsertest to debug.aa@chromium.org2009-07-082-4/+11
* Disable ExtensionBrowserTest.Incognito because it fails too often.nsylvain@chromium.org2009-07-071-0/+3
* Fixing a crash in RenderViewGone.finnur@chromium.org2009-07-061-4/+7
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-062-38/+36
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-0410-328/+284
* Create a project for maintaining default extensions.finnur@chromium.org2009-07-031-0/+0
* Fix some issues with extension messaging:mpcomplete@chromium.org2009-07-024-18/+25
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-015-9/+32
* 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