summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't apply toolstrip theming stylesheet to popups.finnur@chromium.org2010-03-311-10/+21
* Re-land 42631: The problem was that notifications aren't implemented on linux...aa@chromium.org2010-03-251-2/+2
* Revert 42631 as it seems to have broken browser tests on linux_views.aa@chromium.org2010-03-251-2/+2
* Finish wiring up notifications in extensions.aa@chromium.org2010-03-251-2/+2
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-42/+13
* Enable DOM paste for extensions with clipboard access.dcheng@chromium.org2010-03-221-0/+4
* Retry r41799:estade@chromium.org2010-03-181-1/+3
* Revert r41803 and r41799estade@chromium.org2010-03-171-3/+1
* First cut at adding Extension Infobars to the experimental API.finnur@chromium.org2010-03-171-6/+28
* Basic DragImage implementation.estade@chromium.org2010-03-171-1/+3
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-8/+8
* Fix crash when a background page calls alert().mpcomplete@chromium.org2010-03-091-1/+11
* First cut at custom user style sheets.tony@chromium.org2010-03-081-2/+2
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-12/+21
* Disable scroll bars on resizing popups below a maximum size.skerner@chromium.org2010-02-251-0/+6
* Handle keyboard events correctly in extension popups.suzhe@chromium.org2010-02-251-6/+11
* Displaying a JavaScript message box (such as an alert) fromjcampan@chromium.org2010-02-231-4/+2
* Temporary fix for issue 34061.twiz@chromium.org2010-02-221-0/+6
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-1/+1
* The upstream change to make popup shrinking work properly is a big project, s...aa@chromium.org2010-01-311-2/+6
* Prevents a crash that occurs when multiple ExtensionHost objects point to the...andybons@chromium.org2010-01-261-13/+39
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-261-3/+2
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-1/+6
* Only calculate the GTK scrollbar colors once and then update all RenderPrefer...erg@google.com2010-01-071-1/+3
* Fixes bug where recreating the document element via altering |documentElement...andybons@chromium.org2010-01-041-0/+5
* Fix extension shutdown notification, take 2.estade@chromium.org2009-12-141-2/+9
* Revert r34321 as it breaks the task manager:estade@chromium.org2009-12-111-15/+9
* Extensions: don't send EXTENSION_PROCESS_CRASHED when the extension process i...estade@chromium.org2009-12-111-9/+15
* re-apply r34183estade@chromium.org2009-12-101-3/+3
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-4/+8
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-7/+10