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
/
chrome
/
browser
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
2
-5
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
2
-1
/
+5
*
Revert r24606-24607. The tree didn't like them. :(
phajdan.jr@chromium.org
2009-08-27
3
-65
/
+0
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-27
3
-0
/
+65
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-24
1
-1
/
+13
*
Revert cl 24015
rvargas@google.com
2009-08-21
1
-13
/
+1
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-21
1
-1
/
+13
*
Cleanups for SSLConfigService and SSLConfigServiceManager.
mattm@chromium.org
2009-08-21
4
-49
/
+14
*
Load extensions that have their manifest in the Prefs on the UI thread.
mpcomplete@chromium.org
2009-08-21
1
-9
/
+6
*
Send notice for blackisted non-visual resources
idanan@chromium.org
2009-08-21
1
-1
/
+12
*
Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test...
phajdan.jr@chromium.org
2009-08-20
3
-65
/
+0
*
Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.
phajdan.jr@chromium.org
2009-08-20
3
-0
/
+65
*
Check for NULL Profile::GetDefaultRequestContext().
ericroman@google.com
2009-08-20
2
-10
/
+29
*
Make new FTP the default on Windows. Use the --wininet-ftp
wtc@chromium.org
2009-08-20
1
-8
/
+7
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
5
-1
/
+269
*
Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.
hbono@chromium.org
2009-08-19
1
-2
/
+4
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
3
-15
/
+22
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
2
-2
/
+2
*
Remove the unittest "DnsMasterTest.OsCachesLookupsTest".
eroman@chromium.org
2009-08-12
1
-72
/
+5
*
Fix unused variable on GCC.
phajdan.jr@chromium.org
2009-08-12
1
-2
/
+1
*
Fix compile on Windows.
phajdan.jr@chromium.org
2009-08-12
1
-0
/
+2
*
Fix crash with new FTP in Incognito mode.
phajdan.jr@chromium.org
2009-08-12
1
-1
/
+12
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
4
-5
/
+5
*
Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...
ericroman@google.com
2009-08-11
1
-0
/
+3
*
Reverting r22603, which reverts r22591. It seems that the revert doesn't help...
hamaji@chromium.org
2009-08-06
1
-278
/
+130
*
Reverting r22591. It seems to be making purify fail.
hamaji@chromium.org
2009-08-06
1
-130
/
+278
*
Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...
eroman@chromium.org
2009-08-06
1
-278
/
+130
*
Better match IE's proxy settings.
ericroman@google.com
2009-08-04
1
-1
/
+5
*
ChromeURLRequestContext fallout
amit@chromium.org
2009-07-30
2
-1
/
+25
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
3
-52
/
+29
*
Move mock url request classes to a location when browser tests will be able t...
phajdan.jr@chromium.org
2009-07-30
12
-0
/
+794
*
Undisable DnsMasterTest.MassiveConcurrentLookupTest.
phajdan.jr@chromium.org
2009-07-29
2
-2
/
+2
*
Moved the logical dependency on Blacklist from URLRequestContext
idanan@chromium.org
2009-07-28
1
-1
/
+7
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
2
-10
/
+13
*
Remove the concept of threading from ProxyService, and move it into the Proxy...
ericroman@google.com
2009-07-26
1
-9
/
+29
*
Return Error Status Upon Blocking Requests
idanan@chromium.org
2009-07-24
1
-2
/
+2
*
Adding a new parsing system to the metadata url request.
brettw@chromium.org
2009-07-23
1
-7
/
+44
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
1
-2
/
+0
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-2
/
+2
*
Add synchronous-mode operation to MockHostResolver; this helps clarify some t...
ericroman@google.com
2009-07-18
1
-3
/
+1
*
Change DNS field trial to focus on congestion window setting
jar@chromium.org
2009-07-18
1
-6
/
+10
*
Added an observer for 'pref::kDefaultCharset' change I forgot to add in r1511...
jshin@chromium.org
2009-07-17
2
-3
/
+26
*
Blacklist API change for allowing multiple rule matches
idanan@chromium.org
2009-07-16
1
-7
/
+5
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
2
-49
/
+45
*
Fix a bunch of minor Coverity issues.
phajdan.jr@chromium.org
2009-07-15
9
-15
/
+16
*
Add a dummy URL request handler.
brettw@chromium.org
2009-07-13
2
-0
/
+106
*
Create A/B test of SDCH
jar@chromium.org
2009-06-30
3
-5
/
+11
*
Fix a typo in a comment.
ericroman@google.com
2009-06-29
1
-1
/
+1
*
Refactor DNS A/B experient, and add test of congestion time limits
jar@chromium.org
2009-06-27
5
-31
/
+124
*
Ensure that even if the HostResolver outlives the IO thread, its jobs will no...
ericroman@google.com
2009-06-27
1
-0
/
+3
[next]