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
*
Adds AppendASCII which will append an ASCII path component.
erikkay@google.com
2009-01-21
3
-1
/
+29
*
* Revert "POSIX: Get render_process_host to build."
agl@chromium.org
2009-01-21
2
-17
/
+11
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-21
2
-11
/
+17
*
Share DidProcessCrash between Linux and Mac.
deanm@chromium.org
2009-01-21
2
-25
/
+26
*
Clean up a bunch of style errors in process_util_linux.cc.
deanm@chromium.org
2009-01-21
1
-27
/
+30
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
9
-378
/
+377
*
Followup for one missed review comment (sorting includes).
thomasvl@chromium.org
2009-01-20
1
-1
/
+1
*
POSIX: Get IPCSyncChannel unittests working
agl@chromium.org
2009-01-20
1
-0
/
+3
*
generate test_shell.pak and hook up loading net resources from
tc@google.com
2009-01-20
1
-0
/
+2
*
Added more logging in debug builds for some failure passes, hopefully this
thomasvl@chromium.org
2009-01-20
1
-3
/
+10
*
Flesh out ListValue class.
aa@chromium.org
2009-01-20
3
-5
/
+101
*
Set back StoreRef as non-thread-safe. (Second try)
maruel@chromium.org
2009-01-20
1
-1
/
+1
*
Collect some metrics on nosniff. There is some concern that respecting this ...
abarth@chromium.org
2009-01-17
1
-0
/
+12
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
3
-6
/
+8
*
"Port" StackTrace to Mac
mark@chromium.org
2009-01-16
3
-31
/
+8
*
Mac build fix
agl@chromium.org
2009-01-16
1
-1
/
+1
*
Windows build fix: sorry, I commit from the wrong tree.
agl@chromium.org
2009-01-16
1
-0
/
+1
*
Add StackTrace debugging utility class.
agl@chromium.org
2009-01-16
3
-1
/
+76
*
Reverting 8180.
maruel@chromium.org
2009-01-16
3
-11
/
+1
*
Add thread safety checks but keep them disabled for now until I fix all the c...
maruel@chromium.org
2009-01-16
3
-1
/
+11
*
fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)
tc@google.com
2009-01-16
1
-1
/
+1
*
Mac/Linux test fixes: hopefully this will fix some flakey tests
agl@chromium.org
2009-01-16
2
-30
/
+54
*
Back out erroneous r8140
mark@chromium.org
2009-01-16
1
-4
/
+4
*
Fix OSX compile
jeremy@chromium.org
2009-01-15
1
-4
/
+4
*
Mac build fix
agl@chromium.org
2009-01-15
2
-5
/
+5
*
Mac build fix
agl@chromium.org
2009-01-15
1
-1
/
+1
*
Mac build fix: xcode updates
agl@chromium.org
2009-01-15
1
-4
/
+8
*
Windows scons fix: more functions static and scons file fix
agl@chromium.org
2009-01-15
2
-2
/
+3
*
Windows scons fix: forgot to rename some tests
agl@chromium.org
2009-01-15
1
-4
/
+4
*
GCC on the buildbots is more picky
agl@chromium.org
2009-01-15
1
-1
/
+1
*
Linux: Build fix for WaitableEvent merge
agl@chromium.org
2009-01-15
1
-3
/
+3
*
WaitableEvent is the replacement for Windows events. Previously in the code, ...
agl@chromium.org
2009-01-15
13
-92
/
+1173
*
Enhance error report info (and correct typos)
jar@chromium.org
2009-01-15
1
-3
/
+3
*
Renaming the following files to include the _win suffix:
tommi@chromium.org
2009-01-15
10
-66
/
+50
*
add system_monitor_posix to build
pinkerton@google.com
2009-01-15
1
-0
/
+4
*
- Match up w/ NSPasteboard docs and mark sure our special type is on the
thomasvl@chromium.org
2009-01-15
1
-1
/
+1
*
Work around a stupid Purify bug that was causing lots of bogus messages to ap...
erikkay@google.com
2009-01-15
2
-15
/
+19
*
scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe...
tommi@chromium.org
2009-01-14
7
-0
/
+332
*
Report name of repeatedly registered histograms
jar@chromium.org
2009-01-14
1
-2
/
+6
*
Call logging::InitLogging. The lack of this was causing some hangs (and poss...
erikkay@google.com
2009-01-13
10
-41
/
+84
*
Fix TODOs in base/ :
phajdan.jr@chromium.org
2009-01-13
2
-8
/
+10
*
Port crash_cache tool to Linux.
phajdan.jr@chromium.org
2009-01-13
3
-0
/
+40
*
Inline the TimeDelta::From* construction functions.
deanm@chromium.org
2009-01-13
2
-30
/
+32
*
Fix a typo in a comment.
deanm@chromium.org
2009-01-13
1
-1
/
+1
*
Removing unnecessary include that broke the dependency tests.
tommi@chromium.org
2009-01-12
1
-1
/
+0
*
fix linux build: don't inline in cc file
tc@google.com
2009-01-12
1
-4
/
+4
*
com_ptr implementation. This is a fairly simple implementation of a smart cl...
tommi@chromium.org
2009-01-12
5
-2
/
+214
*
Updates to Visual Studio project generation to accomodate
sgk@google.com
2009-01-10
5
-30
/
+7
*
Changing access to scoped_refptr member variables from private to protected.
tommi@chromium.org
2009-01-10
2
-1
/
+17
*
Move Contains() method to file_utils, stop relying on in extensions_protocol
aa@chromium.org
2009-01-09
6
-79
/
+76
[next]