summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-03js: Allow for completion of lexically declared variablesdavidot
2021-10-03js: Fix that auto completion of properties faileddavidot
2021-10-03LibJS: Add a specific test for invalid unicode characters in the lexerdavidot
2021-10-03LibWeb: Don't update rendering in BrowsingContexts without opportunityAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop drive the firing of `resize` eventsAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop drive animation frame callbacksAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop keep track of live DOM::Document objectsAndreas Kling
2021-10-03LibWeb: Allow Document::ref() when ref-count is zeroAndreas Kling
2021-10-03LibWeb: Only take runnable tasks from the HTML task queueAndreas Kling
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