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-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-22
LibJS: Make GlobalEnvironmentRecord forward to the right function
Andreas Kling
2021-06-22
LibJS: Make string to integer parsing for properties more strict
davidot
2021-06-22
LibJS: Add HasProperty to TypedArray
davidot
2021-06-22
LibJS: Fix this_value in native setters and getters
davidot
2021-06-22
LibJS: Fix small issues in Array.prototype.concat
davidot
2021-06-22
LibJS: Fix a number of regressions in the test262 tests
davidot
2021-06-22
LibJS: Make put_own_property_by_index closer to spec
davidot
2021-06-22
LibJS: Use Set/CreateDataPropertyOrThrow in Array.prototype as in spec
davidot
2021-06-22
LibJS: Make define_property always throw if specified
davidot
2021-06-22
LibJS: Use the new force_throw_exception in delete_property
davidot
2021-06-22
LibJS: Add parameter to delete_property since we need DeleteOrThrow
davidot
2021-06-22
LibJS: Return non-object argument unaltered from Object.setPrototypeOf()
Linus Groh
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Split the per-call-frame environment into lexical and variable
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-22
LibJS: Remove home object from DeclarativeEnvironmentRecord
Andreas Kling
2021-06-22
LibSQL: Create databases in writable directory
coderdreams
2021-06-22
Tests: Run each test in their respective directories
coderdreams
2021-06-22
LibCore: Add unit test for File::read_line
coderdreams
2021-06-22
LibJS: Disallow whitespace or comments between regex literal and flags
Linus Groh
2021-06-22
Kernel: Ensure Ext2FSInode's lookup is populated before using it
Sam Atkins
2021-06-22
WindowServer: Send events once when global cursor tracking is enabled
Gunnar Beutner
2021-06-22
PixelPaint: Allow copying arbitrary selections
Davipb
2021-06-22
PixelPaint: Add more options to RectangleSelectTool
Davipb
2021-06-22
PixelPaint: Expose more complex selection operations
Davipb
2021-06-22
PixelPaint: Use Mask internally in Selection
Davipb
2021-06-22
PixelPaint: Add a Mask class
Davipb
2021-06-22
Kernel: Use fewer supervisor pages in VirtIOQueues
Sahan Fernando
2021-06-22
PDFViewer: Update the page number when scrolling between pages
FalseHonesty
2021-06-22
LibJS: Implement the NewObjectEnvironment() abstract operation
Andreas Kling
2021-06-22
LibJS: Implement the NewDeclarativeEnvironment() abstract operation
Andreas Kling
2021-06-22
LibJS: Add ObjectEnvironmentRecord to Forward.h
Andreas Kling
2021-06-22
LaunchServer: Fix regression in opening files with TextEditor
bitwitch
2021-06-21
LibJS: Rename VM::current_scope() => current_environment_record()
Andreas Kling
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Rename EnvironmentRecord::parent() => outer_environment()
Andreas Kling
2021-06-21
LibJS: Convert EnvironmentRecord & friends to east-const style
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-21
Meta: Disable USB IDs file download in CI
Brian Gianforcaro
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-06-21
LaunchServer: Make all file handlers configurable including directories
bitwitch
2021-06-21
LaunchServer: Check if handler programs exist when registering them
bitwitch
2021-06-22
LibWasm: Generate all spec tests, even ones that aren't valid modules
Ali Mohammad Pur
2021-06-22
LibWasm: Limit the call stack depth and the number of executed insts
Ali Mohammad Pur
2021-06-22
LibWasm: Trap if a non-Value is used as a Value
Ali Mohammad Pur
2021-06-22
Meta+LibWasm: Add support for module linking tests
Ali Mohammad Pur
2021-06-22
LibWeb: Implement the WebAssembly Memory object and Memory imports
Ali Mohammad Pur
2021-06-22
LibJS: Don't assert for empty reciever if AllowSideEffects::No is given
Ali Mohammad Pur
2021-06-22
LibWeb: Cache the WebAssembly objects that we hand out to JS
Ali Mohammad Pur
[next]