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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trigger the blocked cookie notification UI.
darin@chromium.org
2010-02-09
1
-2
/
+127
*
Implement backend support for forcing cookies to be saved as
darin@chromium.org
2010-02-05
1
-0
/
+29
*
Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.
chase@chromium.org
2010-02-04
1
-1
/
+2
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
1
-1
/
+211
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
1
-211
/
+1
*
Modify CookiePolicy to work asynchronously
darin@chromium.org
2010-02-03
1
-1
/
+211
*
If the URLRequestContext has no CookiePolicy, then we should
darin@chromium.org
2010-01-30
1
-6
/
+3
*
Disable 3 cookie tests that started failing.
nsylvain@chromium.org
2010-01-30
1
-3
/
+6
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
1
-16
/
+8
*
BSD port: USE_NSS and other macros instead of OS_LINUX where applicable
pvalchev@google.com
2010-01-29
1
-1
/
+1
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
1
-1
/
+1
*
Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...
ananta@chromium.org
2010-01-11
1
-41
/
+49
*
Implement delaying resource requests until privacy blacklists are ready.
phajdan.jr@chromium.org
2010-01-05
1
-33
/
+0
*
Mark URLRequestTestFTP.FTPGetTest as flaky.
viettrungluu@chromium.org
2009-12-20
1
-1
/
+2
*
If we redirect from an https to an http site, ensure that we don't
japhet@chromium.org
2009-12-16
1
-0
/
+23
*
Remove bzip2 decoding support completely.
thestig@chromium.org
2009-12-08
1
-56
/
+0
*
The FTPDirectoryListing test has been failing in a couple of runs. Marking it...
ananta@chromium.org
2009-11-24
1
-1
/
+2
*
Fix one source of flakiness of FTP tests.
phajdan.jr@chromium.org
2009-11-23
1
-2
/
+1
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-4
/
+5
*
Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...
eroman@chromium.org
2009-11-13
1
-8
/
+18
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+7
*
Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...
ananta@chromium.org
2009-10-23
1
-2
/
+4
*
Change the request tracking done by about:net-internals to be per context rat...
eroman@chromium.org
2009-10-22
1
-107
/
+0
*
Moved patch from 297003 over to committer repository.
rolandsteiner@chromium.org
2009-10-22
1
-0
/
+37
*
Mark flaky FTP tests as flaky.
phajdan.jr@chromium.org
2009-10-16
1
-5
/
+10
*
Coverity: check file_util::WriteFile return.
mattm@chromium.org
2009-10-14
1
-3
/
+3
*
Add a response_info() accessor to URLRequest to get a reference to the net::H...
michaeln@google.com
2009-10-05
1
-0
/
+4
*
Disable flaky FTPCacheURLCredentials test.
thestig@chromium.org
2009-09-25
1
-2
/
+1
*
Don't add default Accept-Language and Accept-Charset headers if specific ones...
dimich@google.com
2009-09-24
1
-0
/
+51
*
Cache login identity for NewFTP transactions.
phajdan.jr@chromium.org
2009-09-22
1
-0
/
+96
*
Reverting 26419.
tyoshino@google.com
2009-09-17
1
-96
/
+0
*
Cache login identity for NewFTP transactions.
phajdan.jr@chromium.org
2009-09-16
1
-0
/
+96
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-1
/
+1
*
Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...
eroman@chromium.org
2009-09-10
1
-1
/
+24
*
Add a unit test for FTP directory listing.
phajdan.jr@chromium.org
2009-09-09
1
-0
/
+17
*
Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.
mirandac@chromium.org
2009-09-09
1
-16
/
+0
*
This CL changes the CookieStore obect to be a refcounted object to get a bett...
ananta@chromium.org
2009-09-05
1
-1
/
+0
*
Re-enabled URLRequestTestHTTP.BasicAuth.
eroman@chromium.org
2009-09-04
1
-24
/
+5
*
Disable URLRequestTestHTTP.BasicAuth which is depending on the response_time ...
eroman@chromium.org
2009-09-04
1
-1
/
+3
*
Add trace-point for URLRequest to the LoadLog.
eroman@chromium.org
2009-09-04
1
-0
/
+11
*
Keep track of the live URLRequest instances, and the last 25 that were destro...
eroman@chromium.org
2009-09-02
1
-66
/
+87
*
Speed up net_unittests by re-using one FTP test server instance.
phajdan.jr@chromium.org
2009-08-31
1
-31
/
+39
*
Adding command-line option to override bans on certain port numbers through a...
mirandac@chromium.org
2009-08-31
1
-0
/
+17
*
Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...
tommi@chromium.org
2009-08-27
1
-2
/
+6
*
Implement RestartWithAuth for NewFtpTransaction.
phajdan.jr@chromium.org
2009-08-26
1
-0
/
+60
*
Add the ability to not send cookies or send user name/password.
levin@chromium.org
2009-08-26
1
-0
/
+85
*
Prevent a crash that can occur when redirecting a file URL.
darin@chromium.org
2009-08-21
1
-0
/
+33
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-1
/
+3
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-3
/
+3
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
1
-1
/
+0
[next]