summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Revert 20451 because it caused memory leaks.nsylvain@chromium.org2009-07-133-198/+7
* Unit tests for AudioRendererHosthclam@chromium.org2009-07-113-7/+198
* Revert "Unit tests for AudioRendererHost"scherkus@chromium.org2009-07-101-182/+4
* Unit tests for AudioRendererHosthclam@chromium.org2009-07-101-4/+182
* Fix a bug in AudioRendererHost and add hooks for testhclam@chromium.org2009-07-102-90/+104
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-102-0/+0
* Add getLanguage function to tab extension.sidchat@google.com2009-07-102-0/+30
* A quick fix for Issue 15971.hbono@chromium.org2009-07-101-3/+4
* Improve performance of dragged tab renderering.estade@chromium.org2009-07-092-0/+35
* Always let other handlers run for render area mouse clicks.estade@chromium.org2009-07-091-1/+3
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-095-65/+139
* 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