summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Count histograms initiated and finished by the download system.rdsmith@chromium.org2011-04-132-0/+5
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-0/+1
* [Mac] Fix for "Mouse events aren't forwarded to notification balloons"asvitkine@chromium.org2011-04-131-2/+5
* Caused compile failure on Lunux Builder x64.ctguil@chromium.org2011-04-131-1/+0
* apps: Add 'background_page' support for hosted apps.sadrul@chromium.org2011-04-131-0/+1
* Destroy ChromeRenderMessageFilter on the UI thread.bauerb@chromium.org2011-04-132-17/+9
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-131-0/+2
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-121-1/+3
* Move P2P sockets host code to content/browser/renderer_host/p2p/sergeyu@chromium.org2011-04-121-2/+2
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-122-3/+3
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-112-1/+30
* Enable data transfer items by default.dcheng@chromium.org2011-04-081-1/+1
* Detect download errors.ahendrickson@chromium.org2011-04-071-2/+10
* Get rid of some more dependencies on /chrome.michaeln@google.com2011-04-061-1/+3
* Remove RDH from NaCl process hosts.willchan@chromium.org2011-04-062-5/+2
* [Mac] Don't route mouse events to the render view host if window is not front...asvitkine@chromium.org2011-04-062-16/+30
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-061-1/+3
* Revert 80312 - [Mac] Don't route mouse events to the render view host if wind...sky@chromium.org2011-04-042-26/+14
* [Mac] Don't route mouse events to the render view host if window is not front...asvitkine@chromium.org2011-04-042-14/+26
* Refactor RenderWidgetHostViewViews to use the new input method API for Views.suzhe@google.com2011-04-012-258/+265
* Get rid of some dependencies on chrome from content.michaeln@google.com2011-04-011-1/+3
* Turn on client-side phishing detection for UMA users with SafeBrowsing enabled.bryner@chromium.org2011-04-011-3/+3
* Default Pepper Flash to running out-of-process, with a command-line option tobrettw@chromium.org2011-03-311-0/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-313-7/+10
* Mac: Fix regression where the web would be shifted too high when the download...thakis@chromium.org2011-03-312-26/+49
* Revert "Turn on client-side phishing detection for UMA users with SafeBrowsin...satorux@chromium.org2011-03-311-3/+3
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-313-3/+32
* Turn on client-side phishing detection for UMA users with SafeBrowsing enabled.bryner@chromium.org2011-03-311-3/+3
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-301-0/+1
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-1/+1
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-292-4/+3
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-282-16/+16
* Move some files from base to base/memory.levin@chromium.org2011-03-2811-14/+14
* 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