RESOLVED FIXED Bug 81914
[EFL] LayoutTestController needs implementation of goBack
https://bugs.webkit.org/show_bug.cgi?id=81914
Summary [EFL] LayoutTestController needs implementation of goBack
Mikhail Pozdnyakov
Reported 2012-03-22 08:22:11 PDT
LayoutTestController needs implementation of goBack in order to unskip loader/navigation-while-deferring-loads.html.
Attachments
LayoutTestController goBack feature implementation. (4.30 KB, patch)
2012-03-24 16:00 PDT, Mikhail Pozdnyakov
no flags
Improved patch based on review (5.27 KB, patch)
2012-03-26 23:44 PDT, Chris Dumez
no flags
Proposed patch (2.52 KB, patch)
2012-04-02 05:25 PDT, Chris Dumez
no flags
Proposed patch (2.56 KB, patch)
2012-04-03 03:22 PDT, Chris Dumez
no flags
Mikhail Pozdnyakov
Comment 1 2012-03-24 16:00:43 PDT
Created attachment 133658 [details] LayoutTestController goBack feature implementation.
Raphael Kubo da Costa (:rakuco)
Comment 2 2012-03-24 17:34:45 PDT
Comment on attachment 133658 [details] LayoutTestController goBack feature implementation. View in context: https://bugs.webkit.org/attachment.cgi?id=133658&action=review > Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp:609 > + DumpRenderTreeSupportEfl::goBack(browser->mainView()); ewk_frame_navigate()?
Gyuyoung Kim
Comment 3 2012-03-24 19:16:18 PDT
Comment on attachment 133658 [details] LayoutTestController goBack feature implementation. View in context: https://bugs.webkit.org/attachment.cgi?id=133658&action=review > LayoutTests/ChangeLog:7 > + It looks you need to add simple description for this patch >> Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp:609 >> + DumpRenderTreeSupportEfl::goBack(browser->mainView()); > > ewk_frame_navigate()? There are also ewk_frame_back(), ewk_frame_back_possible(). It seems to me that we don't need to add an function to DumpRenderTreeSupportEfl because ewk already supports APIs for backward | forward.
Chris Dumez
Comment 4 2012-03-26 23:44:50 PDT
Created attachment 133985 [details] Improved patch based on review The patch also bring implementation for setDefersLoading() so that the loader/navigation-while-deferring-loads.html test can be removed from skip-list.
Raphael Kubo da Costa (:rakuco)
Comment 5 2012-03-27 07:39:46 PDT
Both changes look OK, but they seem unrelated to me. Can you explain your reasoning for not splitting these up into two patches?
Chris Dumez
Comment 6 2012-04-02 05:25:25 PDT
Created attachment 135073 [details] Proposed patch Split with #82890
Gyuyoung Kim
Comment 7 2012-04-02 17:47:16 PDT
Comment on attachment 135073 [details] Proposed patch Looks good to me.
Chris Dumez
Comment 8 2012-04-03 03:22:15 PDT
Created attachment 135297 [details] Proposed patch Updated LayoutTests/ChangeLog based on philn-tp's feedback.
WebKit Review Bot
Comment 9 2012-04-03 05:11:24 PDT
Comment on attachment 135297 [details] Proposed patch Clearing flags on attachment: 135297 Committed r113015: <http://trac.webkit.org/changeset/113015>
WebKit Review Bot
Comment 10 2012-04-03 05:11:29 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.