[Webkit-unassigned] [Bug 97427] [EFL][DRT] Support Geolocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 02:39:03 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97427





--- Comment #7 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-10-19 02:39:58 PST ---
(In reply to comment #6)
> > I'm not a fan of the setDumpRenderTreeModeEnabled approach; so far we have designed DRT and DRTSupport in a way that the normal code paths do not need to know what DRT is or if it is being run at all (contrary to Qt's DRT, for example). Why don't you move those calls you have added to _ewk_view_priv_new to a method in DRTSupport and call it whenever you create a view in DRT?
>
> I don't understand why dumpRenderTreeModeEnabled should be moved to DRTSupport.

Basically, for the reasons I outlined above: the code in EWK should be oblivious to whether it is running normally or within DRT. This centralizes the testing code in a single place (DRTSupport instead of different places as it has happened to the DRT code in the Qt port) and eases the maintenance.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list