DescriptionAndroid platform provides a local proxy that also handles PAC proxy resolution. The CL below modified enabled chrome network stack to start using V8 proxy resolution on Android platform:
https://codereview.chromium.org/573013002/
however webview cannot use V8 proxy resolution since Webview is significantly different from chrome: Webview is single process vs. chrome is multithreaded and use of V8 isolates creates concurrency problems with Blink's use of V8 isolates.
For now, we want to establish the prior behavior for android webview and consider making changes to v8 proxy resolver in future.
BUG=432539
Committed: https://crrev.com/200b2f027ce820425e37b08ed8b4e5dc84928276
Cr-Commit-Position: refs/heads/master@{#305166}
Patch Set 1 #Patch Set 2 : cleanup #
Total comments: 2
Patch Set 3 : address mnaganov's nit #
Total comments: 8
Patch Set 4 : Address eroman's comments #
Messages
Total messages: 13 (3 generated)
|