| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
| |
BUG=465354
Review URL: https://codereview.chromium.org/1160403005
Cr-Commit-Position: refs/heads/master@{#333080}
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1021463002
Cr-Commit-Position: refs/heads/master@{#321138}
|
|
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}
|