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.
Created attachment 167492 [details] Patch
Created attachment 167511 [details] Patch
Comment on attachment 167511 [details] Patch rs=me.
Comment on attachment 167511 [details] Patch Clearing flags on attachment: 167511 Committed r130673: <http://trac.webkit.org/changeset/130673>
All reviewed patches have been landed. Closing bug.
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.
(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.