RESOLVED FIXED Bug 90457
[WK2][EFL] Ewk_View should report the load progress
https://bugs.webkit.org/show_bug.cgi?id=90457
Summary [WK2][EFL] Ewk_View should report the load progress
Chris Dumez
Reported 2012-07-03 06:33:27 PDT
Ewk_View should report the load progress and we should use this information in the MiniBrowser to display it in the title bar.
Attachments
Patch (8.23 KB, patch)
2012-07-03 06:44 PDT, Chris Dumez
no flags
Patch (8.26 KB, patch)
2012-07-03 11:19 PDT, Chris Dumez
no flags
Patch (8.26 KB, patch)
2012-07-03 22:55 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-07-03 06:44:17 PDT
Chris Dumez
Comment 2 2012-07-03 11:19:43 PDT
Created attachment 150648 [details] Patch Rebase on master
Kenneth Rohde Christiansen
Comment 3 2012-07-03 18:54:30 PDT
Comment on attachment 150648 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=150648&action=review > Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:575 > + EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, -1); > + EWK_VIEW_PRIV_GET_OR_RETURN(smartData, priv, -1); Wouldnt 0 be a better value? It is not loaded? instead of invalid... seems like more code to handle for users of this api > Tools/MiniBrowser/efl/main.c:95 > + char label[4096]; Wouldnt it be better to use a string builder or so instead? then get the string from that.
Chris Dumez
Comment 4 2012-07-03 22:55:50 PDT
Created attachment 150715 [details] Patch Take Kenneth feedback into consideration.
WebKit Review Bot
Comment 5 2012-07-03 23:35:07 PDT
Comment on attachment 150715 [details] Patch Clearing flags on attachment: 150715 Committed r121830: <http://trac.webkit.org/changeset/121830>
WebKit Review Bot
Comment 6 2012-07-03 23:35:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.