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_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send WM_DEVICECHANGE message through SystemMonitor
scottmg@chromium.org
2011-11-15
1
-2
/
+2
*
Revert 109960 - Send WM_DEVICECHANGE message through SystemMonitor
kmadhusu@chromium.org
2011-11-14
1
-2
/
+2
*
Send WM_DEVICECHANGE message through SystemMonitor
scottmg@chromium.org
2011-11-14
1
-2
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-2
/
+1
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-0
/
+3
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-3
/
+3
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
1
-3
/
+3
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
1
-3
/
+3
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-1
/
+1
*
Log errors on the URLRequestTYPE_REQUEST_ALIVE end event,
mmenke@chromium.org
2011-08-17
1
-1
/
+8
*
net: Notify the http job and cache transaction about a filter
rvargas@google.com
2011-08-12
1
-4
/
+16
*
Add a status message "Waiting for extension Foo..." when there's a request
mpcomplete@chromium.org
2011-08-10
1
-0
/
+8
*
Change CanGetCookies signature, add CookieList as parameters in order to remo...
ycxiao@chromium.org
2011-07-29
1
-3
/
+3
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-20
/
+47
*
Revert 92331 - Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-47
/
+20
*
Fix leaking request IDs in webRequest API
battre@chromium.org
2011-07-13
1
-20
/
+47
*
URLRequestJob::Read can return false but still leave the request in state URL...
battre@chromium.org
2011-07-06
1
-2
/
+1
*
Adds URLRequestJob bytes read to NetLog.
mmenke@chromium.org
2011-06-01
1
-0
/
+16
*
Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.
ahendrickson@chromium.org
2011-05-24
1
-4
/
+27
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
1
-11
/
+14
*
Implemented chrome.experimental.webRequest.onCompleted
battre@chromium.org
2011-04-23
1
-11
/
+5
*
Remove all "net::" prefixes under net/url_request for code that's
adamk@chromium.org
2011-03-24
1
-18
/
+18
*
Move URLRequestJob's histogram logic to URLRequestHttpJob.
adamk@chromium.org
2011-03-24
1
-271
/
+3
*
Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.
willchan@chromium.org
2011-03-19
1
-3
/
+6
*
Stop subclassing FilterContext in URLRequestJob.
adamk@chromium.org
2011-03-17
1
-33
/
+8
*
Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.
adamk@chromium.org
2011-03-17
1
-11
/
+3
*
Remove URLRequestJobMetrics and related code.
adamk@chromium.org
2011-03-16
1
-25
/
+0
*
Various small cleanups in URLRequestJob:
adamk@chromium.org
2011-03-16
1
-14
/
+7
*
Remove GetInputStreamBufferSize() method from FilterContext.
adamk@chromium.org
2011-03-08
1
-8
/
+0
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-4
/
+5
*
Send fatal proxy errors to the network delegate.
jochen@chromium.org
2011-02-23
1
-0
/
+12
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+5
*
Reorder the methods in net/url_request/.
erg@google.com
2011-01-20
1
-395
/
+395
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-2
/
+2
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-1
/
+5
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-08-06
1
-19
/
+47
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...
cbentzel@chromium.org
2010-07-31
1
-47
/
+19
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-07-31
1
-19
/
+47
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-3
/
+3
*
Revert "Add the actual data being read to the OnBytesRead callback."
phajdan.jr@chromium.org
2010-07-22
1
-48
/
+20
*
Add the actual data being read to the OnBytesRead callback.
cbentzel@chromium.org
2010-07-21
1
-20
/
+48
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-4
/
+63
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
[next]