summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-07LibWeb: Implement ErrorEventLuke Wilde
2022-02-07LibJS: Fix JSON.stringify with stale surrogate codepointsJorropo
2022-02-07Base: Use GML file type iconelectrikmilk
2022-02-07LibWeb: Dispatch a click event after mousedown+mouseup on same targetAndreas Kling
2022-02-07Base: Add a browser test page that dumps out all mouse eventsAndreas Kling
2022-02-07LibWeb: Add MouseEvent.x and MouseEvent.yAndreas Kling
2022-02-07Kernel: Fix bug in TCP state handling in SynSentJamie Mansfield
2022-02-07Kernel: Robustify and rename Inode bound socket APIAndreas Kling
2022-02-07Base+Browser: Add Browser Iconselectrikmilk
2022-02-07LibGUI: Paint GUI::TextEditor's optional icon before applying text clipAndreas Kling
2022-02-07Kernel: Ensure socket is suitable for writing in sys$sendmsgsin-ack
2022-02-07Meta: Add instructions on using Lagom in an external projectJames Puleo
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-07Base: Finish Latin Extended-B for Katicaelectrikmilk
2022-02-07Base: Add Italic version of Katicaelectrikmilk
2022-02-07Meta: Fix "Meta/serenity.sh run x86_64 Clang" on M1 Macsserenityosrocks
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-06Documentation: Small fixes to transferring files documentationelectrikmilk
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-06Base: Increase max width for Katica Bold 10 from 7 to 10Lady Gegga
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-02-06LibWeb: Update focus target when handling mousedown eventsAndreas Kling
2022-02-06LibWeb: Move is_focusable() virtual from Element to EventTargetAndreas Kling
2022-02-06LibWeb: Make HTMLInputElement move cursor into text node when focusedAndreas Kling
2022-02-06LibWeb: Plumb OOPWV focus state across the IPC boundaryAndreas Kling
2022-02-06LibWeb: Implement (most of) HTMLElement.focus()Andreas Kling
2022-02-06LibWeb: Implement BrowsingContext::currently_focused_area()Andreas Kling
2022-02-06Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2Andreas Kling
2022-02-06Kernel: Send only FIN when shutting down TCP socket from ESTABLISHEDAndreas Kling
2022-02-06LibWeb: Implement SVG `S` (SmoothCurve) commandsSam Atkins
2022-02-06LibWeb: Don't dump all stylesheets with CSS_PARSER_DEBUG enabledSam Atkins
2022-02-06Meta: Don't override SERENITY_QEMU_DISPLAY_DEVICE if it is already setAndrew Pietila
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-02-06Soundplayer: Use exp() instead of pow(E, n)Hendiadyoin1
2022-02-06Userland: Use AK::pow<I> where applicableHendiadyoin1
2022-02-06AK: Use integral power for FixedPoint formattingHendiadyoin1
2022-02-06AK: Introduce IntegralMath.h starting with pow<I>Hendiadyoin1
2022-02-06LibCore+Userland: Remove Core::TCPSocket :^)sin-ack
2022-02-06LibJS: Implement BigInt.asUintNTimothy Flynn
2022-02-06LibJS: Implement BigInt.asIntNTimothy Flynn
2022-02-06LibJS: Enable Temporal tests that now passTimothy Flynn
2022-02-06LibCrypto: Do not allow signed big integers to be negative zeroTimothy Flynn
2022-02-06LibJS: Mark Completion constructors with ALWAYS_INLINEAndreas Kling
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling