| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanical rename of tracing includes for /base | primiano | 2015-01-31 | 1 | -1/+1 |
* | Creating infrastructure for profiler instrumentation only in developer build ... | vadimt | 2014-10-28 | 1 | -0/+1 |
* | Standardize usage of virtual/override/final in base/ | dcheng | 2014-10-21 | 1 | -16/+15 |
* | Remove two SequencedWorkerPool histograms. | asvitkine | 2014-10-15 | 1 | -12/+0 |
* | replace OVERRIDE and FINAL with override and final in base/ | mostynb | 2014-10-07 | 1 | -6/+6 |
* | Creating a framework for suppressing pollution of the profiler data and apply... | vadimt | 2014-09-15 | 1 | -5/+5 |
* | Support COM in SequencedWorkerPool. This will be used by some code that | pkasting@chromium.org | 2014-04-21 | 1 | -0/+6 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -2/+1 |
* | Make flow event traces disabled-by-default | fmeawad@chromium.org | 2014-02-06 | 1 | -3/+5 |
* | Make the lazy TLS pointer in SWP into a LeakyLazyInstance. | earthdok@chromium.org | 2013-09-12 | 1 | -1/+1 |
* | base: Re-re-apply WeakPtr support for SequencedWorkerPools | tommycli@chromium.org | 2013-07-30 | 1 | -0/+4 |
* | Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..." | dewittj@chromium.org | 2013-07-26 | 1 | -4/+0 |
* | base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock | tommycli@chromium.org | 2013-07-26 | 1 | -0/+4 |
* | Abort SandboxedUnpacker::RewriteImageFiles on browser shutdown | dpolukhin@chromium.org | 2013-07-10 | 1 | -0/+11 |
* | base: Re-commit SequencedWorkerPool globally unique tokens with unused variab... | tommycli@chromium.org | 2013-07-09 | 1 | -9/+42 |
* | Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..." | ajwong@chromium.org | 2013-07-08 | 1 | -40/+9 |
* | Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..." | scottmg@chromium.org | 2013-07-08 | 1 | -9/+40 |
* | Revert 210423 "base: Make SequencedWorkerPool issue globally uni..." | scottmg@chromium.org | 2013-07-08 | 1 | -40/+9 |
* | base: Make SequencedWorkerPool issue globally unique SequenceTokens. | tommycli@chromium.org | 2013-07-08 | 1 | -9/+40 |
* | Use a direct include of time headers in base/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-25 | 1 | -4/+2 |
* | Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac... | michaeln@google.com | 2013-03-07 | 1 | -19/+95 |
* | Delete delayed tasks upon worker pool shutdown. | erikwright@chromium.org | 2013-02-26 | 1 | -15/+16 |
* | Let sequence-checking work from a SequencedWorkerPool task's destructor | akalin@chromium.org | 2013-02-09 | 1 | -4/+7 |
* | SharedWorkerPool.Shutdown(int max_new_blocking_tasks) | michaeln@chromium.org | 2012-12-19 | 1 | -19/+58 |
* | Add comments about memory behavior of SWP tasks with the same sequence token | akalin@chromium.org | 2012-12-18 | 1 | -1/+3 |
* | - Implement delayed task posting for SequencedWorkerPool. | nhiroki@chromium.org | 2012-10-02 | 1 | -83/+151 |
* | Trace PostTasks from post to run. | jbates@chromium.org | 2012-09-18 | 1 | -0/+28 |
* | Make sure that shutdown blocking SequencedWorkerPool use Critical Closures. | milanb@chromium.org | 2012-08-15 | 1 | -1/+4 |
* | Support profiling of tasks run as sequenced_tasks | jar@chromium.org | 2012-07-30 | 1 | -4/+15 |
* | Ensure SequencedWorkerPool::Shutdown() blocks for already-started SKIP_ON_SHU... | rsleevi@chromium.org | 2012-07-21 | 1 | -3/+6 |
* | Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti... | tedvessenes@gmail.com | 2012-06-21 | 1 | -70/+4 |
* | Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead... | asanka@chromium.org | 2012-06-01 | 1 | -4/+70 |
* | Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. | tedvessenes@gmail.com | 2012-06-01 | 1 | -70/+4 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 1 | -0/+2 |
* | Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior. | mattm@chromium.org | 2012-04-11 | 1 | -5/+114 |
* | Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner. | mattm@chromium.org | 2012-04-11 | 1 | -2/+116 |
* | Implementation of SequencedTaskRunner based on SequencedWorkerPool. | francoisk777@gmail.com | 2012-04-02 | 1 | -0/+6 |
* | Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ... | michaeln@google.com | 2012-03-30 | 1 | -0/+30 |
* | Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop(). | rsesek@chromium.org | 2012-03-29 | 1 | -0/+8 |
* | Relax check for message loop in SequencedWorkerPool | akalin@chromium.org | 2012-03-17 | 1 | -8/+7 |
* | Move work signal count tracking from SequencedWorkerPool to the test file | akalin@chromium.org | 2012-03-14 | 1 | -40/+26 |
* | Clean up condition variable usage in SequencedWorkerPool | akalin@chromium.org | 2012-03-12 | 1 | -27/+87 |
* | Implement SequencedWorkerPool::RunsTasksOnCurrentThread() | akalin@chromium.org | 2012-03-09 | 1 | -12/+23 |
* | Remove logging statements inadvertently committed in r125152 | akalin@chromium.org | 2012-03-07 | 1 | -2/+0 |
* | Ensure that SequencedWorkerPools in tests don't outlive their tests | akalin@chromium.org | 2012-03-06 | 1 | -2/+22 |
* | Fix memory leak in SequencedWorkerPool | akalin@chromium.org | 2012-02-29 | 1 | -4/+5 |
* | Make SequencedWorkerPool a TaskRunner | akalin@chromium.org | 2012-02-29 | 1 | -0/+25 |