summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+5
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-112/+33
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-33/+112
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-112/+33
* Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.thestig@chromium.org2011-11-111-1/+0
* Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.yoz@chromium.org2011-11-091-0/+1
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-33/+111
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-111/+33
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...pam@chromium.org2011-10-151-0/+3
* Revert 105659 - Delay network requests on startup if any webRequest or webNav...pam@chromium.org2011-10-151-3/+0
* Delay network requests on startup if any webRequest or webNavigation extensio...pam@chromium.org2011-10-151-0/+3
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-4/+4
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-4/+6