summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-03LibWeb: Improve HTML::EventLoop::spin_until()Andreas Kling
2021-10-03LibJS: Add a way to save/restore the entire execution context stackAndreas Kling
2021-10-03LibWeb: Have CSSStyleRule inherit from CSSRule in IDLLuke Wilde
2021-10-03CrashReporter: Don't crash when "Generating..." Window gets closedsw1tchbl4d3
2021-10-03Everywhere: Use my awesome new serenityos email :^)davidot
2021-10-03LibWeb: Pass the correct timestamp to requestAnimationFrame callbacksAndreas Kling
2021-10-03LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasksAndreas Kling
2021-10-03LibC: Implement mbrtowc closer to POSIXTim Schumacher
2021-10-03LibC: Specifically clear only stored bytes after successful mbrtowcTim Schumacher
2021-10-03LibC: Manually count stored bytes in mbstate_tTim Schumacher
2021-10-03LibC: Remove the mbstate_reset helperTim Schumacher
2021-10-03LibTLS: Split large application data packets into chunksAli Mohammad Pur
2021-10-03LibC: Stub out swprintfTim Schumacher
2021-10-03LibC: Stub out wcstoldTim Schumacher
2021-10-03LibC: Stub out wcstodTim Schumacher
2021-10-03LibC: Stub out wcstofTim Schumacher
2021-10-03LibC: Stub out wcstoullTim Schumacher
2021-10-03LibC: Stub out wcstoulTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher
2021-10-03LibC: Implement wmemchrTim Schumacher
2021-10-03LibC: Implement wcsstrTim Schumacher
2021-10-03LibC: Implement wcspbrkTim Schumacher
2021-10-03LibRegex: Avoid creating a new temporary RegexStringView in Char compareAli Mohammad Pur
2021-10-03LibWeb: Convert Node.childNodes to NodeListLuke Wilde
2021-10-03LibWeb: Convert ParentNode.querySelectorAll to NodeListLuke Wilde
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-10-02LibGL: Remove duplicate GLboolean typedefLinus Groh
2021-10-02LibVT: Implement G0..G3 and VT100 translation tableJelle Raaijmakers
2021-10-02LibVT: Implement support for Cursor Keys Mode (DECCKM)Jelle Raaijmakers
2021-10-02LibVT: Add stubs for DECPNM, DECPAMJelle Raaijmakers
2021-10-02FontEditor: Close preview window when the main window is closedGal Horowitz
2021-10-02LibGFX: Draw the ends of lines with non-standard thicknessGal Horowitz
2021-10-02PixelPaint: Correctly offset stroke position for even thicknessesGal Horowitz
2021-10-02PixelPaint: LayerListWidget::set_selected_layer now handles nullptrGal Horowitz
2021-10-02LibJS: Use Vector<u16, 1> for UTF-16 in a few more placesAndreas Kling
2021-10-02LibJS+AK: Use Vector<u16, 1> for UTF-16 string storageAndreas Kling
2021-10-02LibJS: Remove read buffer overflow in Lexer::consumeLuke Wilde
2021-10-02LibRegex: Don't emit signpost events for every regular expressionAndreas Kling
2021-10-02LibJS: Put zombie cell tracking code behind a compile-time flagAndreas Kling
2021-10-02LibJS: Keep track of PrimitiveStrings and share themAndreas Kling
2021-10-02LibJS+LibWeb: Use Object::set_prototype() in more placesLinus Groh
2021-10-02LibJS: Add Object::set_prototype()Linus Groh
2021-10-02LibWeb: Implement Navigator.cookieEnabledLinus Groh
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
2021-10-01LibWeb: Implement CSSRule and CSSStyleDeclaration serializationAndreas Kling
2021-10-01LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCaseAndreas Kling
2021-10-01LibWeb: Add missing virtual/override/final in CSSStyleRuleAndreas Kling
2021-10-01LibWeb: Flexbox: Catch zero flex-basis and use width insteadTobias Christiansen