| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a using declaration for Timer::Start in BaseTimerMethodPointer. | tim@chromium.org | 2012-10-20 | 1 | -0/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Extension alarms now persist in Preferences. | mpcomplete@chromium.org | 2012-04-23 | 1 | -0/+1 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 1 | -171/+121 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 1 | -121/+171 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 1 | -171/+121 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 1 | -121/+171 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 1 | -171/+121 |
* | chromeos: Implement power button animations for Aura. | derat@chromium.org | 2012-01-04 | 1 | -2/+3 |
* | Remove Task inheritance from base::Timer. | dcheng@chromium.org | 2011-12-15 | 1 | -3/+3 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -9/+25 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -25/+9 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -9/+25 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -2/+3 |
* | Transition to TimeTicks from Time in timer module. | jar@chromium.org | 2011-03-20 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+1 |
* | Coverity: initialize timer_. | mattm@chromium.org | 2009-10-01 | 1 | -2/+1 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 1 | -0/+1 |
* | Disable flaky TimerTest.DelayTimer_Reset test. | phajdan.jr@chromium.org | 2009-03-09 | 1 | -0/+5 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Add a test to DelayTimer ensure that the callback is never | agl@chromium.org | 2009-02-26 | 1 | -0/+3 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -2/+61 |
* | Fix a memory error when a timer task deleles its | huanr@chromium.org | 2009-02-07 | 1 | -0/+4 |
* | Redo fix from yesterday. | mbelshe@google.com | 2008-12-02 | 1 | -6/+35 |
* | Revert the timer code again because even after relanding | nsylvain@chromium.org | 2008-12-02 | 1 | -27/+6 |
* | Reland 6190 now that the tree is green to see if | nsylvain@chromium.org | 2008-12-02 | 1 | -6/+27 |
* | Revert 6190 to see if it's the cause of the 100+ new regressions | nsylvain@chromium.org | 2008-12-02 | 1 | -27/+6 |
* | Found a bug in the BaseTimer (used by OneShotTimer). | mbelshe@google.com | 2008-12-02 | 1 | -6/+27 |
* | Stop spamming delayed tasks on each input event. | darin@chromium.org | 2008-09-25 | 1 | -0/+7 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -197/+0 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 1 | -33/+26 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -0/+3 |
* | fix base_unittets bustage observed on mac/linux | darin@google.com | 2008-08-29 | 1 | -2/+4 |
* | fix purify error | darin@google.com | 2008-08-28 | 1 | -0/+1 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -61/+145 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | reland r1075 w/ tweak to fix test failures | darin@google.com | 2008-08-20 | 1 | -6/+4 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -4/+6 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -6/+4 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -66/+48 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -48/+66 |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 1 | -66/+48 |
* | just some hopefully non-contentious stuff to get out of the way before doing ... | darin@google.com | 2008-08-06 | 1 | -4/+9 |
* | Move base/timer from deprecated atomic interface to AtomicSequenceNumber. | deanm@google.com | 2008-08-06 | 1 | -4/+0 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+320 |