Bug 144022 - [iOS] When computing visible rects for tiling, stop searching at UIWindows
Summary: [iOS] When computing visible rects for tiling, stop searching at UIWindows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-21 17:16 PDT by Myles C. Maxfield
Modified: 2015-04-21 17:52 PDT (History)
0 users

See Also:


Attachments
Patch (2.12 KB, patch)
2015-04-21 17:23 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (2.14 KB, patch)
2015-04-21 17:37 PDT, Myles C. Maxfield
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-04-21 17:16:28 PDT
[iOS] When computing visible rects for tiling, stop searching at UIWindows
Comment 1 Myles C. Maxfield 2015-04-21 17:23:53 PDT
Created attachment 251277 [details]
Patch
Comment 2 Myles C. Maxfield 2015-04-21 17:37:41 PDT
Created attachment 251279 [details]
Patch
Comment 3 Simon Fraser (smfr) 2015-04-21 17:39:01 PDT
Comment on attachment 251279 [details]
Patch

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

> Source/WebCore/ChangeLog:13
> +        Reviewed by NOBODY (OOPS!).

This should go above the blurb.

> Source/WebCore/ChangeLog:15
> +        No new tests.

No need to say this.
Comment 4 Myles C. Maxfield 2015-04-21 17:52:18 PDT
Committed r183089: <http://trac.webkit.org/changeset/183089>