summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-11LibJS: Handle Unicode locale extensions in the ResolveLocale operationTimothy Flynn
2021-09-11LibUnicode: Add some data related to currency codesTimothy Flynn
2021-09-11LibUnicode: Extract canonicalization of Unicode extension valuesTimothy Flynn
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-11LibWeb: Ignore keydown events when there is no layout treeAndreas Kling
2021-09-11LibWeb: Stub out a dummy window.getComputedStyle()Andreas Kling
2021-09-11LibWeb+LibJS: Remember source filenames when using HTML::ScriptAndreas Kling
2021-09-10LibJS: Implement Temporal.PlainMonthDay.prototype.equalsLuke Wilde
2021-09-10LibJS: Implement Temporal.PlainMonthDay.fromLuke Wilde
2021-09-10LibJS: Implement ToTemporalMonthDay AOLuke Wilde
2021-09-11LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmapTobias Christiansen
2021-09-10LibJS: Share "parsed identifiers" between copied JS::Lexer instancesAndreas Kling
2021-09-10LibFileSystemAccessClient: Convert request paths to absolute if neededMustafa Quraish
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-10LibDebug: Use the first memory segment of a library as the ELF's baseItamar
2021-09-10LibWeb: Make "top-level browsing context" concept more spec-compliantAndreas Kling
2021-09-09LibJS: Make default_merge_fields() {additional_,}fields Object a const&Linus Groh
2021-09-09LibJS: Make resolve_iso_month() fields Object a const&Linus Groh
2021-09-09LibJS: Make Temporal foo_from_fields() AO field/options Object a const*Linus Groh
2021-09-09LibJS: Make prepare_temporal_fields() fields Object a const&Linus Groh
2021-09-09LibJS: Make to_temporal_time_record() time like Object a const&Linus Groh
2021-09-09LibJS: Make to_temporal_duration_record() time like Object a const&Linus Groh
2021-09-09LibJS: Make Temporal to_foo() AO normalized_options Object a const&Linus Groh
2021-09-09LibJS: Make get_string_or_number_option() options Object a const&Linus Groh
2021-09-09LibJS: Make get_option() options Object a const&Linus Groh
2021-09-09LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const&Linus Groh
2021-09-09LibJS: Make new_target parameter of all Temporal AOs a const*Linus Groh
2021-09-10LibC: Define RLIM_NLIMITS constantRodrigo Tobar
2021-09-09LibC: Make remove() propagate non-EISDIR unlink() errorsAndreas Kling
2021-09-09LibWeb: Make HTMLScriptElement create and run ClassicScriptsAndreas Kling
2021-09-09LibWeb: Implement the "create" and "run" methods of ClassicScriptAndreas Kling
2021-09-09LibJS: Implement the ParseScript AO (as JS::Script::parse())Andreas Kling
2021-09-09LibWeb: Annotate HTMLScriptElement::execute_script() with spec commentsAndreas Kling
2021-09-09LibWeb: Rename HTMLScriptElement::m_script_source => m_source_textAndreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Start working on spec-aligned HTML scripting semanticsAndreas Kling
2021-09-09LibJS: Start adding a JS::Script class (spec's "Script Record")Andreas Kling
2021-09-09LibC: Remove a bunch of pointless `rc` temporaries in stdio.cppAndreas Kling
2021-09-09LibWeb: Make DOM::Window store its associated document in a WeakPtrAndreas Kling
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Convert DOM::Window to east-const styleAndreas Kling
2021-09-09LibWeb: Add DOM::Window::page()Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-09LibJS: Mark TemporalTimeToString as infallibleLinus Groh
2021-09-09LibGfx/Point: Add hash trait for Point<T>Mustafa Quraish
2021-09-09LibJS: Implement Temporal.PlainYearMonth.compareLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.fromLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.prototype.equalsLuke Wilde