summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_thread_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up parameterization of cc/content scroll elasticityccameron2014-12-301-0/+14
* prune resources in MemoryCachehong.zheng2014-12-251-0/+3
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-9/+12
* Add command line flag to force raster worker threads to normal priority.halliwell2014-12-191-0/+8
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-181-0/+4
* Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler.rmcilroy2014-12-181-0/+1
* Introduce a ResourceSchedulingFilter and hook it up to the blink scheduler.alexclarke2014-12-171-0/+19
* Introduce CompositorDependencies for RenderWidgetCompositor.danakj2014-12-161-3/+69
* Convert TextureMailbox to use SharedBitmap instead of SharedMemory.jbauman2014-12-111-3/+5
* cc: Renaming Rasterizer and RasterWorkerPool interfacesvmiura2014-12-091-2/+2
* DevTools: Add V8 sampling profiler thread.alph2014-12-081-0/+3
* cc: zero/one-copy based on shared memory on IOS uses GL_TEXTURE_2D, not GL_TE...dongseong.hwang2014-12-081-1/+15
* Make TestPlugin allocate its bitmap with SharedBitmapManagerjbauman2014-12-061-0/+5
* Pass origin information for remote frame creation.alexmos2014-12-061-5/+7
* aw: Provide main thread input filtering and enable the Blink schedulerjdduke2014-12-021-5/+22
* Make ChildThread::AllocateSharedMemory return a scoped_ptr.jbauman2014-12-021-2/+1
* Implement HostAllocateSharedMemoryBuffer with ChildThread::AllocateSharedMemoryjbauman2014-12-021-21/+2
* Don't try to get the current v8 Isolate before v8 was initializedjochen2014-11-261-0/+2
* content: Add command line flag for native GPU memory buffers.reveman2014-11-261-0/+2
* Refactor RenderView creation to use ViewMsg_New_Params.nasko2014-11-251-19/+1
* Use 2 raster threads in the renderer compositor on 4-core machines.danakj2014-11-241-0/+3
* Don't delete peer_connection_factory_ during Shutdown().tommi2014-11-241-2/+5
* update the vtune support code.chunyang.dai2014-11-141-2/+12
* Move KeySystems to media.xhwang2014-11-121-0/+3
* Pass the size to the RenderView on creation.mkosiba2014-11-121-1/+4
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-10/+11
* Hook up DidReceiveInputEvent to the blink scheduler and fixes the bug wherealexclarke2014-11-111-3/+3
* Pending tasks in a message loop should be deleted before shutting down Blinkharaken2014-11-111-4/+20
* content: Add RendererScheduler.rmcilroy2014-11-061-2/+6
* content: Enable 1-copy rasterizer on all platforms but Android and MacOS.reveman2014-11-041-2/+5
* Enable swapping a frame back in to its parent processjaphet2014-10-311-2/+4
* Re-land: Add browser-wide discardable memory implementation.reveman2014-10-251-0/+6
* Revert of Add browser-wide discardable memory implementation. (patchset #23 i...avi2014-10-241-6/+0
* Add browser-wide discardable memory implementation.reveman2014-10-241-0/+6
* Convert GpuBenchmarkingExtension to a gin::Wrappable classjochen2014-10-231-3/+0
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-231-1/+1
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-6/+5
* ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementallymorrita2014-10-211-1/+3
* scheduler: Remove use of WebSchedulerProxyskyostil2014-10-201-8/+1
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-58/+7
* Forward compositor and input tasks to the Blink schedulerskyostil2014-10-101-1/+8
* Remove obsolete path of getSources.grunell2014-10-101-1/+0
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-4/+4
* Add extra CHECK()s for crash huntingmorrita2014-10-071-0/+12
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-051-19/+19
* use new api names for SkGraphicsreed2014-10-031-2/+2
* Revert of Pending tasks in a message loop should be deleted before shutting d...kareng2014-09-301-19/+4
* Pending tasks in a message loop should be deleted before shutting down Blinkharaken2014-09-301-4/+19
* Remove foreground tab idle handlerjochen2014-09-261-39/+7
* Revert of Pending tasks in a message loop should be deleted before shutting d...reveman2014-09-261-11/+0