summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where window.screen would return 0, 0 as the width and heighttony@chromium.org2011-06-231-1/+1
* Add switch to enable media stream apis in Webkit. The patch is needed so medi...perkj@google.com2011-06-231-0/+1
* Re-enable passing tests.abarth@chromium.org2011-06-232-10/+4
* Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)dpapad@chromium.org2011-06-224-4/+4
* Fix a regression where extension APIs would sometimes not be available on thempcomplete@chromium.org2011-06-226-0/+15
* Coverity: Fix pass by value error.kmadhusu@chromium.org2011-06-222-2/+2
* Coverity: Fix null pointer return and pass by value error.kmadhusu@chromium.org2011-06-222-2/+2
* use control message instead of routed for video capturewjia@chromium.org2011-06-225-101/+77
* Fix bug where dragged Javascript URLs get over-filtered and end up nameless.maf@chromium.org2011-06-222-1/+11
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-212-1/+3
* Follow up patch on issue 7192007, containing mainly style fixes.mflodman@google.com2011-06-212-23/+24
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+3
* Store host and port in the ResourceRequestDetails.noelutz@google.com2011-06-212-2/+6
* Fix a regression in sending the content settings data from r85247. The conte...jam@chromium.org2011-06-216-17/+27
* Adding error signalling from device to VideocaptureManager to relay up to Med...mflodman@google.com2011-06-216-139/+87
* Clamping down media DEPS rules.scherkus@chromium.org2011-06-172-1/+5
* Move media-related IPC message definitions from content/common/ to content/co...scherkus@chromium.org2011-06-175-5/+5
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-174-7/+11
* separate interface function and internal task functionwjia@chromium.org2011-06-171-1/+1
* Disable some tests that will fail after the WebKit roll. These tests probablyabarth@chromium.org2011-06-162-4/+10
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-153-3/+7
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-141-0/+2
* move all media and media_stream related files into content/browser/renderer_h...wjia@chromium.org2011-06-1425-48/+998
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-141-2/+0
* Remove most of the remaining test dependencies (other than chrome/test).jam@chromium.org2011-06-142-3/+3
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-141-0/+2
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-13/+8
* Removing an unnecessary include of the views\view.h file.ananta@chromium.org2011-06-141-4/+0
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-16/+3
* use SharedMemory for buffer sharing in video capturewjia@chromium.org2011-06-146-81/+120
* Tests for bug 5988.shinyak@google.com2011-06-141-0/+75
* Get rid of the following dependencies from content:jam@chromium.org2011-06-144-9/+2
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-136-45/+7
* Support creating temporary files for sync file operations.noelutz@google.com2011-06-131-0/+1
* Move load_from_memory_cache_details.* to content now that the SSL code has mo...jam@chromium.org2011-06-135-11/+32
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-138-43/+14
* Throttle the touch move events sent to the renderer.sadrul@chromium.org2011-06-102-4/+37
* Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...akalin@chromium.org2011-06-091-9/+5
* Revert 88309 - Introduced additional spellcheck related histograms.morrita@chromium.org2011-06-091-7/+0
* Remove last extension dependencies from content.mpcomplete@chromium.org2011-06-086-16/+21
* Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg.sievers@chromium.org2011-06-082-56/+18
* Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the placessky@chromium.org2011-06-082-5/+1
* Introduced additional spellcheck related histograms.morrita@chromium.org2011-06-081-0/+7
* Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL...thakis@chromium.org2011-06-081-5/+9
* roll clang 131935:132017thakis@chromium.org2011-06-081-0/+2
* Get rid of Chrome notifications dependency, and instead go through ContentBro...jam@chromium.org2011-06-076-34/+77
* When dragging file:// links off a web page, don't populate thetony@chromium.org2011-06-074-1/+118
* Fix user-after-free error with ObserverList. The problem is that if an Obser...jam@chromium.org2011-06-071-9/+5
* Adds a GYP flag for desktop notifications (enabled by default) and stub out r...satish@chromium.org2011-06-062-9/+8
* Move setToolTipText related functions from RenderView to RenderWidget.Takano.Naoki@gmail.com2011-06-064-35/+37