summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/URL
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-15AK+Everywhere: Add ApplyPercentDecoding option to URL gettersMacDue
2023-04-13LibWeb/URL: Make URL::search_params() return a NonnullGCPtrLinus Groh
2023-04-13LibWeb/URL: Add spec links and commentsLinus Groh
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-11LibWeb: Implement URL.canParse(url, base)networkException
2023-04-11LibWeb: Update URL constructor steps to match the specificationnetworkException
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-03LibWeb/WebIDL: Store SimpleException message as a String{,View} variantLinus Groh
2023-03-01LibWeb: Port URL and URLSearchParams to new StringKenneth Myhra
2023-02-28LibWeb: Add size to URLSearchParamsCanadaHonk
2023-02-22LibWeb: Make factory method of URL::URLSearchParamsIterator fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of URL::URLSearchParams fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of URL::URL fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-30LibWeb: Implement 'host is domain' concept from the URL specLinus Groh
2022-10-29LibWeb: Use StringView literals for all `WebIDL::SimpleException`sLinus Groh
2022-10-24LibWeb: Move url_origin() to URL/URL.{cpp,h}Linus Groh
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-07-18LibWeb: Mark URLSearchParams::to_string() as constKenneth Myhra
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-04-10AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencodedAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22LibWeb: Convert URL to use TRY for error propagationLinus Groh
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-14LibWeb: Add support for the record variant of URLSearchParamsLuke Wilde
2022-01-31LibWeb: Accept array pairs in URLSearchParams constructorLuke Wilde
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-31LibWeb: Convert all generated bindings to ThrowCompletionOrTimothy Flynn
2021-10-26LibWeb: Implement URLSearchParams.getAllLuke Wilde
2021-10-03LibWeb: Make the URL.port setter return after assigning the empty stringAndreas Kling