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-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
LibGfx: Make Rect::set_{bottom,right}_without_resize() work for non-int
Sam Atkins
2022-10-24
GMLPlayground: Restrict filesystem access using `unveil()`
Karol Kosek
2022-10-24
GMLPlayground: Open and save files using FileSystemAccessClient
Karol Kosek
2022-10-24
LibWeb: Implement recent changes to module script fetching
networkException
2022-10-24
LibWeb: Add disallow further import maps steps to ESO
networkException
2022-10-24
LibWeb: Expose an import map and import maps allowed on Window
networkException
2022-10-24
LibWeb: Add the ImportMap struct
networkException
2022-10-24
LibWeb: Add is_code_unit_prefix() function
networkException
2022-10-24
LibJS: Accept calendar names case-insensitively
Yedaya Katsman
2022-10-24
LibWeb: Teach MainThreadVM about module scripts
Linus Groh
2022-10-24
LibWeb: Use getters instead of direct member access in Response methods
Linus Groh
2022-10-24
LibWeb: Also make non-const Response getters virtual
Linus Groh
2022-10-24
LibWeb: Handle filtered response in Response::clone()
Linus Groh
2022-10-24
LibWeb: Move url_origin() to URL/URL.{cpp,h}
Linus Groh
2022-10-24
LibWeb: Add virtual destructor to Environment
Linus Groh
2022-10-24
LibWeb: Add non-const variants of Request::{current_,}url()
Linus Groh
2022-10-24
LibWeb: Add referrer policy to PolicyContainer
Linus Groh
2022-10-24
LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject
Linus Groh
2022-10-24
LibWeb: Layout inner floats/abspos boxes after laying out the top float
Luke Wilde
2022-10-24
LibJS: Only use 1 bit for Cell boolean flag
Andreas Kling
2022-10-24
LibWeb: Implement XMLHttpRequest.requestType setter according to spec
Andreas Kling
2022-10-24
LibWeb: Protect XMLHttpRequest from GC in special circumstances
Andreas Kling
2022-10-24
LibWeb: Add EventTarget::has_event_listener(FlyString type)
Andreas Kling
2022-10-24
LibJS: Add Cell::must_survive_garbage_collection() mechanism
Andreas Kling
2022-10-24
LibWeb: Establish stacking context when backdrop-filter is not 'none'
Luke Wilde
2022-10-24
wasm: Map the entire input wasm file instead of using Core::File
Ali Mohammad Pur
2022-10-24
LibWasm: Allow vectors of up to 500M entries
Ali Mohammad Pur
2022-10-24
LibWasm: Calculate the max data segment size correctly
Ali Mohammad Pur
2022-10-24
LibCore: Link against LibSystem
Tim Schumacher
2022-10-24
LibC: Make 'attributes' parameter for pthread_create const
Gunnar Beutner
2022-10-24
LibWeb: Move internal response in FilteredResponse create() functions
Linus Groh
2022-10-24
LibWeb: Use MUST() for infallible ByteBuffer::copy() invocations
Linus Groh
2022-10-24
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
Linus Groh
2022-10-24
LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()
Linus Groh
2022-10-23
LibWeb: Skip positioned children in paint_descendants()
Andreas Kling
2022-10-23
LibWeb: Paint non-positioned stacking contexts with z-index 0 or auto
Andreas Kling
2022-10-23
LibWeb: Paint positioned descendants with `z-index: auto`
Andreas Kling
2022-10-23
LibWeb: Update StackingContext::paint_descendants() for new rule
Andreas Kling
2022-10-23
LibWeb: StackingContext::paint_descendants() can take const layout node
Andreas Kling
2022-10-23
LibWeb: Don't create stacking contexts for all positioned elements
Andreas Kling
2022-10-23
LibWeb: Try harder to find a suitable DOM node for mouse event dispatch
Andreas Kling
2022-10-23
LibWeb: Add button property in MouseEvent
Aliaksandr Kalenik
2022-10-23
LibWeb: Dispatch "wheel" event
Aliaksandr Kalenik
2022-10-23
WindowServer: Reset mouse acceleration if out of range
davidot
2022-10-23
LibWeb: Make SVG::AttributeParser use the new double parser
davidot
2022-10-23
LibGfx: Make parse_rgba_color use the new double parser
davidot
2022-10-23
LibJS: Make parseFloat use the new double parser
davidot
2022-10-23
LibWeb: Make HTMLProgressElement use the new double parser
davidot
2022-10-23
LibWeb: Make HTMLInputElement of type number use the new double parser
davidot
[next]