summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-09-30LibWeb: Reimplement the <style> element following the specAndreas Kling
2021-09-30LibWeb: Add the CSSStyleRule interface with some limited functionalityAndreas Kling
2021-09-30LibWeb: Add Node::in_a_document_tree()Andreas Kling
2021-09-29LibGUI: Implement automatic scrolling in AbstractViewMarcus Nilsson
2021-09-29LibGUI: Account for scrollbar width when calculating autoscroll deltaMarcus Nilsson
2021-09-29LibWeb: Implement most of CSSStyleRule.insertRule()Andreas Kling
2021-09-29LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)Andreas Kling
2021-09-29LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIsAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-29LibJS: Fix a typo in a comment in Object.hLinus Groh
2021-09-29PixelPaint: Add new icons for layer actionsMarcus Nilsson
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-29LibWeb: Add the missing CustomEvent IDL constructorIdan Horowitz