| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -1/+4 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -4/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+4 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -3/+0 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-26 | 1 | -8/+30 |
* | Revert "POSIX: allow WaitableEvents to be deleted while watching them." | agl@chromium.org | 2009-03-25 | 1 | -30/+8 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-25 | 1 | -8/+30 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | An assert was being hit because WaitableEvent's dtor was calling CloseHandle ... | jam@chromium.org | 2009-03-06 | 1 | -0/+3 |
* | POSIX: Get IPCSyncChannel unittests working | agl@chromium.org | 2009-01-20 | 1 | -0/+3 |
* | Mac build fix | agl@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -8/+79 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -3/+2 |
* | Set svn:eol-style = LF on files in base from which it is missing | mmentovai@google.com | 2008-09-02 | 1 | -83/+83 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -107/+83 |
* | Provide cross-platform implementation of WaitableEvent for use on Mac and Linux. | darin@google.com | 2008-08-11 | 1 | -2/+15 |
* | A basic wrapper for a windows event object that encapsulates the way we often... | darin@google.com | 2008-08-09 | 1 | -0/+94 |