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-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
2021-09-09
LibJS: Implement ToTemporalYearMonth AO
Luke Wilde
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()
Linus Groh
2021-09-09
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
Linus Groh
2021-09-09
LibGfx: Add method to load bitmap from fd
Timothy
2021-09-09
LibGfx: Move common loader functionality to load from memory functions
Timothy
2021-09-09
LibGUI: Disable Open/Save button in FilePicker when nothing is selected
John Diamond
2021-09-09
LibWeb: Spin the event loop in HTML parser until scripts can run
Andreas Kling
2021-09-09
LibWeb: Implement "Document has a style sheet that is blocking scripts"
Andreas Kling
2021-09-09
LibWeb: Add BrowsingContext::container_document()
Andreas Kling
2021-09-09
LibWeb: Add BrowsingContext::container() to align with the spec
Andreas Kling
2021-09-09
LibWeb: Use the task queue to fire "error" events on scripts
Andreas Kling
2021-09-09
LibWeb: Use the task queue to fire "load" and "error" events on images
Andreas Kling
2021-09-09
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
Andreas Kling
2021-09-09
LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
Andreas Kling
2021-09-09
LibWeb: Give HTML::EventLoop a pointer to the JS::VM
Andreas Kling
2021-09-09
LibWeb: Let HTML::EventLoop know its type
Andreas Kling
2021-09-09
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
Andreas Kling
2021-09-09
LibWeb: Give HTML::EventLoop a "currently running task"
Andreas Kling
2021-09-09
LibWeb: Add HTML::Task::Source to model "generic task sources"
Andreas Kling
2021-09-09
LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME's
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-09-09
LibJS: Add a way to attach custom data to a JS::VM instance
Andreas Kling
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toJSON()
Linus Groh
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toLocaleString()
Linus Groh
2021-09-08
LibJS: Implement Temporal.PlainTime.prototype.toString()
Linus Groh
2021-09-08
LibJS: Replace String const& with StringView in various Temporal AOs
Linus Groh
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
2021-09-08
LibUnicode: Update comment with link to related upstream issue
Timothy Flynn
2021-09-08
LibJS: Fix typos in Intl.ListFormat comments
Timothy Flynn
[next]