summaryrefslogtreecommitdiffstats
path: root/content/public/renderer/render_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-2/+3
* [UMA] Update documentation for running the extract_actions.py script.isherman@chromium.org2014-03-251-3/+5
* Add RenderThread::GetShutdownEvent().teravest@chromium.org2014-03-061-0/+4
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-7/+7
* Remove some code left over after r191766.jam@chromium.org2014-01-131-3/+0
* Fix idle handlers not being called. The problem was that RenderThread::AddRou...jam@chromium.org2014-01-101-4/+0
* Use UserMetricsAction for renderer user metrics.xhwang@chromium.org2013-12-041-2/+17
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-2/+0
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-1/+1
* render_thread.h: include base/callback.h for Closure typedefmostynb@opera.com2013-07-101-0/+1
* Addressing nits after r206791alph@chromium.org2013-06-181-1/+1
* Make Task Manager to count JS heap of web workers.alph@chromium.org2013-06-171-0/+3
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+2
* More conversion from uint to size_t for shared memory allocation sizes.cevans@chromium.org2013-01-111-1/+1
* Add ResolveProxy to the content API.raymes@chromium.org2012-12-191-0/+6
* Renderer process can allocate anonymous shared memory without help from brows...apatrick@chromium.org2012-12-131-2/+2
* Remove RenderThread::IsRegisteredExtensionmihaip@chromium.org2012-08-091-4/+0
* Upstream support for WebKit shared timer toggling.pliard@chromium.org2012-07-191-0/+3
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-121-0/+2
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-0/+4
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-2/+3
* Add GetIOMessageLoopProxy method to RenderThread interface.bbudge@chromium.org2012-05-171-1/+2
* Repeat performance for 118553 -- Add nacl private interface and statesehr@google.com2012-01-211-0/+2
* Revert 118553 - Add nacl private interface and state for process creation.sehr@google.com2012-01-211-3/+1
* Add nacl private interface and state for process creation.sehr@google.com2012-01-201-1/+3
* Convert render thread idle delays from seconds to milliseconds.ulan@chromium.org2011-11-141-4/+4
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-151-0/+1
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-121-4/+7
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-111-0/+2
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-111-2/+0
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-071-0/+6
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-0/+101