WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125259
Make the estimatedProgress property observable using KVO
https://bugs.webkit.org/show_bug.cgi?id=125259
Summary
Make the estimatedProgress property observable using KVO
Anders Carlsson
Reported
2013-12-04 15:15:04 PST
Make the estimatedProgress property observable using KVO
Attachments
Patch
(12.98 KB, patch)
2013-12-04 15:16 PST
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-12-04 15:16:38 PST
Created
attachment 218461
[details]
Patch
mitz
Comment 2
2013-12-04 15:34:44 PST
Comment on
attachment 218461
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=218461&action=review
> Source/WebKit2/UIProcess/PageLoadState.cpp:73 > + m_estimatedProgress = 0.0;
No need for “.0”. Should we be doing this if the value is already 0?
> Source/WebKit2/UIProcess/PageLoadState.cpp:234 > + m_estimatedProgress = 1.0;
No need for “.0” here.
Anders Carlsson
Comment 3
2013-12-04 15:40:45 PST
Committed
r160137
: <
http://trac.webkit.org/changeset/160137
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug