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-09-30
Kernel: Implement getsockopt(SO_TYPE)
Rodrigo Tobar
2021-09-30
Meta: Add David Tuin to the contributors list :^)
Linus Groh
2021-09-30
SpreadSheet: Fix that the js integration abused global objects
davidot
2021-09-30
LibJS: Fix switch skipping case evaluation when hitting the default case
davidot
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-30
LibJS: Handle escaped keywords in more cases and handle 'await' labels
davidot
2021-09-30
LibJS: Allow multiple labels on the same statement
davidot
2021-09-30
LibJS: Allow member expressions in binding patterns
davidot
2021-09-30
LibJS: Disallow comma after rest parameter in formal parameters
davidot
2021-09-30
LibJS: Make the default constructed reference invalid
davidot
2021-09-30
LibJS + test-js: Get results from the global object directly
davidot
2021-09-30
LibJS: Remove unused delete_variable method in VM
davidot
2021-09-30
Documentation: Add texinfo to build instructions
Nico Weber
2021-09-30
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
Andreas Kling
2021-09-30
LibWeb: Support Element.client{Top,Left,Width,Height}
Andreas Kling
2021-09-30
LibWeb: Support Element.matches(selectors)
Andreas Kling
2021-09-30
LibWeb: Support HTMLElement.offset{Width,Height}
Andreas Kling
2021-09-30
LibSymbolication+SystemMonitor: Show ELF object in stack
Rodrigo Tobar
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-30
LibWeb: Expose CSSStyleRule on the window object
Andreas Kling
2021-09-30
LibWeb: Reimplement the <style> element following the spec
Andreas Kling
2021-09-30
LibWeb: Add the CSSStyleRule interface with some limited functionality
Andreas Kling
2021-09-30
LibWeb: Add Node::in_a_document_tree()
Andreas Kling
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-09-29
LibGUI: Account for scrollbar width when calculating autoscroll delta
Marcus Nilsson
2021-09-29
LibWeb: Implement most of CSSStyleRule.insertRule()
Andreas Kling
2021-09-29
LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)
Andreas Kling
2021-09-29
LibWeb: Generate CSS::property_id_from_camel_case_string()
Andreas Kling
2021-09-29
LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-29
LibJS: Fix a typo in a comment in Object.h
Linus Groh
2021-09-29
PixelPaint: Add new icons for layer actions
Marcus Nilsson
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-09-29
LibWeb: Add the missing CustomEvent IDL constructor
Idan Horowitz
2021-09-29
LibWeb: Add support for custom #import IDL statements
Idan Horowitz
2021-09-29
LibWeb: Add CSSConditionRule
Sam Atkins
2021-09-29
LibWeb: Add CSSGroupingRule
Sam Atkins
2021-09-29
LibWeb: Use a CSSRuleList inside CSSStyleSheet
Sam Atkins
2021-09-29
LibWeb: Add CSSRuleList
Sam Atkins
2021-09-29
LibRegex: Flatten bytecode before performing optimizations
Andreas Kling
[next]