summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-03-29LibWeb+LibWasm: Implement and use the "reset the Memory buffer" stepsAli Mohammad Pur
2023-03-29LibWeb: Parse Element.style url functions relative to the documentLuke Wilde
2023-03-29LibGfx/OpenType: Ignore glyphs with bogus offsetsAndreas Kling
2023-03-28LibWeb: Clamp fit-content widths in flex layout to min/max-widthAndreas Kling
2023-03-28LibGfx: Don't render OpenType glyphs that have no outlineJulian Offenhäuser
2023-03-28LibWeb: Allow attachshadow for elements with valid custom element namesSrikavin Ramkumar
2023-03-28LibWeb: Return HTMLElement for valid custom element tag namesSrikavin Ramkumar
2023-03-28LibWeb: Implement custom element name validationSrikavin Ramkumar
2023-03-28LibWeb: Iterate codepoints instead of characters in is_valid_nameSrikavin Ramkumar
2023-03-28LibWeb: Declare defaulted style value comparision operators inlineAndrew Kaster
2023-03-28LibSQL: Block signals while forking SQLServer in LagomAndrew Kaster
2023-03-27LibWeb: Use fit-content width in place of indefinite flex item widthsAndreas Kling
2023-03-27LibWeb: Make box content sizes indefinite before intrinsic sizingAndreas Kling
2023-03-27LibWeb: Add default equality operators to Available{Space,Size}Andreas Kling
2023-03-27LibWeb: Pass available inner space to inline-level SVG layoutAndreas Kling
2023-03-27LibWeb: Pass available inner space to BFC root auto height calculationAndreas Kling
2023-03-27LibWeb: Fix intrinsic sizing early return condition in TFCAliaksandr Kalenik
2023-03-27LibCore: Add DateTime::to_string()Sam Atkins
2023-03-27LibWeb: Stop returning the left padding for resolved padding-bottomSam Atkins
2023-03-27LibTLS: Check if certificate is self signed before importing it as CAFabian Dellwing
2023-03-27LibTLS: Add self signage information to our parsed certificatesFabian Dellwing
2023-03-26LibGUI: Allow updating the names of menus and submenusMacDue
2023-03-26LibWebView: Expose getter for current zoom levelMacDue
2023-03-26LibWeb: Check for empty name in is_in_same_radio_button_group()MacDue
2023-03-26LibWeb: Don't force relayout whole page on programmatic scrollAndreas Kling
2023-03-26LibWeb/WebDriver: Wait for more data to arrive if request is incompleteAliaksandr Kalenik
2023-03-26LibHTTP: Return error if request is incompleteAliaksandr Kalenik
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-26LibWeb: Run XML parser input through encoding decoderAliaksandr Kalenik
2023-03-26LibWeb: Declare overflow_value_makes_box_a_scroll_container as staticTimothy Flynn
2023-03-26LibWeb: Fix non return in overflow value checkCameron Youell
2023-03-26LibWeb: Don't compute main axis "auto min-size" for flex item cross axisAndreas Kling
2023-03-26LibWeb: Use zero automatic minimum size for scroll-container flex itemsAndreas Kling
2023-03-26LibWeb: Add Layout::Box::is_scroll_container()Andreas Kling
2023-03-26LibWeb: Remove unnecessary repeat of partial flex layout algorithmAndreas Kling
2023-03-26LibWeb: Check all conditions of radio button groupsMacDue
2023-03-26LibWeb: Fix mistype in `LayoutState`Cameron Youell
2023-03-25LibPDF: Load replacements for TrueTypeFonts without an embedded fontJulian Offenhäuser
2023-03-25LibPDF: Actually return an error when failing to load replacement fontsJulian Offenhäuser
2023-03-25LibPDF: Ask OpenType font programs for glyph widths if neededJulian Offenhäuser
2023-03-25LibPDF: Remove the subroutine length limit for PS1 font programsJulian Offenhäuser
2023-03-25LibPDF: Scale vector paths with the viewJulian Offenhäuser
2023-03-25LibPDF: Accept floats as line dash pattern phasesJulian Offenhäuser
2023-03-25LibPDF: Allow the page rotation to be inheritedJulian Offenhäuser
2023-03-25LibPDF: Allow pages with no specified contentsJulian Offenhäuser
2023-03-25LibPDF: Allow optional inheritable page attributesJulian Offenhäuser
2023-03-25LibPDF: Ignore whitespace in the ASCII hex filterJulian Offenhäuser
2023-03-25LibCrypto: Use 8-byte crc32 instruction on arm tooNico Weber
2023-03-25LibCrypto: Start sometimes hardware-accelerating crc32Nico Weber
2023-03-25LibGUI: Allow blocking modals and popups to handle their own shortcutsLucas CHOLLET