[Webkit-unassigned] [Bug 184758] Runtime feature flag for Server-Timing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 3 16:58:43 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=184758
--- Comment #13 from cvazac at gmail.com ---
(In reply to Ryosuke Niwa from comment #12)
> Comment on attachment 339383 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=339383&action=review
>
> > Source/WebCore/page/PerformanceServerTiming.h:46
> > + double m_duration;
>
> We don't use double to store time anymore.
> Is this monotonically increasing time or a wall time?
it's just a user-defined double:
https://w3c.github.io/server-timing/#-dfn-duration-dfn-attribute
>
> > Source/WebCore/page/RuntimeEnabledFeatures.h:396
> > + bool m_minDeviceWidthEnabled { false };
> > +
>
> Please remove this.
removed :)
--
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/20180503/3bee387f/attachment.html>
More information about the webkit-unassigned
mailing list