summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fix for "Mouseovers follow the cursor even when there's a find bar in the way"mark@chromium.org2011-03-252-3/+45
* Move the rest of Chrome messages to ChromeRenderMessageFilter. Also move IPC...jam@chromium.org2011-03-253-4/+225
* Defer hiding the compositor window until after the software view has repainte...vangelis@chromium.org2011-03-252-1/+11
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-252-2/+2
* Move spellcheck messages into their own file, and dispatch them all in SpellC...jam@chromium.org2011-03-253-6/+24
* Adds a TransportDIB::Id value that is explicitly invalid and use it when comp...jamesr@chromium.org2011-03-251-1/+4
* Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...jam@chromium.org2011-03-243-0/+82
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-1/+2
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-1/+2
* Move chrome/browser/ime_input.* to ui/base/win/suzhe@google.com2011-03-235-408/+84
* If --disable-webgl is passed, continue to return null fromkbr@chromium.org2011-03-231-5/+0
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-1/+1
* touch: Fix compile after r79086 and r79083.sadrul@chromium.org2011-03-231-0/+1
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-231-1/+0
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-233-0/+3
* Coverity: Fix a ctor/dtor leak by making |buffer_| a scoped_ptr and releasingjhawkins@chromium.org2011-03-222-7/+6
* If ResourceDispatcherHost receives a CancelRequest, itasanka@chromium.org2011-03-222-26/+45
* fix commentsdilmah@chromium.org2011-03-221-1/+1
* Move some more renderer messages to content. Also move a couple of files whi...jam@chromium.org2011-03-224-4/+4
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-211-4/+22
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-0/+1
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-212-2/+2
* Do not put off destroying of the IOSurface in the GPU process.amarinichev@chromium.org2011-03-191-3/+4
* event trace plumbing for multi-process supportjbates@chromium.org2011-03-181-0/+2
* Don't Paint when hidden.sadrul@chromium.org2011-03-181-0/+2
* Remove special case for plugin parent window relating to GPU plugin.apatrick@chromium.org2011-03-181-7/+1
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-179-11/+11
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-2/+4
* Remove superfluous TOUCH_UI check.msw@chromium.org2011-03-162-4/+0
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-162-281/+279
* Remove last dependencies on chrome\common from chrome\plugin.jam@chromium.org2011-03-161-1/+1
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-152-4/+18
* Use extension to show activation message.oshima@google.com2011-03-151-1/+2
* Workaround for GDK bug where gdk_keyval_to_unicode(keyval) incorrectly returnsvarunjain@chromium.org2011-03-151-0/+10
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-151-0/+3
* touch: Fix compile (broken by r78102).sadrul@chromium.org2011-03-152-1/+6
* Clean up some event code:msw@chromium.org2011-03-142-31/+33
* Consider the popup window position when the window shows upward. This patch d...thakis@chromium.org2011-03-146-20/+56
* Move plugin messages to content.jam@chromium.org2011-03-142-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-7/+9
* Remove Gears from Chrome.aa@chromium.org2011-03-111-2/+3
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-102-2/+2
* Enabling JavaScript i18n API by default.cira@chromium.org2011-03-101-1/+1
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-0/+2
* Turn off safebrowsing for PREFETCH requestsgavinp@chromium.org2011-03-101-2/+12
* Deleted WebPluginDelegatePepper and everything dependent on it.apatrick@chromium.org2011-03-101-1/+0
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-095-13/+13
* Makes SpellCheckHost an abstract class for testing.morrita@chromium.org2011-03-091-7/+13
* Fix r77364: Forward new PPAPI Flash flags on to the renderer.viettrungluu@chromium.org2011-03-091-0/+2