index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-12
LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfType
Timothy Flynn
2021-09-12
LibJS: Change wording of ErrorType::NotA to be independent of context
Timothy Flynn
2021-09-11
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
Andreas Kling
2021-09-11
LibJS: Specify right base for PromiseResolvingElementFunction subclasses
Andreas Kling
2021-09-11
LibJS: Don't use MarkedValueList in PromiseValueList
Andreas Kling
2021-09-11
LibWeb: Revoke outstanding WeakPtrs on wrapper zombification
Andreas Kling
2021-09-11
LibJS: Use move semantics more when creating Reference objects
Andreas Kling
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Browser: Use String::count instead of String::replace(X, X, true)
Idan Horowitz
2021-09-11
TextEditor: Remove wordiness and a separator in View menu
thankyouverycool
2021-09-11
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
thankyouverycool
2021-09-11
PixelPaint: Add mouse indicators to the rulers
David Isaksson
2021-09-11
LibGfx: Apply translation and scale to Painter::draw_triangle()
David Isaksson
2021-09-11
PixelPaint: Add rulers
David Isaksson
2021-09-11
PixelPaint: Draw guide lines and selections above the pixel grid
David Isaksson
2021-09-11
ColorPicker: Add ability to select a color on the screen
Mustafa Quraish
2021-09-11
WindowServer: Add IPC endpoint to get the color under cursor
Mustafa Quraish
2021-09-11
Compositor: Add API to get the color of a pixel
Mustafa Quraish
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
LibJS: Visit WeakMap's values as long as their keys were not collected
Idan Horowitz
2021-09-11
LibJS: Visit OrdinaryFunctionObject's owning realm
Idan Horowitz
2021-09-11
LibJS: Visit GeneratorObject's previous value if it's any kind of Cell
Idan Horowitz
2021-09-11
LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes
Andreas Kling
2021-09-11
LibJS: Include source locations in VM::dump_backtrace() output
Andreas Kling
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
Everywhere: Fix format-vulnerabilities
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
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
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
[prev]
[next]