index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-05-30
LibJS: Throw a TypeError when an arrow function is used as a constructor
Jack Karamanian
2020-05-30
LibJS: Don't define the "prototype" property for arrow functions
Jack Karamanian
2020-05-30
LibJS: Set the bound |this| value to the |this| value of the current
Jack Karamanian
2020-05-30
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
Jack Karamanian
2020-05-30
LibJS: Remove unnecessary explicit from the 3 argument Function
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-29
LibJS: Add all remaining tokens to MarkupGenerator's style converter
FalseHonesty
2020-05-29
LibGUI: Fix cursor being out of view after typing
FalseHonesty
2020-05-29
LibGUI: Fix TextEditor crashing when selecting a blank line
FalseHonesty
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-29
LibCrypto: Format all files with clang-format 10
AnotherTest
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-29
LibJS: Parse labels in continue and break statements
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-29
LibJS: New expressions look for expressions with correct precedence
Matthew Olsson
2020-05-29
LibJS: Make Object::invoke() non-const
Linus Groh
2020-05-29
LibJS: Add Array.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object::invoke()
Linus Groh
2020-05-29
LibLine: Remove unused header in Span.h
Emanuele Torre
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibJS: Fix conditional expression precedence
Matthew Olsson
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-29
LibCore: Do not assert that we can start the RPC server
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-29
LibJS: Throw in strict mode when assigning property to primitive value
Linus Groh
2020-05-28
LibWeb: Add a way to stop the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Implement more of the "after body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse comments in the "in body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Implement a bunch more script-related tokenization states
Andreas Kling
2020-05-28
LibWeb: Add HTMLToken::make_character()
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
LibWeb: Fix HTMLDocumentParser build
Andreas Kling
2020-05-28
LibWeb: Remove a misplaced call to close_a_p_element() in "in body"
Andreas Kling
2020-05-28
LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"
Andreas Kling
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax error
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibJS: Fix out-of-range error in Parser::Error::source_location_hint
Matthew Olsson
2020-05-28
LibC: run clang-format on getopt.h to remove tab characters
Emanuele Torre
2020-05-28
LibWeb: replace some tab characters with spaces
Emanuele Torre
2020-05-28
LibWeb: Fall back to block layout for unimplemented CSS display values
Andreas Kling
[next]