Hello !

I want to test JS experimental features on webkit (which is disabled
by default but turned on by WebKitTestRunner), but I want to see the
rendered screen as well (AFAIK, WebKitTestRunner does not show the
rendered screen?)    WebKitTestRunner is turning on that feature by
invoking WKPreferencesSetJavaScriptExperimentsEnabled() :
Webkit2/UIProcess/API/C/WKPreferences.cpp, so I want to invoke API on
the running webkit process. It is surely possible by simply adding the
code on JavascriptCore and building it, but I better want to do this
without building it again and actually try this with released version
of Safari (or webkit).

Thanks,
Byoungyoung
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to