Linus Groh
|
11b40dbcf5
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
2 éve |
Kenneth Myhra
|
9da09e4fd3
LibWeb: Port URL and URLSearchParams to new String
|
2 éve |
CanadaHonk
|
3e2ceef8c3
LibWeb: Add size to URLSearchParams
|
2 éve |
Kenneth Myhra
|
35622606c1
LibWeb: Make factory method of URL::URLSearchParams fallible
|
2 éve |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 éve |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 éve |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 éve |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 éve |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 éve |
Andreas Kling
|
fe9c5395d4
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
|
2 éve |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 éve |
Kenneth Myhra
|
1b9f5fa28a
LibWeb: Mark URLSearchParams::to_string() as const
|
3 éve |
DexesTTP
|
7ceeb74535
AK: Use an enum instead of a bool for String::replace(all_occurences)
|
3 éve |
Andreas Kling
|
3724ce765e
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
|
3 éve |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 éve |
Luke Wilde
|
b305ee8692
LibWeb: Add support for the record variant of URLSearchParams
|
3 éve |
Luke Wilde
|
d7998c5dbd
LibWeb: Accept array pairs in URLSearchParams constructor
|
3 éve |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 éve |
Timothy Flynn
|
c19c306744
LibWeb: Convert all generated bindings to ThrowCompletionOr
|
3 éve |
Luke Wilde
|
fb321bad35
LibWeb: Implement URLSearchParams.getAll
|
3 éve |
Idan Horowitz
|
01417c82c5
LibWeb: Make URLSearchParams iterable
|
3 éve |
Idan Horowitz
|
e6abc1b44e
LibWeb: Add a bare implementation of the URL built-in
|
3 éve |
Idan Horowitz
|
af5b62d8cd
LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp}
|
3 éve |
Brian Gianforcaro
|
7852b0fbc3
LibWeb: Identical sub-expression bug in URLSearchParams::set
|
3 éve |
Idan Horowitz
|
f21041861b
LibWeb: Add the URLSearchParams built-in
|
3 éve |