summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistency in browser shortcut handling when a BrowserAction popup is ...yusukes@chromium.org2012-06-081-1/+1
* Show the DownloadShelf when a download is triggered in extension bubbles.benjhayden@chromium.org2012-06-011-0/+2
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-4/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+7
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-9/+11
* Pull shell window stuff out of ExtensionHost and put in ShellWindowbenwells@chromium.org2012-05-101-4/+0
* Remove Browser dependency in ExtensionFunctionDispatcherstevenjb@chromium.org2012-05-051-4/+3
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-191-0/+3
* Remove unused notification 'NOTIFICATION_EXTENSION_HOST_DOM_CONTENT_LOADED'mpcomplete@chromium.org2012-04-191-1/+0
* Keep the transient page alive as long as there is a javascript dialog showing.mpcomplete@chromium.org2012-04-101-0/+5
* Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...mpcomplete@chromium.org2012-04-021-19/+0
* Reset |associated_web_contents_| in extension host when the web contents goes...tbarzic@chromium.org2012-03-301-3/+1
* Keep lazy background pages open while they're being inspected.mpcomplete@chromium.org2012-03-211-1/+0
* Move extension pop-ups and notifications to the new auto-resize code.levin@chromium.org2012-03-201-6/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-4/+6
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-1/+0
* Refine the dialog box to show a extension name when the dialog box is created...yumiOS.art@gmail.com2012-02-291-0/+5
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-271-2/+23
* Fix extensions compile issues for Android on sync_unit_tests.dtrainor@chromium.org2012-02-231-1/+3
* Revert change to delay network requests on startup for webRequest extensions.mpcomplete@chromium.org2012-02-231-3/+0
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Add stubbed-out view() implementation for Android.yfriedman@chromium.org2012-02-141-16/+28
* Enable devtools via context menu in platform apps and popup extensions.benwells@chromium.org2012-02-091-1/+0
* Move js_modal_dialogs.h to content\public\browser.jam@chromium.org2012-01-301-1/+1
* Disable ExtensionPopup link, media, and page context menus.msw@chromium.org2012-01-261-0/+1
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+3
* Disable modal JavaScript dialogs for platform apps.jstritar@chromium.org2012-01-241-0/+1
* Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.mihaip@chromium.org2012-01-201-1/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-1/+4
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-4/+1
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-1/+4
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-4/+1
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-1/+4
* Make ExtensionHost::host_contents() return a WebContents and update calling c...jam@chromium.org2012-01-051-2/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-4/+5
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+3
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-5/+5
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-4/+3
* Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper,mpcomplete@chromium.org2011-12-211-0/+4
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-3/+3
* Small tweaks to ExtensionHost:mpcomplete@chromium.org2011-12-201-0/+2
* Add a notification for EXTENSION_HOST_DOM_CONTENT_LOADED and use it to end st...pam@chromium.org2011-12-161-0/+1
* Implement RunFileChooser for ExtensionHost, so that file input elements work inmpcomplete@chromium.org2011-12-151-0/+2
* Fix regression with extension popup bubbles on Mac.mpcomplete@chromium.org2011-12-021-0/+6
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-1/+0