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
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
Meta: Default to the SDL QEMU frontend on SerenityOS
Tim Schumacher
2022-10-24
Meta: Also set CC/CXX when selecting the host toolchain
Tim Schumacher
2022-10-24
Lagom: Link the system's LibSystem on SerenityOS
Tim Schumacher
2022-10-24
Ports: Add port for the Boost C++ libraries
Gunnar Beutner
2022-10-24
Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWAT
Gunnar Beutner
2022-10-24
Kernel: Add definition for MSB_EOR
Gunnar Beutner
2022-10-24
LibC: Make 'attributes' parameter for pthread_create const
Gunnar Beutner
2022-10-24
Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE
Gunnar Beutner
2022-10-24
Toolchain: Update LLVM to 15.0.3
Tim Schumacher
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-24
Ports: Add Pacman port
Gunnar Beutner
2022-10-24
Ports: Fix building TiMidity++
Gunnar Beutner
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
Ports: Prefix output with the build step and port name
Gunnar Beutner
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
[next]