index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
URL
/
URLSearchParams.cpp
Age
Commit message (
Expand
)
Author
2023-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-03-01
LibWeb: Port URL and URLSearchParams to new String
Kenneth Myhra
2023-02-28
LibWeb: Add size to URLSearchParams
CanadaHonk
2023-02-18
LibWeb: Make factory method of URL::URLSearchParams fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-06
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-07-18
LibWeb: Mark URLSearchParams::to_string() as const
Kenneth Myhra
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-10
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
LibWeb: Add support for the record variant of URLSearchParams
Luke Wilde
2022-01-31
LibWeb: Accept array pairs in URLSearchParams constructor
Luke Wilde
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-09-28
LibWeb: Make URLSearchParams iterable
Idan Horowitz
2021-09-14
LibWeb: Add a bare implementation of the URL built-in
Idan Horowitz
2021-09-14
LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp}
Idan Horowitz
2021-09-13
LibWeb: Identical sub-expression bug in URLSearchParams::set
Brian Gianforcaro
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz