summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Devirtualize CHROMEGTK_CALLBACK.dcheng@chromium.org2011-11-121-1/+1
* Linux: Move base/mime_util* to base/nix. It's not used on any other platform.thestig@chromium.org2011-11-111-2/+2
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-113-6/+6
* Move Java Bridge files to new java/ subdirectorysteveblock@chromium.org2011-11-111-1/+1
* Get more crash data to track down a bug.creis@chromium.org2011-11-111-8/+14
* Make BalloonHost use TabContents instead of RenderViewHost.jam@chromium.org2011-11-106-11/+64
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-102-12/+9
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* Convert more uses of NewRunnableMethod() to base::Bind().dcheng@chromium.org2011-11-092-4/+5
* [Mac] Make ScopedSendingEvent depend on protocol instead of app class.shess@chromium.org2011-11-091-2/+2
* Make sure that TabContents' observer list outlives the RenderViewHostManager....jam@chromium.org2011-11-081-3/+6
* Fix JavaBridgeDispatcherHostManager when no RenderViewHosts are presentsteveblock@chromium.org2011-11-081-0/+4
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-084-100/+84
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-084-84/+100
* Don't trigger the tab's throbber for webui pagesjochen@chromium.org2011-11-072-7/+2
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-3/+2
* Don't reload into an app process.creis@chromium.org2011-11-032-10/+4
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-033-30/+16
* Cleanup: Remove a unused variable.thestig@chromium.org2011-11-032-6/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-0/+3
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-013-16/+30
* Move Mac's WebDragDest to content.avi@chromium.org2011-11-013-0/+473
* Support dispositon attribute.gbillock@chromium.org2011-10-314-24/+29
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-314-25/+14
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-1/+1
* Tweak the WebDragDestDelegate to be useful for more than GTK.avi@chromium.org2011-10-313-15/+19
* Revert "Tweak the WebDragDestDelegate to be useful for more than GTK."avi@chromium.org2011-10-313-19/+15
* Tweak the WebDragDestDelegate to be useful for more than GTK.avi@chromium.org2011-10-313-15/+19
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-9/+7
* Set extension-related webkit preferences in a common location.aa@chromium.org2011-10-291-2/+1
* Temporary code to track down increase in renderer crashes.jam@chromium.org2011-10-291-0/+20
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-283-4/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-8/+12
* Move the Mac's WebDragSource to content.avi@chromium.org2011-10-262-0/+539
* Adds browser-side component of Java Bridge for a TabContentssteveblock@chromium.org2011-10-254-0/+16
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-213-11/+15
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-35/+35
* content: Rename the class in web_drag_source_gtk.h to content::WebDragSourceGtk.erg@chromium.org2011-10-192-47/+57
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-195-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-1910-89/+92
* content: Move the file chrome/.../tab_contents_drag_source.* to content/.../w...erg@google.com2011-10-192-0/+488
* Move content_client.h into content/public.joi@chromium.org2011-10-182-2/+0
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-186-16/+18
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-188-31/+30
* Revert 106029nkostylev@chromium.org2011-10-188-30/+31
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-188-31/+30
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-185-1/+5
* content: Move WebDragDest and files to content/.erg@google.com2011-10-173-0/+418
* Add async interface for RenderWidgetHost to ask for user's permission to lock...yzshen@chromium.org2011-10-174-0/+40