summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-08LibWeb: Support passing more parameter types to HTML::report_exception()Andreas Kling
2022-02-08LibWeb: Fixed disabled checkbox input behaviourRafał Babiarz
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-08LibWeb: Parse multiple box-shadows :^)Sam Atkins
2022-02-08LibWeb: Parse spread-distance and `inset` parts of box-shadowSam Atkins
2022-02-08LibWeb: Reorganize box-shadow parsing codeSam Atkins
2022-02-08WindowServer: Preserve cursor position when dragging between statesthankyouverycool
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool
2022-02-08WindowServer: Fix comments in WindowManagerthankyouverycool
2022-02-08WindowServer: Unify Window restore rectsthankyouverycool
2022-02-08WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()thankyouverycool
2022-02-08LibCore: Make BufferedHelper::read() block at most once per readAli Mohammad Pur
2022-02-08Base: Add Sinhala character to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Transport and Map Symbols to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Miscellaneous Symbols and Pictographs to Katica Regular 10Lady Gegga
2022-02-08Base: Add Enclosed Alphanumeric Supplement to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Miscellaneous Symbols and Arrows to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Dingbats to Katica Regular 10Lady Gegga
2022-02-08Base: Add Miscellaneous Symbols to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Mathematical Operators to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Letterlike Symbols to font Katica Regular 10Lady Gegga
2022-02-08Base: Add Combining Diacritical Marks to Katica Regular 10Lady Gegga
2022-02-08Base: Add Spacing Modifier Letters to font Katica Regular 10Lady Gegga
2022-02-08Base: Adjust 00A9 and 00AE in font Katica Regular 10Lady Gegga
2022-02-08Base: Add General Punctuation to font Csilla Regular 10Lady Gegga
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2022-02-08Spreadsheet: No longer use vm.exception() to signal exception statedavidot
2022-02-08LibJS: Add a traceback to Errordavidot
2022-02-08LibJS: Convert FinalizationRegistry::cleanup to ThrowCompletionOrdavidot
2022-02-08LibJS: Always pop the execution context if we pushed one for bytecodedavidot
2022-02-08LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOrdavidot
2022-02-08LibJS: Convert ArrayBuffer construction to ThrowCompletionOrdavidot
2022-02-08LibJS: Convert ScopeNode declaration functions to ThrowCompletionOrdavidot
2022-02-07LibJS: Add missing include to ShadowRealm.hAndreas Kling
2022-02-07LibWeb: Parse `display: inline-flex`Sam Atkins
2022-02-07LibWeb: Add `pointer-events: all`Sam Atkins
2022-02-07LibWeb: Allow percentages for border-radius :^)Sam Atkins
2022-02-07RequestServer: Reenable socket notifications unconditionallyAli Mohammad Pur
2022-02-07LibJS: Add missing include to ExecutionContext.hAndreas Kling
2022-02-07LibJS: Add missing include to Handle.hAndreas Kling
2022-02-07LibJS: Unbreak build with JS_MODULE_DEBUGAndreas Kling
2022-02-07Base: Add some latin ligatures to Csilla and Katica fontsJulian Offenhäuser
2022-02-07LibJS: Reduce header dependency graph in Realm.hAndreas Kling
2022-02-07LibJS: Add [[HostDefined]] internal slot to Script objectsAndreas Kling
2022-02-07LibJS: Add [[HostDefined]] internal slot to Realm objectsAndreas Kling
2022-02-07LibJS: Make ScriptOrModule use WeakPtr instead of raw pointersAndreas Kling
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen