Bug 192837

Summary: REGRESSION(r239134) iOS safe browsing warning unable to show details
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Alex Christensen 2018-12-18 16:03:26 PST
REGRESSION(r239134) iOS safe browsing warning unable to show details
Comment 1 Alex Christensen 2018-12-18 16:04:29 PST
Created attachment 357628 [details]
Patch
Comment 2 Tim Horton 2018-12-18 16:27:13 PST
Comment on attachment 357628 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=357628&action=review

> Source/WebKit/ChangeLog:10
> +        I added a call to updateContentSize in r239134 which was necessary on watchOS but it makes iOS unable to show the details.

Why?!?!
Comment 3 Alex Christensen 2018-12-18 16:28:50 PST
It was necessary on the watch because the content is bigger than a watch screen and you need to scroll down to see or do anything.  I don't know why setting the size on the watch twice works fine but on iOS it does not.
Comment 4 Tim Horton 2018-12-18 16:35:05 PST
Seems like it would be good to know that? Especially since it's just "do a layout and set contentSize" which should certainly not break things?
Comment 5 Alex Christensen 2018-12-18 17:15:35 PST
Created attachment 357637 [details]
Patch
Comment 6 Alex Christensen 2018-12-18 21:01:18 PST
http://trac.webkit.org/r239367
Comment 7 Radar WebKit Bug Importer 2018-12-18 21:03:08 PST
<rdar://problem/46830755>