| Commit message (Expand) | Author | Age | Files | Lines |
* | This change ensures that base_unittests will not segfault on this. | maruel@google.com | 2008-09-12 | 1 | -0/+3 |
* | Add a few more cases for Unicode blocks to script mapping. This is for next ... | jungshik@google.com | 2008-09-12 | 1 | -4/+23 |
* | Port the thread local storage unittest to Mac and linux. | paulg@google.com | 2008-09-11 | 3 | -39/+52 |
* | Capture initial SCons build of {base,net,googleurl}_unittests on Mac: | sgk@google.com | 2008-09-11 | 1 | -2/+10 |
* | Sort allegedly-sorted lists | mark@chromium.org | 2008-09-11 | 1 | -2/+6 |
* | POSIX/Linux related changes to file_util: | mark@chromium.org | 2008-09-11 | 3 | -20/+78 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 5 | -20/+63 |
* | Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re... | deanm@chromium.org | 2008-09-11 | 4 | -66/+46 |
* | Add the shared memory test to the scons build. | paulg@google.com | 2008-09-11 | 1 | -1/+1 |
* | First pass of porting the shared memory unittest. We still need | paulg@google.com | 2008-09-11 | 2 | -85/+113 |
* | Accommodate removal of gfx\platform_canvas_unittest_win.cc in the | sgk@google.com | 2008-09-10 | 2 | -2/+1 |
* | Google Update gave us a new IDL and asked us to change the CLSID const we use... | finnur@google.com | 2008-09-10 | 1 | -1/+1 |
* | The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)... | finnur@google.com | 2008-09-10 | 2 | -0/+21 |
* | Fix a mis-merge in TLS changes. | deanm@chromium.org | 2008-09-10 | 1 | -4/+1 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 4 | -31/+27 |
* | Fix the GCC build. | darin@chromium.org | 2008-09-10 | 1 | -2/+2 |
* | disable tests that are not ready to be enabled yet | darin@chromium.org | 2008-09-10 | 1 | -0/+3 |
* | Put back r1891 with some task deletion disabled to maintain backwards compat ... | darin@chromium.org | 2008-09-10 | 3 | -38/+121 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 4 | -14/+12 |
* | Make CreateDirectory consistent on Win and Posix when directory exists. | mmoss@google.com | 2008-09-09 | 2 | -3/+4 |
* | Fix build break, add TODO to clean up unit test reference | awalker@google.com | 2008-09-09 | 1 | -6/+8 |
* | Update file that got committed under the wrong name, causing | awalker@google.com | 2008-09-09 | 1 | -30/+53 |
* | Fix the file extension. | maruel@google.com | 2008-09-09 | 1 | -0/+0 |
* | Refactor the platform canvas unit test a bit so that it can be run on | awalker@google.com | 2008-09-09 | 10 | -17/+57 |
* | Get rid of an unneded static variable in the Mac TimeTicks::Now | mmentovai@google.com | 2008-09-09 | 1 | -6/+10 |
* | Bulk fixes to get Mac Test Shell more compile-happy. | avi@google.com | 2008-09-09 | 1 | -0/+5 |
* | Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti... | deanm@google.com | 2008-09-09 | 2 | -4/+10 |
* | Reapply r1633 (which was reverted by r1635), with some additional modificatio... | deanm@google.com | 2008-09-09 | 5 | -91/+101 |
* | rollback r1891 | darin@google.com | 2008-09-09 | 3 | -98/+30 |
* | Delete pending tasks that have not run. To do this properly, I found that I ... | darin@google.com | 2008-09-09 | 3 | -30/+98 |
* | Rename "run net_unittests" to "run_net_unittests" like we do with other unit | mmentovai@google.com | 2008-09-08 | 1 | -1/+1 |
* | Add LazyInstance (r1837) to the Mac build | mmentovai@google.com | 2008-09-08 | 1 | -0/+10 |
* | Just by implementing a destructor (even if it's not doing anything), MSVC wil... | deanm@google.com | 2008-09-08 | 1 | -2/+4 |
* | Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper. | deanm@google.com | 2008-09-08 | 1 | -0/+3 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 6 | -0/+253 |
* | Remove the ifdef platform jungle from hmac.h, abstracting the platform specif... | deanm@google.com | 2008-09-08 | 3 | -78/+59 |
* | Add a void* parameter to the AtExitManager callbacks. | deanm@google.com | 2008-09-08 | 4 | -30/+47 |
* | Just compile some basic files so we get a libGlue.a. | evanm@google.com | 2008-09-07 | 1 | -0/+4 |
* | Fix purify MLK errors resulting from my previous check-in. The TimerManager ... | darin@google.com | 2008-09-07 | 1 | -0/+7 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 10 | -1164/+393 |
* | [new http] Normalize line continuations in response headers. | ericroman@google.com | 2008-09-06 | 1 | -7/+9 |
* | Add non_thread_safe.cc and trace_event.cc to the Mac build | mmentovai@google.com | 2008-09-05 | 1 | -0/+12 |
* | SCons build: move hamc_win.cc from the list of to-be-ported source | sgk@google.com | 2008-09-05 | 1 | -1/+2 |
* | Add base\trace_event.cc to the SCons build. | sgk@google.com | 2008-09-04 | 1 | -0/+1 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 7 | -51/+235 |
* | Make gcc 4.1 happy with NULL in EXPECT_EQ. | mmoss@google.com | 2008-09-04 | 1 | -3/+3 |
* | Revert r1648 in timer_unittest.cc, this was for testing and should have never | mmentovai@google.com | 2008-09-04 | 1 | -24/+0 |
* | Run thread_local_unittest on all platforms. | deanm@google.com | 2008-09-03 | 1 | -1/+1 |
* | Add at least some code that tests UnreliableHighResNow. I realize it can be ... | deanm@google.com | 2008-09-03 | 1 | -0/+8 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 5 | -77/+100 |