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+

Description Gavin Barraclough 2013-10-25 11:40:30 PDT
We want to unify all these messages.
Comment 1 Gavin Barraclough 2013-10-25 11:46:47 PDT
Created attachment 215196 [details]
Fix
Comment 2 Tim Horton 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
Comment 3 Gavin Barraclough 2013-10-25 12:43:25 PDT
Fixed in r158034