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
Age
Commit message (
Expand
)
Author
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-11
LibUnicode: Add some data related to currency codes
Timothy Flynn
2021-09-11
LibUnicode: Extract canonicalization of Unicode extension values
Timothy Flynn
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-11
LibWeb: Ignore keydown events when there is no layout tree
Andreas Kling
2021-09-11
LibWeb: Stub out a dummy window.getComputedStyle()
Andreas Kling
2021-09-11
LibWeb+LibJS: Remember source filenames when using HTML::Script
Andreas Kling
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.prototype.equals
Luke Wilde
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.from
Luke Wilde
2021-09-10
LibJS: Implement ToTemporalMonthDay AO
Luke Wilde
2021-09-11
LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmap
Tobias Christiansen
2021-09-10
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
Andreas Kling
2021-09-10
LibFileSystemAccessClient: Convert request paths to absolute if needed
Mustafa Quraish
2021-09-10
FileSystemAccessServer: Allow read-only access without prompting
Mustafa Quraish
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-10
LibDebug: Use the first memory segment of a library as the ELF's base
Itamar
2021-09-10
LibWeb: Make "top-level browsing context" concept more spec-compliant
Andreas Kling
2021-09-09
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
Linus Groh
2021-09-09
LibJS: Make resolve_iso_month() fields Object a const&
Linus Groh
2021-09-09
LibJS: Make Temporal foo_from_fields() AO field/options Object a const*
Linus Groh
2021-09-09
LibJS: Make prepare_temporal_fields() fields Object a const&
Linus Groh
2021-09-09
LibJS: Make to_temporal_time_record() time like Object a const&
Linus Groh
2021-09-09
LibJS: Make to_temporal_duration_record() time like Object a const&
Linus Groh
2021-09-09
LibJS: Make Temporal to_foo() AO normalized_options Object a const&
Linus Groh
2021-09-09
LibJS: Make get_string_or_number_option() options Object a const&
Linus Groh
2021-09-09
LibJS: Make get_option() options Object a const&
Linus Groh
2021-09-09
LibJS: Store Instant's and ZonedDateTime's m_nanoseconds as a const&
Linus Groh
2021-09-09
LibJS: Make new_target parameter of all Temporal AOs a const*
Linus Groh
2021-09-10
LibC: Define RLIM_NLIMITS constant
Rodrigo Tobar
2021-09-09
LibC: Make remove() propagate non-EISDIR unlink() errors
Andreas Kling
2021-09-09
LibWeb: Make HTMLScriptElement create and run ClassicScripts
Andreas Kling
2021-09-09
LibWeb: Implement the "create" and "run" methods of ClassicScript
Andreas Kling
2021-09-09
LibJS: Implement the ParseScript AO (as JS::Script::parse())
Andreas Kling
2021-09-09
LibWeb: Annotate HTMLScriptElement::execute_script() with spec comments
Andreas Kling
2021-09-09
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Start working on spec-aligned HTML scripting semantics
Andreas Kling
2021-09-09
LibJS: Start adding a JS::Script class (spec's "Script Record")
Andreas Kling
2021-09-09
LibC: Remove a bunch of pointless `rc` temporaries in stdio.cpp
Andreas Kling
2021-09-09
LibWeb: Make DOM::Window store its associated document in a WeakPtr
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Convert DOM::Window to east-const style
Andreas Kling
2021-09-09
LibWeb: Add DOM::Window::page()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-09
LibJS: Mark TemporalTimeToString as infallible
Linus Groh
2021-09-09
LibGfx/Point: Add hash trait for Point<T>
Mustafa Quraish
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.compare
Luke Wilde
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.from
Luke Wilde
2021-09-09
LibJS: Implement Temporal.PlainYearMonth.prototype.equals
Luke Wilde
[next]