Bug 128830

Summary: Add -[WKWebView estimatedProgress]
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-02-14 11:06:52 PST
Add -[WKWebView estimatedProgress]
Comment 1 Anders Carlsson 2014-02-14 11:08:19 PST
Created attachment 224235 [details]
Patch
Comment 2 mitz 2014-02-14 11:11:32 PST
Comment on attachment 224235 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h:103
> + @abstract  An estimate of the percent complete for a document load. @link WKWebView @/link is

Since the value is in the range 0..1, it’s confusing to say “percent” here. Can you change it to “fraction”?
Comment 3 Anders Carlsson 2014-02-14 11:21:22 PST
Committed r164111: <http://trac.webkit.org/changeset/164111>