aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Refactor some window_from_node calls based on feedbackArseniy Ivanov2017-02-031-20/+30
* Extend window presence checks to non-native event handlersArseniy Ivanov2017-02-031-10/+40
* Implement CSSStyleRule.styleKeith Yeung2016-12-171-3/+6
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-14/+14
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-4/+3
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-2/+2
* Reorder `use` statementsUK9922016-09-091-1/+1
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-0/+39
* Remove the custom PartialEq implementations on TypeId enumsAnthony Ramine2016-05-171-23/+0
* Removed unused importsPer Lundberg2016-05-151-1/+0