summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-11LibJS: Fix ASAN poisoning range in new HeapBlocksAndreas Kling
2021-09-11LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombiesAndreas Kling
2021-09-11LibWeb: Implement Window.scroll() and Window.scrollBy() JS methodsSam Atkins
2021-09-11LibWeb: Implement Window.scroll{X,Y} JS propertiesSam Atkins
2021-09-11LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() callSam Atkins
2021-09-11LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltasSam Atkins
2021-09-11Kernel: Run clang-format on SerialDevice.hIdan Horowitz
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-11Kernel: Initialize and expose SerialDevice(s) properlyLiav A
2021-09-11Base: Fix Markdown formatting in links to man pagesBen Wiederhake
2021-09-11Base: Fix Markdown casing in headingsBen Wiederhake
2021-09-11Base: Fix Markdown links in man pagesBen Wiederhake
2021-09-11Utilities: Show dynamic ELF info with "show all" optionRodrigo Tobar
2021-09-11LibJS: Mark the global object in Environment::visit_edges()Andreas Kling
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-09-11LibJS: Use Span<Cell*> instead of Vector<Cell*> in more placesAndreas Kling
2021-09-11LibJS: Mark instance field names in FunctionObject::visit_edges()Andreas Kling
2021-09-11LibWeb: Add naive support for the Document.referrer attributeAndreas Kling
2021-09-11Documentation: Fix slightly-broken headersBen Wiederhake
2021-09-11PixelPaint: Add menu action to toggle pixel grid visibilityMustafa Quraish
2021-09-11PixelPaint: Show a pixel grid when zoomed in enoughMustafa Quraish
2021-09-11AK: Forbid creating StringView from temporary FlyStringBen Wiederhake
2021-09-11AK: Forbid creating StringView from temporary ByteBufferBen Wiederhake
2021-09-11wasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11nproc: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11LibWasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11SystemMonitor: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11Spreadsheet: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bitAndreas Kling
2021-09-11LibJS: Implement Intl.NumberFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.supportedLocalesOfTimothy Flynn
2021-09-11LibJS: Implement the Intl.NumberFormat constructorTimothy Flynn
2021-09-11js: Implement pretty-printing of Intl.NumberFormatTimothy Flynn
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-11LibJS: Handle Unicode locale extensions in the ResolveLocale operationTimothy Flynn
2021-09-11LibUnicode: Add some data related to currency codesTimothy Flynn
2021-09-11LibUnicode: Extract canonicalization of Unicode extension valuesTimothy Flynn
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-11Kernel/Devices: Defer creation of SysFS component after the constructorLiav A
2021-09-11WidgetGallery: Add GUI::ValueSlider widgetMustafa Quraish
2021-09-11Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()Brian Gianforcaro
2021-09-11Kernel: Fix off-by-one in Memory::is_user_range() checkAndreas Kling
2021-09-11UserspaceEmulator: Ignore perf_event and perf_register_string syscallsAndreas Kling
2021-09-11LibWeb: Ignore keydown events when there is no layout treeAndreas Kling
2021-09-11LibWeb: Stub out a dummy window.getComputedStyle()Andreas Kling
2021-09-11LibWeb+LibJS: Remember source filenames when using HTML::ScriptAndreas Kling
2021-09-11Ports: Build Python with --enable-optimizationsLinus Groh
2021-09-11Ports: Build Python with libuuidLinus Groh
2021-09-11Ports: Add libuuidLinus Groh
2021-09-11Kernel: Add _SC_HOST_NAME_MAXLinus Groh