summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-18CI: Bump actions/upload-artifact from 3 to 4dependabot/github_actions/actions/upload-artifact-4dependabot[bot]
2023-12-17LibWeb: Implement border radius corner clipping in GPU painterAliaksandr Kalenik
2023-12-17LibWeb: Move border radius sampling config preparation into a functionAliaksandr Kalenik
2023-12-17LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputerBastiaan van der Plaat
2023-12-17AK/StringUtils: Ensure needle positions don't overlap in replaceJesús "gsus" Lapastora
2023-12-17Everywhere: Rename {Deprecated => Byte}StringAli Mohammad Pur
2023-12-17LibAccelGfx: Fix stack use after scope in GlyphAtlas::update()Aliaksandr Kalenik
2023-12-16LibLine: Use grapheme clusters for cursor managementAli Mohammad Pur
2023-12-16LibLine: Don't compare byte and code point counts of the input textAli Mohammad Pur
2023-12-16LibWeb: Queue a task to proceed after module map entry finishes fetchingAndreas Kling
2023-12-16LibWeb: Do not crash when svg mask calculation failedAliaksandr Kalenik
2023-12-16LibWeb: Fix division by zero in auto-fit/fill track calculation in GFCAliaksandr Kalenik
2023-12-16LibAccelGfx: Remove ability to change target canvas in painterAliaksandr Kalenik
2023-12-16LibAccelGfx+LibWeb: Explicitly pass OpenGL context to PainterAliaksandr Kalenik
2023-12-16LibJS: Don't crash in CyclicModule::evaluate() when this == m_cycle_rootAndreas Kling
2023-12-16Kernel/riscv64: Specify correct alignment for `FPUState` structSönke Holz
2023-12-16LibWeb: Remove FIXME if paintable is missing in getBoundingClientRect()Aliaksandr Kalenik
2023-12-16LibWeb: Add missing paintable null check in get_bounding_client_rect()Aliaksandr Kalenik
2023-12-16LibWeb: Make private `RecordingPainter::state()`Aliaksandr Kalenik
2023-12-16LibAccelGfx: Add missing `bind_target_canvas()` in `Painter::clear()`Aliaksandr Kalenik
2023-12-16LibJS: Introduce "dictionary" mode for object shapesAndreas Kling
2023-12-16Ladybird/Qt: Enable SQLServer for cookie storage by defaultTimothy Flynn
2023-12-16Ladybird/Qt: Use RequestServer as the networking backend by defaultTimothy Flynn
2023-12-16Kernel: Resolve deadlock in MasterPTY due to mutex in spinlock scopeIdan Horowitz
2023-12-16Kernel: Resolve lock-inversion based deadlock in MasterPTY & BlockSetIdan Horowitz
2023-12-16Ladybird/Qt: Apply to_content_position after scaling event coordinatesAliaksandr Kalenik
2023-12-16LibPDF: Replace `if (a) VERIFY(0)` with `VERIFY(!a)`Nico Weber
2023-12-16LibPDF: Tolerate 0-sized Subrs in PS1 font subprogramsNico Weber
2023-12-16LibWeb: Refactor WebContentServer mouse input message to DevicePixelBastiaan van der Plaat
2023-12-15LibWeb: Add support for the meta key modifierBastiaan van der Plaat
2023-12-15LibWeb: Call process_session_history_traversal_queue on history updateVladimir Shakhov
2023-12-15LibWeb: Make HTML::Window::page() return a Page&Andreas Kling
2023-12-15LibWeb: Make Document::page() return a Page&Andreas Kling
2023-12-15LibWeb: Let Document have a direct GCPtr to its containing Web::PageAndreas Kling
2023-12-15LibWeb: Implement `normalize_an_algorithm`stelar7
2023-12-15LibWeb: Use `AlgorithmIdentifier` in SubtleCrypto IDLstelar7
2023-12-15LibWeb/IDL/Codegen: Support `typedef (A or B)`stelar7
2023-12-15Kernel: Reject loading ELF files with no loadable segmentsIdan Horowitz
2023-12-15Kernel: Copy over TLS region size and alignment when forkingIdan Horowitz
2023-12-15Kernel: Include FS & GS in process crash register dumpIdan Horowitz
2023-12-15LibWeb: Refactor int types in WebContentServer to DevicePixelsBastiaan van der Plaat
2023-12-15LibWeb: Fix uninitialized value in find_a_potential_indicated_element()Andreas Kling
2023-12-15LibLine: Remove duplicate members in `CompletionSuggestion`hanaa12G
2023-12-15RequestServer: Avoid race condition between cached request end/startAli Mohammad Pur
2023-12-15Meta: Replace run.sh by run.pykleines Filmröllchen
2023-12-14PixelPaint: Repaint histogram data when the widget gets resizedTorstennator
2023-12-14PixelPaint: Make use of DynamicWidgetContainerTorstennator
2023-12-14LibGUI: Add DynamicWidgetContainterTorstennator
2023-12-14LibCore: Allow widgets to reparentTorstennator
2023-12-14JSSpecCompiler: Print stderr in test runner if compiler invocation failsDan Klishch