summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
...
* Worked around apparent race condition in Mac OS X 10.6.x OpenGLkbr@chromium.org2012-01-251-52/+70
* Add UMA histogram for whether the gpu process is using software renderingjbauman@chromium.org2012-01-251-0/+2
* Prep for landing WK76487jsbell@chromium.org2012-01-252-4/+8
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-2410-230/+79
* Add Mac gamepad input remapper.scottmg@chromium.org2012-01-248-76/+215
* Remove the ChildProcessMsg_AskBeforeShutdown message since it's now always se...jam@chromium.org2012-01-241-4/+0
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-245-11/+9
* Add tests for the webui implementation of the SSL client certificate selector.kevers@chromium.org2012-01-242-8/+23
* Remove the default plugin.bauerb@chromium.org2012-01-244-15/+1
* Move DownloadDangerType to its own file.jam@chromium.org2012-01-2411-84/+56
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-2/+0
* Adding tommi@chromium.org to media-related OWNERS files.scherkus@chromium.org2012-01-241-0/+1
* Get rid of download_stats.h dependency from Chrome.jam@chromium.org2012-01-243-24/+3
* Hide geolocation_provider.h from chrome, and move geolocation_permission_cont...jam@chromium.org2012-01-243-48/+21
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-2316-69/+70
* Pass a flag for JS precompiled data down to the renderer process.antonm@google.com2012-01-231-0/+1
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-2311-68/+47
* Add command-line flags to disable the use of the GPU for accelerated renderingjbauman@chromium.org2012-01-232-2/+30
* GamepadDataFetcherEmpty should define its ctor out-of-linehans@chromium.org2012-01-232-3/+30
* DevTools: open resources in the front-end's browser, not the agent's browser.pfeldman@chromium.org2012-01-232-0/+7
* Implement MouseLock for RWHVA.varunjain@chromium.org2012-01-212-7/+144
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-2022-378/+392
* Convert use of int ms to TimeDelta in files owned by bulach.tedvessenes@gmail.com2012-01-206-16/+17
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-206-71/+113
* DevTools: look up client hosts for the given tab contents while navigating.pfeldman@chromium.org2012-01-203-17/+25
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-2022-390/+376
* Try to fix Linux components build.jam@chromium.org2012-01-202-2/+2
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-2022-376/+390
* Re-enable InjectIDBKey browser test broken in WebKit r105331 rolljsbell@chromium.org2012-01-191-16/+28
* Reland "aura/chromeos: Avoid suspending while video is playing."derat@chromium.org2012-01-191-2/+2
* Cleanup: ResourceDispatcherHost::BeginDownload takes a scoped_ptr<URLRequest>...cbentzel@chromium.org2012-01-194-39/+39
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-1913-515/+799
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-199-93/+84
* Do not forward keyevents to popup if that's expected.mukai@chromium.org2012-01-192-2/+10
* Clean up uses of static data around singletons.rsesek@chromium.org2012-01-191-6/+4
* Revert 118297 since it caused component build failure:sadrul@chromium.org2012-01-1912-796/+513
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-1912-513/+796
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-192-0/+7
* Fix JavaBridgeDispatcherHost to use WebContents rather than TabContentssteveblock@chromium.org2012-01-192-9/+8
* Always enable indexeddb for workers. Remove --enable-indexeddb-for-workers s...dgrogan@chromium.org2012-01-191-1/+0
* Webkit roll 105330:105375rolandsteiner@chromium.org2012-01-191-1/+1
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-193-46/+110
* fix uninitialized memory in linux gamepad data fetcherscottmg@chromium.org2012-01-191-0/+1
* Revert "aura/chromeos: Avoid suspending while video is playing."derat@chromium.org2012-01-191-2/+2
* Fix accessible scrolling methods.dmazzoni@chromium.org2012-01-192-9/+6
* --in-process-gpu works for Linux desktop and Aurabacker@chromium.org2012-01-191-0/+13
* Make CancelRequest trigger the destruction of URLRequest objects asynchronouslydarin@chromium.org2012-01-186-21/+145
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-1834-204/+370
* aura/chromeos: Avoid suspending while video is playing.derat@chromium.org2012-01-181-2/+2
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-1826-502/+59