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
...
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
18
-338
/
+294
*
As Brett pointed it out, We normally use 8-bit for encoding names since they'...
jnd@google.com
2008-08-21
39
-132
/
+137
*
Fix WaitForPendingIO to actually exit the wait at some point.
rvargas@google.com
2008-08-21
4
-6
/
+6
*
Track removal of browser\navigation_controller_base.cc.
sgk@google.com
2008-08-21
1
-1
/
+0
*
Rollback to r90 because this breaks the windows build.
tc@google.com
2008-08-21
1
-1
/
+1
*
Fix one bug in the URL list.
mbelshe@google.com
2008-08-21
1
-2
/
+7
*
update googleurl to fix the linux build
tc@google.com
2008-08-21
1
-1
/
+1
*
Hopefully fix leaks of TestNavigationEntries. They aren't be deleted in the d...
brettw@google.com
2008-08-21
2
-11
/
+9
*
Kill NavigationControllerBase. I merged the two into NavigationController.
brettw@google.com
2008-08-21
6
-712
/
+538
*
Fix the linux build again. http_response_headers.cc has
tc@google.com
2008-08-21
1
-2
/
+2
*
Make the disk cache unit tests use some common code from the disk cache.
rvargas@google.com
2008-08-21
1
-10
/
+11
*
Fix net build on linux by moving http_vary_data to the win only section until...
tc@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
*
Final character conversions for net_util.
paulg@google.com
2008-08-20
1
-4
/
+17
*
M net/base/cookie_monster.h
awalker@google.com
2008-08-20
1
-2
/
+2
*
Fix some more warnings.
evanm@google.com
2008-08-20
3
-5
/
+5
*
Remove temp\test_navigation_controller_base.cc from SCons build.
sgk@google.com
2008-08-20
1
-1
/
+0
*
Don't compile installer_util_strings.rc as a separate .res,
sgk@google.com
2008-08-20
1
-10
/
+5
*
Fix some more warnings.
evanm@google.com
2008-08-20
3
-2
/
+2
*
Use newer ICU.
evanm@google.com
2008-08-20
1
-1
/
+1
*
More of net compiling on the Mac.
avi@google.com
2008-08-20
5
-48
/
+63
*
Put back explicit $WEBKIT_DIR in CPPPATH (in place of the
sgk@google.com
2008-08-20
1
-0
/
+1
*
Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di...
evanm@google.com
2008-08-20
7
-5
/
+25
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
17
-129
/
+178
*
Revert a fix where I mistakenly assumed that numbers coming into
erg@google.com
2008-08-20
3
-10
/
+8
*
Merge NavigationController and NavigationControllerBase for test_shell. I als...
brettw@google.com
2008-08-20
12
-959
/
+316
*
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
16
-170
/
+121
*
Allow popups using the new frames to be sized correctly. This involved a slig...
beng@google.com
2008-08-20
5
-51
/
+131
*
Fixes leak in BookmarkBarContextMenu test.
sky@google.com
2008-08-20
1
-8
/
+7
*
Fix the lack of executable bits on code we can't modify in the
erg@google.com
2008-08-20
2
-0
/
+5
*
TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...
evanm@google.com
2008-08-20
16
-121
/
+170
*
Fix some character conversions and Mac compile errors for net_util.cc.
paulg@google.com
2008-08-20
2
-18
/
+39
*
Do not leave temp files in %TEMP% folder. The log file initialization creates...
rahulk@google.com
2008-08-20
5
-55
/
+0
*
fix hammer build
darin@google.com
2008-08-20
2
-1
/
+1
*
Use the right mode in HttpCache::Transaction::RequiresValidation
mmentovai@google.com
2008-08-20
1
-1
/
+1
*
* Removed extraneous module filter from UMR for bug 1334166
erikkay@google.com
2008-08-20
1
-0
/
+0
*
Quick fix; it's a struct not a class.
avi@google.com
2008-08-20
1
-1
/
+1
*
Fix a leak in newly added sync channel unit tests.
jabdelmalek@google.com
2008-08-20
1
-0
/
+1
*
Build more files with scons
avi@google.com
2008-08-20
1
-3
/
+3
*
Fixing extended verification code for non-windows
avi@google.com
2008-08-20
3
-2
/
+4
*
Disable warning 4355 on Windows builds: "'this' : used in base member initial...
maruel@google.com
2008-08-20
3
-2
/
+2
*
Merges in updated versions of Mac graphics platform classes, adds generic typ...
awalker@google.com
2008-08-20
15
-5
/
+1338
*
Chrome changes to allow non-ASCII characters in shortcut filenames.
mpcomplete@google.com
2008-08-20
4
-9
/
+35
*
Workaround for truncation of "Search from right here" text when using Hebrew ...
glen@google.com
2008-08-20
1
-2
/
+8
*
Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of
mmentovai@google.com
2008-08-20
2
-2
/
+2
*
Ignore Value copy constructor UMR.
brettw@google.com
2008-08-20
1
-0
/
+0
*
Update chrome strings.
tc@google.com
2008-08-20
2
-5
/
+5
*
We should reset content_length_remaining_ (to -1) when we
wtc@google.com
2008-08-20
1
-0
/
+3
*
Make mime sniffer compile for Mac.
avi@google.com
2008-08-20
2
-6
/
+7
[prev]
[next]