summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
Commit message (Expand)AuthorAgeFilesLines
* chromium-os:7243: Fix so that extensions create popup windows of TYPE_APP_POPUP.stevenjb@google.com2010-10-061-23/+33
* Couple of match preview changes.sky@chromium.org2010-09-291-0/+9
* DevTools: attach devtools front-end earlier when extension background page is...yurys@chromium.org2010-09-271-0/+3
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+8
* Remove some more log spam.aa@chromium.org2010-09-221-12/+0
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Fix SessionStoragejorlow@chromium.org2010-09-141-5/+1
* Adds a notification event for onload. I would have liked to plumb thissky@chromium.org2010-09-111-1/+2
* Partial clone of the following CL: http://codereview.chromium.org/3013045/showtwiz@google.com2010-09-101-4/+30
* Input file type now supported in extension popups.jcivelli@chromium.org2010-09-101-0/+7
* Don't show "The page at..." in the Bookmark Manager confirmation dialog.tfarina@chromium.org2010-09-051-14/+2
* Re-lands 58186:bryeung@chromium.org2010-09-031-3/+3
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-3/+3
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-3/+3
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-3/+3
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-3/+3
* window.open() from an extension should always goes in normal browser. When th...aa@chromium.org2010-09-011-4/+11
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-1/+2
* Revert 57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-2/+1
* Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-281-1/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-3/+3
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-7/+3
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-0/+11
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-161-0/+1
* Convert wide strings in extension_tabs_module_constants.viettrungluu@chromium.org2010-08-131-1/+0
* remove toolstripserikkay@chromium.org2010-08-121-69/+4
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-0/+6
* In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...johnnyg@chromium.org2010-08-061-2/+5
* Add debuggin CHECK to help track down ExtensionHost crasherrafaelw@chromium.org2010-08-051-0/+8
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-041-2/+1
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-121-3/+6
* Mac: Fix renderer idle cpu usage regression.thakis@chromium.org2010-05-241-1/+2
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-1/+1
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-121-0/+2
* Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...zork@chromium.org2010-05-061-2/+0
* Disallow display of multiple experimental.extension.popup(...) windows.ericdingle@google.com2010-05-061-0/+2
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-061-14/+18
* Make the app launcher bubble fit its contents.jcivelli@google.com2010-05-051-2/+1
* Enable clipboard in extensions. re-enable the disabled clipboard test.inferno@chromium.org2010-05-041-0/+3
* Revert "Clean-up of the asynchronous behaviour of the experimental extension ...phajdan.jr@chromium.org2010-05-011-2/+0
* Clean-up of the asynchronous behaviour of the experimental extension popup API. twiz@chromium.org2010-04-301-0/+2
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-281-2/+5
* Implement app process model isolation.mpcomplete@chromium.org2010-04-221-0/+1
* Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents.rafaelw@chromium.org2010-04-151-1/+2
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-5/+6
* Fix a crash when an extension bg page calls alert(). Add regression tests thismpcomplete@chromium.org2010-04-021-3/+6
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-1/+2