summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
Commit message (Expand)AuthorAgeFilesLines
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-6/+6
* Fix crash when a background page calls alert().mpcomplete@chromium.org2010-03-091-1/+1
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-1/+2
* Disable scroll bars on resizing popups below a maximum size.skerner@chromium.org2010-02-251-0/+4
* Handle keyboard events correctly in extension popups.suzhe@chromium.org2010-02-251-0/+7
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+3
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-261-3/+2
* Revert r34321 as it breaks the task manager:estade@chromium.org2009-12-111-0/+1
* Extensions: don't send EXTENSION_PROCESS_CRASHED when the extension process i...estade@chromium.org2009-12-111-1/+0
* re-apply r34183estade@chromium.org2009-12-101-1/+1
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-2/+3
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-2/+5
* rollback r34183estade@chromium.org2009-12-091-1/+1
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-091-1/+1
* Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo...andybons@chromium.org2009-12-091-0/+14
* Make the default RendererPreferences smarter.estade@chromium.org2009-12-041-0/+1
* Fix crash when an extension popup shows a JS alert. Showing the alert takes...rafaelw@chromium.org2009-11-241-0/+1
* Undo my revert at r32524 due to a startup test regression.mpcomplete@chromium.org2009-11-201-4/+11
* Revert old change that created an ExtensionHost's RenderView asynchronously.mpcomplete@chromium.org2009-11-191-11/+4
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-161-38/+5
* add some histograms to extensionserikkay@chromium.org2009-11-061-0/+4
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-061-1/+13
* Revert 31110 - Implement window.alert() and its cousins for extensions.ben@chromium.org2009-11-051-13/+1
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-051-1/+13
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-031-3/+42
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-231-1/+1
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-1/+1
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-141-1/+1
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-061-0/+1
* TBR: mpcompleteerikkay@chromium.org2009-10-051-1/+0
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-0/+1
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-0/+1
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-0/+1
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-4/+11
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+1
* Revert r27137: "Create renderers for ExtensionHosts one at a time to avoidmpcomplete@chromium.org2009-09-241-11/+4
* Create renderers for ExtensionHosts one at a time to avoid blocking the UI.mpcomplete@chromium.org2009-09-241-4/+11
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-3/+5
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-5/+3
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-3/+5
* Add a bare-bones extension shelf that displays extension items on OS X.thakis@chromium.org2009-09-161-0/+6
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-0/+3
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-3/+0
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-0/+3
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-2/+3
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-251-4/+0
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-0/+4
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-4/+0
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-1/+7