[webkit-reviews] review granted: [Bug 123351] Merge viewInWindowStateDidChange into viewStateDidChange : [Attachment 215196] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 25 11:53:37 PDT 2013


Tim Horton <thorton at apple.com> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 123351: Merge viewInWindowStateDidChange into viewStateDidChange
https://bugs.webkit.org/show_bug.cgi?id=123351

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

------- Additional Comments from Tim Horton <thorton at apple.com>
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


More information about the webkit-reviews mailing list