summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24LibGfx: Make Rect::set_{bottom,right}_without_resize() work for non-intSam Atkins
2022-10-24GMLPlayground: Restrict filesystem access using `unveil()`Karol Kosek
2022-10-24GMLPlayground: Open and save files using FileSystemAccessClientKarol Kosek
2022-10-24LibWeb: Implement recent changes to module script fetchingnetworkException
2022-10-24LibWeb: Add disallow further import maps steps to ESOnetworkException
2022-10-24LibWeb: Expose an import map and import maps allowed on WindownetworkException
2022-10-24LibWeb: Add the ImportMap structnetworkException
2022-10-24LibWeb: Add is_code_unit_prefix() functionnetworkException
2022-10-24LibJS: Accept calendar names case-insensitivelyYedaya Katsman
2022-10-24LibWeb: Teach MainThreadVM about module scriptsLinus Groh
2022-10-24LibWeb: Use getters instead of direct member access in Response methodsLinus Groh
2022-10-24LibWeb: Also make non-const Response getters virtualLinus Groh
2022-10-24LibWeb: Handle filtered response in Response::clone()Linus Groh
2022-10-24LibWeb: Move url_origin() to URL/URL.{cpp,h}Linus Groh
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