summaryrefslogtreecommitdiffstats
path: root/content/browser/trace_subscriber_stdio.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix segmentation fault in trace_subscriber_stdio.cc.pliard@chromium.org2012-10-081-3/+3
* Fix memory leak in TraceSubscriberStdioImpl.husky@chromium.org2012-07-191-3/+6
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-4/+6
* Add a Content API around TracingController.jam@chromium.org2012-03-131-1/+1
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-241-41/+75
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-231-75/+41
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-221-41/+75
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-1/+1
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-241-21/+15
* Revert: Internalize JSON chunk merging to trace_event.h API.mpcomplete@chromium.org2011-10-221-15/+21
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-211-21/+15
* Make TraceSubscriberStdio reusable (currently can only run trace once)jbates@chromium.org2011-09-131-9/+23
* Style fix for member variable.husky@google.com2011-06-231-12/+12
* Fixed several FORWARD_NULL issues from Coverity. (I.e. variables can be NULL ...groby@chromium.org2011-06-221-1/+2
* TraceSubscriber implementation that writes to a file.husky@google.com2011-06-011-0/+56