summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-24LibWeb: Add virtual destructor to EnvironmentLinus Groh
2022-10-24LibWeb: Add non-const variants of Request::{current_,}url()Linus Groh
2022-10-24LibWeb: Add referrer policy to PolicyContainerLinus Groh
2022-10-24LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObjectLinus Groh
2022-10-24LibWeb: Layout inner floats/abspos boxes after laying out the top floatLuke Wilde
2022-10-24LibJS: Only use 1 bit for Cell boolean flagAndreas Kling
2022-10-24LibWeb: Implement XMLHttpRequest.requestType setter according to specAndreas Kling
2022-10-24LibWeb: Protect XMLHttpRequest from GC in special circumstancesAndreas Kling
2022-10-24LibWeb: Add EventTarget::has_event_listener(FlyString type)Andreas Kling
2022-10-24LibJS: Add Cell::must_survive_garbage_collection() mechanismAndreas Kling
2022-10-24LibWeb: Establish stacking context when backdrop-filter is not 'none'Luke Wilde
2022-10-24wasm: Map the entire input wasm file instead of using Core::FileAli Mohammad Pur
2022-10-24LibWasm: Allow vectors of up to 500M entriesAli Mohammad Pur
2022-10-24LibWasm: Calculate the max data segment size correctlyAli Mohammad Pur
2022-10-24LibCore: Link against LibSystemTim Schumacher
2022-10-24LibC: Make 'attributes' parameter for pthread_create constGunnar Beutner
2022-10-24LibWeb: Move internal response in FilteredResponse create() functionsLinus Groh
2022-10-24LibWeb: Use MUST() for infallible ByteBuffer::copy() invocationsLinus Groh
2022-10-24LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helperLinus Groh
2022-10-24LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()Linus Groh
2022-10-23LibWeb: Skip positioned children in paint_descendants()Andreas Kling
2022-10-23LibWeb: Paint non-positioned stacking contexts with z-index 0 or autoAndreas Kling
2022-10-23LibWeb: Paint positioned descendants with `z-index: auto`Andreas Kling
2022-10-23LibWeb: Update StackingContext::paint_descendants() for new ruleAndreas Kling
2022-10-23LibWeb: StackingContext::paint_descendants() can take const layout nodeAndreas Kling
2022-10-23LibWeb: Don't create stacking contexts for all positioned elementsAndreas Kling
2022-10-23LibWeb: Try harder to find a suitable DOM node for mouse event dispatchAndreas Kling
2022-10-23LibWeb: Add button property in MouseEventAliaksandr Kalenik
2022-10-23LibWeb: Dispatch "wheel" eventAliaksandr Kalenik
2022-10-23WindowServer: Reset mouse acceleration if out of rangedavidot
2022-10-23LibWeb: Make SVG::AttributeParser use the new double parserdavidot
2022-10-23LibGfx: Make parse_rgba_color use the new double parserdavidot
2022-10-23LibJS: Make parseFloat use the new double parserdavidot
2022-10-23LibWeb: Make HTMLProgressElement use the new double parserdavidot
2022-10-23LibWeb: Make HTMLInputElement of type number use the new double parserdavidot
2022-10-23LibWeb: Make the CSS parser use the new double parserdavidot
2022-10-23LibJS: Make string_to_double use the new double parserdavidot
2022-10-23LibJS: Make canonical_numeric_index_string use the new double parserdavidot
2022-10-23LibJS: Make parse_temporal_duration use the new double parserdavidot
2022-10-23LibJS: Make PluralRules use the new double parserdavidot
2022-10-23LibJS: Make Token use the new double parserdavidot
2022-10-23LibJS: Fix that non-double numbers from JSON were truncated to i32davidot
2022-10-23LibC: Make strtod use the new exact number parserdavidot
2022-10-23LibJS: Make a TypedArray test actually run on all different typesdavidot
2022-10-23LibJS: Add descriptive output to test-commons expect().toThrow()davidot
2022-10-22SystemServer: Fix race condition in Service::determine_account()Gunnar Beutner
2022-10-22Userland: Utilize MS_NOREGULAR mount flagLiav A
2022-10-22SystemServer: Mount TmpFS on /dev instead of DevTmpFSLiav A
2022-10-22LibJS: Require NanosecondsToDays remainder less than dayLengthMoustafa Raafat
2022-10-22LibJS: Require that NanosecondsToDays doesn't flip signMoustafa Raafat