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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-07-17
LibWeb: Use setter for HTMLToken::m_{start,end}_position
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct
Max Wipfli
2021-07-17
LibWeb: Hide implementation details of HTMLToken attribute list
Max Wipfli
2021-07-17
LibWeb: User getter+setter for HTMLToken tag name and self-closing flag
Max Wipfli
2021-07-17
LibWeb: Use getter and setter for Character type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: User getter and setter for Comment type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute
Max Wipfli
2021-07-17
LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs public
Max Wipfli
2021-07-17
LibC: Fix grp.h includes
Jean-Baptiste Boric
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-17
LibC: Make scanf always copy its va_list
Peter Bindels
2021-07-17
LibWeb: Avoid UAF in query_selector{,_all}()
Alexander
2021-07-16
LibJS: Implement Temporal.Duration.prototype.abs()
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.negated()
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.with()
Linus Groh
2021-07-16
LibJS: Add TokenType::{Debugger,With} to Token::is_identifier_name()
Linus Groh
2021-07-17
LibWasm: Remove a useless use of ScopeGuard
Ali Mohammad Pur
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
LibWasm: Inline some very hot functions
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-16
LibJS: Ensure RegExpStringIterator keeps the RegExp matcher object alive
Timothy Flynn
2021-07-16
LibPDF: Fix treating not finding the linearized dict as a fatal error
Wesley Moret
2021-07-16
LibPDF: Fix checking `minor_ver` instead of `major_ver`
Wesley Moret
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-16
LibJS: Remove unused Object::PutOwnPropertyMode enum class
Idan Horowitz
2021-07-16
LibJS: Implement RegExp AdvanceStringIndex abstraction
Timothy Flynn
2021-07-16
LibJS: Implement RegExp.prototype [ @@matchAll ]
Timothy Flynn
2021-07-16
LibJS: Implement the RegExpStringIterator object
Timothy Flynn
2021-07-16
LibJS: Make the RegExpExec abstraction publically available
Timothy Flynn
2021-07-16
LibWeb: Fix assertion failures in HTMLTokenizer
Max Wipfli
2021-07-16
LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)
Peter Bindels
2021-07-16
LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.valueOf()
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.blank
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.sign
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.nanoseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.microseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.milliseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.seconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.minutes
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.hours
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.days
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.weeks
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.months
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.years
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype[@@toStringTag]
Linus Groh
2021-07-16
LibJS: Start implementing Temporal.Duration
Linus Groh
2021-07-15
LibC: Don't include AK headers in system headers
Gunnar Beutner
2021-07-15
LibGUI: Dither pattern should be independent from clipping rectangle
Tom
[next]