RESOLVED FIXED 98591
[EFL][DRT] Switch default backing store to single
https://bugs.webkit.org/show_bug.cgi?id=98591
Summary [EFL][DRT] Switch default backing store to single
Ryuan Choi
Reported 2012-10-06 02:03:02 PDT
As discussed in webkit-efl mailing list, I think that it is more suitable to use ewk_view_single as a default backing store of DRT. After running pixel-tests in my local, single has 49 image-only regressions and tiled has 54 regressions. Patch will be added.
Attachments
Patch (2.38 KB, patch)
2012-10-07 18:41 PDT, Ryuan Choi
no flags
Patch (2.38 KB, patch)
2012-10-07 22:52 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2012-10-07 18:41:17 PDT
Ryuan Choi
Comment 2 2012-10-07 22:52:45 PDT
Eric Seidel (no email)
Comment 3 2012-10-08 11:41:30 PDT
Comment on attachment 167511 [details] Patch rs=me.
WebKit Review Bot
Comment 4 2012-10-08 12:18:31 PDT
Comment on attachment 167511 [details] Patch Clearing flags on attachment: 167511 Committed r130673: <http://trac.webkit.org/changeset/130673>
WebKit Review Bot
Comment 5 2012-10-08 12:18:34 PDT
All reviewed patches have been landed. Closing bug.
Balazs Kelemen
Comment 6 2012-10-09 14:59:53 PDT
By TBS, do you refer some EFL specific thingy or the TBS support in WebKit? In the second case I don't think it's wise to use another backend for testing that you actually ship.
Ryuan Choi
Comment 7 2012-10-09 16:01:11 PDT
(In reply to comment #6) > By TBS, do you refer some EFL specific thingy or the TBS support in WebKit? In the second case I don't think it's wise to use another backend for testing that you actually ship. This is only Efl specific. WebKit1/Efl has used its own TBS (not in WebCore). Tizen had used TBS of WebKit1/Efl but moved to WebKit2/Efl. In case of other Efl applications using WebKit1/Efl such as elm_web and eve, they have used SBS as a default backing store. So, I believe that testing SBS is more reasonable. Thank you.
Note You need to log in before you can comment on or make changes to this bug.