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-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
2021-09-29
LibWeb: Implement ChildNode.remove
Luke Wilde
2021-09-29
LibWeb: Add initial support for the IDL [Unscopable] extended attribute
Luke Wilde
2021-09-29
LibWeb: Flexbox: Wrap inline Nodes if their parent is display: flex
Tobias Christiansen
2021-09-29
LibWeb: Make StyleSheetList.item an IDL getter
Luke Wilde
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
Kernel/PCI: Remove all macros and replace them with enum classes
Liav A
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel/PCI: Cache interrupt line and interrupt pin of a device
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-29
LibWeb: Add the missing EventInit property to Event constructor
Idan Horowitz
2021-09-29
LibWeb: Add support for converting IDL dictionaries to native structs
Idan Horowitz
2021-09-29
LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty
Idan Horowitz
2021-09-29
LibWeb: Add support for parsing IDL dictionaries
Idan Horowitz
2021-09-29
LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtr
Idan Horowitz
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
2021-09-29
LibWeb: Support window.screen{X,Y,Left,Top}
Andreas Kling
2021-09-28
LibWeb: Expose CSSStyleDeclaration on the window object
Andreas Kling
2021-09-28
WebContent: Coalesce paint invalidations to avoid spamming client
Andreas Kling
2021-09-28
LibJS: Avoid unnecessary HashMap copy in FunctionEnvironment
Andreas Kling
[prev]
[next]