aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* Auto merge of #18888 - tigercosmos:xml, r=jdmbors-servo2017-10-161-3/+28
|\
| * use XML fragment serialization for outerHTML in XML documentstigercosmos2017-10-161-1/+6
| * use XML fragment serialization for innerHTML in XML documentstigercosmos2017-10-161-2/+22
* | Auto merge of #18886 - servo:urls, r=SimonSapinbors-servo2017-10-151-20/+8
|\ \
| * | Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-20/+8
| |/
* / style: Hide LocalMatchingContext.Emilio Cobos Álvarez2017-10-141-2/+2
|/
* Remove an unused import, fix a warning.Simon Sapin2017-10-131-2/+1
* style: Share code for Element::Closest.Emilio Cobos Álvarez2017-10-131-20/+12
* style: Share code for Element::Matches.Emilio Cobos Álvarez2017-10-131-12/+11
* Remove usage of unstable feature try_fromSimon Sapin2017-10-121-7/+7
* Fix URL attributesAnthony Ramine2017-10-111-12/+21
* Auto merge of #18790 - upsuper:scope, r=emiliobors-servo2017-10-091-2/+7
|\
| * Support :scope pseudo-class in Element::{matches,closest} in ServoXidorn Quan2017-10-091-2/+7
* | ChildrenOnly -> ChildrenOnly(Option<QualName>)Jyotsna Prakash2017-10-071-1/+4
|/
* style: Use a SharedFontList object to store font-family values for Gecko.Cameron McCormack2017-10-041-2/+3
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-8/+4
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-66/+66
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-16/+16
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Auto merge of #18600 - servo:promises, r=<try>bors-servo2017-09-221-19/+5
|\
| * Use Promise::resolve_native in fullscreen tasksAnthony Ramine2017-09-221-13/+3
| * Make Promise::reject_error soundAnthony Ramine2017-09-221-6/+2
* | Implement an nth-index cache.Bobby Holley2017-09-211-0/+4
|/
* Introduce an NthIndexCache type and pipe it from ThreadLocalStyleContext to M...Bobby Holley2017-09-201-2/+4
* Introduce TaskOnceAnthony Ramine2017-09-201-5/+5
* Rename Task to TaskBoxAnthony Ramine2017-09-201-5/+5
* Auto merge of #18533 - servo:TASKS, r=SimonSapinbors-servo2017-09-181-5/+6
|\
| * Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
| * Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* | style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-4/+6
|/
* Rename VirtualMethods::attribute_is_mappedAnthony Ramine2017-09-071-2/+2
* Handle dynamic font color changeP. Albrecht2017-09-071-0/+10
* Auto merge of #18361 - toidiu:ak-18354, r=emiliobors-servo2017-09-031-4/+0
|\
| * move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-4/+0
* | Properly change the kind of the given attribute in SetAttributeNodeAnthony Ramine2017-09-031-5/+10
|/
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Enqueue attribute changed callback when replacing attrConnor Brewster2017-08-141-0/+9
* Track custom element stateConnor Brewster2017-08-091-0/+20
* Handle exceptions during upgradesConnor Brewster2017-08-091-6/+16
* Add upgrade reactionConnor Brewster2017-08-091-0/+4
* Bug 1374233 - Part 5: Use NonNegativeLength and NonNegativeAu for border-spac...Boris Chiou2017-08-041-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdmbors-servo2017-07-171-5/+53
|\
| * Support custom element callback reactionsConnor Brewster2017-07-171-5/+53
* | style: Respect calc for percentages.Emilio Cobos Álvarez2017-07-141-3/+3
|/
* Allow element prefix to be setConnor Brewster2017-06-231-7/+13