index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-02-08
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr
davidot
2022-02-07
LibJS: Add missing include to ShadowRealm.h
Andreas Kling
2022-02-07
LibWeb: Parse `display: inline-flex`
Sam Atkins
2022-02-07
LibWeb: Add `pointer-events: all`
Sam Atkins
2022-02-07
LibWeb: Allow percentages for border-radius :^)
Sam Atkins
2022-02-07
RequestServer: Reenable socket notifications unconditionally
Ali Mohammad Pur
2022-02-07
LibJS: Add missing include to ExecutionContext.h
Andreas Kling
2022-02-07
LibJS: Add missing include to Handle.h
Andreas Kling
2022-02-07
LibJS: Unbreak build with JS_MODULE_DEBUG
Andreas Kling
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Script objects
Andreas Kling
2022-02-07
LibJS: Add [[HostDefined]] internal slot to Realm objects
Andreas Kling
2022-02-07
LibJS: Make ScriptOrModule use WeakPtr instead of raw pointers
Andreas Kling
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-07
Playground: Remove the GML formatting warning
kleines Filmröllchen
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2022-02-07
LibGUI: Add a custom GML AST
kleines Filmröllchen
2022-02-07
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
kleines Filmröllchen
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-02-07
LibGfx: Return proper ColorRole for GutterBorders
thankyouverycool
2022-02-07
LibGUI: Simplify DisplayOnly painting for TextEditor
thankyouverycool
2022-02-07
LibGUI: Fix typo in TextEditor::paint_event
thankyouverycool
2022-02-07
LibGUI+TextEditor: Highlight the entire current line
thankyouverycool
2022-02-07
LibGUI: Adjust TextEditor's clipping rect for text
thankyouverycool
2022-02-07
LibGUI: Register gutter and ruler GML properties for TextEditor
thankyouverycool
2022-02-07
LibJS: Add spec comments to the NativeError constructor
Linus Groh
2022-02-07
LibJS: Add spec comments to the Error constructor
Linus Groh
2022-02-07
LibJS: Add spec comments to Error.prototype.toString()
Linus Groh
2022-02-07
LibJS: Let Error prototypes inherit from PrototypeObject
Linus Groh
2022-02-07
LibJS: Implement non standard error.stack attribute
Hendiadyoin1
2022-02-07
LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Remove outdated FIXME from ClassicScript::run()
Andreas Kling
2022-02-07
LibWeb: Implement ErrorEvent
Luke Wilde
2022-02-07
LibJS: Fix JSON.stringify with stale surrogate codepoints
Jorropo
2022-02-07
LibWeb: Dispatch a click event after mousedown+mouseup on same target
Andreas Kling
2022-02-07
LibWeb: Add MouseEvent.x and MouseEvent.y
Andreas Kling
2022-02-07
Base+Browser: Add Browser Icons
electrikmilk
2022-02-07
LibGUI: Paint GUI::TextEditor's optional icon before applying text clip
Andreas Kling
2022-02-07
Browser: Better handle ports in user input to url conversion
networkException
2022-02-07
Base: Add GML file type icon
electrikmilk
2022-02-07
LibJS: Use GetV to look up the toJSON property in SerializeJSONProperty
Timothy Flynn
2022-02-07
LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps()
Andreas Kling
2022-02-07
LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains
Andreas Kling
2022-02-07
LibWeb: Improve step 3 of "focus chain" from the HTML spec
Andreas Kling
2022-02-07
LibWeb: Fix inverted null check in run_focusing_steps()
Andreas Kling
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-02-06
LibWeb: Update focus target when handling mousedown events
Andreas Kling
[next]