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-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
2022-09-18
LibWeb: Allow passing null to a nullable IDL union type
Andreas Kling
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
Ports: Only regenerate patches if there are actual changed commits
Tim Schumacher
2022-09-18
Ports: Handle generating a ReadMe for an empty patch directory
Tim Schumacher
2022-09-18
Ports: Place tags at important points in the commit history
Tim Schumacher
2022-09-18
Ports: Unify the git "origin" and the working copy
Tim Schumacher
2022-09-18
Toolchain: Regenerate patches using the latest format rules
Tim Schumacher
2022-09-18
Ports: Force full-length file indices when formatting patches
Tim Schumacher
2022-09-18
Ports: Follow symlinks while discovering whether a port has patches
Tim Schumacher
2022-09-18
Ports: Keep `[...]` prefixes while importing patches
Tim Schumacher
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-18
Base: Add some cool new emojis
Mykola
2022-09-17
LibTimeZone: Generate DST rule timestamps at compile time
Timothy Flynn
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-17
WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)
Sam Atkins
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
WrapperGenerator: Clarify function-length getter name
Sam Atkins
2022-09-17
WrapperGenerator: Move generation code out of IDLTypes.h
Sam Atkins
2022-09-17
LibGL: Remove `GL::present_context`
Jelle Raaijmakers
2022-09-17
Ports: Make SDL2 build since recent `GL::create_context` changes
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
2022-09-17
LibWeb: Make Document.createElement() lowercase HTML local names
Andreas Kling
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-17
Base: Update Magnifier.md use visual impairment vs sight impaired
djwisdom
2022-09-17
Kernel/USB: Hotplug multiple USB device crash hotfix
b14ckcat
2022-09-17
LibGL: Prevent segfault due to texture destruction
Jelle Raaijmakers
2022-09-17
Base: Add a lot of emoji
Mykola
2022-09-17
Base: Update Durrque theme for a better look and feel
djwisdom
2022-09-17
LibPDF: Support parsing page tree nodes that are in object streams
Julian Offenhäuser
2022-09-17
LibPDF: Rename argument for the latin character set enumeration macro
Julian Offenhäuser
2022-09-17
LibPDF: Allow whitespace other than EOL after an object marker
Julian Offenhäuser
2022-09-17
LibPDF: Disallow parsing indirect values as operands
Julian Offenhäuser
[next]