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: Prepare ExecutionContext to store the current Realm Record
Linus Groh
2021-09-12
LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*
Linus Groh
2021-09-12
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
Linus Groh
2021-09-12
LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment
Linus Groh
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
Linus Groh
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
ThemeEditor: Accept drop events
Karol Kosek
2021-09-12
ThemeEditor: Update theme path on theme load
Karol Kosek
2021-09-12
ThemeEditor: Rename main()'s preview_palette to startup_preview_palette
Karol Kosek
2021-09-12
ThemeEditor: Use preview_palette from the PreviewWidget
Karol Kosek
2021-09-12
ThemeEditor: Add 'Open file' menu action
Karol Kosek
2021-09-12
LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)
Karol Kosek
2021-09-12
ThemeEditor: Open files from an argument
Karol Kosek
2021-09-12
ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result
Karol Kosek
2021-09-12
ThemeEditor: Create menu contents after creating widgets
Karol Kosek
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-12
LibCore: Fix link_file inverting src and dst paths on duplicate names
Callum Walker
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-12
LibWeb: Add Document::is_fully_active
Luke Wilde
2021-09-12
LibJS: Convert MapIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Map.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert GeneratorObject.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Date.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert DataView.prototype to be a PrototypeObject
Timothy Flynn
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
[next]