[webkit-reviews] review granted: [Bug 116202] [wk2] Minimum layout width is lost if the WebProcess crashes : [Attachment 201911] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 15 19:12:05 PDT 2013


Alexey Proskuryakov <ap at webkit.org> has granted Tim Horton
<timothy_horton at apple.com>'s request for review:
Bug 116202: [wk2] Minimum layout width is lost if the WebProcess crashes
https://bugs.webkit.org/show_bug.cgi?id=116202

Attachment 201911: patch
https://bugs.webkit.org/attachment.cgi?id=201911&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=201911&action=review


> Source/WebKit2/UIProcess/WebPageProxy.cpp:539
> +   
m_process->send(Messages::WebPage::SetMinimumLayoutWidth(m_minimumLayoutWidth),
m_pageID, 0);

Can this be part of creation parameters, to avoid potential races?


More information about the webkit-reviews mailing list