summaryrefslogtreecommitdiffstats
path: root/ios/net
Commit message (Collapse)AuthorAgeFilesLines
* ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+2
| | | | | | | | | | | BUG=465354 Committed: https://crrev.com/9c8e5d7259661cda32b698ee88254491e6984900 Cr-Commit-Position: refs/heads/master@{#333080} Review URL: https://codereview.chromium.org/1160403005 Cr-Commit-Position: refs/heads/master@{#333105}
* Revert of ios: Remove use of MessageLoopProxy and deprecated MessageLoop ↵zea2015-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | APIs (patchset #3 id:40001 of https://codereview.chromium.org/1160403005/) Reason for revert: Broke IOS_Device compile. https://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/8802 Original issue's description: > ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIs > > BUG=465354 > > Committed: https://crrev.com/9c8e5d7259661cda32b698ee88254491e6984900 > Cr-Commit-Position: refs/heads/master@{#333080} TBR=stuartmorgan@chromium.org,skyostil@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=465354 Review URL: https://codereview.chromium.org/1167533009 Cr-Commit-Position: refs/heads/master@{#333083}
* ios: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+2
| | | | | | | | BUG=465354 Review URL: https://codereview.chromium.org/1160403005 Cr-Commit-Position: refs/heads/master@{#333080}
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
| | | | | | | | | | | | This is everything but the chrome directory CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=zelidrag@chromium.org (chromeos) TBR=keybuk@chromium.org (device/bluetooth) Review URL: https://codereview.chromium.org/1162943002 Cr-Commit-Position: refs/heads/master@{#332626}
* Created HttpResponseHeadersUtil.kkhorimoto2015-05-265-0/+134
| | | | | | | | | | | | | Since the net stack is not an option with WKWebView, generate headers from the WKNavigationResponse and pass them to the web state. Among other things, this will enable the web state to have an accurate MIME type. BUG=478058 Review URL: https://codereview.chromium.org/1126843002 Cr-Commit-Position: refs/heads/master@{#331422}
* Upstream most of ios/web/netstuartmorgan2015-03-312-0/+5
| | | | | | | | | | | | | This upstreams the bulk of ios/web/net, except for the network clients which will be a follow-up CL. Includes some necessary supporting files from other parts of ios/web/ BUG=464810 Review URL: https://codereview.chromium.org/1043243003 Cr-Commit-Position: refs/heads/master@{#323122}
* Remove prerender cookie store, part 4.davidben2015-03-232-7/+7
| | | | | | | | | | | | | | | | This removes the ability to pass in a custom CookieStore to a URLRequest. It's a small change to net/url_request which then balloons to everything in the project that ever makes a URLRequest. This reverts the rest of https://codereview.chromium.org/188693003 (and then does a whole lot more because URLRequest constructors were unified recently to always require passing in the fourth argument). BUG=457344 Review URL: https://codereview.chromium.org/1003953008 Cr-Commit-Position: refs/heads/master@{#321820}
* [iOS] Upstream CookieStoreIOSdroger2015-03-185-0/+2174
| | | | | | Review URL: https://codereview.chromium.org/1021463002 Cr-Commit-Position: refs/heads/master@{#321138}
* [iOS] Upstream //ios/netdroger2015-03-1043-0/+4262
This CL upstream the iOS-specific glue between Chrome network stack and the system APIs (such as web views, cookie store). The intent is to move this code to //net/ios eventually. Review URL: https://codereview.chromium.org/994823004 Cr-Commit-Position: refs/heads/master@{#319910}