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-02-16
LibWeb: Remove content-size hack from SVGFormattingContext
Sam Atkins
2022-02-16
LibWeb: Stop treating all SVG elements as inline
Sam Atkins
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-16
LibWeb: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
Meta: Make the WrapperGenerator generate includes based on imports
Ali Mohammad Pur
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWasm: Fix validation of if-else blocks
Ali Mohammad Pur
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-16
Meta: Add support for enumerations to the IDL compiler
Ali Mohammad Pur
2022-02-16
LibWasm: Make MemoryInstance allocation fail if initial growth fails
Ali Mohammad Pur
2022-02-16
LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructor
Ali Mohammad Pur
2022-02-16
Utilities: Add a basic `install` utility
Tim Schumacher
2022-02-16
LibGUI: Make a copy of source_rows before resizing it in sort_mapping()
Vitaly Dyachkov
2022-02-16
LibWeb: Implement reverse lookup to labels from their labelable nodes
Timothy Flynn
2022-02-16
LibWeb: Set cursor on mousemove for non-text elements
Adam Plumb
2022-02-16
LibProtocol: Fix crash on EOF when using Request::stream_into
Michiel Visser
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-16
LibWeb: Support Element.closest(selectors)
Edwin Hoksberg
2022-02-16
LibUnicode: Use BCP 47 data to filter valid calendar names
Timothy Flynn
2022-02-16
LibUnicode: Use BCP 47 data to filter valid numbering system names
Timothy Flynn
2022-02-16
LibUnicode: Use BCP 47 data to generate available calendars and numbers
Timothy Flynn
2022-02-16
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
Timothy Flynn
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-16
LibJS/Tests: Run prettier on modulo-basic.js
Linus Groh
2022-02-16
LibJS: Implement the Number::remainder AO using fmod
Anonymous
2022-02-16
LibJS: Fix mixing of logical and coalescing operators
Anonymous
2022-02-16
WebContent: Exit peacefully when client dies during synchronous IPC
Andreas Kling
2022-02-16
LibC: Try to recover gracefully from failed LookupServer requests
Andreas Kling
2022-02-16
Utilities: Add the 'files' argument to the unzip utility
serenitydev
2022-02-15
LibWeb: Make :checked selector actually look at checkedness
Andreas Kling
2022-02-15
LibWeb: Implement relative lengths in media queries :^)
Sam Atkins
2022-02-15
LibWeb: Remove unused MediaFeatureValue::equals() and friends
Sam Atkins
2022-02-15
LibWeb: Implement activation behavior for <input type=checkbox>
Andreas Kling
2022-02-15
LibWeb: Make <input type=checkbox> honor the "checked" attribute
Andreas Kling
2022-02-15
LibWeb: Add EventTarget::run_activation_behavior()
Andreas Kling
2022-02-15
LibWeb: Add Element::did_remove_attribute() virtual
Andreas Kling
2022-02-15
LibWeb: Allow label activation via any descendant of the label node
Andreas Kling
2022-02-15
LibWeb: Support implicit <label> targets
Andreas Kling
2022-02-15
LibCore: Exit get_next_timer_expiration() sooner if possible
Andreas Kling
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Add stubs for document.write and document.writeln
Maciej
2022-02-15
LibArchive: Default initialize member variables
Lenny Maiorani
2022-02-15
LibArchive: Use constexpr variables where possible
Lenny Maiorani
2022-02-15
LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)
Lenny Maiorani
[next]