aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls
Commit message (Expand)AuthorAgeFilesLines
* Implement trusted types url setter (#36596)Tim van der Lippe18 hours1-2/+2
* Eagerly define interfaces on non-Window globals (#36604)Josh Matthews22 hours1-1/+1
* content/dom: set navigator.onLine attribute to `true` (#36560)Siddhant N Trivedi3 days2-2/+8
* media element: support seekable attribute (#36541)TIN TUN AUNG6 days1-1/+1
* canvas: Add "EnforceRange" attribute to CanvasImageData interface (#36546)Andrei Volykhin6 days1-7/+7
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau6 days1-0/+8
* Gate `window.trustedTypes` behind flag (#36511)Tim van der Lippe7 days1-0/+1
* async clipboard: implement `writeText` (#36498)Gae247 days2-1/+16
* Implement "Create a Trusted Type" algorithm (#36454)Tim van der Lippe9 days1-3/+3
* Update ProgressEvent to use doubles (#36487)Sebastian C9 days1-4/+4
* dom: should change media element's currentSrc to children source element's sr...TIN TUN AUNG11 days1-2/+2
* Implement `disabled` attribute for `<link rel="stylesheet">` (#36446)Oriol Brufau11 days1-2/+9
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-061-0/+26
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-056-0/+97
* Implement TestUtils (#36301)Sebastian C2025-04-041-0/+10
* script: Implement deprecated CSSStyleSheet members (#36313)Oriol Brufau2025-04-031-0/+11
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-011-1/+1
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-011-3/+3
* Implement CSSNestedDeclarations (#36248)Oriol Brufau2025-04-011-0/+13
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-2/+2
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-271-0/+62
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-5/+14
* script: Support converting JS values to Rc<Promise> with FromJSValConvertible...Josh Matthews2025-03-251-0/+1
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-232-2/+8
* script: Ensure promises are considered DOM interfaces when generating binding...Josh Matthews2025-03-231-0/+2
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-192-4/+4
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-191-3/+2
* Support align attribute on HTMLParagraphElement interface (#36054)Stephen Muss2025-03-191-2/+1
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-181-2/+2
* Implement declarative shadow dom (#34964)batu_hoang2025-03-172-0/+6
* script: Implement HTMLOptgroupElement::Label (#35970)Simon Wülker2025-03-141-2/+2
* Implement `ElementInternals::shadowRoot` (#35923)Simon Wülker2025-03-121-0/+3
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-101-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+1
* Add an about:memory page (#35728)webbeef2025-03-071-0/+19
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-271-0/+1
* bindings: Fix support for interface members in setlike/maplike. (#35651)Mukilan Thiyagarajan2025-02-274-2/+36
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-195-2/+72
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-192-3/+59
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+113
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-1813-12/+34
* window: avoid NonNull<JSObject> in NamedGetter (#35508)Gae242025-02-171-1/+1
* dom: expose obsolete `scheme` attribute for meta tag (#35505)Euclid Ye2025-02-171-3/+3
* script: implement HTMLHyperlinkElementUtils for HTMLAreaElement (#35482)shanehandley2025-02-161-1/+1
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-151-2/+0
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-131-1/+1
* Don't require index parameter in `CSSGroupingRule`'s `insertRule()` (#35295)Oriol Brufau2025-02-051-1/+1
* script: Implement the Bytes() method on Request and Response (#35250)shanehandley2025-02-021-0/+1
* Use "slot" attribute for slottable name (#35191)Simon Wülker2025-01-291-0/+1
* Script: implement `ReadableStreamBYOBReader::Read` (#35040)Taym Haddadi2025-01-271-1/+6