index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-11
LibJS: Fix ASAN poisoning range in new HeapBlocks
Andreas Kling
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
LibWeb: Implement Window.scroll() and Window.scrollBy() JS methods
Sam Atkins
2021-09-11
LibWeb: Implement Window.scroll{X,Y} JS properties
Sam Atkins
2021-09-11
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
Sam Atkins
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-11
Kernel: Run clang-format on SerialDevice.h
Idan Horowitz
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-11
Kernel: Initialize and expose SerialDevice(s) properly
Liav A
2021-09-11
Base: Fix Markdown formatting in links to man pages
Ben Wiederhake
2021-09-11
Base: Fix Markdown casing in headings
Ben Wiederhake
2021-09-11
Base: Fix Markdown links in man pages
Ben Wiederhake
2021-09-11
Utilities: Show dynamic ELF info with "show all" option
Rodrigo Tobar
2021-09-11
LibJS: Mark the global object in Environment::visit_edges()
Andreas Kling
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-11
LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places
Andreas Kling
2021-09-11
LibJS: Mark instance field names in FunctionObject::visit_edges()
Andreas Kling
2021-09-11
LibWeb: Add naive support for the Document.referrer attribute
Andreas Kling
2021-09-11
Documentation: Fix slightly-broken headers
Ben Wiederhake
2021-09-11
PixelPaint: Add menu action to toggle pixel grid visibility
Mustafa Quraish
2021-09-11
PixelPaint: Show a pixel grid when zoomed in enough
Mustafa Quraish
2021-09-11
AK: Forbid creating StringView from temporary FlyString
Ben Wiederhake
2021-09-11
AK: Forbid creating StringView from temporary ByteBuffer
Ben Wiederhake
2021-09-11
wasm: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
nproc: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
LibWasm: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
SystemMonitor: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
Spreadsheet: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit
Andreas Kling
2021-09-11
LibJS: Implement Intl.NumberFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-11
LibJS: Implement Intl.NumberFormat.supportedLocalesOf
Timothy Flynn
2021-09-11
LibJS: Implement the Intl.NumberFormat constructor
Timothy Flynn
2021-09-11
js: Implement pretty-printing of Intl.NumberFormat
Timothy Flynn
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-11
LibUnicode: Add some data related to currency codes
Timothy Flynn
2021-09-11
LibUnicode: Extract canonicalization of Unicode extension values
Timothy Flynn
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-11
WidgetGallery: Add GUI::ValueSlider widget
Mustafa Quraish
2021-09-11
Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()
Brian Gianforcaro
2021-09-11
Kernel: Fix off-by-one in Memory::is_user_range() check
Andreas Kling
2021-09-11
UserspaceEmulator: Ignore perf_event and perf_register_string syscalls
Andreas Kling
2021-09-11
LibWeb: Ignore keydown events when there is no layout tree
Andreas Kling
2021-09-11
LibWeb: Stub out a dummy window.getComputedStyle()
Andreas Kling
2021-09-11
LibWeb+LibJS: Remember source filenames when using HTML::Script
Andreas Kling
2021-09-11
Ports: Build Python with --enable-optimizations
Linus Groh
2021-09-11
Ports: Build Python with libuuid
Linus Groh
2021-09-11
Ports: Add libuuid
Linus Groh
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
[next]