summaryrefslogtreecommitdiffstats
path: root/content/common
Commit message (Expand)AuthorAgeFilesLines
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+4
* Add a per-tab preference to match WebSettings::images_enabled.mnaganov@chromium.org2012-01-191-0/+1
* Disallow navigation in platform apps.mihaip@chromium.org2012-01-191-0/+1
* Change sandbox policy so we can create sync socketscpu@chromium.org2012-01-191-3/+14
* --in-process-gpu works for Linux desktop and Aurabacker@chromium.org2012-01-191-3/+22
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-1812-282/+153
* Fix leak in LoadSandboxTemplate found by Valgrindjeremy@chromium.org2012-01-161-5/+6
* Add --enable-gpu-debugging to call glGetError after every command in the comm...gman@chromium.org2012-01-141-1/+1
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-141-2/+6
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-134-15/+1
* Add the ability to share GL contexts across channels.piman@chromium.org2012-01-1212-93/+104
* Revert 116954 - Pass Content-security-policy and header type from WebSharedWo...tsepez@chromium.org2012-01-121-5/+3
* Fix texture leak in handling of OmxVideoDecodeAccelerator::Flush().fischman@chromium.org2012-01-122-53/+100
* [Coverity] Fixed call by value to by referencegroby@chromium.org2012-01-121-3/+3
* Revert 117324 - Convert use of int ms to TimeDelta in files owned by apatrick.lambroslambrou@google.com2012-01-122-4/+3
* Convert use of int ms to TimeDelta in files owned by apatrick.tedvessenes@gmail.com2012-01-112-3/+4
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-111-1/+14
* Pass Content-security-policy and header type from WebSharedWorkerProxy to Web...tsepez@chromium.org2012-01-091-3/+5
* Coverity fix: Unused valuearthurhsu@chromium.org2012-01-091-2/+1
* Crash if the render process fails to create its IO thread.eroman@chromium.org2012-01-061-2/+4
* Removing duplicate IPC and dead code: GpuMsg_VisibilityChangedmmocny@chromium.org2012-01-062-11/+0
* Remove PtsStream from GpuVideoDecoder.fischman@chromium.org2012-01-062-9/+14
* Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.tzik@chromium.org2012-01-063-18/+14
* Make GpuCommandBufferStub slightly more robust to bad messages from client.gman@chromium.org2012-01-061-30/+59
* When renderer process tries to establish a GPU channel, close any existing one.apatrick@chromium.org2012-01-053-26/+16
* Fix --enable-partial-swap for Aurabacker@chromium.org2012-01-051-2/+3
* Add plumbing necessary to read IDBIndex.multiEntry attribute.jsbell@chromium.org2012-01-041-2/+7
* Remove TransportTexture, it's unusedpiman@chromium.org2012-01-045-294/+3
* Don't ignore {OMX,DXVA}VideoDecodeAccelerator::Initialize() failures.fischman@chromium.org2011-12-301-1/+2
* TBR=jampfeldman@chromium.org2011-12-291-0/+4
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-232-9/+11
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-231-0/+1
* Relanding this change with fixes for the windows shared builder.ananta@chromium.org2011-12-226-93/+1288
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-221-1/+2
* Coverity: Fix unchecked return bugs.kmadhusu@chromium.org2011-12-221-1/+2
* Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder...ananta@chromium.org2011-12-226-1282/+94
* Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ...ananta@chromium.org2011-12-226-94/+1282
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-12-221-1/+2
* Use USER_LIMITED token level with SwiftShader.apatrick@chromium.org2011-12-221-2/+8
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-0/+2
* Fixed crashes when running on top of Apple's software OpenGL renderer.kbr@chromium.org2011-12-211-13/+15
* Coverity fixlet: PASS_BY_VALUE CID=102566scr@chromium.org2011-12-211-1/+1
* Change GPU process token level to USER_RESTRICTED.apatrick@chromium.org2011-12-201-3/+5
* Move indexeddb code to its own directory inside of content/{browser,common,re...dgrogan@chromium.org2011-12-208-15/+19
* Fix the Java Bridge to support non-array renderer-side objectssteveblock@chromium.org2011-12-201-0/+5
* Fix a crash in the GPU process which occurs while handling a message. For the...ananta@chromium.org2011-12-201-10/+13
* Initialize GPU Scheduler's command decoder pointer.jbauman@chromium.org2011-12-201-1/+1
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-181-0/+1
* --enable-partial-swap plumbed up to WebKit.backer@chromium.org2011-12-171-0/+1
* Implements partial swaps for osmesapkotwicz@chromium.org2011-12-171-4/+28