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-10-01
LibWeb: Add MediaList
Sam Atkins
2021-10-01
LibWeb: Partially implement MediaQuery class :^)
Sam Atkins
2021-10-01
LibWeb: Flexbox: Check for relative resolvability on the cross axis
Tobias Christiansen
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-10-01
LibWeb: Check for HTML integration points in the tree constructor
Luke Wilde
2021-10-01
LibJS: Take a pointer in get_or_prune_cached_prototype_transition()
Ali Mohammad Pur
2021-10-01
Spreadsheet: Add a toolbar
Samuel Bowman
2021-10-01
Spreadsheet: Store actions in member variables on SpreadsheetWidget
Samuel Bowman
2021-10-01
Spreadsheet: Move menu and action code to initialize_menubar()
Samuel Bowman
2021-10-01
LibJS: Remove transition avoidance & start caching prototype transitions
Andreas Kling
2021-10-01
LibWeb: Implement MediaQueryList.onchange
Luke Wilde
2021-10-01
LibMarkdown: Fix typo in variable name
Nico Weber
2021-10-01
Userland: Fix typos
Nico Weber
2021-10-01
LibWeb: Implement AbortSignal.onabort
Luke Wilde
2021-10-01
Libraries: Fix typos
Nico Weber
2021-10-01
Browser: Check m_console_client is non-null before dereferencing it
Idan Horowitz
2021-10-01
LibWeb: Implement HTMLStyleElement.sheet
Luke Wilde
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-30
LibJS: Fix that in Bytecode mode functions where not created anymore
davidot
2021-09-30
SpreadSheet: Fix that non first sheets could not access global functions
davidot
2021-09-30
RequestServer: Avoid storing a strong reference to a socket in callbacks
Ali Mohammad Pur
2021-09-30
RequestServer: Use an OwnPtr for the connection cache vector
Ali Mohammad Pur
2021-09-30
LibHTTP: Respect the 'Connection: close' header on keep-alive jobs
Ali Mohammad Pur
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
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
[next]