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-12
LibJS: Convert ArrayIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakSet.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakRef.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakMap.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert StringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert SetIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Set.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Promise.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExp.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Create a class to provide common methods for object prototypes
Timothy Flynn
2021-09-12
PixelPaint: Fit image to view when opened
Mustafa Quraish
2021-09-12
PixelPaint: Make `Fit Image To View` account for rulers
Mustafa Quraish
2021-09-12
PixelPaint: Remove unused methods to access files directly
Mustafa Quraish
2021-09-12
PixelPaint: Use FileSystemAccessServer exclusively, remove unveil
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
Mustafa Quraish
2021-09-12
PixelPaint: Don't draw pixel grid outside image bounds
Mustafa Quraish
2021-09-12
LibJS: Remove ErrorType::NotA and ErrorType::NotAn
Timothy Flynn
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
Spreadsheet: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
WebContent: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
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
AK: Make String::count not use strstr and take a StringView
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
[next]