summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10CI: Fix commit linting for multi-line commit messagesLucas CHOLLET
2022-12-10CI: Correct regex to retrieve git merge commitLucas CHOLLET
2022-12-10AK: Remove HashMap::ensure_capacityThomas Queiroz
2022-12-10Kernel: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10test-test262: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10Lagom/CodeGenerators: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-10TextEditor: Fix commenting shortcut `<Ctrl-/>`Snow
2022-12-10Meta: Switch to the Lagom directory before building fuzzersTim Schumacher
2022-12-10LibGUI: Disable corresponding Scrollbar button when reaching min or maxDragonAlex98
2022-12-10LibWeb: Use start-of-line in hit test of position directly to the leftAndreas Oppebøen
2022-12-10LibWeb: Use correct end-of-fragment node index for HitTestResultAndreas Oppebøen
2022-12-10Magnifier: Add a manual to Help menu and propagate construction errorsthankyouverycool
2022-12-10Magnifier: Standardize File menuthankyouverycool
2022-12-10WindowServer: Update checked state of m_window_menu_always_on_top_itemthankyouverycool
2022-12-10Magnifier: Remove always_on_top_actionthankyouverycool
2022-12-10Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entrySergey Lisov
2022-12-10CI: Add a check to report git merge commitLucas CHOLLET
2022-12-10LibCompress: Port GzipDecompressor to `Core::Stream`Tim Schumacher
2022-12-10LibCore: Add a wrapper for adapting Core::Stream to AK::InputStreamTim Schumacher
2022-12-10AK: Add Byte accessors for BigEndian and LittleEndianTim Schumacher
2022-12-10LibWeb: Allow creating Lengths from CSSPixelsSam Atkins
2022-12-10LibWeb: Use ceilf() instead of ceil() for float valuesSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()Sam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb: Rename some variables to avoid shadowingSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10KeyboardSettings: Disable "activate keymap" button if keymap is activeArda Cinar
2022-12-10Meta: Use absolute paths in Meta/analyze-qemu-coverage.shAndrew Kaster
2022-12-10CMake: Force-link clang_rt.profile.a to LibC when building with coverageAndrew Kaster
2022-12-10Base: Add extra sync to run-tests-and-shutdown.shAndrew Kaster
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-10LibWeb: Remove unused StyleProperties::length_or_fallback functionKarol Kosek
2022-12-10LibWeb: Support special border width identifiersKarol Kosek
2022-12-10LibJS: Rename same_value_non_{numeric => number}() and handle BigIntsLinus Groh
2022-12-10LibJS: Add spec comments to Value::invoke_internal()Linus Groh
2022-12-10LibJS: Add spec comments to is_less_than()Linus Groh
2022-12-10LibJS: Add spec comments to is_strictly_equal()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_non_numeric()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_zero()Linus Groh
2022-12-10LibJS: Add spec comments to same_value()Linus Groh
2022-12-10LibJS: Add spec comments to ordinary_has_instance()Linus Groh
2022-12-10LibJS: Add spec comments to instance_of()Linus Groh
2022-12-10LibJS: Add spec comments to exp{,_double}()Linus Groh
2022-12-10LibJS: Add spec comments to mod()Linus Groh
2022-12-10LibJS: Add spec comments to div()Linus Groh
2022-12-10LibJS: Add spec comments to mul()Linus Groh