| Commit message (Expand) | Author | Age | Files | Lines |
* | Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers. | pauljensen@chromium.org | 2012-10-29 | 1 | -2/+20 |
* | Clarify comments in base/time.h | akalin@chromium.org | 2012-10-09 | 1 | -8/+9 |
* | Fixing Time::Max()'s behavior with Time::ToTimeT() and friends. | mkwst@chromium.org | 2012-09-08 | 1 | -0/+7 |
* | Add 'base::Time::Max()' to explicitly refer to the end of time. | mkwst@chromium.org | 2012-08-27 | 1 | -0/+4 |
* | Add native QPC to base::Time* conversion on Windows. | brianderson@chromium.org | 2012-08-03 | 1 | -0/+5 |
* | Adding conversion function between base::Time and CFAbsoluteTime | qsr@chromium.org | 2012-07-24 | 1 | -0/+11 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | [Mac] Enable message loop start UMA measurement on Mac | jeremy@chromium.org | 2012-06-15 | 1 | -0/+1 |
* | Add Javascript time methods to base::Time. | jyasskin@chromium.org | 2012-06-08 | 1 | -0/+6 |
* | Add interface to system trace clock. | sleffler@chromium.org | 2012-05-01 | 1 | -1/+8 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -0/+18 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -5/+5 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-08-03 | 1 | -1/+1 |
* | Revert 94426 - Removed wchat_t from Time::FromString. | morrita@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-07-28 | 1 | -1/+1 |
* | Reland old fix that was reverted incorrectly. | mbelshe@chromium.org | 2011-05-15 | 1 | -1/+11 |
* | class PageLoadTrackerUnitTest is not used anymore. Remove. | dilmah@chromium.org | 2011-05-04 | 1 | -4/+0 |
* | Revert r83048 "Removed wchar_t from Time::FromString." | maruel@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Removed wchar_t from Time::FromString. | shinyak@google.com | 2011-04-26 | 1 | -1/+1 |
* | Base: A few more changes to build base.dll | rvargas@google.com | 2011-04-01 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 1 | -3/+4 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -4/+4 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -4/+4 |
* | Revert 63191 - 2nd try: | phajdan.jr@chromium.org | 2010-10-20 | 1 | -10/+1 |
* | 2nd try: | mbelshe@chromium.org | 2010-10-20 | 1 | -1/+10 |
* | Revert 63176 - Fix regression where high resolution timers could be activated... | mbelshe@chromium.org | 2010-10-20 | 1 | -10/+1 |
* | Fix regression where high resolution timers could be activated even under | mbelshe@chromium.org | 2010-10-20 | 1 | -1/+10 |
* | The submillisecond test was broken in at least two ways. First, the | mbelshe@chromium.org | 2010-09-23 | 1 | -0/+4 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -1/+0 |
* | Fix Time::FromDoubleT so that it will return null time when 0 is passed. | jianli@chromium.org | 2010-09-09 | 1 | -0/+6 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -0/+1 |
* | GTTF: Avoid assertion failures caused by clock drift. | phajdan.jr@chromium.org | 2010-08-04 | 1 | -0/+5 |
* | Fix a bug with parsing ftp directory listing lines. | michaeln@chromium.org | 2010-07-27 | 1 | -0/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -3/+28 |
* | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 1 | -1/+9 |
* | Make ProcessWatcher use kqueues on Mac. | jeremy@chromium.org | 2009-12-15 | 1 | -0/+4 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -6/+3 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 1 | -0/+4 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 1 | -1/+0 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 1 | -0/+1 |
* | Make int64 -> Time conversion explicit. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -4/+4 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Convert internal time format to Windows 1601 epoch on Linux & Mac. | brettw@chromium.org | 2009-08-26 | 1 | -0/+9 |
* | Do not monitor system power state during unit tests. | phajdan.jr@chromium.org | 2009-05-27 | 1 | -0/+7 |
* | Retrial of the first step to port file_util::CountFilesCreatedAfter() | erikkay@google.com | 2009-04-18 | 1 | -0/+6 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -1/+3 |
* | Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601. | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Inline the TimeDelta::From* construction functions. | deanm@chromium.org | 2009-01-13 | 1 | -0/+32 |