| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a regression with setting the toolstrip background. | mpcomplete@chromium.org | 2009-10-06 | 1 | -0/+3 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed. | erikkay@chromium.org | 2009-10-06 | 1 | -3/+18 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -18/+3 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -3/+18 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 1 | -10/+14 |
* | Don't send tab switching/killing/creating keyboard accelerators to pages. Th... | jam@chromium.org | 2009-10-02 | 1 | -0/+4 |
* | Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc... | mpcomplete@chromium.org | 2009-09-28 | 1 | -1/+70 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -5/+3 |
* | Extensions: Listen for BROWSER_THEME_CHANGED and send updated CSS. | erg@google.com | 2009-09-28 | 1 | -5/+15 |
* | ExtensionApiTest improvements. | rafaelw@chromium.org | 2009-09-25 | 1 | -1/+14 |
* | Allow the initial size of TabContentViews to be based on the | tony@chromium.org | 2009-09-25 | 1 | -1/+2 |
* | Revert r27137: "Create renderers for ExtensionHosts one at a time to avoid | mpcomplete@chromium.org | 2009-09-24 | 1 | -70/+1 |
* | Create renderers for ExtensionHosts one at a time to avoid blocking the UI. | mpcomplete@chromium.org | 2009-09-24 | 1 | -1/+70 |
* | remove the right-click devtools behavior | erikkay@chromium.org | 2009-09-19 | 1 | -2/+1 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -37/+22 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -20/+35 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -35/+20 |
* | Add a bare-bones extension shelf that displays extension items on OS X. | thakis@chromium.org | 2009-09-16 | 1 | -7/+11 |
* | Handle mole/toolstrip URLs properly. | erikkay@chromium.org | 2009-09-15 | 1 | -2/+28 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -19/+46 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -46/+19 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -19/+46 |
* | Make extensions use ViewMsg_EnableIntrinsicWidthChangedMode. | mpcomplete@chromium.org | 2009-09-10 | 1 | -0/+3 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -2/+6 |
* | Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-03 | 1 | -1/+1 |
* | Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-02 | 1 | -1/+1 |
* | Allow DOMUI pages to call window.open(), giving DOMUI privileges to the new | mpcomplete@chromium.org | 2009-09-02 | 1 | -1/+1 |
* | Revert accidental commits: r25115 and r25116 | mpcomplete@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | Merge branch 'api' of /src/chrome/src into api | mpcomplete@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | override chrome:// URLs via extensions. | erikkay@chromium.org | 2009-08-28 | 1 | -3/+19 |
* | Fix crash in Linux extension shelf. | phajdan.jr@chromium.org | 2009-08-26 | 1 | -2/+3 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-25 | 1 | -76/+1 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-18 | 1 | -1/+76 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-18 | 1 | -76/+1 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -2/+23 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-11 | 1 | -1/+76 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-11 | 1 | -76/+1 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -0/+6 |
* | Correctly handle extensions width in the GTK extension shelf. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -2/+2 |
* | Make extensions in the extension shelf render their content to a visible GTK | phajdan.jr@chromium.org | 2009-08-04 | 1 | -3/+8 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -2/+9 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -1/+23 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -9/+2 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -2/+9 |
* | Create render view for extensions on Linux. | phajdan.jr@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | add mole info to toolstrip definition and enable moles | erikkay@chromium.org | 2009-07-26 | 1 | -14/+40 |
* | Begin work on extension shelf for Linux. | phajdan.jr@chromium.org | 2009-07-17 | 1 | -0/+2 |
* | Add more browser tests for Task Manager. | phajdan.jr@chromium.org | 2009-07-15 | 1 | -6/+7 |