Bug 128830 - Add -[WKWebView estimatedProgress]
Summary: Add -[WKWebView estimatedProgress]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 11:06 PST by Anders Carlsson
Modified: 2014-02-14 11:21 PST (History)
0 users

See Also:


Attachments
Patch (3.11 KB, patch)
2014-02-14 11:08 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

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