aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove :-servo-case-sensitive-type-attr()Ian Moody2019-04-181-4/+0
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-0/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-12/+12
* ReformatSimon Sapin2019-02-261-7/+8
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-35/+25
* Fix servo build.Emilio Cobos Álvarez2019-02-101-25/+35
* Implement cannot navigateCYBAI2019-01-231-0/+12
* Parse url in getter methodShanavas M2019-01-141-6/+6
* Set url attributeShanavas M2019-01-141-5/+10
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-25/+15
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-14/+14
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-13/+31
* Fix Servo build.Emilio Cobos Álvarez2019-01-071-2/+4
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Serialize the children of void html elements as empty stringsGeorge Roman2019-01-031-1/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-14/+11
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-8/+7
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-16/+16
* Reorder importsPyfisch2018-11-061-16/+26
* Format remaining filesPyfisch2018-11-061-7/+9
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-74/+74
* Format script componentchansuke2018-09-191-550/+738
* Fix Servo build.Emilio Cobos Álvarez2018-09-181-1/+4
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-8/+0
* Implement support for Element.toggleAttributeJonathan Kingston2018-06-211-0/+37
* MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-021-3/+3
* Notify the embedder when it should display or hide an IMEFabrice Desré2018-04-211-0/+17
* style: Add infrastructure to match :host.Emilio Cobos Álvarez2018-03-141-0/+8
* style: Tidy a couple things.Emilio Cobos Álvarez2018-03-141-1/+0
* Auto merge of #20012 - alexfjw:avoid_Window-GetComputedStyle_when_checking_fo...bors-servo2018-02-271-1/+1
|\
| * Avoid `Window::GetComputedStyle` when checking for `display: none`Alex Fong2018-02-261-2/+2
* | selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-4/+4
* | Implement element.innerText getterFernando Jiménez Moreno2018-02-131-1/+1
|/
* Auto merge of #19878 - emilio:slotted-slot, r=noxbors-servo2018-01-291-1/+9
|\
| * selectors: Never match ::slotted on <slot>s.Emilio Cobos Álvarez2018-01-271-1/+9
* | script: Move `style` as Element methodCYBAI2018-01-281-12/+14
* | Add layout RPC query for getting an element's styleJon Leighton2018-01-281-32/+30
|/
* Auto merge of #19803 - jonleighton:issue-19765, r=emiliobors-servo2018-01-191-4/+5
|\
| * Implement Element::has_css_layout_box()Jon Leighton2018-01-181-4/+5
* | style: Track the visited-handling-mode on the MatchingContext.Emilio Cobos Álvarez2018-01-191-2/+0
|/
* selectors: Simplify :visited by only using the "is inside link" information.Emilio Cobos Álvarez2017-12-081-2/+3
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-4/+4
* style: Move font-family outside of makoCYBAI2017-11-261-3/+3
* Auto merge of #19127 - tigercosmos:overflow10, r=emiliobors-servo2017-11-121-3/+48
|\
| * scroll, SetScrollTop, SetScrollLeft in `dom-element-scroll` with testtigercosmos2017-11-121-3/+48
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
|/
* fix overflow_y_is_visible()tigercosmos2017-11-061-2/+3
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-30/+29