RESOLVED FIXED 176767
REGRESSION (r221272): WKWebView gets stuck zoomed in if the web process crashes
https://bugs.webkit.org/show_bug.cgi?id=176767
Summary REGRESSION (r221272): WKWebView gets stuck zoomed in if the web process crashes
Tim Horton
Reported 2017-09-11 22:58:19 PDT
REGRESSION (r221272): WKWebView gets stuck zoomed in if the web process crashes
Attachments
Patch (4.26 KB, patch)
2017-09-11 22:58 PDT, Tim Horton
no flags
Patch (8.08 KB, patch)
2017-09-11 23:09 PDT, Tim Horton
no flags
Tim Horton
Comment 1 2017-09-11 22:58:39 PDT
mitz
Comment 2 2017-09-11 23:03:28 PDT
Comment on attachment 320521 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=320521&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/AnimatedResize.mm:228 > + [webView loadHTMLString:@"<head><meta name='viewport' content='initial-scale=1' /></head>" baseURL:nil]; No need for the / and the preceding space in the meta tag. > Tools/TestWebKitAPI/Tests/WebKitCocoa/AnimatedResize.mm:231 > + RetainPtr<UIWindow> window = adoptNS([[UIWindow alloc] initWithFrame:CGRectMake(0, 0, 800, 600)]); auto? > Tools/TestWebKitAPI/Tests/WebKitCocoa/AnimatedResize.mm:236 > + [webView loadHTMLString:@"<head><meta name='viewport' content='initial-scale=1' /></head>" baseURL:nil]; “ /”
Tim Horton
Comment 3 2017-09-11 23:07:31 PDT
Since literally all of those things were copied from the tests above, I fixed the whole file.
Tim Horton
Comment 4 2017-09-11 23:09:00 PDT
WebKit Commit Bot
Comment 5 2017-09-11 23:51:54 PDT
Comment on attachment 320522 [details] Patch Clearing flags on attachment: 320522 Committed r221906: <http://trac.webkit.org/changeset/221906>
WebKit Commit Bot
Comment 6 2017-09-11 23:51:55 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-09-27 12:36:03 PDT
Note You need to log in before you can comment on or make changes to this bug.