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
2021-07-18
LibJS: Correct test to work with our strtod on x86_64 & Clang
Peter Bindels
2021-07-18
LibC strtod: Reduce incremental error to nearly nothing
Peter Bindels
2021-07-18
HackStudio: Prevent crash when stepping through a program
Maurice Hieronymus
2021-07-18
LibJS: Extend class 'extends' RHS expression parsing
Linus Groh
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-18
LibGUI: Pass path to FileSystemModel when creating FilePicker
Marcus Nilsson
2021-07-17
WidgetGallery: Pledge thread
Marcus Nilsson
2021-07-17
WidgetGallery: Remove unused include
Marcus Nilsson
2021-07-17
LibJS: Report string length as the code point length, not byte length
Timothy Flynn
2021-07-17
AK: Track byte length, rather than code point length, in Utf8View::trim
Timothy Flynn
2021-07-17
LibM: Turn off builtins, fix tests & implementation
Peter Bindels
2021-07-17
FileManager+Spreadsheet: Unify cut-copy-paste order
Karol Kosek
2021-07-17
Profiler: Configure the TimelineContainer to be shrink to fit
Brian Gianforcaro
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
Max Wipfli
2021-07-17
LibWeb: Add HTMLToken(Type) constructor and use it
Max Wipfli
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
ThemeEditor: Disable focus for demo widgets
Marcus Nilsson
2021-07-17
HackStudio: Continue removing files after failure
Karol Kosek
2021-07-17
HackStudio: Disable Delete action on insufficient permissions
Karol Kosek
2021-07-17
LibC: Make scanf always copy its va_list
Peter Bindels
2021-07-17
Shell: Don't assume that only the current shell may continue children
Ali Mohammad Pur
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
wasm: Don't try to print the function results if it traps
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
ThemeEditor: Set window size to 480x385 and disable resizing
LuK1337
2021-07-16
ThemeEditor: Add menu bar with quit and about items
LuK1337
[next]