1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:50:59 +00:00
serenity/Userland/Libraries/LibWeb/URL
Brian Gianforcaro 7852b0fbc3 LibWeb: Identical sub-expression bug in URLSearchParams::set
Flagged by sonarcloud, we appear to want to make sure the entry.name
matches the name we are searching for duplicates of.

Link:
https://sonarcloud.io/project/issues?fileUuids=AXvdC606QRvsO1F91p5C&id=SerenityOS_serenity&open=AXvdC_NEQRvsO1F91p6j
2021-09-13 14:05:22 +00:00
..
URL.cpp LibWeb: Add URL::url_decode for decoding form url encoded parameters 2021-09-13 01:43:10 +02:00
URL.h LibWeb: Add URL::url_decode for decoding form url encoded parameters 2021-09-13 01:43:10 +02:00
URLSearchParams.cpp LibWeb: Identical sub-expression bug in URLSearchParams::set 2021-09-13 14:05:22 +00:00
URLSearchParams.h LibWeb: Add the URLSearchParams built-in 2021-09-13 01:43:10 +02:00
URLSearchParams.idl LibWeb: Add the URLSearchParams built-in 2021-09-13 01:43:10 +02:00