summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-13LibWeb: Fix bogus 'none' values for resolved min-width and min-heightAndreas Kling
2021-10-13LibWeb: CSS display:position does not imply definite sizeAndreas Kling
2021-10-13SystemMonitor: Save refresh frequency to a config fileUndefine
2021-10-13Base: Fix the Finnish keymapValtteri Koskivuori
2021-10-13LibUnicode: Generate enum/alias from-string methods without a HashMapTimothy Flynn
2021-10-13arp: Preserve error if only the first ioctl failsBen Wiederhake
2021-10-13SystemServer: Avoid uninitialized memoryBen Wiederhake
2021-10-13LibC: Use the new pread syscall to implement preadRodrigo Tobar
2021-10-13Kernel: Implement pread syscallRodrigo Tobar
2021-10-13Kernel: Factor out common code from read/readv syscallsRodrigo Tobar
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_primitive() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_primitive_string() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_utf16_string() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-13Ports: Force-create ncurses compatibility symlinksTim Schumacher
2021-10-12strace: Add command line options to filter syscallsRodrigo Tobar
2021-10-12strace: Show sun_path on AF_UNIX socket addressesRodrigo Tobar
2021-10-12strace: Add support for get{u,eu,g,eg,p,pp}id syscallsRodrigo Tobar
2021-10-12strace: Add formatting for clock_gettimeRodrigo Tobar
2021-10-12strace: Add initial ioctl formattingRodrigo Tobar
2021-10-12Kernel: Pass RegisterState by ref to event bufferJames Mintram
2021-10-12Kernel: Accept RegisterState in append_with_ip_and_bpJames Mintram
2021-10-12LibWeb: Mark elements for style update after their children changeAndreas Kling
2021-10-12LibWeb: Re-mark nodes as needing style after moving between documentsAndreas Kling
2021-10-12LibWeb: Style update must recurse into nodes with dirty childrenAndreas Kling
2021-10-12LibWeb: Remove a bunch of pointless "else" in EventHandlerAndreas Kling
2021-10-12LibWeb: Use strong pointers and null checks in handle_keydown()Andreas Kling
2021-10-12LibWeb: Use strong pointers and null checks in handle_keyup()Andreas Kling
2021-10-12LibWeb: Stop the style/layout update timers after updating style/layoutAndreas Kling
2021-10-12LibWeb: Add missing upcalls in HTMLSelectElementAndreas Kling
2021-10-12LibWeb: Add missing upcalls in HTMLInputElementAndreas Kling
2021-10-11AK: Add support for ARCH(AARCH64) to Platform.hJames Mintram
2021-10-11LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_stringLinus Groh
2021-10-11Documentation: Fix spelling errormjz19910
2021-10-11LibJS: Make sure queued promise jobs have an execution context when runAndreas Kling
2021-10-11LibWeb: Flexbox: Assume container size before layouting childrenTobias Christiansen
2021-10-11Ports: Add compatibility symlinks to ncursesTim Schumacher
2021-10-11Kernel: Correctly interpret ioctl's FIONBIO user valueRodrigo Tobar
2021-10-11LibWeb: Flexbox: Use right margins when direction is columnTobias Christiansen
2021-10-11LibWeb: Add Event.timeStampAndreas Kling
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-11LibWeb: Add support for the Promise<T> IDL type to WrapperGeneratorLinus Groh
2021-10-11LibWeb: Initialize IDL `any` values without default value to undefinedLinus Groh
2021-10-11LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.orgLinus Groh
2021-10-11ClockWidget: Left-align clock and center based on ideal widthJames Magahern
2021-10-11LibWeb: Consider empty fragments the same as whitespace in LineBoxDana Burkart
2021-10-11LibJS: Implement Temporal.PlainMonthDay.prototype.toPlainDate()Linus Groh
2021-10-11LibJS: Implement Temporal.PlainYearMonth.prototype.toPlainDate()Linus Groh
2021-10-11LibJS: Implement Temporal.Calendar.prototype.dateUntil()Linus Groh