[Webkit-unassigned] [Bug 271735] URL.searchParams performance issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 16:20:54 PDT 2024


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

--- Comment #1 from Matt Cowley <me at mattcowley.co.uk> ---
I was reading through https://github.com/WebKit/WebKit/blob/main/Source/WebCore/html/DOMURL.cpp + https://github.com/WebKit/WebKit/blob/main/Source/WebCore/html/URLSearchParams.cpp to see if I could figure out making a patch myself to apply a similar fix as I did in Node.js (I'm not familiar with C++ particularly), and I see where the call back to URL happens from URLSearchParams when it is updated (URLSearchParams::updateURL), but what I couldn't figure out is where all the getters/setters are for URL that would need to ensure the lazy update occurs?

-- 
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/20240326/940b27e4/attachment.htm>


More information about the webkit-unassigned mailing list