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 unit tests to the disk cache to verify that a failure during cache reinit...
rvargas@google.com
2008-07-30
4
-39
/
+86
*
M webkit/glue/webframe_impl.cc
brettw@google.com
2008-07-30
1
-21
/
+6
*
Update SCons build for recent changes:
sgk@google.com
2008-07-30
4
-15
/
+16
*
Change the proxy failover to be less aggressive. We now clear the list of bad...
nsylvain@google.com
2008-07-30
2
-22
/
+140
*
It appears that if the character pointer in an iterator is ever NULL, we shou...
brettw@google.com
2008-07-30
1
-6
/
+21
*
(Re-landing of) Support RunOnce() in message loop.
jar@google.com
2008-07-30
3
-48
/
+63
*
further adjust test results to match the new reality
darin@google.com
2008-07-30
1
-1
/
+1
*
Insert a comma
sidchat@google.com
2008-07-30
1
-1
/
+1
*
Install the "First Run" file next to chrome.exe.
sgk@google.com
2008-07-30
1
-1
/
+9
*
Fix two issues with Visual Studio 2008.
maruel@google.com
2008-07-30
2
-2
/
+2
*
Replace scoped_ptr with scoped_array.
rvargas@google.com
2008-07-30
2
-2
/
+2
*
Add obj to the ignore list.
maruel@google.com
2008-07-30
0
-0
/
+0
*
Now uninstall entry is called Google Chrome so delete the old entry that was ...
rahulk@google.com
2008-07-30
1
-0
/
+5
*
DirectoryListing is now in the net namespace.
darin@google.com
2008-07-30
1
-2
/
+2
*
Use own our bzip2 error handler instead of the default which prints error mes...
deanm@google.com
2008-07-30
3
-0
/
+4
*
Document that the callback parameter of
wtc@google.com
2008-07-30
3
-23
/
+35
*
Make sure we remove info-bars on reload.
jcampan@google.com
2008-07-30
1
-1
/
+3
*
Rename URLRequestHttpCacheJob to URLRequestHttpJob.
darin@google.com
2008-07-30
4
-60
/
+59
*
Adding validation tests for OpenInputDesktop and SwitchDesktop API calls. The...
cpu@google.com
2008-07-30
3
-17
/
+61
*
Move some more classes from net/base into the net:: namespace.
darin@google.com
2008-07-30
62
-188
/
+232
*
Use own our bzip2 error handler instead of the default which prints error mes...
deanm@google.com
2008-07-30
3
-0
/
+41
*
Send the "shutdown didn't get to finish" metric to UMA.
evanm@google.com
2008-07-30
1
-0
/
+4
*
Rename the sandbox tests to look better on the submodules waterfall page.
nsylvain@google.com
2008-07-30
4
-7
/
+7
*
Fix most issues when building base as a x64 target.
maruel@google.com
2008-07-30
8
-14
/
+80
*
Fix the property sheet (.vsprops) inheritance.
maruel@google.com
2008-07-30
2
-4
/
+4
*
Rollback 109
jar@google.com
2008-07-30
3
-60
/
+48
*
M base/message_loop.h
jar@google.com
2008-07-30
3
-48
/
+60
*
A more portable HostResolver implementation.
darin@google.com
2008-07-30
2
-63
/
+101
*
Fix 1295677: REGRESSION: Import SETS startup page to imported home page.
finnur@google.com
2008-07-30
10
-31
/
+72
*
build bustage
beng@google.com
2008-07-30
2
-2
/
+3
*
Make HWNDViewContainer set up its contents view separately from its Init method.
beng@google.com
2008-07-30
17
-37
/
+49
*
roll back this part of the fix since it has unintended side effects when call...
beng@google.com
2008-07-30
1
-1
/
+2
*
Rename ChromeFrame->BrowserWindow
beng@google.com
2008-07-30
24
-172
/
+224
*
Do not use RecycleOrDelete since it is not ready for prime-time.
darin@google.com
2008-07-30
6
-21
/
+24
*
Move the initial sizing of a Window into a separate function (SetInitialBoun...
beng@google.com
2008-07-30
2
-76
/
+81
*
Fix signature for a known FIM purify warning.
nsylvain@google.com
2008-07-30
1
-2
/
+2
*
forgot these files
beng@google.com
2008-07-30
2
-0
/
+4
*
Window Delegate Improvements:
beng@google.com
2008-07-30
69
-531
/
+528
*
Fix one more glitch when drag-attaching a tab to the tabstrip. Other tabs in ...
beng@google.com
2008-07-30
1
-0
/
+8
*
When run chrome with --no-sandbox, the renderer process calls the dtor of Bro...
cpu@google.com
2008-07-30
1
-1
/
+4
*
Fix broken unittest. AttemptToClosePage now sets up state.
ojan@google.com
2008-07-30
1
-0
/
+1
*
Fix a crash. Now sometimes TabContentses can be NULL it seems.
beng@google.com
2008-07-30
1
-2
/
+3
*
I screwed this one up, and had my index munging wrong.
beng@google.com
2008-07-30
1
-13
/
+8
*
Fix hang detection when closing a tab to not fire when a modal dialog is open.
ojan@google.com
2008-07-29
1
-0
/
+9
*
Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...
ojan@google.com
2008-07-29
13
-45
/
+161
*
Have the V8BindingsEmitter handle when the source .idl file doesn't exist.
sgk@google.com
2008-07-29
1
-2
/
+5
*
Revert revision 73 because it was checked in when the tree was closed.
nsylvain@google.com
2008-07-29
4
-121
/
+8
*
Made changes to display the tooltip window when user navigates through the ic...
stanguturi@google.com
2008-07-29
4
-8
/
+121
*
I submitted this code by mistake in my previous revert.
nsylvain@google.com
2008-07-29
1
-11
/
+4
*
Reverting revision 70, 66 and 65 to fix crashes.
nsylvain@google.com
2008-07-29
10
-96
/
+43
[prev]
[next]