summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10HackStudio: Reuse TextDocument::is_modified()Karol Kosek
2021-09-10LibC: Define RLIM_NLIMITS constantRodrigo Tobar
2021-09-09Ports: Update libarchive to v3.5.2Ken Herner
2021-09-09Ports: Disable IPV6 in OpenSSLKen Herner
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-09Build: Add -fno-delete-null-pointer-checksAndreas 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-09Kernel: Use KString all the way in sys$execve()Andreas Kling
2021-09-09LibJS: Mark TemporalTimeToString as infallibleLinus Groh
2021-09-09Ports: Fix compilation of python3 socket moduleRodrigo Tobar
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
2021-09-09PixelPaint: Add "Brush Mode" to EraseTool :^)Mustafa Quraish
2021-09-09PixelPaint: Make EraseTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Make PenTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Reoriganize drawing in BrushTool to allow more code reuseMustafa Quraish
2021-09-09PixelPaint: Allow drawing line between 2 points with BrushToolMustafa Quraish
2021-09-09Kernel: Define INADDR_BROADCAST constantRodrigo Tobar
2021-09-09Kernel/VFS: Restrict special unveil rule for Loader.soRalf Donau
2021-09-09PixelPaint: Fix BucketTool out of memory crashesMustafa Quraish
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
2021-09-09LibJS: Implement ToTemporalYearMonth AOLuke Wilde
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()Linus Groh
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()Linus Groh
2021-09-093DFileViewer: Use unveil and FileSystemAccessServerTimothy
2021-09-09LibGfx: Add method to load bitmap from fdTimothy
2021-09-09LibGfx: Move common loader functionality to load from memory functionsTimothy
2021-09-09HackStudio: Preserve the untitled filename text on file modificationKarol Kosek