aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-33/+37
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-3/+3
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-5/+5
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-11/+13
* `cargo fix --edition`Simon Sapin2018-11-061-30/+30
* Format script componentchansuke2018-09-191-102/+157
* introduce layout query timestampcsmoe2018-03-181-3/+2