| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin work on extension shelf for Linux. | phajdan.jr@chromium.org | 2009-07-17 | 1 | -0/+2 |
* | A small start: add icons to the extension manifest. | aa@chromium.org | 2009-07-17 | 1 | -0/+11 |
* | First step in abstracting extension api to common/shared "IDL" files (jsonsch... | rafaelw@chromium.org | 2009-07-16 | 8 | -61/+65 |
* | Change getLanguage to detectLanguage, and incorporate corresponding changes, ... | sidchat@google.com | 2009-07-16 | 5 | -10/+10 |
* | Fix for bug where we would not create ExtensionFunctionDispatcher | aa@chromium.org | 2009-07-16 | 3 | -0/+19 |
* | Add more browser tests for Task Manager. | phajdan.jr@chromium.org | 2009-07-15 | 1 | -6/+7 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 8 | -7/+78 |
* | Disable MessagingContentScript. It's failing on the buildbot. | mpcomplete@chromium.org | 2009-07-15 | 1 | -0/+3 |
* | Reenable content script messaging test. | mpcomplete@chromium.org | 2009-07-15 | 1 | -4/+0 |
* | Lands http://codereview.chromium.org/155428 for Thiago, which changes | sky@chromium.org | 2009-07-15 | 2 | -11/+0 |
* | Various minor fixes: | aa@chromium.org | 2009-07-15 | 3 | -64/+90 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 7 | -69/+3 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 7 | -3/+69 |
* | Remove the defunct SetAccelerator message and replace it with an | amit@chromium.org | 2009-07-14 | 1 | -2/+10 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -3/+6 |
* | Nukes the 3 arg TabMoved variant in favor of the 4 arg variant. | sky@chromium.org | 2009-07-13 | 2 | -4/+6 |
* | Try the original CL "Always persist bookmark IDs" again with the fix to | munjal@chromium.org | 2009-07-13 | 4 | -28/+68 |
* | Revert "Always persist bookmark IDs." | tc@google.com | 2009-07-13 | 4 | -68/+28 |
* | Refactoring handle and dragging a bit in preparation for moles. The primary ... | erikkay@chromium.org | 2009-07-13 | 2 | -23/+42 |
* | Always persist bookmark IDs. | munjal@chromium.org | 2009-07-13 | 4 | -28/+68 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 3 | -43/+77 |
* | Refactor extension constants to improve readability, debugging, and to make i... | erikkay@chromium.org | 2009-07-13 | 3 | -8/+14 |
* | Fix leaks in ExtensionUpdater unit tests | asargent@chromium.org | 2009-07-10 | 2 | -6/+8 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 10 | -0/+0 |
* | Temporarily disable unit tests with leaks until I can check in a fix for them. | asargent@chromium.org | 2009-07-10 | 1 | -5/+5 |
* | ExtensionBrowserEventRouter now observes TAB_CONTENTS_DESTROYED. This became ... | rafaelw@chromium.org | 2009-07-10 | 1 | -14/+18 |
* | Implementation of Extension Updater. | asargent@chromium.org | 2009-07-10 | 6 | -37/+1264 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 7 | -7/+91 |
* | Properly restart extensions with no visible UI. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -1/+7 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 2 | -3/+3 |
* | Add a rudamentary feed preview to the RSS extension. It | finnur@chromium.org | 2009-07-09 | 3 | -1/+163 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 6 | -162/+222 |
* | ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of... | rafaelw@chromium.org | 2009-07-09 | 2 | -9/+4 |
* | DevTools: remove extensions-related workaround from the docked devtools windo... | pfeldman@chromium.org | 2009-07-08 | 1 | -1/+13 |
* | Aha, I think this was racing because INSTALLED is actually fired | aa@chromium.org | 2009-07-08 | 1 | -7/+2 |
* | Add some more logging. Still trying to figure out flakey test. | aa@chromium.org | 2009-07-08 | 1 | -3/+20 |
* | Add some logging to a flakey browsertest to debug. | aa@chromium.org | 2009-07-08 | 2 | -4/+11 |
* | Disable ExtensionBrowserTest.Incognito because it fails too often. | nsylvain@chromium.org | 2009-07-07 | 1 | -0/+3 |
* | Fixing a crash in RenderViewGone. | finnur@chromium.org | 2009-07-06 | 1 | -4/+7 |
* | Do some refactoring of renderer_host. | brettw@chromium.org | 2009-07-06 | 2 | -38/+36 |
* | Add an ExtensionBrowserTest base class that allows in-process browser tests o... | aa@chromium.org | 2009-07-04 | 10 | -328/+284 |
* | Create a project for maintaining default extensions. | finnur@chromium.org | 2009-07-03 | 1 | -0/+0 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 4 | -18/+25 |
* | PageActions can now specify multiple icons and switch between them | finnur@chromium.org | 2009-07-01 | 5 | -9/+32 |
* | Create an interface just for update-related functions in ExtensionsService. | asargent@chromium.org | 2009-07-01 | 3 | -15/+31 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 8 | -38/+132 |
* | Adds a browser_test for extension startup, content script | aa@chromium.org | 2009-07-01 | 2 | -3/+255 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 2 | -28/+42 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -4/+4 |
* | Fix memleak in GetNodeDictionary. | finnur@chromium.org | 2009-06-30 | 1 | -19/+18 |