[Webkit-unassigned] [Bug 186077] Update default Resource Timing buffer size from 150 to 250

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 20:45:54 PDT 2024


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

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ryosuke Niwa from comment #2)
> We still have 150 hard-coded in Performance.h. We need to update it to 250
> per spec:
> https://w3c.github.io/resource-timing/#sec-extensions-performance-interface

Is it just to update this?

https://searchfox.org/wubkat/rev/711120e7edec012527620d07bf63d85713a180fd/Source/WebCore/page/Performance.h#146

unsigned m_resourceTimingBufferSize { 150 };

Can do PR to update it to 250 with reference to web-spec, do I need to adjust any tests?

-- 
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/20240312/24f5eb50/attachment.htm>


More information about the webkit-unassigned mailing list