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
*
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
*
Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting....
deanm@google.com
2008-08-22
5
-51
/
+90
*
Send log output to stderr on Windows when uninitialized
mmentovai@google.com
2008-08-22
1
-1
/
+1
*
Clean up some method naming style.
deanm@google.com
2008-08-22
1
-13
/
+14
*
Create a simple abstraction to a native OS thread, mostly useful for unittest...
deanm@google.com
2008-08-22
7
-2
/
+372
*
Clean up warnings in Skia (also sent upstream)
mmentovai@google.com
2008-08-22
1
-2
/
+0
*
Disable -Werror in base_gfx until Skia is fixed
mmentovai@google.com
2008-08-22
1
-0
/
+2
*
Enable -Werror on the Mac. Fix two more warnings just added to our build. N...
mmentovai@google.com
2008-08-22
1
-3
/
+3
*
Add more base unittests that are now passing to the mac build.
paulg@google.com
2008-08-21
1
-0
/
+8
*
Fix the final gcc warnings in base and net. Provide some macros to selective...
mmentovai@google.com
2008-08-21
4
-13
/
+98
*
Kill off conjoined twin copy of the header.
avi@google.com
2008-08-21
1
-61
/
+0
*
M base/base.xcodeproj/project.pbxproj
awalker@google.com
2008-08-21
1
-2
/
+0
*
Turn on mac platform files in base_gfx target, add image operations unit test
awalker@google.com
2008-08-21
1
-2
/
+18
*
crosstool's gcc gives lots of warnings like
dkegel@google.com
2008-08-21
1
-5
/
+5
*
Fix the final few remaining warnings in base
mmentovai@google.com
2008-08-21
1
-8
/
+8
*
Create a CallWrapper interface, for making closure-like callbacks. This is s...
deanm@google.com
2008-08-21
5
-0
/
+414
*
Remove the unused make_scoped_ptr interface.
deanm@google.com
2008-08-21
1
-30
/
+3
*
A small fixup to a comment that was over 80 cols.
deanm@google.com
2008-08-21
1
-3
/
+3
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
13
-334
/
+287
*
Kill NavigationControllerBase. I merged the two into NavigationController.
brettw@google.com
2008-08-21
1
-2
/
+2
*
Bring thread_posix into Linux build and fix it for Linux/Mac.
evanm@google.com
2008-08-20
2
-5
/
+6
*
Fix some more warnings.
evanm@google.com
2008-08-20
2
-4
/
+4
*
Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di...
evanm@google.com
2008-08-20
1
-1
/
+1
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
9
-98
/
+143
*
No need for size_mac.cc; subsumed by size.cc
avi@google.com
2008-08-20
1
-48
/
+0
*
Revert. Failing unit tests.
evanm@google.com
2008-08-20
8
-135
/
+90
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
8
-90
/
+135
*
fix hammer build
darin@google.com
2008-08-20
2
-1
/
+1
*
Disable warning 4355 on Windows builds: "'this' : used in base member initial...
maruel@google.com
2008-08-20
1
-1
/
+0
*
Merges in updated versions of Mac graphics platform classes, adds generic typ...
awalker@google.com
2008-08-20
15
-5
/
+1338
*
Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of
mmentovai@google.com
2008-08-20
1
-2
/
+0
*
Create a gtest test fixture subclass that allows for platform specific setup ...
erikkay@google.com
2008-08-20
5
-4
/
+123
*
For some reason, when I changed PathData to be a singleton (r722) Purify star...
erikkay@google.com
2008-08-20
1
-7
/
+23
*
Pass StringPieces by constant reference.
deanm@google.com
2008-08-20
4
-10
/
+10
*
reland r1075 w/ tweak to fix test failures
darin@google.com
2008-08-20
10
-63
/
+81
*
Fix a few warnings in the tracked object comparator
mmentovai@google.com
2008-08-20
1
-11
/
+19
*
rollback r1075 to see if it helps resolve test failures
darin@google.com
2008-08-20
10
-81
/
+63
*
Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...
darin@google.com
2008-08-20
10
-63
/
+81
*
Send log messages to stderr when uninitialized on POSIX platforms.
mmentovai@google.com
2008-08-19
1
-15
/
+28
*
Add time_format (r1063) to the xcode proj
avi@google.com
2008-08-19
1
-0
/
+6
*
Get base/gfx into shape, and start running/passing some base_gfx tests
mmentovai@google.com
2008-08-19
1
-42
/
+107
*
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
[next]