summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-01LibWeb: Add MediaListSam Atkins
2021-10-01LibWeb: Partially implement MediaQuery class :^)Sam Atkins
2021-10-01LibWeb: Flexbox: Check for relative resolvability on the cross axisTobias Christiansen
2021-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
2021-10-01LibWeb: Check for HTML integration points in the tree constructorLuke Wilde
2021-10-01LibJS: Take a pointer in get_or_prune_cached_prototype_transition()Ali Mohammad Pur
2021-10-01Spreadsheet: Add a toolbarSamuel Bowman
2021-10-01Spreadsheet: Store actions in member variables on SpreadsheetWidgetSamuel Bowman
2021-10-01Spreadsheet: Move menu and action code to initialize_menubar()Samuel Bowman
2021-10-01LibJS: Remove transition avoidance & start caching prototype transitionsAndreas Kling
2021-10-01LibWeb: Implement MediaQueryList.onchangeLuke Wilde
2021-10-01LibMarkdown: Fix typo in variable nameNico Weber
2021-10-01Userland: Fix typosNico Weber
2021-10-01LibWeb: Implement AbortSignal.onabortLuke Wilde
2021-10-01Libraries: Fix typosNico Weber
2021-10-01Browser: Check m_console_client is non-null before dereferencing itIdan Horowitz
2021-10-01LibWeb: Implement HTMLStyleElement.sheetLuke Wilde
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz
2021-09-30LibJS: Fix that in Bytecode mode functions where not created anymoredavidot
2021-09-30SpreadSheet: Fix that non first sheets could not access global functionsdavidot
2021-09-30RequestServer: Avoid storing a strong reference to a socket in callbacksAli Mohammad Pur
2021-09-30RequestServer: Use an OwnPtr for the connection cache vectorAli Mohammad Pur
2021-09-30LibHTTP: Respect the 'Connection: close' header on keep-alive jobsAli Mohammad Pur
2021-09-30SpreadSheet: Fix that the js integration abused global objectsdavidot
2021-09-30LibJS: Fix switch skipping case evaluation when hitting the default casedavidot
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-30LibJS: Handle escaped keywords in more cases and handle 'await' labelsdavidot
2021-09-30LibJS: Allow multiple labels on the same statementdavidot
2021-09-30LibJS: Allow member expressions in binding patternsdavidot
2021-09-30LibJS: Disallow comma after rest parameter in formal parametersdavidot
2021-09-30LibJS: Make the default constructed reference invaliddavidot
2021-09-30LibJS + test-js: Get results from the global object directlydavidot
2021-09-30LibJS: Remove unused delete_variable method in VMdavidot
2021-09-30LibWeb: Fix null dereference when assigning an ImageStyleValue via JSAndreas Kling
2021-09-30LibWeb: Support Element.client{Top,Left,Width,Height}Andreas Kling
2021-09-30LibWeb: Support Element.matches(selectors)Andreas Kling
2021-09-30LibWeb: Support HTMLElement.offset{Width,Height}Andreas Kling
2021-09-30LibSymbolication+SystemMonitor: Show ELF object in stackRodrigo Tobar
2021-09-29LibJS: Convert internal_own_property_keys() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_delete() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_has_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_define_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_prevent_extensions() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_is_extensible() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-30LibWeb: Expose CSSStyleRule on the window objectAndreas Kling