RESOLVED FIXED 127025
Create separate progress tracker clients
https://bugs.webkit.org/show_bug.cgi?id=127025
Summary Create separate progress tracker clients
Anders Carlsson
Reported 2014-01-14 17:51:53 PST
Create separate progress tracker clients
Attachments
Patch (36.67 KB, patch)
2014-01-14 17:54 PST, Anders Carlsson
sam: review+
eflews.bot: commit-queue-
Anders Carlsson
Comment 1 2014-01-14 17:54:38 PST
EFL EWS Bot
Comment 2 2014-01-14 18:01:16 PST
Sam Weinig
Comment 3 2014-01-14 18:18:12 PST
Comment on attachment 221220 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221220&action=review > Source/WebKit/mac/WebCoreSupport/WebProgressTrackerClient.mm:53 > +#if !PLATFORM(IOS) > +void WebProgressTrackerClient::willChangeEstimatedProgress() > +{ > + [m_webView _willChangeValueForKey:_WebEstimatedProgressKey]; > +} > + > +void WebProgressTrackerClient::didChangeEstimatedProgress() > +{ > + [m_webView _didChangeValueForKey:_WebEstimatedProgressKey]; > +} > +#endif I'd prefer if we still implemented these functions but just didn't call the _will/_did on iOS.
Anders Carlsson
Comment 4 2014-01-14 18:39:21 PST
Note You need to log in before you can comment on or make changes to this bug.