summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-10Kernel/CommandLine: Verify ACPI feature level cannot have invalid stringLiav A
2021-09-10Kernel/ACPI: Simplify parser initializationLiav A
2021-09-10Kernel: Add kernelearlyputstr and use it in dbgln in very-early bootIdan Horowitz
2021-09-10AK: Only try and get the Processor::current_id when it was initializedIdan Horowitz
2021-09-10Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSRIdan Horowitz
2021-09-10HexEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor: Remove unveil() for CLI file, use FileSystemAccessServerMustafa Quraish
2021-09-10TextEditor/FileArgument: Remove file existance check for early exitMustafa Quraish
2021-09-10PDFViewer: Open CLI files through FileSystemAccessServer without promptMustafa Quraish
2021-09-10LibFileSystemAccessClient: Convert request paths to absolute if neededMustafa Quraish
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-09-10Documentation: Tweak IntrusiveList example to reflect new APIAli Mohammad Pur
2021-09-10AK+Kernel: Reduce the number of template parameters of IntrusiveRBTreeAli Mohammad Pur
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-10AK: Mark HashTable::size_in_bytes() as constexprHendiadyoin1
2021-09-10AK: Add OOM safe interface to HashTable/MapHediadyoin1
2021-09-10Documentation: Clarify Windows build instructionsSam Atkins
2021-09-10LibDebug: Use the first memory segment of a library as the ELF's baseItamar
2021-09-10AK: Remove a redundant double find-call in HashMap::ensureIdan Horowitz
2021-09-10CI: Add statement to ensure workflow runs only on serenityRodolfo Olivieri
2021-09-10Kernel: Fix null dereference in IPv4Socket::receive_packet_buffered()Andreas Kling
2021-09-10LibWeb: Make "top-level browsing context" concept more spec-compliantAndreas Kling
2021-09-09LibJS: Make default_merge_fields() {additional_,}fields Object a const&Linus Groh
2021-09-09LibJS: Make resolve_iso_month() fields Object a const&Linus Groh
2021-09-09LibJS: Make Temporal foo_from_fields() AO field/options Object a const*Linus Groh
2021-09-09LibJS: Make prepare_temporal_fields() fields Object a const&Linus Groh
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