summaryrefslogtreecommitdiffstats
path: root/content/child/child_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unused includes of webkit/glue/webkit_glue.htfarina@chromium.org2013-11-121-1/+0
* Flush out initial [un]registerServiceWorker roundtripalecflett@chromium.org2013-10-301-0/+11
* Add ALLOW_UNUSED to CondVarLazyInstanceTraits for clang+android+Releasefischman@chromium.org2013-10-291-1/+1
* Fix crash with IPC_MESSAGE_LOG_ENABLED when running in single-process mode or...adam.treat@samsung.com2013-10-281-3/+6
* Fix a crash in ChildThread::ShutdownThreadfeng@chromium.org2013-09-291-2/+43
* Introduce webkit_glue bridges for the new WebSocket Implementation.yhirano@chromium.org2013-09-241-0/+4
* Running with IPC logging sometimes fails because the IPC logger getshubbe@chromium.org2013-09-131-0/+6
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-0/+11
* child processes: wait 60 seconds before sending SIGALRM.asharif@chromium.org2013-08-011-7/+9
* Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."kinuko@chromium.org2013-07-291-7/+13
* Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."kinuko@chromium.org2013-07-291-13/+7
* Make Platform::queryStorageUsageAndQuota work from worker threadskinuko@chromium.org2013-07-291-7/+13
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-2/+2
* Record Chrome trace events in tcmalloc heap profilesjamescook@chromium.org2013-07-241-0/+12
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+6
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* Allow tracing to console everywhere.vollick@chromium.org2013-07-111-0/+14
* Make ChildThread::current() and ChildProcess::current() only work on the main...jam@chromium.org2013-06-261-5/+28
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in content/child/.avi@chromium.org2013-06-111-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-0/+360