index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-20
LibWeb: Don't get impl in document_tree_child_browsing_context_count
Luke Wilde
2022-10-20
LibWeb: Unbreak layout tree dumps after layout tree GC changes
Andreas Kling
2022-10-20
LibWeb: Make window.{window,self,frames} return the WindowProxy
Andreas Kling
2022-10-20
LibWeb: Teach IDL generator to go from WindowProxy to EventTarget
Andreas Kling
2022-10-20
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
Andreas Kling
2022-10-20
LibWeb: Use OrderedHashMap to store pending idle callbacks
Andreas Kling
2022-10-20
LibWeb: Prevent world leak when activating event handler
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-20
LibWeb: Hang on to the internal realm with a JS::Handle
Andreas Kling
2022-10-20
LibWeb: Make the HTMLParser GC-allocated
Andreas Kling
2022-10-20
LibWeb: Prevent GC from running during intrinsics allocation
Andreas Kling
2022-10-20
LibWeb: Cache pseudo element layout nodes weakly on DOM::Element
Andreas Kling
2022-10-20
LibJS: Make define_native_foo() take SafeFunctions
Andreas Kling
2022-10-20
LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap
Andreas Kling
2022-10-20
LibWeb: Only store one DOM pointer per Layout::Node
Andreas Kling
2022-10-20
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
Andreas Kling
2022-10-20
LibWeb: Tear down old layout tree when new document becomes active
Andreas Kling
2022-10-20
LibWeb: Remove unnecessary WeakPtr in queue_microtask_impl()
Andreas Kling
2022-10-20
LibWeb: Use JS::SafeFunction in run_timer_initialization_steps()
Andreas Kling
2022-10-20
LibWeb: Discard old browsing context after obtaining a new one
Andreas Kling
2022-10-20
LibWeb: Make window.parent and window.top return WindowProxy
Andreas Kling
2022-10-20
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
Andreas Kling
2022-10-20
LibJS: Remove unnecessary operator==() for ({Nonnull,}GCPtr<T>, T*)
Andreas Kling
2022-10-20
Snake: Use emoji for in-game food graphics
Xexxa
2022-10-20
LibJS: Refactor CalendarFields for better linearity
Moustafa Raafat
2022-10-20
LibJS: Simplify ParseTemporalTimeZoneString
Idan Horowitz
2022-10-20
LibJS: Refactor ToRelativeTemporalObject
Idan Horowitz
2022-10-19
Base: Add more emoji
Tobias Lundberg
2022-10-19
PixelPaint: Add Polygonal Select Tool
Timothy Slater
2022-10-19
PixelPaint: Pass doubleclick events to tools
Timothy Slater
2022-10-19
PixelPaint: Ensure bitmap contains selected pixel before deleting
Timothy Slater
2022-10-19
PixelPaint: Make escape key clear selection for Wand Select Tool
Timothy Slater
2022-10-19
Kernel: Don't assume paths to children PID directories in ProcFS code
Liav A
2022-10-19
LibJS: Remove trivial operations ISO{Year,Month,Day}
Moustafa Raafat
2022-10-19
LibJS: Remove trivial operation IsValidISOMonth
Moustafa Raafat
2022-10-19
LibJS: Merge ISOMonthCode and BuildISOMonthCode
Moustafa Raafat
2022-10-19
LibJS: Improve alias names in ResolveISOMonth
Moustafa Raafat
2022-10-19
LibJS: Simplify ResolveISOMonth
Moustafa Raafat
2022-10-19
WebDriver: Fix old current_window style
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`
Tobias Christiansen
2022-10-19
WebContent+Friends: Add get_element_property IPC and plumbing
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{session id}/window/handles` endpoint
Linus Groh
2022-10-19
LibGL: Correctly normalize different vertex attribute type pointers
Jelle Raaijmakers
2022-10-19
LibGL: Return `GLboolean` value in `glIsEnabled`
Jelle Raaijmakers
2022-10-19
LibGL: Implement state for all pixel store parameters
Jelle Raaijmakers
2022-10-19
LibGL: Don't repeat ourselves in `read_from_vertex_attribute_pointer`
Jelle Raaijmakers
2022-10-19
LibGL: Implement missing `glDeleteLists` error conditions
Jelle Raaijmakers
2022-10-19
LibGL: Make `read_from_vertex_attribute_pointer` static
Jelle Raaijmakers
2022-10-19
LibGL: Do not return early if client-side vertex array is disabled
Jelle Raaijmakers
[prev]
[next]