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
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
2022-10-23
LibWeb: Make the CSS parser use the new double parser
davidot
2022-10-23
LibJS: Make string_to_double use the new double parser
davidot
2022-10-23
LibJS: Make canonical_numeric_index_string use the new double parser
davidot
2022-10-23
LibJS: Make parse_temporal_duration use the new double parser
davidot
2022-10-23
LibJS: Make PluralRules use the new double parser
davidot
2022-10-23
LibJS: Make Token use the new double parser
davidot
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-10-23
LibC: Make strtod use the new exact number parser
davidot
2022-10-23
LibJS: Make a TypedArray test actually run on all different types
davidot
2022-10-23
LibJS: Add descriptive output to test-commons expect().toThrow()
davidot
2022-10-22
SystemServer: Fix race condition in Service::determine_account()
Gunnar Beutner
2022-10-22
Userland: Utilize MS_NOREGULAR mount flag
Liav A
2022-10-22
SystemServer: Mount TmpFS on /dev instead of DevTmpFS
Liav A
2022-10-22
LibJS: Require NanosecondsToDays remainder less than dayLength
Moustafa Raafat
2022-10-22
LibJS: Require that NanosecondsToDays doesn't flip sign
Moustafa Raafat
[next]