| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert net::NetworkDelegate. | jhawkins@chromium.org | 2011-12-01 | 1 | -3/+3 |
* | net: make interstitials fatal for pinned sites | agl@chromium.org | 2011-11-29 | 1 | -0/+2 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 1 | -5/+1 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+4 |
* | Bocking onReceivedHeaders signal for webRequest API | battre@chromium.org | 2011-10-05 | 1 | -2/+8 |
* | NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking... | cbentzel@chromium.org | 2011-10-03 | 1 | -12/+17 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can... | ddorwin@chromium.org | 2011-09-29 | 1 | -19/+14 |
* | NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition... | cbentzel@chromium.org | 2011-09-29 | 1 | -14/+19 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -2/+2 |
* | Revert "net: make HSTS hosts use the normal SSL interstitials" | agl@chromium.org | 2011-09-27 | 1 | -2/+2 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -2/+2 |
* | net: Rename URLRequestStatus::os_error_. | tfarina@chromium.org | 2011-09-08 | 1 | -4/+4 |
* | Add onAuthRequired signal to the webRequest API | jochen@chromium.org | 2011-08-03 | 1 | -0/+2 |
* | Change CanGetCookies signature, add CookieList as parameters in order to remo... | ycxiao@chromium.org | 2011-07-29 | 1 | -14/+7 |
* | Replace onRequestSent with onSendHeaders in webrequest API | battre@chromium.org | 2011-07-14 | 1 | -2/+1 |
* | Unit testing of event generation NetworkDelegate / Web Request API | battre@chromium.org | 2011-07-14 | 1 | -2/+27 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -0/+2 |
* | Revert 92331 - Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -2/+0 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -0/+2 |
* | Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc | battre@chromium.org | 2011-06-28 | 1 | -1/+1 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -0/+1 |
* | Implemented RequestHeaders field in extraInfoSpec of webRequest API | battre@chromium.org | 2011-05-13 | 1 | -1/+2 |
* | More progress towards removing content settings code from the content layer. ... | jam@chromium.org | 2011-05-10 | 1 | -34/+18 |
* | net/url_request/url_request_test_util.h doesn't need to include | wtc@chromium.org | 2011-05-06 | 1 | -1/+0 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 1 | -0/+1 |
* | Flesh out the onBeforeSendHeaders event a bit more. We now send the | mpcomplete@chromium.org | 2011-04-27 | 1 | -0/+1 |
* | Implemented chrome.experimental.webRequest.onCompleted | battre@chromium.org | 2011-04-23 | 1 | -1/+1 |
* | Implemented of base functionality of chrome.experimental.webRequest.onBeforeR... | battre@chromium.org | 2011-04-20 | 1 | -0/+2 |
* | Implementation of chrome.experimental.webRequest.onRequestSent | battre@chromium.org | 2011-04-20 | 1 | -0/+6 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 1 | -4/+9 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 1 | -9/+4 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-13 | 1 | -4/+9 |
* | Remove async functionality from net::CookiePolicy. | willchan@chromium.org | 2011-04-06 | 1 | -13/+5 |
* | Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events. | mpcomplete@chromium.org | 2011-03-30 | 1 | -2/+5 |
* | Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP... | tony@chromium.org | 2011-03-10 | 1 | -0/+2 |
* | Implement blocking for webRequest.onBeforeRequest extension event. | mpcomplete@chromium.org | 2011-03-08 | 1 | -1/+2 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -9/+9 |
* | Create a URLRequestContextStorage object to provide storage for URLRequestCon... | willchan@chromium.org | 2011-02-23 | 1 | -0/+3 |
* | Send fatal proxy errors to the network delegate. | jochen@chromium.org | 2011-02-23 | 1 | -0/+24 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -4/+0 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -0/+4 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -4/+0 |
* | Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"? | willchan@chromium.org | 2011-02-14 | 1 | -0/+4 |
* | Revert r74728 which reverted r74561 for exposing a ChromeOS bug. | willchan@chromium.org | 2011-02-14 | 1 | -4/+0 |
* | Revert r74632 "Reland r74561 after fixing ChromeOS build breakage." | oshima@google.com | 2011-02-12 | 1 | -0/+4 |
* | Reland r74561 after fixing ChromeOS build breakage. | willchan@chromium.org | 2011-02-11 | 1 | -4/+0 |
* | Revert 74561 for breaking the ChromeOS build | willchan@chromium.org | 2011-02-11 | 1 | -0/+4 |
* | Introduce OffTheRecordProfileIOData and ProfileImplIOData. | willchan@chromium.org | 2011-02-11 | 1 | -4/+0 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -0/+190 |