index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
waitable_event.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
1
-4
/
+2
*
`#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