| Commit message (Expand) | Author | Age | Files | Lines |
* | Move timing files into base/time and base/timer, install forwarding headers. | avi@chromium.org | 2013-06-27 | 1 | -486/+0 |
* | Reset rollover_ms and last_seen_now when replacing mock tick function | scottmg@chromium.org | 2013-02-06 | 1 | -0/+3 |
* | Remove cast that was needed as hint for VS 2008, now that we no longer suppor... | joi@chromium.org | 2013-01-03 | 1 | -7/+1 |
* | Fixing Time::Max()'s behavior with Time::ToTimeT() and friends. | mkwst@chromium.org | 2012-09-08 | 1 | -0/+13 |
* | Add native QPC to base::Time* conversion on Windows. | brianderson@chromium.org | 2012-08-03 | 1 | -9/+34 |
* | Add interface to system trace clock. | sleffler@chromium.org | 2012-05-01 | 1 | -1/+6 |
* | Relanding precompiled header support for VS 2008, now enabled for | joi@chromium.org | 2011-09-20 | 1 | -1/+6 |
* | Temporary revert of r101474, will re-land tomorrow with a change to disable u... | joi@chromium.org | 2011-09-19 | 1 | -6/+1 |
* | Switch on use of precompiled headers for VS 2008. | joi@chromium.org | 2011-09-16 | 1 | -1/+6 |
* | Fix Time::Explode on Windows and PepperMessageFilter::OnGetLocalTimeZoneOffset. | yzshen@chromium.org | 2011-07-06 | 1 | -18/+32 |
* | Fix a possible crash on windows. | thakis@chromium.org | 2011-05-21 | 1 | -1/+1 |
* | Reland old fix that was reverted incorrectly. | mbelshe@chromium.org | 2011-05-15 | 1 | -4/+19 |
* | Update DCHECK() usage to utilize the more expressive debugging functions. | kushi.p@gmail.com | 2011-04-22 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -4/+4 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -14/+18 |
* | Revert 63191 - 2nd try: | phajdan.jr@chromium.org | 2010-10-20 | 1 | -19/+4 |
* | 2nd try: | mbelshe@chromium.org | 2010-10-20 | 1 | -4/+19 |
* | Revert 63176 - Fix regression where high resolution timers could be activated... | mbelshe@chromium.org | 2010-10-20 | 1 | -19/+4 |
* | Fix regression where high resolution timers could be activated even under | mbelshe@chromium.org | 2010-10-20 | 1 | -4/+19 |
* | The submillisecond test was broken in at least two ways. First, the | mbelshe@chromium.org | 2010-09-23 | 1 | -0/+5 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -5/+0 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -0/+5 |
* | GTTF: Avoid assertion failures caused by clock drift. | phajdan.jr@chromium.org | 2010-08-04 | 1 | -11/+14 |
* | GTTF: Increase the limit for QPC drift. | phajdan.jr@chromium.org | 2010-07-29 | 1 | -2/+2 |
* | Change a DCHECK to a DCHECK_LT so we can see the failing values. | evan@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -9/+24 |
* | Remove the NowSingleton from time_win.cc. | phajdan.jr@chromium.org | 2010-05-11 | 1 | -34/+29 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+1 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -67/+12 |
* | Simplify the PowerObserver API by removing unneeded args and providing defaul... | pkasting@chromium.org | 2009-10-01 | 1 | -13/+9 |
* | Make int64 -> Time conversion explicit. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Do not monitor system power state during unit tests. | phajdan.jr@chromium.org | 2009-05-27 | 1 | -30/+75 |
* | Retrial of the first step to port file_util::CountFilesCreatedAfter() | erikkay@google.com | 2009-04-18 | 1 | -1/+8 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -5/+5 |
* | Make the SystemMonitor observer list thread safe. | mbelshe@google.com | 2008-11-03 | 1 | -1/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+4 |
* | Change to Hi Res timers on Windows. | mbelshe@google.com | 2008-09-26 | 1 | -31/+121 |
* | Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re... | deanm@chromium.org | 2008-09-11 | 1 | -4/+45 |
* | Reapply r1633 (which was reverted by r1635), with some additional modificatio... | deanm@google.com | 2008-09-09 | 1 | -54/+94 |
* | Revert part of r1633 Windows time changes, seems to have caused test failures? | deanm@google.com | 2008-09-02 | 1 | -70/+55 |
* | Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks... | deanm@google.com | 2008-09-02 | 1 | -55/+70 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+244 |