When trying to print a very long email on iOS, the print preview is blank
Created attachment 343677 [details] Patch
rdar://problem/41107013
Comment on attachment 343677 [details] Patch Clearing flags on attachment: 343677 Committed r233250: <https://trac.webkit.org/changeset/233250>
All reviewed patches have been landed. Closing bug.
Comment on attachment 343677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=343677&action=review > Source/WebKit/ChangeLog:11 > + ChildProcessProxy::sendSync has a (surprising) default timeout of 1 second, Should we now also change that default to either "no default" or to "infinity" for clarity?
(In reply to Darin Adler from comment #5) > Comment on attachment 343677 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=343677&action=review > > > Source/WebKit/ChangeLog:11 > > + ChildProcessProxy::sendSync has a (surprising) default timeout of 1 second, > > Should we now also change that default to either "no default" or to > "infinity" for clarity? Probably infinity, since everything else defaults to that, but it's a bit scary. I filed https://bugs.webkit.org/show_bug.cgi?id=187259.