[Webkit-unassigned] [Bug 158902] js/dom/global-constructors-attributes.html is flaky: ResourceTiming runtime feature leaks between tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 12:35:52 PDT 2016


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

--- Comment #36 from Yoav Weiss <yoav at yoav.ws> ---
(In reply to comment #35)
> Would it be feasible to record the original value of the setting when it's
> overridden using RuntimeEnabledFeatures?

The current flow, unless I change the default value for IndexedDB, is:
* RuntimeEnabledFeatures initializes IndexedDB to false
* WebView/WebKit2 overrides that to true when initialized
* If we reset back to defaults between tests, we override the overrides and bring it back to false.

Do you propose that we'd create a special "set and keep it set across resets" setter for the various flags in RuntimeEnabledFeatures?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160707/9bacda54/attachment.html>


More information about the webkit-unassigned mailing list