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-10-02
LibGfx: Add a way to get the Painter's current 2D translation
Andreas Kling
2022-10-02
LibWeb: Add helpful locals in layout_absolutely_positioned_element()
Andreas Kling
2022-10-02
LibWeb: Vertical % margins are relative to containing block width
Andreas Kling
2022-10-02
LibWeb: Reorganize layout algorithms around available space
Andreas Kling
2022-10-02
LibWeb: Don't try to format inline-block boxes in BFC
Andreas Kling
2022-10-02
LibWeb: Fix crash when loading a HTML string that contains an iframe
MacDue
2022-10-02
LibJS: Show class name in the dump from the NewClass instruction
Hendiadyoin1
2022-10-02
LibJS: Set class' source text in NewClass instruction
Hendiadyoin1
2022-10-02
Calendar: Fix crash when changing event date
Monroe Clinton
2022-10-01
LibWeb: Don't scale by x, x when a scale x, y is provided as a transform
Hendiadyoin1
2022-10-01
LibWeb: Remove the internal window object from WebEngineCustomData
Andrew Kaster
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unused DOM::Node::window helper method
Andrew Kaster
2022-10-01
LibWeb: Ensure that replaced documents keep the Window of their sibling
Andrew Kaster
2022-10-01
LibWeb: Remove prototype and constructor helpers from Window
Andrew Kaster
2022-10-01
LibWeb: Use prototype and constructor methods from new Intrinsics
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from UIEvents classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebAssembly classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Geometry classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-10-01
LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0
Idan Horowitz
2022-10-01
LibJS: Store symbols in a Handle inside PropertyKey
Idan Horowitz
2022-10-01
LibJS: Include Environment.h directly in ClassFieldDefinition.h
Idan Horowitz
2022-10-01
LibWeb: Remove FIXME for double-position `linear-gradient()` color stops
MacDue
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-10-01
Magnifier: Don't error if cancelling capture save
MacDue
2022-10-01
LibWeb: Implement Element.insertAdjacentText
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentElement
Luke Wilde
2022-10-01
Welcome: Use StandardPaths to load README.md
thankyouverycool
2022-10-01
Welcome: Use fallible try_create_default_icon()
thankyouverycool
2022-10-01
Welcome: Update GML
thankyouverycool
2022-10-01
Welcome: Port to Core::Stream
thankyouverycool
2022-10-01
LibCore: Add documents_directory() to StandardPaths
thankyouverycool
2022-10-01
Welcome: Remove unnecessary include
thankyouverycool
2022-10-01
Welcome: Add/remove SystemServer group entry to toggle startup
thankyouverycool
2022-10-01
config: Enable adding and removing groups
thankyouverycool
2022-10-01
LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()
thankyouverycool
2022-10-01
LibConfig+ConfigServer: Make remove_key() synchronous
thankyouverycool
2022-10-01
LibJS: Align Instructions as void* and roundup variably sized ones sizes
Hendiadyoin1
2022-10-01
LibJS: Handle argument spreading in the bytecode vm
Hendiadyoin1
2022-10-01
LibJS: Add support for SpreadExpressions in array literals for bytecode
Hendiadyoin1
2022-10-01
LibJS: Switch to array-calls in the bytecode vm
Hendiadyoin1
[next]