Bug 132724 - Clean up ScrollingCoordinator hookup when doing history navigation
Summary: Clean up ScrollingCoordinator hookup when doing history navigation
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: 2014-05-08 19:07 PDT by Simon Fraser (smfr)
Modified: 2017-06-28 04:59 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-05-08 19:07:00 PDT
It's weird that HistoryController::restoreScrollPositionAndViewState() calls something like frameViewRootLayerDidChange() on the ScrollingCoordinator. Why doesn't this happen when Frame ::setView is called? See also a related crash: <rdar://problem/16843650>