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
2022-02-08
LibJS: Implement the CloneArrayBuffer AO
Idan Horowitz
2022-02-08
LibJS: Add spec comments to %TypedArray%.prototype.set
Idan Horowitz
2022-02-08
Base: Change JSON file icon to add CSS file icon
electrikmilk
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Allow using Origin as a HashMap key
Andreas Kling
2022-02-08
RequestServer: Avoid Vector OOB access in ConnectionCache
Ali Mohammad Pur
2022-02-08
LibJS: Fix two typos in comments
Linus Groh
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2022-02-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Make FormAssociatedElement inherit from HTMLElement
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibWeb: Support passing more parameter types to HTML::report_exception()
Andreas Kling
2022-02-08
LibWeb: Fixed disabled checkbox input behaviour
Rafał Babiarz
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-02-08
LibWeb: Parse multiple box-shadows :^)
Sam Atkins
2022-02-08
LibWeb: Parse spread-distance and `inset` parts of box-shadow
Sam Atkins
2022-02-08
LibWeb: Reorganize box-shadow parsing code
Sam Atkins
2022-02-08
WindowServer: Preserve cursor position when dragging between states
thankyouverycool
2022-02-08
WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypes
thankyouverycool
2022-02-08
WindowServer: Fix comments in WindowManager
thankyouverycool
2022-02-08
WindowServer: Unify Window restore rects
thankyouverycool
2022-02-08
WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()
thankyouverycool
2022-02-08
LibCore: Make BufferedHelper::read() block at most once per read
Ali Mohammad Pur
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
Spreadsheet: No longer use vm.exception() to signal exception state
davidot
2022-02-08
LibJS: Add a traceback to Error
davidot
2022-02-08
LibJS: Convert FinalizationRegistry::cleanup to ThrowCompletionOr
davidot
2022-02-08
LibJS: Always pop the execution context if we pushed one for bytecode
davidot
2022-02-08
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-07
LibJS: Add missing include to ShadowRealm.h
Andreas Kling
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-07
LibWeb: Allow percentages for border-radius :^)
Sam Atkins
2022-02-07
RequestServer: Reenable socket notifications unconditionally
Ali Mohammad Pur
2022-02-07
LibJS: Add missing include to ExecutionContext.h
Andreas Kling
2022-02-07
LibJS: Add missing include to Handle.h
Andreas Kling
2022-02-07
LibJS: Unbreak build with JS_MODULE_DEBUG
Andreas Kling
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Script objects
Andreas Kling
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Realm objects
Andreas Kling
2022-02-07
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
Andreas Kling
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-07
Playground: Remove the GML formatting warning
kleines Filmröllchen
[next]