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
2022-09-20
LibGUI: Fire Show/Hide events when adding/removing widget from tree
Andreas Kling
2022-09-20
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
Andreas Kling
2022-09-20
LibWeb: Keep more of the navigation parameters in Document
Andreas Kling
2022-09-20
LibWeb: Flesh out "document visibility" state a bit more
Andreas Kling
2022-09-20
LibWeb: Move HistoryHandlingBehavior enum to its own header
Andreas Kling
2022-09-20
LibWeb: Implement more spec-compliant iframe/frame attribute processing
Andreas Kling
2022-09-20
LibWeb: Set the document "completely loaded time" when appropriate
Andreas Kling
2022-09-20
LibWeb: Only create iframe nested context if iframe document has context
Andreas Kling
2022-09-20
LibWeb: Implement "browsing context group" concept from the HTML spec
Andreas Kling
2022-09-20
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
Andreas Kling
2022-09-20
LibWeb: Consolidate code for resolving vertical box model metrics in BFC
Andreas Kling
2022-09-20
GamesSettings: Always ensure last card back selected is saved
ne0ndrag0n
2022-09-19
LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests
Brian Gianforcaro
2022-09-18
Applets/ResourceGraph: Port to Core::Stream
Sam Atkins
2022-09-18
Applets/Network: Stop marking methods virtual unnecessarily
Sam Atkins
2022-09-18
Applets/Network: Remove `include_loopback` parameter
Sam Atkins
2022-09-18
Applets/Network: Port to Core::Stream
Sam Atkins
2022-09-18
LibC: Fix misplaced #include in limits.h
Ben Wiederhake
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-18
WindowServer: Add missing includes
Ben Wiederhake
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-09-18
LibJS: Add missing includes
Ben Wiederhake
2022-09-18
LibWeb: Add missing includes
Ben Wiederhake
2022-09-18
LibWeb: Remove the flex item size cache
sin-ack
2022-09-18
LibWeb: Subtract border & padding when using flex line size as item size
Andreas Kling
2022-09-18
LibWeb: Remove bogus main space restriction in wrapping flex layouts
Andreas Kling
2022-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
2022-09-18
LibWeb: Don't replace existing Content-Type header in outgoing XHRs
Andreas Kling
2022-09-18
LibWeb: Check document fully active status in "element cannot navigate"
Andreas Kling
2022-09-18
LibWeb: Implement basic support for Document.all
Andreas Kling
2022-09-18
LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource()
Andreas Kling
2022-09-18
LibWeb: Make Document vend the same HTMLCollections every time
Andreas Kling
2022-09-18
LibWeb: Support getting and setting Attr.textContent
Andreas Kling
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-18
LibWeb: Only uppercase qualified names in HTML documents
Andreas Kling
2022-09-18
LibWeb: Make ParentNode.children vend the same HTMLCollection every time
Andreas Kling
2022-09-18
LibWeb: Support getElementsByTagName() properly in non-HTML documents
Andreas Kling
2022-09-18
LibWeb: Simplify getElementsByTagName{,NS}() filters
Andreas Kling
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-17
LibWeb: Start implementing the IDL Overload Resolution Algorithm :^)
Sam Atkins
2022-09-17
LibIDL: Implement EffectiveOverloadSet
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Move IDL code into a library
Sam Atkins
2022-09-17
LibGL: Remove `GL::present_context`
Jelle Raaijmakers
2022-09-17
LibWeb: Handle JavaScript source code with non-UTF-8 encoding
Andreas Kling
2022-09-17
LibWeb: Implement basic "scroll" events at the document level
Andreas Kling
2022-09-17
LibWeb: Add "scripts to execute in order as soon as possible"
Andreas Kling
2022-09-17
LibWeb: Handle multiple class names in getElementsByClassName()
Andreas Kling
2022-09-17
LibWeb: Update layout in HTMLElement.offset{Top,Left}
Andreas Kling
[prev]
[next]