summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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
2022-02-07Playground: Remove the GML formatting warningkleines Filmröllchen
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2022-02-07LibGUI: Add a custom GML ASTkleines Filmröllchen
2022-02-07Userland: Undefine FOR_EACH_TOKEN_TYPE everywherekleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07LibGfx: Return proper ColorRole for GutterBordersthankyouverycool
2022-02-07LibGUI: Simplify DisplayOnly painting for TextEditorthankyouverycool
2022-02-07LibGUI: Fix typo in TextEditor::paint_eventthankyouverycool
2022-02-07LibGUI+TextEditor: Highlight the entire current linethankyouverycool
2022-02-07LibGUI: Adjust TextEditor's clipping rect for textthankyouverycool
2022-02-07LibGUI: Register gutter and ruler GML properties for TextEditorthankyouverycool
2022-02-07LibJS: Add spec comments to the NativeError constructorLinus Groh
2022-02-07LibJS: Add spec comments to the Error constructorLinus Groh
2022-02-07LibJS: Add spec comments to Error.prototype.toString()Linus Groh
2022-02-07LibJS: Let Error prototypes inherit from PrototypeObjectLinus Groh
2022-02-07LibJS: Implement non standard error.stack attributeHendiadyoin1
2022-02-07LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()Andreas Kling
2022-02-07LibWeb: Remove outdated FIXME from ClassicScript::run()Andreas Kling
2022-02-07LibWeb: Implement ErrorEventLuke Wilde
2022-02-07LibJS: Fix JSON.stringify with stale surrogate codepointsJorropo
2022-02-07LibWeb: Dispatch a click event after mousedown+mouseup on same targetAndreas Kling
2022-02-07LibWeb: Add MouseEvent.x and MouseEvent.yAndreas Kling
2022-02-07Base+Browser: Add Browser Iconselectrikmilk
2022-02-07LibGUI: Paint GUI::TextEditor's optional icon before applying text clipAndreas Kling
2022-02-07Browser: Better handle ports in user input to url conversionnetworkException
2022-02-07Base: Add GML file type iconelectrikmilk
2022-02-07LibJS: Use GetV to look up the toJSON property in SerializeJSONPropertyTimothy Flynn
2022-02-07LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps()Andreas Kling
2022-02-07LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chainsAndreas Kling
2022-02-07LibWeb: Improve step 3 of "focus chain" from the HTML specAndreas Kling
2022-02-07LibWeb: Fix inverted null check in run_focusing_steps()Andreas Kling
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-02-06LibWeb: Update focus target when handling mousedown eventsAndreas Kling