summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+2
* Fix regression with extension popup bubbles on Mac.mpcomplete@chromium.org2011-12-021-3/+16
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-4/+4
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-4/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-4/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+2
* Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us...jam@chromium.org2011-11-171-3/+1
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-362/+69
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-69/+362
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-362/+69
* Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.yoz@chromium.org2011-11-091-10/+7
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-83/+363
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-363/+83
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-2/+2
* Set extension-related webkit preferences in a common location.aa@chromium.org2011-10-291-17/+1
* Enable privileged WebGL extensions for Chrome extensions.zmo@google.com2011-10-221-0/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-8/+8
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-20/+22
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+0
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-4/+6
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-6/+4
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-4/+6
* Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...pam@chromium.org2011-10-151-1/+19
* Revert 105659 - Delay network requests on startup if any webRequest or webNav...pam@chromium.org2011-10-151-19/+1
* Delay network requests on startup if any webRequest or webNavigation extensio...pam@chromium.org2011-10-151-1/+19
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-27/+27
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-2/+2
* Move popup helper to content, fix method signature.avi@chromium.org2011-10-061-1/+1
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-27/+28
* Fix crash when running the file chooser dialog from PPAPI.BUG=97637TEST=manualbbudge@chromium.org2011-09-291-3/+5
* Refactor ExtensionTabUtil-namespaced functions into their own file.miket@chromium.org2011-09-271-1/+1
* Removed the sending of the following content IPC messages out of chrome and r...ananta@chromium.org2011-09-191-7/+4
* Allow window.close() in background pages.tessamac@chromium.org2011-09-071-0/+2
* Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re...ananta@chromium.org2011-08-241-9/+11
* content: change the CSSInsertRequest message to string16evan@chromium.org2011-08-081-1/+1
* Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for progra...mihaip@chromium.org2011-07-281-2/+1
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-12/+17
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-121-9/+0
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-57/+48
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-15/+16
* For JavaScript dialogs, remove As[Type] members, expand delegates to handle t...avi@chromium.org2011-06-301-8/+0
* Remove Profiles from JavaScript dialogs.avi@chromium.org2011-06-281-3/+12
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-1/+1
* Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the placessky@chromium.org2011-06-081-19/+13
* Remove JS dialog dependency from content.avi@chromium.org2011-06-031-39/+25
* Cleaning up of data types, naming for JavaScript dialogs.avi@chromium.org2011-05-271-6/+14