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
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
2023-03-06
LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.h
Matthew Olsson
2023-03-06
LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSD
nipos
2023-03-06
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::cross_origin_isolated()
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::is_secure_context()
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::origin()
Linus Groh
2023-03-06
LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Support one specific type of embedded color bitmaps
Andreas Kling
2023-03-06
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Add scaffolding for CBDT and CBLC tables
Andreas Kling
2023-03-06
LibGfx/OpenType: Make "glyf" and "loca" tables optional
Andreas Kling
2023-03-06
LibWeb: Fix currentColor as a background-color (and maybe other places)
MacDue
[next]