summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-1110-12/+16
* Disable the hang dialog detector when showModalDialog is running.creis@chromium.org2012-05-114-4/+29
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-115-38/+11
* Add info about user agent overrides to WebContentsdfalcantara@chromium.org2012-05-115-0/+33
* Disable dynamic GPU switching on Mac OS X 10.8 (Mountain Lion) to work around...kbr@chromium.org2012-05-111-0/+1
* Added gman as OWNER of a few GPU directories and piman as OWNER of a couple o...kbr@chromium.org2012-05-111-0/+2
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-111-1/+2
* Fix content geolocation tests on Windowsbartfab@chromium.org2012-05-111-37/+35
* Upstream Device Orientation For Android.jknotten@chromium.org2012-05-116-6/+178
* Disable flaky GeolocationProviderTest on Windowsjknotten@chromium.org2012-05-111-1/+8
* Use the GPU process for UIs by default on Aura.mazda@chromium.org2012-05-112-80/+6
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-114-4/+4
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-113-12/+6
* Reland "linux: Fix grabs for popups belonging to ..."derat@chromium.org2012-05-101-17/+30
* Change GPUInfo to handle multiple GPUs.zmo@chromium.org2012-05-102-83/+10
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-1016-299/+31
* Revert 132852 - Removing the actual process termination to diagnose the kill ...creis@chromium.org2012-05-102-9/+3
* Revert 136117 - Disable the hang dialog detector when showModalDialog is runn...creis@chromium.org2012-05-102-22/+2
* Plumg long press gesture event. Also fix bug in gesture sequence where pointvarunjain@chromium.org2012-05-101-1/+1
* Revert 136373 - Plumg long press gesture event. Also fix bug in gesture seque...varunjain@chromium.org2012-05-101-1/+1
* Plumg long press gesture event. Also fix bug in gesture sequence where pointvarunjain@chromium.org2012-05-101-1/+1
* Coverity: Fix a forward null.jhawkins@chromium.org2012-05-101-2/+1
* Revert 136325 - Revert 132852 - Removing the actual process termination to di...creis@chromium.org2012-05-102-3/+9
* Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce...creis@chromium.org2012-05-1016-31/+299
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-1016-299/+31
* Revert 132852 - Removing the actual process termination to diagnose the kill ...creis@chromium.org2012-05-102-9/+3
* Implement MediaStreamImpl::CancelUserMediaRequestperkj@chromium.org2012-05-102-1/+13
* Fix override of LocationProviderBase::OnPermissionGranted() in LocationProvid...steveblock@chromium.org2012-05-102-3/+2
* Revert "linux: Fix grabs for popups belonging to inactive tabs."loislo@chromium.org2012-05-101-19/+17
* Disable MediaLayoutTest.Tests under ASanglider@chromium.org2012-05-101-1/+7
* Android content shell bringup.jrg@chromium.org2012-05-109-6/+521
* Reenable IndexedDB tests that were disabled for an API changealecflett@chromium.org2012-05-091-24/+8
* Allow renderers to shut down if they only contain swapped out views.creis@chromium.org2012-05-092-3/+106
* Work around graphics hangs on MacBook Airs with Intel GPUs by calling glFinis...kbr@chromium.org2012-05-091-0/+24
* check if dib is still available before setting its ref count.wjia@chromium.org2012-05-091-5/+10
* Disable the hang dialog detector when showModalDialog is running.jam@chromium.org2012-05-092-2/+22
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-093-51/+47
* Try to fix GeolocationProviderTest flakinessbartfab@chromium.org2012-05-091-4/+17
* Remove the synchronous version of GLHelper::CopyTextureTo and rename the asyn...mazda@chromium.org2012-05-091-5/+5
* Upstream Geolocation for Android.jknotten@chromium.org2012-05-097-2/+334
* Adding missing #pragma once in speech recognition headers.primiano@chromium.org2012-05-097-0/+7
* Add plumbing for file display names for drag and dropsatorux@chromium.org2012-05-094-16/+32
* Add initial GTK web accessibility framework (third attempt).dmazzoni@chromium.org2012-05-0923-75/+747
* Optimize Mac OSX IOSurface blit code.jbates@chromium.org2012-05-092-29/+165
* linux: Fix grabs for popups belonging to inactive tabs.derat@chromium.org2012-05-091-17/+19
* Implement WebContentsViewWin::GetDropData()aa@chromium.org2012-05-093-7/+20
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-081-0/+2
* Derive scale factor from deviceoshima@chromium.org2012-05-081-0/+3
* The browser accessibility manager should transition focus away on receiving theananta@chromium.org2012-05-081-1/+2
* Handle IPC messages related to provisional loads in RenderViewHostImpljochen@chromium.org2012-05-084-46/+101