summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-18LibJS: Tweak Interpreter::create() for more spec-likenessLinus Groh
2022-03-18LibJS: Use TRY(push_execution_context()) in places where we can recoverLinus Groh
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilterTobias Christiansen
2022-03-17LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsignedTobias Christiansen
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-17LibGUI: Clamp selection when drag-selecting over out of range areaMaciej
2022-03-17LibGUI: Update active glyph when drag-selecting in GlyphMapWidgetMaciej
2022-03-17LibGUI: Use different color for GlyphMapWidget backgroundMaciej
2022-03-17LibJS: Update specification steps for RegExp Match IndicesTimothy Flynn
2022-03-16LibWeb: :checked should only match inputs in checkbox/radio type stateAndreas Kling
2022-03-16LibWeb: Schedule a relayout after <image> and <object> elements loadAndreas Kling
2022-03-16LibWeb: Move text fragment painting to PaintableWithLinesAndreas Kling
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibJS: Fix fraction substring in ParseTimeZoneOffsetStringLinus Groh
2022-03-16LibJS: Remove unused code in DifferenceISODateLinus Groh
2022-03-16LibJS: Remove the ConstrainToRange AOLinus Groh
2022-03-16LibJS: Remove argument type assertion from ParseTemporalDurationStringLinus Groh
2022-03-16LibJS: Assume Get() on the result of PrepareTemporalFields can't failLinus Groh
2022-03-16LibWeb: Evaluate `no-preference` media-features as falseSam Atkins
2022-03-16LibWeb: Add missing MEDIAQUERIES-5 media-featuresSam Atkins
2022-03-16LibWeb: Add MEDIAQUERIES-5 identifiersSam Atkins
2022-03-16LibWeb: Don't discard update_style_recursively() return valueAndreas Kling
2022-03-16LibWeb: Mark a bunch of CSS border-* properties as not affecting layoutAndreas Kling
2022-03-16LibJS: Relax line and column number restrictions in Error stack testsSimon Wanner
2022-03-16LibWeb: Mark all text-decoration* CSS properties as not affecting layoutAndreas Kling
2022-03-16LibWeb: Don't call establishes_stacking_context() during paintingAndreas Kling
2022-03-16LibPthread: Define SEM_FAILED in semaphore.hLinus Groh
2022-03-16LibWeb: Flush any pending layout updates before processing mouse eventsAndreas Kling
2022-03-16LibWeb: Invalidate less style when moving between hovered nodesAndreas Kling
2022-03-16LibWeb: Avoid layout invalidation for some CSS property changesAndreas Kling
2022-03-16LibWeb: Annotate which CSS properties may affect layoutAndreas Kling
2022-03-16LibWeb: Schedule a relayout after setting CharacterData.dataAndreas Kling
2022-03-16LibWeb: Schedule a relayout after setting Element.innerHTMLAndreas Kling
2022-03-16LibGfx: Make FontDatabase API use FlyString for family and variantAndreas Kling
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2022-03-16LibGUI: Make only the targeted tab of TabWidget respond to double clickOlivier De Cannière
2022-03-16LibWeb: Expose HTMLSelectElement::optionsSimon Wanner
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner
2022-03-16LibWeb: Use the cached HTMLInputElement type within associated gettersTimothy Flynn
2022-03-16LibWeb: Cache HTMLInputElement's parsed type attribute when it changesTimothy Flynn
2022-03-16LibWeb: Invalidate layout on BrowsingContext resizeAndreas Kling
2022-03-16LibWeb: Make parent- and root-relative font-size work betterAndreas Kling
2022-03-16LibWeb: Add hack to dispatch load event for <object>ssin-ack
2022-03-16LibWeb: Make Element::set_shadow_root() disconnect any previous rootAndreas Kling
2022-03-16LibWeb: Convert usages of type() to type_state()sin-ack
2022-03-16LibWeb: Ensure that radio group is updated when radio is checked from JSsin-ack
2022-03-16LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()sin-ack