Bug 99110

Summary: Add WKPage API to get whether the main frame is pinned to the top or bottom edge
Product: WebKit Reporter: Ada Chan <adachan>
Component: WebKit2Assignee: Ada Chan <adachan>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch to add WKPage API to get whether the main frame is pinned to the top or bottom side bdakin: review+

Description Ada Chan 2012-10-11 16:04:40 PDT
<rdar://problem/12480178>
Comment 1 Ada Chan 2012-10-11 16:21:38 PDT
Created attachment 168309 [details]
Patch to add WKPage API to get whether the main frame is pinned to the top or bottom side
Comment 2 Beth Dakin 2012-10-11 16:54:22 PDT
Comment on attachment 168309 [details]
Patch to add WKPage API to get whether the main frame is pinned to the top or bottom side

Looks good! We'll have to be on the look-out to see if the code in ScrollingTree down in WebCore needs to know about these pin states, much like how they know about being pinned to the right or left. For now, this seems like a very sensible API extension though.
Comment 3 Ada Chan 2012-10-12 13:32:29 PDT
Committed:
http://trac.webkit.org/changeset/131217