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
*
Add a unit test for WordIterator. Fix word_iterator.* includes at the same time.
maruel@google.com
2008-08-07
4
-6
/
+108
*
Add UTF-16 <-> Wide conversions for Mac.
brettw@google.com
2008-08-07
3
-24
/
+94
*
Improve PathServiceTest test by verifying that the returned path exists.
maruel@google.com
2008-08-07
3
-9
/
+34
*
Port in threading for Posix. Will require fixes to MessageLoop and Task to co...
avi@google.com
2008-08-07
5
-9
/
+174
*
Pinkerton's port/fix-up of command-line processing to work cross-platform.
evanm@google.com
2008-08-07
3
-40
/
+130
*
This is an experiment to see the impact of a boosted priority on the page
darin@google.com
2008-08-07
1
-0
/
+4
*
Fix sys_string_conversions for use on the Mac.
mmentovai@google.com
2008-08-07
3
-20
/
+27
*
Rename and remove a bunch of string functions.
evanm@google.com
2008-08-07
5
-167
/
+62
*
Remove the unit tests for the error condition. Vista handles the error differ...
brettw@google.com
2008-08-07
1
-2
/
+8
*
Add defines for the size of wchar_t to build_config.h. Use this in places whe...
brettw@google.com
2008-08-07
13
-218
/
+210
*
Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...
mmentovai@google.com
2008-08-07
8
-54
/
+214
*
Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...
maruel@google.com
2008-08-07
2
-15
/
+10
*
Remove the old NativeMB functions from string util, and use the new ones in s...
brettw@google.com
2008-08-07
5
-184
/
+316
*
Revert part of r508, it may have broken webkit-release-playback.
deanm@google.com
2008-08-07
2
-10
/
+15
*
Make base/SConstruct just like chrome/SConstruct for linux building.
deanm@google.com
2008-08-07
1
-1
/
+38
*
Remove the old atomic operations interface.
deanm@google.com
2008-08-07
5
-183
/
+0
*
ICU isn't packaged on the Mac as it is on Windows.
avi@google.com
2008-08-07
1
-1
/
+12
*
Some cross platform changes and general cleanups to Pickle.
deanm@google.com
2008-08-07
3
-25
/
+26
*
Remove the LOCKED_EXPRESSION macro, it's clumbsy and unused.
deanm@google.com
2008-08-07
2
-23
/
+0
*
Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer ty...
deanm@google.com
2008-08-07
1
-1
/
+1
*
Fix cut-and-paste error so we only try to build mac files on, gee, the mac...
sgk@google.com
2008-08-07
1
-1
/
+1
*
Add new sys_string_conversions_*.cc files to the SCons build.
sgk@google.com
2008-08-07
1
-0
/
+11
*
This is the addition of the system-dependent string conversions. This is just...
brettw@google.com
2008-08-07
7
-23
/
+412
*
We were passing -1 (indicating NULL terminated) to the UTF8->wide conversion ...
brettw@google.com
2008-08-06
1
-4
/
+6
*
Apparently, our WndProc can get called for other HWNDs :(
darin@google.com
2008-08-06
1
-15
/
+17
*
just some hopefully non-contentious stuff to get out of the way before doing ...
darin@google.com
2008-08-06
6
-81
/
+85
*
Drop FixedString. It's only used in two places, one where it doesn't really ...
evanm@google.com
2008-08-06
5
-169
/
+0
*
Revert base/base_path.cc (r450) since it caused large scale unit test failure.
maruel@google.com
2008-08-06
1
-33
/
+3
*
Add missing file_util_win.cc file.
sgk@google.com
2008-08-06
1
-0
/
+1
*
Fixing up the basic set of geometry.
avi@google.com
2008-08-06
7
-12
/
+91
*
We use intptr_t in various points in the code.
evanm@google.com
2008-08-06
1
-0
/
+5
*
Fix base::DIR_SOURCE_ROOT path calculation.
maruel@google.com
2008-08-06
8
-16
/
+92
*
Revert change 430 because it breaks the build.
nsylvain@google.com
2008-08-06
2
-168
/
+27
*
Refactoring file_util into file_util and file_util_win. Also fix windows dep...
erikkay@google.com
2008-08-06
7
-597
/
+684
*
Mac changes to the path service.
avi@google.com
2008-08-06
2
-19
/
+45
*
Portability fix for Value. The MSVC CRT doesn't complain about memcpy_s unle...
mmentovai@google.com
2008-08-06
2
-2
/
+3
*
Portability fix for JSONWriter. gcc warns when the declaration order doesn't...
mmentovai@google.com
2008-08-06
2
-6
/
+7
*
Fix incorrect OS_APPLE to OS_MACOSX and drop COMPILER_GCC since the code
deanm@google.com
2008-08-06
1
-1
/
+1
*
Use our own hash function that supports embedded NULLs for both char and wcha...
pinkerton@google.com
2008-08-06
1
-15
/
+11
*
Changes for POSIX support. Yay for ifdefs!
pinkerton@google.com
2008-08-06
2
-27
/
+168
*
Compiler changes to work with GCC
pinkerton@google.com
2008-08-06
2
-7
/
+16
*
Move base/timer from deprecated atomic interface to AtomicSequenceNumber.
deanm@google.com
2008-08-06
2
-8
/
+5
*
Move ref_counted to the new atomic_ref_count interface.
deanm@google.com
2008-08-06
1
-8
/
+5
*
Cross platform and cleanup of Singleton class
deanm@google.com
2008-08-06
4
-198
/
+52
*
Add YieldCurrentThread to PlatformThread, for giving up the current thread's ...
deanm@google.com
2008-08-06
2
-0
/
+16
*
Bring in more files from the mac july branch.
paulg@google.com
2008-08-06
2
-12
/
+19
*
ObjectWatcher needs to know when the current thread's MessageLoop is being de...
darin@google.com
2008-08-05
5
-6
/
+94
*
Allow string-to-int conversions to provide a return value indicating success....
mmentovai@google.com
2008-08-05
5
-17
/
+421
*
Add base_paths_win.cc to SCons build.
sgk@google.com
2008-08-05
1
-4
/
+9
*
Bring over the changes from the Mac branch.
paulg@google.com
2008-08-05
2
-0
/
+23
[next]