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
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
2
-7
/
+15
*
Collect stats to investigate the viability of UDP
rtenneti@chromium.org
2011-06-09
3
-0
/
+750
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-08
5
-21
/
+78
*
In ViewHttpCacheJob, allow Kill() to be called multiple times as required
adamk@chromium.org
2011-06-07
1
-3
/
+4
*
Revert 88142 to fix sync_integration_tests offline.
msw@chromium.org
2011-06-07
5
-78
/
+21
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-07
5
-21
/
+78
*
Add unit-tests for SingleRequestHostResolver.
eroman@chromium.org
2011-06-06
1
-0
/
+1
*
Added IF NOT EXISTS to the cookie_times index creation statement
kristianm@chromium.org
2011-06-06
1
-1
/
+2
*
Added self to owners file for browser/net, specifically for the persistent
rdsmith@chromium.org
2011-06-03
1
-0
/
+1
*
Fix cookie_policy_browsertest.cc including net/url_request/url_request_contex...
rvargas@google.com
2011-06-03
1
-1
/
+1
*
Don't keep unfiltered read bytes around in the PassiveLogCollector.
mmenke@chromium.org
2011-06-02
1
-1
/
+3
*
Fix Clank error by adding explicit destructor
jar@chromium.org
2011-06-02
2
-0
/
+4
*
Avoid learning about subresources of old navigations
jar@chromium.org
2011-06-02
5
-25
/
+176
*
Remove obsolete code from UserScriptMaster.
mihaip@chromium.org
2011-06-02
2
-13
/
+0
*
Add battre@chromium.org to the chrome/browser/net/OWNERS file.
eroman@chromium.org
2011-06-01
1
-0
/
+1
*
Adds URLRequestJob bytes read to NetLog.
mmenke@chromium.org
2011-06-01
1
-1
/
+7
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-01
3
-3
/
+3
*
Fall back to system settings if pref proxy setting is MODE_SYSTEM.
battre@chromium.org
2011-05-31
2
-1
/
+17
*
Add wtc to the owners list
jar@chromium.org
2011-05-27
1
-0
/
+1
*
Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.
joi@chromium.org
2011-05-27
2
-0
/
+40
*
Revert 86422 - Make DHCP WPAD on by default.
joi@chromium.org
2011-05-27
2
-4
/
+4
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
9
-12
/
+10
*
It suffices to just forward-declare DnsCertProvenanceChecker
wtc@chromium.org
2011-05-24
1
-1
/
+0
*
Make DHCP WPAD on by default.
joi@chromium.org
2011-05-24
2
-4
/
+4
*
Get rid of url_request_tracking.*. The only other place that used it other t...
jam@chromium.org
2011-05-23
2
-84
/
+0
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
2
-0
/
+8
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-1
/
+3
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-3
/
+1
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+3
*
Remove more URLRequest::RegisterProtocolFactory calls.
willchan@chromium.org
2011-05-18
4
-175
/
+0
*
Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...
jam@chromium.org
2011-05-18
3
-441
/
+0
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
2
-0
/
+15
*
Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...
joi@chromium.org
2011-05-17
2
-15
/
+0
*
Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.
joi@chromium.org
2011-05-17
2
-0
/
+15
*
Convert more ProtocolFactories to ProtocolHandlers.
willchan@chromium.org
2011-05-16
6
-40
/
+128
*
Switch to using the system request context for OCSP.
willchan@chromium.org
2011-05-16
1
-24
/
+0
*
Add a URLRequestJobFactory::ProtocolHandler for chrome:// and chrome-devtools...
willchan@chromium.org
2011-05-16
2
-6
/
+14
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
2
-20
/
+8
*
Implemented RequestHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-13
2
-3
/
+5
*
Changes for not reading ssl prefs from user_prefs since we have
rtenneti@chromium.org
2011-05-13
4
-101
/
+12
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
5
-276
/
+0
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
6
-34
/
+36
*
Add a unit test for ChromeCookiePolicy.
rsesek@chromium.org
2011-05-11
2
-0
/
+150
*
Reduce probability of field trial, and extend duration
jar@chromium.org
2011-05-10
1
-2
/
+2
*
Style cleanups. No functional change.
agl@chromium.org
2011-05-10
1
-1
/
+2
*
Stop refcounting URLRequestMockNetErrorJob.
willchan@chromium.org
2011-05-10
2
-4
/
+12
*
wstring: remove wstring version of TrimWhitespace
evan@chromium.org
2011-05-10
1
-5
/
+5
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
4
-11
/
+26
*
Have AppCache code go through the content embedder API for content settings c...
jam@chromium.org
2011-05-08
1
-0
/
+2
[next]