summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-21LibWeb: Implement stringifier for DOM Range :^)Andreas Kling
2022-03-21LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}Andreas Kling
2022-03-21LibWeb: Make parse_html_length() accept floating point numbersAndreas Kling
2022-03-21LibWeb: Ignore invisible boxes and stacking contexts during hit testingAndreas Kling
2022-03-21LibWeb: Pick up the CSS "visibility" property an honor it when paintingAndreas Kling
2022-03-21LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order()Andreas Kling
2022-03-21LibWeb: Don't compute fragment absolute rect twice while hit testingAndreas Kling
2022-03-21LibWeb: Fix O(n^2) traversal in hit testingAndreas Kling
2022-03-21LibWeb: Add Paintable::dom_node() convenience accessorAndreas Kling
2022-03-21LibWeb: Add Painting::HitTestResult::dom_node()Andreas Kling
2022-03-21LibWeb: Make hit testing functions return Optional<HitTestResult>Andreas Kling
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-21LibWeb: Build stacking context tree lazilyAndreas Kling
2022-03-21LibWeb: Fix constness of return type from StyleRule::block()Hendiadyoin1
2022-03-21LibWeb: Use llround in CSS::Token::to_closest_integerHendiadyoin1
2022-03-21LibWeb: Pull out larger parsing parts from Parser::parse_simple_selectorHendiadyoin1
2022-03-21LibWeb: Use a switch-statement on the delimiter for MatchType selectionHendiadyoin1
2022-03-21LibWeb: Condense Delim checks in Parser::parse_simple_selectorHendiadyoin1
2022-03-21LibWeb: Add StyleComponentValueRule::is_token() helperHendiadyoin1
2022-03-21LibWeb: Use a u32 for a delim tokens valueHendiadyoin1
2022-03-21LibWeb: Don't copy Tokens twice on StyleBlockRule initializationHendiadyoin1
2022-03-21LibWeb: Move passed string in MimeType constructorHendiadyoin1
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2022-03-21AK: Add a case insensitive of is_one_of to String[View]Hendiadyoin1
2022-03-21LibWeb: Implement "has element in select scope" per-specSimon Wanner
2022-03-21LibWeb: Ignore invalid encodings in Content-Type headersSimon Wanner
2022-03-20Meta: Always disable kvm on aarch64 hosts for nowNico Weber
2022-03-20Lagom: Build with -fsigned-charNico Weber
2022-03-21LibGfx: Clamp coordinates for bilinear blending correctlySimon Wanner
2022-03-20LibWeb: Tweak our User-Agent stringAndreas Kling
2022-03-20Everywhere: Move commonmark.spec.json to /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move tests to /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move js/web/wasm tests under /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-20LibWeb: Avoid some layouts in getComputedStyle() property getterAndreas Kling
2022-03-20LIbVT: Fix copy paste regression I introduced in #13102Brian Gianforcaro
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20FontEditor: Change flip action shortcuts to Ctrl+Shift+{Q,W}thankyouverycool
2022-03-20FontEditor: Set width on copy only if source glyph is presentthankyouverycool
2022-03-20FontEditor: Restore selections on undo/redo actionsthankyouverycool
2022-03-20LibGUI: Add set_selection() convenience helper to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Add automatic scrolling to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Use system theme when painting GlyphMapWidget focus outlinethankyouverycool
2022-03-20LibGUI: Reset GlyphMapWidget only if clicking a new active glyphthankyouverycool
2022-03-20LibGUI: Use nicer API for contrained positions in GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidgetthankyouverycool
2022-03-20Browser: Size the content box in "Box Model" based on its textSimon Wanner
2022-03-20LibWeb: Grey out invisible nodes in the DOM inspectorSimon Wanner
2022-03-20Base: Install symlinks instead of aliasing rgrep and egrepTim Schumacher
2022-03-20grep: Recognize mode based on the program nameTim Schumacher