aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+21
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-28/+26
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-1/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-12/+12
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-17/+25
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-6/+6
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-17/+17
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-3/+3
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-5/+6
* clippy: Fix warnings in `components/script` & `components/webgpu` (#33653)tanishka2024-10-051-1/+3
* Layout: Implement innerText/outerText (#33312)Ben2024-09-241-48/+154
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-2/+2
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-291-0/+11
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-2/+2
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-29/+215
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-4/+5
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-24/+16
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-10-021-1/+1
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Make the `dir` attribute's getter follow the spec (#30435)Ennui Langeweile2023-09-271-5/+5
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-7/+0
* Refactor the `translatable` attribute lightly (#30430)Ennui Langeweile2023-09-261-2/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+16
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+5
* Implements HTMLDetailsElement toggleVincent Ricard2020-09-261-0/+61
* Update document focus when element focusability changes.Josh Matthews2020-06-151-55/+1
* Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-6/+2
* Add a dummy implementation of contentEditableAlan Jeffrey2020-04-211-0/+21
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Use map_or and fix manifestDmitry Kolupaev2020-02-251-0/+1
* Add special case directionality of phone inputDmitry Kolupaev2020-02-251-0/+6
* Remove recursiveness from directionality searchDmitry Kolupaev2020-02-251-9/+8
* Simplify node#parent_directionalityDmitry Kolupaev2020-02-251-1/+4
* Rearrange directionality algorithm functionsDmitry Kolupaev2020-02-251-2/+36
* Implement dirname for form submit and directionality for elementDmitry Kolupaev2020-02-251-0/+5
* Auto merge of #25488 - pshaughn:clickactivate, r=jdmbors-servo2020-02-131-10/+11
|\
| * Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-10/+11
* | Auto merge of #25629 - pshaughn:reflect_translate, r=jdmbors-servo2020-02-131-0/+17
|\ \
| * | Translate attribute and its inheritance semanticsPatrick Shaughnessy2020-02-121-0/+17
| |/
* / Error and resize get special getter/setters for reflectionPatrick Shaughnessy2020-01-301-15/+45
|/