Bug 99110 - Add WKPage API to get whether the main frame is pinned to the top or bottom edge
Summary: Add WKPage API to get whether the main frame is pinned to the top or bottom edge
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ada Chan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-10-11 16:04 PDT by Ada Chan
Modified: 2012-10-12 13:32 PDT (History)
3 users (show)

See Also:


Attachments
Patch to add WKPage API to get whether the main frame is pinned to the top or bottom side (12.72 KB, patch)
2012-10-11 16:21 PDT, Ada Chan
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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