Bug 123351

Summary: Merge viewInWindowStateDidChange into viewStateDidChange
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix thorton: review+

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.