summaryrefslogtreecommitdiffstats
path: root/content/child/child_thread_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow sync ipc from browser UI to renderer for Android Webviewboliu2015-10-261-0/+13
* content: Create unprivileged attachment broker on both Mac and Windows.erikchen2015-10-221-1/+2
* Don't use base::MessageLoop::{Quit,QuitClosure} in content/ki.stfu2015-10-121-3/+3
* ipc: Make factory methods for attachment brokers.erikchen2015-10-071-6/+2
* Re-land architecture for cross-process memory notification suppressingpetrcermak2015-09-241-2/+4
* Re-land: cc: Implement shared worker contexts.reveman2015-09-241-4/+4
* Revert of Reland debugging for ipc related crash.erikchen2015-09-231-5/+0
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-221-0/+5
* Revert of Architecture for cross-process memory notification suppressing (pat...huangs2015-09-221-4/+2
* Architecture for cross-process memory notification suppressingpetrcermak2015-09-221-2/+4
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-211-5/+0
* Reland debugging for ipc related crash.erikchen2015-09-191-0/+5
* Revert of cc: Implement shared worker contexts. (patchset #9 id:160001 of htt...kbr2015-09-171-6/+3
* cc: Implement shared worker contexts.reveman2015-09-161-3/+6
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-161-5/+0
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-161-0/+5
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-13/+14
* [tracing] Fix MemoryDumpManager to support startup tracingprimiano2015-09-101-3/+0
* [Android] Suspend shared timers for hidden renderersjdduke2015-09-041-8/+8
* ozone: ClientPixmapManager passes VGEM fd from browser to renderer.dongseong.hwang2015-08-311-0/+33
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-3/+1
* Update content/ to use new attachment broker interface.erikchen2015-07-311-3/+3
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-2/+2
* ipc: Remove the ability to override the listener task runnerskyostil2015-07-211-11/+0
* Cleanup: Remove dead ViewMsgs and comments that refer to them.thestig2015-07-211-6/+2
* Move the Web Bluetooth implementation from child/ to renderer/.jyasskin2015-07-211-4/+0
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-0/+2
* Set listener task runner before connect channel.leon.han2015-07-111-0/+11
* Update client side navigator.connect API to use ServicePortCollection [2/3]mek2015-06-291-4/+0
* content: Set IOSurface manager token in the Gpu process before handling GpuMe...reveman2015-06-261-11/+27
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-191-4/+3
* Update content module for IPC attachment brokering.erikchen2015-06-171-4/+19
* content: Pass IOSurface references using Mach IPC.reveman2015-06-041-0/+15
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-211-12/+13
* Android: Fix ChildThreadImpl::ShutdownThread()sievers2015-05-201-55/+49
* win: Remove --enable-handle-auditing(-all)? flagsthakis2015-05-041-18/+0
* Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concl...vadimt2015-04-271-2/+9
* Fix renderer process profiling on linux.szager2015-04-211-0/+2
* [tracing] Enable and expose the memory tracing infrastructureprimiano2015-04-211-0/+3
* Remove support for AllowBackgroundModeFromRenderer group in BackgroundRendere...gab2015-04-161-17/+0
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-091-49/+3
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-091-3/+49
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-081-49/+3
* [tracing] Fix single-process detection logic of ChildTraceMessageFilterprimiano2015-04-081-2/+1
* Introducing phased profiling framework.vadimt2015-04-011-2/+2
* content: Remove non-thread-safe use of WeakPtrs.reveman2015-03-271-0/+4
* Get rid of ChannelInit::SetSingleProcessIOTaskRunner()morrita2015-03-181-19/+29
* Remove uses of KillProcess()rvargas2015-03-181-2/+2
* Removing unused DeathData::ResetMax() methodvadimt2015-03-061-1/+1
* content: Refactor ChildThreadImpl::Optionsskyostil2015-03-041-9/+31