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
2020-05-27
LibVT: Move most of key press handling logic into VT::Terminal
Sergey Bugaev
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-27
Shell: Save the history when quitting via the exit builtin
AnotherTest
2020-05-27
Shell: Never assign equal job ids to two different jobs
AnotherTest
2020-05-27
LibWeb: Provide some properties to inspectors of ResourceLoader
AnotherTest
2020-05-27
Shell: Provide some information to inspectors
AnotherTest
2020-05-27
LibLine: Send over some properties when being inspected
AnotherTest
2020-05-27
Shell: Avoid messing with sigaction while waiting for a child
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-27
LibTLS: Add more TLS 1.2 error descriptions
Luke
2020-05-27
LibWeb: Handle additional parser inputs in "initial" and "before html".
TheDumpap
2020-05-27
LibWeb: s_initialized should be static in the AttributeNames initialiser
Emanuele Torre
2020-05-26
LibTLS: Put lots of debug spam behind TLS_DEBUG
Andreas Kling
2020-05-26
LibCrypto: Put some debug spam behind CRYPTO_DEBUG
Andreas Kling
2020-05-26
LibWeb: Use FlyString in FontCache keys
Andreas Kling
2020-05-26
LibWeb: Add cached global attribute name FlyStrings
Andreas Kling
2020-05-26
LibWeb: Let Element cache its list of classes
Andreas Kling
2020-05-26
AK: Mark some popular String member functions ALWAYS_INLINE
Andreas Kling
2020-05-26
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
Andreas Kling
2020-05-26
LibWeb: Add more HTML entities
Linus Groh
2020-05-26
LibWeb: Basic support for display:inline-block with width:auto
Andreas Kling
2020-05-26
LibWeb: Add HTML copyright escape
FalseHonesty
2020-05-26
LibWeb: Fix step within reconstruct the active elements
Kevin Meyer
2020-05-26
LibLine: Use LibC's getline() when the terminal claims no support for escape ...
AnotherTest
2020-05-26
Browser: Add option in DownloadWidget to open download's in folder
FalseHonesty
2020-05-26
LibWeb: The line-height should not be multiplied by the glyph height
Andreas Kling
2020-05-26
LibJS: Add Array.prototype.fill
Angel
2020-05-26
LibJS: Fix style inconsistencies in AST.h (#2403)
Emanuele Torre
2020-05-26
LibJS: Fix incorrect token column values (#2401)
Paul Redmond
2020-05-26
LibWeb: Implement immediate execution in HTMLScriptElement preparation
Andreas Kling
2020-05-26
LibWeb: Allow HTML tokenizer to emit more than one token
Andreas Kling
2020-05-26
Browser: Show a "source location hint" for syntax errors :^)
Linus Groh
2020-05-26
js: Show a "source location hint" for syntax errors :^)
Linus Groh
2020-05-26
LibJS: Add Error::source_location_hint()
Linus Groh
2020-05-26
LibJS: Only log exception throw information on Serenity
Linus Groh
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Base: Document the sigaction promise
Sergey Bugaev
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-26
Kernel: Introduce "sigaction" pledge
Sergey Bugaev
2020-05-26
LibC: Ensure abort() doesn't return
Sergey Bugaev
2020-05-26
LibC: Mark _exit() as noreturn
Sergey Bugaev
2020-05-26
LibC: Remove endless loop after abort() call
Sergey Bugaev
2020-05-26
Userland: Port sleep(1) to Core::ArgsParser
Sergey Bugaev
2020-05-26
Build: Fix cmake test runner, so it knows when tests fail
Brian Gianforcaro
2020-05-26
AK: Temporarily disable failing relative_paths tests in FileSystemPath suite
Brian Gianforcaro
2020-05-26
AK: Expand string tests to include ends_with case insensitivity
Brian Gianforcaro
2020-05-26
AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...
Brian Gianforcaro
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-26
AK: Move String::ends_with implementation to StringUtils
Brian Gianforcaro
2020-05-26
Meta: Add github link to the man pages from ReadMe.md
Brian Gianforcaro
[next]