summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2022-05-13LibWeb: Add window.clientInformation propertyReimarPB
2022-05-11LibWeb: Add CSSSupportsRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSMediaRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSImportRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSConditionRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSGroupingRule wrapperSam Atkins
2022-05-11LibWeb: Add MediaList wrapperSam Atkins
2022-04-11LibWeb: Add SVGDefsElementSimon Danner
2022-04-10LibWeb: Sketch out a very basic SVG <clipPath> elementAndreas Kling
2022-04-06LibWeb: Add basic constructor/prototype to exotic objectsIgor Pissolati
2022-04-04LibWeb: Use correct global object in legacy factoriesIgor Pissolati
2022-04-04LibWeb: Add legacy Option factory functionIgor Pissolati
2022-04-04LibWeb: Add spec comments to ImageConstructor::construct()Igor Pissolati
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Expose IdleDeadline on the window objectSimon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-27LibWeb: Add fast-paths for wrapping already-wrapped C++ objectsAndreas Kling
2022-03-26LibWeb: Support navigator.javaEnabled() (always false)Andreas Kling
2022-03-20LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()Andreas Kling
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner
2022-03-10LibWeb: Add window.sessionStoragePaul Wratt
2022-03-09LibWeb: Add support for DOM's TreeWalkerAndreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-09LibWeb: Allow returning JS::ThrowCompletionOr<T> from wrapped functionsAndreas Kling
2022-03-08LibWeb: Implement the WindowProxy exotic objectLinus Groh
2022-03-08LibWeb: Implement 'cross-origin accessible window property name' conceptLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-06LibWeb: Implement the remaining LocationObject internal methodsLinus Groh
2022-03-06LibWeb: Implement the CrossOriginOwnPropertyKeys AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginSet AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginGet AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginGetOwnPropertyHelper AOLinus Groh
2022-03-06LibWeb: Implement the IsPlatformObjectSameOrigin AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginPropertyFallback AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginProperties AOLinus Groh
2022-03-06LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slotLinus Groh
2022-03-05LibWeb: Implement LocationObject URL part getters closer to specLinus Groh
2022-03-05LibWeb: Add LocationObject::url()Linus Groh
2022-03-05LibWeb: Add LocationObject::relevant_document()Linus Groh
2022-03-05LibWeb: Add spec comments to LocationObjectLinus Groh
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy Flynn
2022-03-04LibWeb: Allow calling invoke-a-callback with an existing argument listTimothy Flynn
2022-03-01LibWeb: Add origin property to window objectAlex M
2022-02-26LibWeb: Add simple ad-hoc version of window.postMessage()Andreas Kling
2022-02-26LibWeb: Reorganize window.parent so it looks a bit more like the specAndreas Kling