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
*
Add the ability to disable breakpad while running the ui tests.
maruel@google.com
2008-08-21
3
-0
/
+12
*
Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...
tc@google.com
2008-08-21
4
-47
/
+67
*
put our forked BackForwardList.h into the headermap for WebCore target so we ...
pinkerton@google.com
2008-08-21
1
-30
/
+19
*
Update googleurl to r91. This fixes the linux build.
tc@google.com
2008-08-21
2
-2
/
+2
*
Revert 1158 as it is breaking ui_tests
rahulk@google.com
2008-08-21
9
-93
/
+56
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
8
-158
/
+203
*
Fixes bug in BookmarkBarNode. I wasn't resetting a load handle
sky@google.com
2008-08-21
1
-5
/
+5
*
Mark static method defined in header as inline
mmentovai@google.com
2008-08-21
1
-4
/
+4
*
Update chrome strings.
tc@google.com
2008-08-21
4
-547
/
+547
*
disable test to make build green
rahulk@google.com
2008-08-21
1
-1
/
+1
*
Fix signedness warnings in http_response_headers
mmentovai@google.com
2008-08-21
1
-3
/
+3
*
Do not display "Google" in titlebar of Chromium builds.
rahulk@google.com
2008-08-21
8
-55
/
+92
*
Makes resize of custom frame window a bit smoother. I tried a whole
sky@google.com
2008-08-21
1
-1
/
+14
*
Back out r1154 due to test failures
mmentovai@google.com
2008-08-21
8
-195
/
+158
*
Fix the final few remaining warnings in base
mmentovai@google.com
2008-08-21
1
-8
/
+8
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
8
-158
/
+195
*
Moves bookmarks out of history into its own file (JSON).
sky@google.com
2008-08-21
57
-2414
/
+1216
*
Make sure that javascript exceptions thrown while evaluating the code
ager@google.com
2008-08-21
3
-4
/
+18
*
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
*
fix build bustage
darin@google.com
2008-08-21
1
-1
/
+2
*
Fix release build bustage.
darin@google.com
2008-08-21
1
-0
/
+3
*
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
[next]