mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 17:33:12 +00:00
Quick sort is not a stable sort. This meant we had a subtle issue implementing this portion of the spec comment: > The relative order between name-value pairs with equal names must > be preserved. Switch to insertion sort which is a stable sort, and properly handles keys which are the same. Fixes 8 tests on https://wpt.live/url/urlsearchparams-sort.any.html |
||
---|---|---|
.. | ||
DOMURL.cpp | ||
DOMURL.h | ||
DOMURL.idl | ||
URLSearchParams.cpp | ||
URLSearchParams.h | ||
URLSearchParams.idl | ||
URLSearchParamsIterator.cpp | ||
URLSearchParamsIterator.h |