summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-02LibGfx: Add a way to get the Painter's current 2D translationAndreas Kling
2022-10-02LibWeb: Add helpful locals in layout_absolutely_positioned_element()Andreas Kling
2022-10-02LibWeb: Vertical % margins are relative to containing block widthAndreas Kling
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-10-02LibWeb: Don't try to format inline-block boxes in BFCAndreas Kling
2022-10-02LibWeb: Fix crash when loading a HTML string that contains an iframeMacDue
2022-10-02LibJS: Show class name in the dump from the NewClass instructionHendiadyoin1
2022-10-02LibJS: Set class' source text in NewClass instructionHendiadyoin1
2022-10-02Calendar: Fix crash when changing event dateMonroe Clinton
2022-10-01LibWeb: Don't scale by x, x when a scale x, y is provided as a transformHendiadyoin1
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unused DOM::Node::window helper methodAndrew Kaster
2022-10-01LibWeb: Ensure that replaced documents keep the Window of their siblingAndrew Kaster
2022-10-01LibWeb: Remove prototype and constructor helpers from WindowAndrew Kaster
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebGL and WebSocketAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebAssembly classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0Idan Horowitz
2022-10-01LibJS: Store symbols in a Handle inside PropertyKeyIdan Horowitz
2022-10-01LibJS: Include Environment.h directly in ClassFieldDefinition.hIdan Horowitz
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-10-01Magnifier: Don't error if cancelling capture saveMacDue
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-10-01Welcome: Use StandardPaths to load README.mdthankyouverycool
2022-10-01Welcome: Use fallible try_create_default_icon()thankyouverycool
2022-10-01Welcome: Update GMLthankyouverycool
2022-10-01Welcome: Port to Core::Streamthankyouverycool
2022-10-01LibCore: Add documents_directory() to StandardPathsthankyouverycool
2022-10-01Welcome: Remove unnecessary includethankyouverycool
2022-10-01Welcome: Add/remove SystemServer group entry to toggle startupthankyouverycool
2022-10-01config: Enable adding and removing groupsthankyouverycool
2022-10-01LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()thankyouverycool
2022-10-01LibConfig+ConfigServer: Make remove_key() synchronousthankyouverycool
2022-10-01LibJS: Align Instructions as void* and roundup variably sized ones sizesHendiadyoin1
2022-10-01LibJS: Handle argument spreading in the bytecode vmHendiadyoin1
2022-10-01LibJS: Add support for SpreadExpressions in array literals for bytecodeHendiadyoin1
2022-10-01LibJS: Switch to array-calls in the bytecode vmHendiadyoin1