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
2023-03-07
WebDriver: Defer removing closed window handles until no longer needed
Timothy Flynn
2023-03-07
LibWeb: Mark Web::WebDriver::Response as [[nodiscard]]
Timothy Flynn
2023-03-07
WebDriver: Do not ignore the result of closing a session
Timothy Flynn
2023-03-07
WebDriver: Keep WebDriver socket listening until session end
Aliaksandr Kalenik
2023-03-07
WebContent+WebDriver: Move window commands handling back to WebDriver
Aliaksandr Kalenik
2023-03-07
LibWeb: Refactor XHR (almost) exactly to the spec
Luke Wilde
2023-03-07
LibWeb: Convert Platform::Timer to JS::SafeFunction
Luke Wilde
2023-03-07
LibJS: Fix compilation of operator= for JS::SafeFunction
Luke Wilde
2023-03-07
LibWeb: Add function to EventTarget that says if it has any listeners
Luke Wilde
2023-03-07
LibWeb/Fetch: Set length synchronously in extract_body
Luke Wilde
2023-03-07
LibWeb: Fully read body if there is one in fetch response handover
Luke Wilde
2023-03-07
LibWeb/Fetch: Implement Header's "extract a length" function
Luke Wilde
2023-03-07
LibWeb/Fetch: Implement Body's "fully read" function from the spec
Luke Wilde
2023-03-07
LibWeb: Remove the dummy execution context
Luke Wilde
2023-03-07
LibWeb: Make BC::set_system_visibility_state use the active doc's global
Luke Wilde
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-07
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
Luke Wilde
2023-03-07
Browser: Handle close event in WebContentView
Aliaksandr Kalenik
2023-03-07
LibWebView+WebContent: Propagate close from WebContent to LibWebView
Aliaksandr Kalenik
2023-03-07
Help: Don't defer tree view selection updates
Mathis Wiehl
2023-03-07
Shell: Fix bogus C-style casts from `NonnullOwnPtr<T>*` to `T*`
Andreas Kling
2023-03-06
LibWeb/HighResolutionTime: Add IDL typedef for DOMHighResTimeStamp
Linus Groh
2023-03-07
LibWeb: Propagate errors from CSS Parser construction
Sam Atkins
2023-03-07
LibWeb: Use free functions for parsing in `@Supports`
Sam Atkins
2023-03-07
LibWeb: Propagate errors from CSS Tokenizer
Sam Atkins
2023-03-07
LibWeb: Propagate errors from CSS Tokenizer construction
Sam Atkins
2023-03-07
man: Skip shellrc when invoking pager using sh
Mathis Wiehl
2023-03-06
Settings: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Assistant: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Screensaver: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types
Andreas Kling
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
LibWeb: Stop using NonnullRefPtrVector for StyleValueVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
less: Stop adding extra blank lines
Sam Atkins
2023-03-06
VideoPlayer: Create submenu to set sizing mode
timre13
2023-03-06
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
Matthew Olsson
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Handle both const and non-const Ts in Handle<T>::create()
Matthew Olsson
2023-03-06
LibJS: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Accept const GCPtrs in Cell::Visitor
Matthew Olsson
2023-03-06
LibJS: Use a forwarding reference in ThrowCompletion constructor
Matthew Olsson
2023-03-06
LibJS: Temporarily disambiguate const-ness of GCPtr constructors
Matthew Olsson
2023-03-06
WebContent: Add missing LibGfx include
Matthew Olsson
2023-03-06
Browser: Add a missing include in InspectorWidget
Matthew Olsson
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-03-06
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
Matthew Olsson
[next]