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
Age
Commit message (
Expand
)
Author
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
PixelPaint: Add `Fit Image To View` action
Mustafa Quraish
2021-09-09
PixelPaint: Add "Brush Mode" to EraseTool :^)
Mustafa Quraish
2021-09-09
PixelPaint: Make EraseTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Make PenTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Reoriganize drawing in BrushTool to allow more code reuse
Mustafa Quraish
2021-09-09
PixelPaint: Allow drawing line between 2 points with BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Fix BucketTool out of memory crashes
Mustafa Quraish
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
3DFileViewer: Use unveil and FileSystemAccessServer
Timothy
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
HackStudio: Preserve the untitled filename text on file modification
Karol Kosek
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
Pong: Switch to global tracking
Ben Wiederhake
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
[prev]
[next]