summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: don't leak file descriptors in the sandbox host.agl@chromium.org2009-07-151-0/+3
* Handle failure of de-serialization of IPC messages in RenderViewHostcpu@google.com2009-07-154-23/+67
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-158-10/+49
* Reverting 20683.jorlow@chromium.org2009-07-148-49/+10
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-148-10/+49
* Noticed a crash in BrowserRenderProcessHost::SendUserScriptsUpdate due to usi...robertshield@google.com2009-07-141-2/+2
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-144-13/+14
* GTK: For the render view, count keyboard grab shadows the same as focus events.estade@chromium.org2009-07-131-0/+18
* Fix a memory leak in AudioRendererHost unit testhclam@chromium.org2009-07-133-7/+204
* Changes Mac behavior to reblit the entire RWHVCocoa when scrolling.rohitrao@chromium.org2009-07-131-17/+8
* Add an optional channel name to the extension message connect event.mpcomplete@chromium.org2009-07-132-4/+5
* 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