summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27LibVT: Move most of key press handling logic into VT::TerminalSergey Bugaev
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-27Shell: Save the history when quitting via the exit builtinAnotherTest
2020-05-27Shell: Never assign equal job ids to two different jobsAnotherTest
2020-05-27LibWeb: Provide some properties to inspectors of ResourceLoaderAnotherTest
2020-05-27Shell: Provide some information to inspectorsAnotherTest
2020-05-27LibLine: Send over some properties when being inspectedAnotherTest
2020-05-27Shell: Avoid messing with sigaction while waiting for a childAnotherTest
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-27LibTLS: Add more TLS 1.2 error descriptionsLuke
2020-05-27LibWeb: Handle additional parser inputs in "initial" and "before html".TheDumpap
2020-05-27LibWeb: s_initialized should be static in the AttributeNames initialiserEmanuele Torre
2020-05-26LibTLS: Put lots of debug spam behind TLS_DEBUGAndreas Kling
2020-05-26LibCrypto: Put some debug spam behind CRYPTO_DEBUGAndreas Kling
2020-05-26LibWeb: Use FlyString in FontCache keysAndreas Kling
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling
2020-05-26LibWeb: Let Element cache its list of classesAndreas Kling
2020-05-26AK: Mark some popular String member functions ALWAYS_INLINEAndreas Kling
2020-05-26LibWeb: Make the CSS parser a little more tolerant to invalid CSSAndreas Kling
2020-05-26LibWeb: Add more HTML entitiesLinus Groh
2020-05-26LibWeb: Basic support for display:inline-block with width:autoAndreas Kling
2020-05-26LibWeb: Add HTML copyright escapeFalseHonesty
2020-05-26LibWeb: Fix step within reconstruct the active elementsKevin Meyer
2020-05-26LibLine: Use LibC's getline() when the terminal claims no support for escape ...AnotherTest
2020-05-26Browser: Add option in DownloadWidget to open download's in folderFalseHonesty
2020-05-26LibWeb: The line-height should not be multiplied by the glyph heightAndreas Kling
2020-05-26LibJS: Add Array.prototype.fillAngel
2020-05-26LibJS: Fix style inconsistencies in AST.h (#2403)Emanuele Torre
2020-05-26LibJS: Fix incorrect token column values (#2401)Paul Redmond
2020-05-26LibWeb: Implement immediate execution in HTMLScriptElement preparationAndreas Kling
2020-05-26LibWeb: Allow HTML tokenizer to emit more than one tokenAndreas Kling
2020-05-26Browser: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26js: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26LibJS: Add Error::source_location_hint()Linus Groh
2020-05-26LibJS: Only log exception throw information on SerenityLinus Groh
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Base: Document the sigaction promiseSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-26Kernel: Introduce "sigaction" pledgeSergey Bugaev
2020-05-26LibC: Ensure abort() doesn't returnSergey Bugaev
2020-05-26LibC: Mark _exit() as noreturnSergey Bugaev
2020-05-26LibC: Remove endless loop after abort() callSergey Bugaev
2020-05-26Userland: Port sleep(1) to Core::ArgsParserSergey Bugaev
2020-05-26Build: Fix cmake test runner, so it knows when tests failBrian Gianforcaro
2020-05-26AK: Temporarily disable failing relative_paths tests in FileSystemPath suiteBrian Gianforcaro
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-26AK: Unify FlyString/StringView::ends_with implementation on StringUtils::ends...Brian Gianforcaro
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-05-26AK: Move String::ends_with implementation to StringUtilsBrian Gianforcaro
2020-05-26Meta: Add github link to the man pages from ReadMe.mdBrian Gianforcaro