Chromium Code Reviews
DescriptionRevert of [Android WebView] Implement support for Network Information API and enable it. (patchset #6 id:100001 of https://codereview.chromium.org/1659363003/ )
Reason for revert:
caused crbug/590383
Original issue's description:
> [Android WebView] Implement support for Network Information API and enable it.
>
> Currently Network Information API and everything related to the
> NetworkChangeNotifier is disabled in WebView. This patch implements
> the required parts to enable Network Information API in WebView.
>
> The WebView implementation is based on NetworkChangeNotifier,
> similar to chrome for Android. However the registration policy
> is different:
> 1. whether we listen to network changes depends on the presence
> of live WebView instances,
> 2. both the band-width and connectivity changes are propagated,
> but a reduced network stack is involved as compared to the chrome
> for android implementation,
> 3. for backward compatibility invoking setNetworkAvailable() on a
> webview disables network information api.
>
> BUG=520088
>
> Committed: https://crrev.com/3673455317898f450211636919c2bef7a8e3fe0f
> Cr-Commit-Position: refs/heads/master@{#376975}
TBR=torne@chromium.org,pauljensen@chromium.org,timvolodine@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=520088
Committed: https://crrev.com/8d212a4cdf1f26a12bb22e9009fcdf3e73325905
Cr-Commit-Position: refs/heads/master@{#378061}
Patch Set 1 #Messages
Total messages: 11 (5 generated)
|