| Commit message (Expand) | Author | Age | Files | Lines |
* | Associate popups with the top level frame instead of the security origin. | erg@google.com | 2010-01-26 | 1 | -3/+2 |
* | Revert r34321 as it breaks the task manager: | estade@chromium.org | 2009-12-11 | 1 | -0/+1 |
* | Extensions: don't send EXTENSION_PROCESS_CRASHED when the extension process i... | estade@chromium.org | 2009-12-11 | 1 | -1/+0 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 1 | -2/+3 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -2/+5 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 1 | -1/+1 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 1 | -1/+1 |
* | Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo... | andybons@chromium.org | 2009-12-09 | 1 | -0/+14 |
* | Make the default RendererPreferences smarter. | estade@chromium.org | 2009-12-04 | 1 | -0/+1 |
* | Fix crash when an extension popup shows a JS alert. Showing the alert takes... | rafaelw@chromium.org | 2009-11-24 | 1 | -0/+1 |
* | Undo my revert at r32524 due to a startup test regression. | mpcomplete@chromium.org | 2009-11-20 | 1 | -4/+11 |
* | Revert old change that created an ExtensionHost's RenderView asynchronously. | mpcomplete@chromium.org | 2009-11-19 | 1 | -11/+4 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -38/+5 |
* | add some histograms to extensions | erikkay@chromium.org | 2009-11-06 | 1 | -0/+4 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 1 | -1/+13 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 1 | -13/+1 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 1 | -1/+13 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 1 | -3/+42 |
* | Fix conflicts between accelerator keys and HTML DOM accesskeys. | suzhe@chromium.org | 2009-10-23 | 1 | -1/+1 |
* | Popup width and height are now dynamic. | erikkay@chromium.org | 2009-10-16 | 1 | -1/+1 |
* | Add histogram for how tab closing time. Did some cleanup along the way. Mov... | jam@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | 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 | -0/+1 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -1/+0 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -0/+1 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Don't send tab switching/killing/creating keyboard accelerators to pages. Th... | jam@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc... | mpcomplete@chromium.org | 2009-09-28 | 1 | -4/+11 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -2/+1 |
* | Revert r27137: "Create renderers for ExtensionHosts one at a time to avoid | mpcomplete@chromium.org | 2009-09-24 | 1 | -11/+4 |
* | Create renderers for ExtensionHosts one at a time to avoid blocking the UI. | mpcomplete@chromium.org | 2009-09-24 | 1 | -4/+11 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -3/+5 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -5/+3 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -3/+5 |
* | Add a bare-bones extension shelf that displays extension items on OS X. | thakis@chromium.org | 2009-09-16 | 1 | -0/+6 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -0/+3 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -0/+3 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -2/+3 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-25 | 1 | -4/+0 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-18 | 1 | -0/+4 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-18 | 1 | -4/+0 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -1/+7 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-11 | 1 | -0/+4 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-11 | 1 | -4/+0 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -0/+1 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -1/+25 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -1/+0 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -0/+1 |