summaryrefslogtreecommitdiffstats
path: root/content/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-9/+5
* Chromium side of IDBIndex.count() and IDBObjectStore.count()jsbell@chromium.org2011-12-161-0/+48
* Decide whether to use image transport surface on windows by querying EGL exte...apatrick@chromium.org2011-12-161-8/+13
* Move content::MakeSharedMemorySegmentViaIPC into its own filemcgrathr@chromium.org2011-12-163-21/+33
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-162-31/+44
* Async IDB host messages now contain a thread_id corresponding to the requesti...dgrogan@chromium.org2011-12-161-45/+96
* Build fix for 114736. Add missing exports.simonjam@chromium.org2011-12-161-5/+6
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-167-16/+514
* Add a command-line switch --enable-per-tile-painting and make it consistent b...reveman@google.com2011-12-151-1/+2
* Declare some zoom constants in the headers so we don't have to duplicate the ...thestig@chromium.org2011-12-151-8/+2
* Win: only use transport surface if EGL_ANGLE_d3d_share_handle_client_buffer i...apatrick@chromium.org2011-12-151-1/+2
* Revert 114539 - Move content::MakeSharedMemorySegmentViaIPC into its own filemcgrathr@chromium.org2011-12-153-34/+21
* Move content::MakeSharedMemorySegmentViaIPC into its own filemcgrathr@chromium.org2011-12-153-21/+34
* Hopefully fix flakiness of GPU tests and also fix runs on CrOS.jbates@chromium.org2011-12-141-5/+0
* Added HTTP DELETE request type to content:URLFetcher.zelidrag@chromium.org2011-12-131-0/+4
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-133-0/+28
* <video> decode in hardware! fischman@chromium.org2011-12-133-26/+25
* base::Bind() cleanup in URLFetcherImpl test.dcheng@chromium.org2011-12-131-24/+12
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-123-21/+19
* Fix page zoom for plug-in documents (PDF, etc.)csilv@chromium.org2011-12-101-0/+1
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-103-25/+26
* <video> decode in hardware!fischman@chromium.org2011-12-103-26/+25
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-8/+8