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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some more passing tests in base for Linux
mmentovai@google.com
2008-08-27
4
-64
/
+37
*
Use our own bz_internal_error
mmentovai@google.com
2008-08-27
1
-0
/
+4
*
On .mm files in net and base:
mmentovai@google.com
2008-08-27
5
-164
/
+36
*
Rename atomicops_internals_x86_mac.h back to its original name,
mmentovai@google.com
2008-08-27
3
-6
/
+7
*
Add more passing tests to base_unittests. Add a few more headers we use to
mmentovai@google.com
2008-08-27
3
-10
/
+25
*
Include process_util_posix.cc in POSIX SCons builds
mmentovai@google.com
2008-08-27
1
-0
/
+1
*
Fix process_util_posix.cc
mmentovai@google.com
2008-08-27
3
-5
/
+8
*
Stub out a few things into process_util_posix.
deanm@google.com
2008-08-27
1
-0
/
+26
*
Make perftimer and run_all_perftests compile on Posix. Stub out a few things...
deanm@google.com
2008-08-27
7
-24
/
+32
*
rollback r1427 to attempt to fix test failures
darin@google.com
2008-08-27
1
-0
/
+2
*
Fix the net_perftests to work again.
darin@google.com
2008-08-27
1
-22
/
+29
*
Re-enable DeletePendingTasks. We need this to plug memory leaks in the unit
darin@google.com
2008-08-27
1
-2
/
+0
*
Add dcheck to CloseHandle()
cpu@google.com
2008-08-27
1
-2
/
+5
*
Use COMPILE_ASSERT instead of DCHECK for compile-time constant checks
mmentovai@google.com
2008-08-27
1
-4
/
+4
*
Update pr_time_unittest.cc in base.xcodeproj following r1375
mmentovai@google.com
2008-08-27
1
-4
/
+4
*
Mark the platform_canvas_unittest as windows specific.
erg@google.com
2008-08-27
3
-9
/
+9
*
Fix Linux & Mac builds. I swapped the types of two templates.
brettw@google.com
2008-08-26
1
-1
/
+1
*
Update base.xcodeproj following r1375
mmentovai@google.com
2008-08-26
1
-12
/
+12
*
Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...
brettw@google.com
2008-08-26
2
-17
/
+106
*
Remove false 'process crash' signal (again)
cpu@google.com
2008-08-26
1
-9
/
+20
*
Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi...
erikkay@google.com
2008-08-26
1
-2
/
+2
*
Add a trailing EOL to tracked_objects_unittest, elimates a GCC warning.
deanm@google.com
2008-08-26
1
-1
/
+1
*
Move process_util.cc to process_util_win.cc to make way for posix.
deanm@google.com
2008-08-26
3
-2
/
+2
*
Move unittests that had a _test filename to _unittest. Update some missing t...
deanm@google.com
2008-08-26
7
-9
/
+11
*
Disable this DCHECK since too many consumers expect to be able to
darin@google.com
2008-08-26
1
-1
/
+3
*
fix broken test that assumed it could cache MessageLoop::current() in a stati...
darin@google.com
2008-08-26
1
-2
/
+1
*
revert to using MessagePumpWin on all threads
darin@google.com
2008-08-26
1
-12
/
+3
*
fix unit test that was missing a MessageLoop allocation
darin@google.com
2008-08-26
1
-6
/
+5
*
fix linux build
darin@google.com
2008-08-26
1
-1
/
+1
*
Allow consumers of MessageLoop to specify the type of MessageLoop they want.
darin@google.com
2008-08-26
13
-223
/
+503
*
An earlier change I made sent all logging output to stderr. The webkit layou...
erikkay@google.com
2008-08-25
1
-2
/
+11
*
When we're only outputting to a log file, above a certain log level, we shoul...
erikkay@google.com
2008-08-25
1
-2
/
+10
*
Fixup some nits from brett
pinkerton@google.com
2008-08-25
1
-1
/
+3
*
Updated comment in thread naming.
avi@google.com
2008-08-25
1
-1
/
+6
*
Make PlatformThread::SetName operate only on the current thread.
deanm@google.com
2008-08-25
5
-8
/
+10
*
Add example usages and tests to scoped_ptr.h and tuple.h.
deanm@google.com
2008-08-25
6
-5
/
+346
*
Add a test that passes on Linux.
deanm@google.com
2008-08-25
1
-1
/
+1
*
Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".
ericroman@google.com
2008-08-25
7
-55
/
+35
*
Use a more compact license header in source files.
license.bot
2008-08-24
287
-10266
/
+3376
*
Add a spinlock wait to the dearly beloved crititcal section
cpu@google.com
2008-08-23
1
-1
/
+3
*
We're hoping to find exit codes that are incorrectly counted
jar@google.com
2008-08-23
1
-4
/
+34
*
Adds capabilities for IPC messages of type long, for the primary purpose of a...
klink@google.com
2008-08-22
2
-0
/
+20
*
Add the condition variable unittest to all builds.
paulg@google.com
2008-08-22
1
-1
/
+1
*
Make the condition variable unit test cross platform.
paulg@google.com
2008-08-22
3
-89
/
+87
*
De-winify context headers in prep for future mac implementations. First step.
pinkerton@google.com
2008-08-22
1
-0
/
+4
*
Impl of platform mime typing for Mac.
avi@google.com
2008-08-22
3
-5
/
+62
*
Work around a UMR reported by purify by using a different ICU
tc@google.com
2008-08-22
1
-1
/
+5
*
Remove CallWrapper and SimpleThread. They overlap too closely with the messa...
deanm@google.com
2008-08-22
8
-820
/
+0
*
Properly initialize PlatformThreadHandle. The Open Group Base Specifications...
deanm@google.com
2008-08-22
2
-4
/
+6
*
Back out r1223, we'll just look at the logs on the buildbots for now. It wou...
mmentovai@google.com
2008-08-22
1
-1
/
+1
[next]