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
/
net
/
url_request
/
url_request_http_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-5
/
+5
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-1
/
+1
*
Also register read cookies in the content settings delegate.
jochen@chromium.org
2010-12-07
1
-33
/
+36
*
Fix URLRequestHttpJob to use ScopedRunnableMethodFactory.
willchan@chromium.org
2010-12-03
1
-9
/
+18
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-6
/
+6
*
Pass cookie options to content settings delegate.
jochen@chromium.org
2010-11-25
1
-0
/
+2
*
Implement exponential back-off mechanism.
joi@chromium.org
2010-11-25
1
-2
/
+18
*
Fixed handling of context_ in URLRequestHttpJob
akalin@chromium.org
2010-11-23
1
-1
/
+4
*
Revert 66722 - This prevents crashes due to URLRequestHttpJobs hanging on pas...
kkania@chromium.org
2010-11-19
1
-4
/
+1
*
This prevents crashes due to URLRequestHttpJobs hanging on past IOThread
akalin@chromium.org
2010-11-19
1
-1
/
+4
*
Immediately reject empty cookie headers.
jochen@chromium.org
2010-09-27
1
-2
/
+4
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
1
-0
/
+1
*
Revert 56376 - This CL will introduce a new way to do exponential back-off on...
joi@chromium.org
2010-08-17
1
-24
/
+9
*
This CL will introduce a new way to do exponential back-off on failure within
joi@chromium.org
2010-08-17
1
-9
/
+24
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-5
/
+5
*
Store blocked and accessed cookies in the tab contents.
jochen@chromium.org
2010-07-02
1
-4
/
+12
*
Remove abonded privacy blacklist implementation.
jochen@chromium.org
2010-07-02
1
-6
/
+3
*
Add virtual to some base classes that have virtual methods
jar@chromium.org
2010-06-25
1
-1
/
+1
*
Move net::HTTPSProber from net_base to net
mnissler@chromium.org
2010-06-01
1
-1
/
+1
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-2
/
+2
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-19
/
+32
*
Call the IsCertStatusError function.
wtc@chromium.org
2010-04-16
1
-2
/
+1
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-1
/
+1
*
Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies are
darin@chromium.org
2010-03-12
1
-7
/
+7
*
Remove debug info used to diagnose bug 31723.
rvargas@google.com
2010-03-03
1
-12
/
+1
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
1
-0
/
+5
*
Trigger the blocked cookie notification UI.
darin@chromium.org
2010-02-09
1
-6
/
+19
*
Implement backend support for forcing cookies to be saved as
darin@chromium.org
2010-02-05
1
-2
/
+6
*
Add debug info to track a crash when sleeping.
rvargas@google.com
2010-02-04
1
-1
/
+12
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
1
-84
/
+144
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
1
-144
/
+84
*
Modify CookiePolicy to work asynchronously
darin@chromium.org
2010-02-03
1
-84
/
+144
*
If the URLRequestContext has no CookiePolicy, then we should
darin@chromium.org
2010-01-30
1
-4
/
+4
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
1
-3
/
+4
*
Remove support for filtering by MIME-type.
jochen@chromium.org
2010-01-20
1
-4
/
+4
*
Minor cleanup, removed unused URLRequestJob::GetMoreData() method.
michaeln@chromium.org
2009-12-30
1
-4
/
+0
*
SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.
agl@chromium.org
2009-12-11
1
-25
/
+135
*
Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...
ananta@chromium.org
2009-10-23
1
-18
/
+6
*
Don't add default Accept-Language and Accept-Charset headers if specific ones...
dimich@google.com
2009-09-24
1
-6
/
+21
*
Replace some net::ERR_FAILED generic error codes with more specific codes.
eroman@chromium.org
2009-09-24
1
-7
/
+4
*
Strict transport security: come out from behind the flag.
agl@chromium.org
2009-09-10
1
-13
/
+1
*
Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.
mirandac@chromium.org
2009-09-09
1
-47
/
+1
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
1
-14
/
+16
*
ForceTLS: generate internal redirect when mistakenly using http.
agl@chromium.org
2009-09-04
1
-2
/
+10
*
Sanitizing the referrer header before starting the automation request.TEST=Ru...
tommi@chromium.org
2009-08-31
1
-9
/
+1
*
Adding command-line option to override bans on certain port numbers through a...
mirandac@chromium.org
2009-08-31
1
-1
/
+47
*
Add the ability to not send cookies or send user name/password.
levin@chromium.org
2009-08-26
1
-0
/
+3
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-1
/
+1
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-1
/
+2
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-14
/
+0
[next]