index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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: 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 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: 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
LibWeb: Add the missing EventInit property to Event constructor
Idan Horowitz
2021-09-29
LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty
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
2021-09-28
LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope()
Andreas Kling
2021-09-28
LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObject
Andreas Kling
2021-09-28
LibTLS: Mark the connection as finished and disconnected on TLS error
Ali Mohammad Pur
2021-09-28
LibWeb: Implement the dns-prefetch and preconnect link relationships
Ali Mohammad Pur
2021-09-28
LibWeb: Use Document::parse_url() for preload links
Ali Mohammad Pur
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-28
LibDebug: Add missing `break` in AddressRanges::for_each_range()
Andreas Kling
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-28
LibDebug: Use DW_AT_ranges to get address ranges of DIEs
Itamar
2021-09-28
LibDebug: Support parsing non-contiguous DWARF address ranges
Itamar
2021-09-28
LibDebug: Add Dwarf::CompilationUnit::base_address()
Itamar
2021-09-28
LibWeb: Make URLSearchParams iterable
Idan Horowitz
2021-09-28
LibJS: Change create_iterator_result_object's return type to Object*
Idan Horowitz
2021-09-28
LibWeb: Add partial support for IDL Iterable declarations
Idan Horowitz
[next]