[Webkit-unassigned] [Bug 184758] Runtime feature flag for Server-Timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 09:01:11 PDT 2018


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

--- Comment #15 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 339725
  --> https://bugs.webkit.org/attachment.cgi?id=339725
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=339725&action=review

> Source/WebCore/page/RuntimeEnabledFeatures.h:395
> +    bool m_minDeviceWidthEnabled { false };

Probably do not need that one.

> Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.cpp:132
> +    RuntimeEnabledFeatures::sharedFeatures().setServerTimingEnabled(store.getBoolValueForKey(WebPreferencesKey::serverTimingEnabledKey()));

It would be nice to have a test for service worker like done for window.

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


More information about the webkit-unassigned mailing list