summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-2/+4
* Disable the hang dialog detector when showModalDialog is running.creis@chromium.org2012-05-114-4/+29
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-6/+3
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-111-1/+2
* Use the GPU process for UIs by default on Aura.mazda@chromium.org2012-05-112-80/+6
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-0/+3
* Reland "linux: Fix grabs for popups belonging to ..."derat@chromium.org2012-05-101-17/+30
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-1013-290/+24
* 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-1013-24/+290
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-1013-290/+24
* 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
* Revert "linux: Fix grabs for popups belonging to inactive tabs."loislo@chromium.org2012-05-101-19/+17
* 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-091-40/+36
* Remove the synchronous version of GLHelper::CopyTextureTo and rename the asyn...mazda@chromium.org2012-05-091-5/+5
* Add plumbing for file display names for drag and dropsatorux@chromium.org2012-05-091-4/+6
* Add initial GTK web accessibility framework (third attempt).dmazzoni@chromium.org2012-05-094-15/+105
* 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
* 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
* Handle IPC messages related to provisional loads in RenderViewHostImpljochen@chromium.org2012-05-082-0/+40
* pepper_message_filter: GetDeviceID: enforce incognito behaviorbrettw@chromium.org2012-05-082-0/+7
* Add more disable-workaround checksgman@chromium.org2012-05-081-1/+0
* Don't try to set the size on fullscreen windows. This can cause the windowbrettw@chromium.org2012-05-081-8/+13
* Consolidate RenderWidgetHost::CopyFromBackingStore and RenderWidgetHost::Asyn...mazda@chromium.org2012-05-0812-129/+36
* Move GLHelper ownership to ImageTransportFactory, and make it thread safepiman@chromium.org2012-05-084-62/+63
* content: Simplify the windows version check in GetCompositingSurface() function.tfarina@chromium.org2012-05-081-3/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-074-23/+11
* Introduce trivial dependency on libatk.dmazzoni@chromium.org2012-05-071-0/+9
* Revert 135593 - Add initial GTK web accessibility framework (new with valgrin...dmazzoni@chromium.org2012-05-064-106/+6
* Add initial GTK web accessibility framework (new with valgrind fix).dmazzoni@chromium.org2012-05-064-6/+106
* New Windows high-contrast mode bubble.dmazzoni@chromium.org2012-05-063-21/+4
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-054-7/+7
* Support cross-process window.close() messages.creis@chromium.org2012-05-043-1/+25
* Don't allow targeted navigations across BrowsingInstances.creis@chromium.org2012-05-041-1/+3
* Fix media stream stop.wjia@chromium.org2012-05-044-4/+75
* Reduce the alphabet of a MediaStream::label to only contain safe symbolsperkj@chromium.org2012-05-041-5/+8
* Use the asynchronous version CopyFromBackingStore in AeroPeekManagermazda@chromium.org2012-05-041-3/+1