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-20
LibJS: Re-implement String.localeCompare using the StringCompare AO
Idan Horowitz
2022-02-20
LibJS: Implement get Intl.Collator.prototype.compare
Idan Horowitz
2022-02-20
LibJS: Add an initial implementation of Collator Compare Functions
Idan Horowitz
2022-02-20
LibJS: Capture values as handles in Promise.prototype.finally callbacks
Linus Groh
2022-02-20
LibJS: Use new NativeFunction::create() in most places
Linus Groh
2022-02-20
LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction
Linus Groh
2022-02-20
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
Linus Groh
2022-02-20
Spreadsheet: Remove Debug Statement
u9g
2022-02-20
LibAudio: Simplify empty Audio::Buffer state to be truly empty
Andrew Kaster
2022-02-20
LibJS: Remove unused FunctionNode::set_name()
Linus Groh
2022-02-20
LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp
Linus Groh
2022-02-20
HexEditor: Add support for handling PageUp and PageDown key events
Liav A
2022-02-20
HexEditor: Reduce code duplication when handling key down events
Liav A
2022-02-20
Spreadsheet: Use the system-wide unsaved changes dialog
Karol Kosek
2022-02-20
HexEditor: Use the system-wide unsaved changes dialog
Karol Kosek
2022-02-20
Playground: Show last saved time when asked about unsaved changes
Karol Kosek
2022-02-20
LibRegex: Make codegen+optimisation for alternatives much faster
Ali Mohammad Pur
2022-02-20
LibRegex: Make parse_disjunction() consume all disjunctions in one frame
Ali Mohammad Pur
2022-02-20
LibRegex: Allow quantifiers after quantifiable assertions
Ali Mohammad Pur
2022-02-20
LibWeb: Make i, em, address, cite, dfn and var elements italic
Karol Kosek
2022-02-20
LibWeb+Base: Parse font-style CSS property
Karol Kosek
2022-02-20
LibWeb: Handle markers when reconstructing active formatting elements
Luke Wilde
2022-02-20
LibWeb: Add default padding around contents of text <input> elements
Kenneth Myhra
2022-02-20
LibWeb: Add key code 'Esc' to ignored Keydown Events in EventHandler
Kenneth Myhra
2022-02-20
LibWeb: Add support for navigating text <input> with End key
Kenneth Myhra
2022-02-20
LibWeb: Add support for navigating text <input> with Home key
Kenneth Myhra
2022-02-20
HexEditor: Display dirty close icon when the file is changed
Karol Kosek
2022-02-19
ls: Add option -1 which lists one file per line
Anton Kling
2022-02-20
LibWeb: Add support for the options variant of {add,remove}EventListener
Luke Wilde
2022-02-19
LibJS: Trim all types of whitespace characters before parsing numbers
Idan Horowitz
2022-02-19
LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable
Idan Horowitz
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-19
LibGfx: Fix JPG decoding bug on rare grayscale images
Michiel Visser
2022-02-19
LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString
Luke Wilde
2022-02-19
killall: Port to LibMain and LibCore
Zack Penn
2022-02-19
paste: Port to LibMain and LibCore
Zack Penn
2022-02-19
LibWeb: Implement `@supports selector(.foo)`
Sam Atkins
2022-02-19
LibJS: Do not create a prototype property on AsyncFunction instances
Idan Horowitz
2022-02-19
LibJS: Initialize {Async,}{Generator,}Function constructors properly
Idan Horowitz
2022-02-19
LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor
Idan Horowitz
2022-02-19
LibWeb: Hack BFC to always remember to handle position:absolute elements
Andreas Kling
2022-02-19
LibWeb: Add Layout::Node::debug_description()
Andreas Kling
2022-02-19
LibWeb: Share QualifiedName data between identical instances
Andreas Kling
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Andreas Kling
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-19
LibWeb: Cache and reuse some very common StyleValue objects
Andreas Kling
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
[next]