summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-30LibJS: Throw a TypeError when an arrow function is used as a constructorJack Karamanian
2020-05-30LibJS: Don't define the "prototype" property for arrow functionsJack Karamanian
2020-05-30LibJS: Set the bound |this| value to the |this| value of the currentJack Karamanian
2020-05-30LibJS: Track whether ScriptFunctions and FunctionExpressions are arrowJack Karamanian
2020-05-30LibJS: Remove unnecessary explicit from the 3 argument FunctionJack Karamanian
2020-05-30LibJS: Object.getOwnPropertyDescriptor works properly with accessorsMatthew Olsson
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-30Lagom: Adjust AK, LibCore and LibTLS to build on MacOSMarcin Gasperowicz
2020-05-30LibJS: Parse arrow function expression with correct precedenceMarcin Gasperowicz
2020-05-30LibMarkdown: Change internal MD API to return OwnPtrsFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-29LibJS: Add all remaining tokens to MarkupGenerator's style converterFalseHonesty
2020-05-29LibGUI: Fix cursor being out of view after typingFalseHonesty
2020-05-29LibGUI: Fix TextEditor crashing when selecting a blank lineFalseHonesty
2020-05-29LibCrypto: Fix some issues preventing compilation w/ clang 10AnotherTest
2020-05-29LibCrypto: Format all files with clang-format 10AnotherTest
2020-05-29LibJS: Integrate labels into the InterpreterMatthew Olsson
2020-05-29LibJS: Parse labels in continue and break statementsMatthew Olsson
2020-05-29LibJS: Parse labelled statementsMatthew Olsson
2020-05-29LibJS: New expressions look for expressions with correct precedenceMatthew Olsson
2020-05-29LibJS: Make Object::invoke() non-constLinus Groh
2020-05-29LibJS: Add Array.prototype.toLocaleString()Linus Groh
2020-05-29LibJS: Add Object.prototype.toLocaleString()Linus Groh
2020-05-29LibJS: Add Object::invoke()Linus Groh
2020-05-29LibLine: Remove unused header in Span.hEmanuele Torre
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29LibJS: Fix conditional expression precedenceMatthew Olsson
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-29LibCore: Do not assert that we can start the RPC serverSergey Bugaev
2020-05-29Kernel: Support read-only filesystem mountsSergey Bugaev
2020-05-29Kernel+LibC: Move O_* and MS_* flags to UnixTypes.hSergey Bugaev
2020-05-29LibJS: Throw in strict mode when assigning property to primitive valueLinus Groh
2020-05-28LibWeb: Add a way to stop the new HTML parserAndreas Kling
2020-05-28LibWeb: Implement more of the "after body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse comments in the "in body" insertion modeAndreas Kling
2020-05-28LibWeb: Implement a bunch more script-related tokenization statesAndreas Kling
2020-05-28LibWeb: Add HTMLToken::make_character()Andreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibWeb: Fix HTMLDocumentParser buildAndreas Kling
2020-05-28LibWeb: Remove a misplaced call to close_a_p_element() in "in body"Andreas Kling
2020-05-28LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"Andreas Kling
2020-05-28LibJS: Implement standard semantics for relational operators (#2417)Marcin Gasperowicz
2020-05-28LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax errorMatthew Olsson
2020-05-28LibJS: Add strict modeMatthew Olsson
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
2020-05-28LibJS: Fix out-of-range error in Parser::Error::source_location_hintMatthew Olsson
2020-05-28LibC: run clang-format on getopt.h to remove tab charactersEmanuele Torre
2020-05-28LibWeb: replace some tab characters with spacesEmanuele Torre
2020-05-28LibWeb: Fall back to block layout for unimplemented CSS display valuesAndreas Kling