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
*
Move time formatters that only use ICU into base/time.*
tc@google.com
2008-08-19
4
-0
/
+164
*
ThreadLocalStorage::Set should take care of validating its inputs. No need to
darin@google.com
2008-08-19
1
-1
/
+0
*
disable test while we wait for linux fix
darin@google.com
2008-08-19
1
-1
/
+1
*
fix build bustage
darin@google.com
2008-08-19
1
-2
/
+3
*
Define MessagePumpDefault and use it to implement MessageLoop on non-Windows
darin@google.com
2008-08-19
12
-53
/
+321
*
Add mime_util and http_chunked_decoder to mac project.
ericroman@google.com
2008-08-19
1
-1
/
+1
*
Update SCons base_unittests build to track recent (?) VS build changes:
sgk@google.com
2008-08-19
1
-2
/
+4
*
Move more files to non-Win32-specific blocks. These build and pass tests on L...
mmoss@google.com
2008-08-19
1
-1
/
+2
*
Fix sys_strings_conversion_mac to use .data() rather than .c_str() now that
mmentovai@google.com
2008-08-19
1
-1
/
+1
*
Fix a new[] / delete mismatch in a unittest.
deanm@google.com
2008-08-19
1
-1
/
+1
*
Move the system string conversion functions from std::string to StringPiece. ...
deanm@google.com
2008-08-19
8
-14
/
+28
*
Add a few tests to string_escape improving code coverage.
deanm@google.com
2008-08-19
1
-0
/
+10
*
Use __ImageBase linker variable instead of VirtualQuery on a global variable.
deanm@google.com
2008-08-19
1
-7
/
+4
*
Add tests for From / In converions and LocalMidnight. Add InMinutes().
deanm@google.com
2008-08-19
4
-2
/
+43
*
Fix some warnings found in string unittests.
evanm@google.com
2008-08-19
2
-91
/
+96
*
Use LF for newlines in all DEPS files
mmentovai@google.com
2008-08-18
2
-6
/
+6
*
Rearrange and add notes on remaining base modules that are in the Windows-spe...
evanm@google.com
2008-08-18
1
-10
/
+15
*
Make some net unittests compile and pass on linux.
tc@google.com
2008-08-18
2
-0
/
+14
*
Add more useful settings to the xcconfigs.
mmentovai@google.com
2008-08-18
1
-0
/
+10
*
Use a common directory for all build output on the Mac.
mmentovai@google.com
2008-08-18
2
-8
/
+9
*
Cleanup some comment typos.
ericroman@google.com
2008-08-18
13
-20
/
+20
*
Fix incorrect unsigned math in pr_time.cc on Windows which incorrectly handle...
deanm@google.com
2008-08-18
2
-17
/
+98
*
Take 2 at the new MessageLoop implementation.
darin@google.com
2008-08-16
4
-878
/
+258
*
Fix the bug where (a < b && b < a) is true. This is producing an assert when ...
maruel@google.com
2008-08-16
1
-6
/
+6
*
Revert r966, as it broke the Windows build.
evanm@google.com
2008-08-15
1
-8
/
+8
*
Fix signed/unsigned in prep for -Wall.
evanm@google.com
2008-08-15
1
-8
/
+8
*
a few unit tests broke on windows, fix those bugs
erikkay@google.com
2008-08-15
1
-2
/
+5
*
sigh
erikkay@google.com
2008-08-15
1
-1
/
+3
*
one more try before revert
erikkay@google.com
2008-08-15
2
-15
/
+15
*
Move all settings except for the ones that really need to be per-target into
mmentovai@google.com
2008-08-15
1
-61
/
+36
*
fix build bustage
erikkay@google.com
2008-08-15
1
-1
/
+1
*
Part two of file_util porting. Almost all of the functionality has been port...
erikkay@google.com
2008-08-15
11
-166
/
+420
*
Make the error message extra verbose when the external developper didn't corr...
maruel@google.com
2008-08-15
1
-1
/
+5
*
Add ref_counted.cc to the Mac build.
mmentovai@google.com
2008-08-15
3
-2
/
+6
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
4
-65
/
+170
*
rollback portions of r928 to test to see if it impacts perf
darin@google.com
2008-08-15
2
-251
/
+858
*
Just like HandleWorkMessage, we have to be concerned with HandleTimerMessage
darin@google.com
2008-08-15
1
-0
/
+6
*
SCons build: add base\message_pump_win.cc.
sgk@google.com
2008-08-15
1
-0
/
+1
*
Try only re-scheduling work when HandleWorkMessage is called.
darin@google.com
2008-08-15
2
-1
/
+5
*
remove some testing code that i didn't mean to checkin
darin@google.com
2008-08-15
1
-16
/
+0
*
Introduce MessagePump to represent the native message pump used to drive a
darin@google.com
2008-08-15
9
-872
/
+1177
*
more bustage fixes
darin@google.com
2008-08-15
1
-2
/
+3
*
rollback r922 to fix windows bustage
darin@google.com
2008-08-15
2
-93
/
+93
*
Unify all of the build settings, and tweak a couple. Set as many things as p...
mmentovai@google.com
2008-08-15
1
-618
/
+361
*
Fix more compiler warnings.
darin@google.com
2008-08-15
7
-109
/
+108
*
To pass string_util_unittest, we need the ICU data file. To get the ICU data...
evanm@google.com
2008-08-15
12
-20
/
+197
*
Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...
tc@google.com
2008-08-14
4
-14
/
+14
*
Add waitable_event_generic.cc, waitable_event_unittest.cc, and condition_vari...
darin@google.com
2008-08-14
1
-0
/
+14
*
fix unit test bustage
darin@google.com
2008-08-14
1
-4
/
+2
*
Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...
darin@google.com
2008-08-14
4
-41
/
+41
[next]