Bug 110417

Summary: Disable window occlusion notifications for App Store on Mac.
Product: WebKit Reporter: Kiran Muppala <cmuppala>
Component: WebKit2Assignee: Kiran Muppala <cmuppala>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Kiran Muppala 2013-02-20 17:33:03 PST
Window occlusion notifications are being received at seemingly incorrect times in the App Store.  See <rdar://problem/13157837> for details.  This is a temporary fix to disable these notifications just for App Store.
Comment 1 Kiran Muppala 2013-02-20 17:34:08 PST
This hack of a fix is for <rdar://problem/13157837>.  <rdar://problem/13255270> is for investigating the notifications themselves.
Comment 2 Kiran Muppala 2013-02-20 17:49:02 PST
Created attachment 189428 [details]
Patch
Comment 3 Simon Fraser (smfr) 2013-02-20 18:04:43 PST
Comment on attachment 189428 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=189428&action=review

> Source/WebKit2/ChangeLog:11
> +        Window occlusion notifications are being generated at unexpected times
> +        in the app store, leading to visual glitches.  This is a temporary
> +        fix until the underlying issue with the notifications themselves is
> +        resolved.

I don't think you need quite as much detail here.
Comment 4 Kiran Muppala 2013-02-20 18:10:12 PST
Created attachment 189436 [details]
Patch
Comment 5 Kiran Muppala 2013-02-20 18:10:49 PST
(In reply to comment #4)
> Created an attachment (id=189436) [details]
> Patch

Simplified ChangeLog.
Comment 6 WebKit Review Bot 2013-02-20 18:43:38 PST
Comment on attachment 189436 [details]
Patch

Clearing flags on attachment: 189436

Committed r143552: <http://trac.webkit.org/changeset/143552>
Comment 7 WebKit Review Bot 2013-02-20 18:43:41 PST
All reviewed patches have been landed.  Closing bug.