summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2022-01-22LibJS: Add host layering point related to modules to VMdavidot
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2021-12-14LibWeb: Replace incorrect empty Optional return with ByteBufferLinus Groh
2021-12-14LibWeb: Remove dbgln() left from debugging :^)Linus Groh
2021-12-14LibWeb: Implement "get a copy of the bytes held by the buffer source"Linus Groh
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-12-12LibWeb: Add the TextEncoder interfaceLinus Groh
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-10-31LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOrTimothy Flynn
2021-10-31LibWeb: Convert the Navigator object to ThrowCompletionOrTimothy Flynn
2021-10-31LibWeb: Convert the CSS namespace object to ThrowCompletionOrTimothy Flynn
2021-10-31LibWeb: Convert the Window object to ThrowCompletionOrTimothy Flynn
2021-10-31LibWeb: Convert the Location object to ThrowCompletionOrTimothy Flynn
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTERIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-11LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.orgLinus Groh
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-10LibWeb: Handle JS exceptions slightly sooner in CSS.escape()Andreas Kling
2021-10-08LibWeb: Implement `CSS.supports(string)` function :^)Sam Atkins
2021-10-08LibWeb: Implement 2-argument version of CSS.supports()Sam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-04LibWeb: Implement window.location's stringifierIdan Horowitz
2021-10-04LibWeb: Make WindowObject::clear_interval() call correct functionAndreas Kling
2021-10-04LibWeb: Add basic support for script string argument to setInterval()Linus Groh
2021-10-04LibWeb: Add basic support for script string argument to setTimeout()Linus Groh
2021-10-04LibJS: Convert set_immutable_prototype() to ThrowCompletionOrLinus Groh
2021-10-03LibWeb: Basic support for location.replace(url)Andreas Kling
2021-10-03LibJS: Convert Object::set() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-10-02LibJS: Put zombie cell tracking code behind a compile-time flagAndreas Kling
2021-10-02LibJS+LibWeb: Use Object::set_prototype() in more placesLinus Groh
2021-10-02LibWeb: Implement Navigator.cookieEnabledLinus Groh
2021-10-01LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCaseAndreas Kling