summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-10-13LibWeb: Add CSS::FlexBasisData::is_definite()Andreas Kling
2021-10-13LibWeb: Add FFC::flex_container() and use throughoutAndreas Kling
2021-10-13LibWeb: Make FFC line and item vectors members instead of localsAndreas Kling
2021-10-13LibWeb: Make various function parameters const in FlexFormattingContextAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 16 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 15 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 14 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 12 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 11 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 8 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 7 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 6 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 5 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 4 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 3 to a separate functionAndreas Kling
2021-10-13LibWeb: Move FFC layout algorithm step 2 into a separate functionAndreas Kling
2021-10-13LibWeb: Turn FlexFormattingContext helper lambdas into member functionsAndreas Kling
2021-10-13LibWeb: Call the FlexFormattingContext context box "flow_container"Andreas Kling
2021-10-13LibWeb: Split out FFC's "generate anonymous flex items" to a functionAndreas Kling
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-13LibC: Use the new pread syscall to implement preadRodrigo 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-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-11LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_stringLinus Groh
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-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: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.orgLinus Groh
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
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-10LibMarkdown: Implement introspection of the document treeBen Wiederhake