| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+creis for content/browser/renderer_host/render_widget_host_view_android_browsertest.cc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Thanks for adding the test. content/ LGTM, given Ian's review.
Change-Id: I89674c7ac9b971e72a84cad7405d0ccda3cd6d9dCan you include a Bug number, either 391990606 or one for the regression described? That helps with preserving context. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Can you include a Bug number, either 391990606 or one for the regression described? That helps with preserving context. Thanks!
Yes, done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[autosizer] Fix text-size-adjust regression on Android
https://crrev.com/01e8022225d introduced the text_size_adjust_enabled
WebPreference but failed to wire it up in WebView::ApplyWebPreferences.
Because this preference never propagated to Blink's WebSettings, the
text-size-adjust property stopped working on Android.
This CL fixes that regression in web_view_impl.cc. Because this is the
second time I've regressed this in the last year, I'm including an
Android-specific content browser test to verify the default settings.
Additionally, this CL updates DevToolsEmulator to enable text-size-
adjust when mobile emulation is turned on. A new inspector-protocol test
is included to verify.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |