RESOLVED FIXED 123351
Merge viewInWindowStateDidChange into viewStateDidChange
https://bugs.webkit.org/show_bug.cgi?id=123351
Summary Merge viewInWindowStateDidChange into viewStateDidChange
Gavin Barraclough
Reported 2013-10-25 11:40:30 PDT
We want to unify all these messages.
Attachments
Fix (7.08 KB, patch)
2013-10-25 11:46 PDT, Gavin Barraclough
thorton: review+
Gavin Barraclough
Comment 1 2013-10-25 11:46:47 PDT
Tim Horton
Comment 2 2013-10-25 11:52:24 PDT
Comment on attachment 215196 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=215196&action=review > Source/WebKit2/UIProcess/WebPageProxy.cpp:1032 > +#if ENABLE(INPUT_TYPE_COLOR_POPOVER) > + else { > + // When leaving the current page, close the popover color well. > + if (m_colorPicker) > + endColorPicker(); > + } > +#endif oO
Gavin Barraclough
Comment 3 2013-10-25 12:43:25 PDT
Fixed in r158034
Note You need to log in before you can comment on or make changes to this bug.