Summary: | [wk2] Minimum layout width is lost if the WebProcess crashes | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||||
Component: | WebKit2 | Assignee: | Tim Horton <thorton> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | andersca, ap, sam, simon.fraser | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Tim Horton
2013-05-15 19:04:04 PDT
Created attachment 201911 [details]
patch
Comment on attachment 201911 [details] patch 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? Comment on attachment 201911 [details] patch 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? Aha! I knew there must be an existing mechanism for this. Will fix. Created attachment 201980 [details]
patch
|