index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
HackStudio: Reuse TextDocument::is_modified()
Karol Kosek
2021-09-10
LibC: Define RLIM_NLIMITS constant
Rodrigo Tobar
2021-09-09
Ports: Update libarchive to v3.5.2
Ken Herner
2021-09-09
Ports: Disable IPV6 in OpenSSL
Ken Herner
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
Build: Add -fno-delete-null-pointer-checks
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
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-09
LibJS: Mark TemporalTimeToString as infallible
Linus Groh
2021-09-09
Ports: Fix compilation of python3 socket module
Rodrigo Tobar
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
Kernel: Define INADDR_BROADCAST constant
Rodrigo Tobar
2021-09-09
Kernel/VFS: Restrict special unveil rule for Loader.so
Ralf Donau
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
[next]