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
2021-10-04
LibJS: Convert atomic_read_modify_write() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_atomic_access() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_integer_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert typed_array_create() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert initialize_typed_array_from_list() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_like() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert init_typed_array_from_array_buffer() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert validate_typed_array() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert define_properties() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
2021-10-04
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
Andreas Kling
2021-10-03
LibJS: Remove unused ExecutionContext::arguments_object
Andreas Kling
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-10-03
LibWeb: Basic support for location.replace(url)
Andreas Kling
2021-10-03
LibWeb: Run clang-format on HTMLAreaElement.cpp
Linus Groh
2021-10-03
LibJS: Remove unused TemporaryChange include from Object.cpp
Linus Groh
2021-10-03
LibWeb: Make the URL.port setter return after assigning the empty string
Andreas Kling
2021-10-03
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
Andreas Kling
2021-10-03
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert test_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert delete_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_method_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert is_extensible() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert install_error_cause() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Use MUST() where applicable
Linus Groh
2021-10-03
LibJS: Add a MUST() macro, like TRY() but for the spec's `!` shortcut
Linus Groh
2021-10-03
LibRegex: Use a match table for character classes
Ali Mohammad Pur
2021-10-03
LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables
Andreas Kling
2021-10-03
Base: Extend Katica by German characters
Ben Wiederhake
2021-10-03
LibWeb: Remove unnecessary `this` capture in RequestAnimationFrameDriver
Andreas Kling
2021-10-03
LibWeb: Remove pointless brackets from Length::to_string()
Andreas Kling
2021-10-03
LibWeb: Make ColorStyleValue serialization spec compliant
Andreas Kling
2021-10-03
LibWeb: Fix that $0 was no longer accessible
davidot
2021-10-03
LibJS: Fix improper usages of forward as flagged by SonarCloud
davidot
2021-10-03
LibJS: Fix that the interpreter did not clear the unwind status
davidot
2021-10-03
js: Allow for completion of lexically declared variables
davidot
2021-10-03
js: Fix that auto completion of properties failed
davidot
[prev]
[next]