aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* extract querymsg from ReflowGoalmoe2018-03-171-2/+2
* Minor cleanup of element.innerTextFernando Jiménez Moreno2018-02-201-2/+1
* Implement element.innerText setterFernando Jiménez Moreno2018-02-161-2/+58
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-0/+24
* Expand InputType to cover all possible typesJon Leighton2017-12-061-2/+2
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Add implementation for itemprop and itemtypeVijay Hebbar2017-11-061-0/+46
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-6/+6
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-6/+6
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-6/+6
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Remove usage of unstable feature ascii_ctypesSimon Sapin2017-10-111-3/+11
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-11/+11
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* Minor refactorings for 'data-' attribute logic.Corey Farwell2017-07-291-6/+9
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-6/+4
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+4
|/