Bug 144422 - Clean up ScrollingCoordinator::absoluteNonFastScrollableRegionForFrame()
Summary: Clean up ScrollingCoordinator::absoluteNonFastScrollableRegionForFrame()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-29 17:31 PDT by Simon Fraser (smfr)
Modified: 2015-04-29 17:31 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-04-29 17:31:29 PDT
We should avoid recursing into subframes if we've already accounted for them as scrollable areas.
We could clip regions for subframes.
We should handled transformed frames better (but we'd have to be able to map regions through transforms).