summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code in RWHV Gtk.estade@chromium.org2009-07-091-10/+0
* A prototype of resource loading through automationamit@chromium.org2009-07-092-5/+6
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-096-27/+76
* Linux: For mouse button clicks, only send buttons 1, 2, 3 to the renderer.estade@chromium.org2009-07-091-1/+4
* Fix a leak of the new location GURL by NotificationTask when doing a redirect.eroman@chromium.org2009-07-081-1/+1
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-085-146/+260
* Removes ifdefs in browser_render_process_host.cc that preventedpinkerton@chromium.org2009-07-081-7/+1
* Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.shess@chromium.org2009-07-0812-93/+138
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-082-2/+16
* Linux: SUID sandbox supportagl@chromium.org2009-07-082-3/+148
* Simplify the WebKit thread model. It's now created/destroyed on the UI threa...jorlow@chromium.org2009-07-082-10/+6
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-0/+7
* Fix the unit tests that had multiple ResourceDispatcherHost objects instantia...jam@chromium.org2009-07-071-24/+20
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-071-2/+23
* Revert r19752. Caused regression in tabs closing.rafaelw@chromium.org2009-07-071-0/+2
* linux: OOP windowed pluginsevan@chromium.org2009-07-077-5/+60
* Use native Cocoa tooltips instead of Mozilla's ToolTip class.pinkerton@chromium.org2009-07-072-36/+201
* Only force-abort popup render views on mousedown.estade@chromium.org2009-07-071-6/+6
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-067-60/+5
* linux: OOP windowed pluginsevan@chromium.org2009-07-067-5/+60
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-0615-128/+195
* Add a bunch of CHECKs to RenderViewHost trying to track down a crash.mpcomplete@chromium.org2009-07-062-1/+40
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-062-0/+7
* Fix problems with render_widget_host_ being deleted out-of-sync with cocoa_vi...shess@chromium.org2009-07-062-12/+32
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-042-2/+10
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-036-0/+105
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-035-1183/+70
* Fix showModalDialog regression.jam@chromium.org2009-07-031-1/+1
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-036-0/+274
* Fix a typo I came across while debugging.eroman@chromium.org2009-07-022-3/+3
* TBR:rafaelw@chromium.org2009-07-021-2/+4
* reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u...rafaelw@chromium.org2009-07-021-4/+12
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-0/+1
* Diable Broken RenderViewHostManager browsertest from http://src.chromium.org/...rafaelw@chromium.org2009-07-011-1/+1
* Fix to allow browser close after download initiated from chrome:// url.rafaelw@chromium.org2009-07-013-1/+71
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-014-72/+28
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-012-0/+23
* A quick fix for Issue 15531 and 10953hbono@chromium.org2009-07-012-8/+30
* Send port disconnect events when a frame is unloaded.mpcomplete@chromium.org2009-07-012-10/+14
* Fix typo for buildbrettw@chromium.org2009-06-301-1/+1
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-302-15/+46
* Add support for shared memory when retrieving the backing store as a SkBitmap.brettw@chromium.org2009-06-301-13/+71
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Create A/B test of SDCHjar@chromium.org2009-06-301-8/+7
* Fixes issue where dragging a .crx to a chrome:// TabContents, and then naviga...rafaelw@chromium.org2009-06-302-5/+55
* Add some limits to incoming audio stream requests to avoid allocating massivecevans@chromium.org2009-06-301-0/+12
* Linux: build fix for release builder.agl@chromium.org2009-06-301-2/+1
* Corrects RWHVCocoa to convert from flipped to unflippedrohitrao@chromium.org2009-06-291-11/+34
* Don't shutdown non-popup render views on clicks outside their bounds.estade@chromium.org2009-06-291-1/+5
* Add three basic test items to RenderViewHostManagerTest:brettw@chromium.org2009-06-291-0/+134