Age | Commit message (Expand) | Author |
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
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-22 | LibWeb: Make factory method of URL::URLSearchParamsIterator fallible | Kenneth Myhra |
2023-02-18 | LibWeb: Make factory method of URL::URLSearchParams fallible | Kenneth Myhra |
2023-02-18 | LibWeb: Make factory method of URL::URL 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 |
2023-01-10 | LibWeb: Generate dedicated methods to create Web constructors/prototypes | Timothy Flynn |
2022-12-15 | LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr | Linus Groh |
2022-12-07 | LibJS: Replace standalone js_string() with PrimitiveString::create() | 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-30 | LibWeb: Implement 'host is domain' concept from the URL spec | Linus Groh |
2022-10-29 | LibWeb: Use StringView literals for all `WebIDL::SimpleException`s | Linus Groh |
2022-10-24 | LibWeb: Move url_origin() to URL/URL.{cpp,h} | Linus Groh |
2022-10-09 | LibWeb: Add Exposed attribute and IDL spec links where missing | Andrew Kaster |
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-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb: Remove now-unused Bindings::Wrappable class | Andreas Kling |
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-08-23 | LibJS+LibWeb: Reduce use of GlobalObject as an intermediary | Linus Groh |
2022-08-23 | LibWeb: Replace GlobalObject with Realm in wrapper functions | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
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-03-22 | LibWeb: Convert URL to use TRY for error propagation | Linus Groh |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur |
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-10-03 | LibWeb: Make the URL.port setter return after assigning the empty string | Andreas Kling |
2021-09-28 | LibWeb: Make URLSearchParams iterable | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::{protocol, pathname, search, hash} attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::host, URL::hostname & URL:port attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::username, URL::password & URL::origin attributes | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::searchParams attribute | Idan Horowitz |
2021-09-14 | LibWeb: Add the URL::href attribute and URL::to_json method | 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 |