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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add npruntime_util.cc to SCons build.
sgk@google.com
2008-08-06
1
-0
/
+1
*
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
7
-190
/
+23
*
remove apache2
jabdelmalek@google.com
2008-08-06
57
-0
/
+0
*
Revert base/base_path.cc (r450) since it caused large scale unit test failure.
maruel@google.com
2008-08-06
1
-33
/
+3
*
Remove Apache2 from our cygwin directory.
jabdelmalek@google.com
2008-08-06
14
-15
/
+1
*
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
*
Remove projects browser_dll, plugin_dll and renderer_dll since they won't be ...
maruel@google.com
2008-08-06
10
-1018
/
+0
*
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
*
Don't link directly against GetPerformanceInfo so that win2k can be happy.
mbelshe@google.com
2008-08-06
1
-4
/
+29
*
fix kjs build
darin@google.com
2008-08-06
1
-1
/
+2
*
fix kjs build
darin@google.com
2008-08-06
1
-1
/
+1
*
fix build for real
darin@google.com
2008-08-06
1
-0
/
+8
*
fix build (take 2)
darin@google.com
2008-08-06
1
-1
/
+1
*
fix build bustage
darin@google.com
2008-08-06
1
-3
/
+3
*
B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c...
beng@google.com
2008-08-06
1
-0
/
+11
*
Improve NPRuntime marshalling by adding glue functions for serializing / dese...
darin@google.com
2008-08-06
5
-44
/
+155
*
Allow third_party/libxml to compile on Linux. This uses static config.h and x...
mmoss@google.com
2008-08-06
8
-33
/
+933
*
Remove #ifdef's used to support split dlls. Since we don't support
maruel@google.com
2008-08-06
2
-36
/
+1
*
Fix win2k testers by commenting out a function that is not supported
nsylvain@google.com
2008-08-06
1
-3
/
+4
*
Revert change 408 to see if it fixes the ui tests.
nsylvain@google.com
2008-08-06
5
-25
/
+23
*
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
*
The printing NewCookie() must start counting at 1 and not 0, since 0
deanm@google.com
2008-08-06
1
-1
/
+2
*
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 the printing cookie from direct atomic operations to AtomicSequenceNumber.
deanm@google.com
2008-08-06
2
-8
/
+7
*
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
*
This fixes http://b/issue?id=1257424, which is a need to implement a global b...
iyengar@google.com
2008-08-06
9
-160
/
+393
*
Fix 1303709: Crash: Switching between tabs with a Find box open on both tabs ...
finnur@google.com
2008-08-06
2
-16
/
+16
*
Merge some changes in net/base from branches/mac_july_2008 to trunk.
ericroman@google.com
2008-08-06
7
-15
/
+13
*
Updated strings for ja and ko.
mal@google.com
2008-08-06
2
-3
/
+3
*
Bring in more files from the mac july branch.
paulg@google.com
2008-08-06
2
-12
/
+19
*
The rectangle passed in to MoveContents is a content rectangle, not a window ...
erg@google.com
2008-08-06
2
-4
/
+5
*
Nearly eliminate heap allocations required to resolve a NPIdentifier from a V...
darin@google.com
2008-08-06
2
-18
/
+40
*
Convert more consumers of ML::WatchObject to ObjectWatcher.
darin@google.com
2008-08-05
5
-23
/
+25
*
ObjectWatcher needs to know when the current thread's MessageLoop is being de...
darin@google.com
2008-08-05
5
-6
/
+94
*
Make some changes from my code review. Two significant
wtc@google.com
2008-08-05
6
-33
/
+64
[next]