| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -5/+5 |
* | Auto merge of #18888 - tigercosmos:xml, r=jdm | bors-servo | 2017-10-16 | 1 | -3/+28 |
|\ |
|
| * | use XML fragment serialization for outerHTML in XML documents | tigercosmos | 2017-10-16 | 1 | -1/+6 |
| * | use XML fragment serialization for innerHTML in XML documents | tigercosmos | 2017-10-16 | 1 | -2/+22 |
* | | Auto merge of #18886 - servo:urls, r=SimonSapin | bors-servo | 2017-10-15 | 1 | -20/+8 |
|\ \ |
|
| * | | Change AttrValue::Url to AttrValue::ResolvedUrl | Anthony Ramine | 2017-10-15 | 1 | -20/+8 |
| |/ |
|
* / | style: Hide LocalMatchingContext. | Emilio Cobos Álvarez | 2017-10-14 | 1 | -2/+2 |
|/ |
|
* | Remove an unused import, fix a warning. | Simon Sapin | 2017-10-13 | 1 | -2/+1 |
* | style: Share code for Element::Closest. | Emilio Cobos Álvarez | 2017-10-13 | 1 | -20/+12 |
* | style: Share code for Element::Matches. | Emilio Cobos Álvarez | 2017-10-13 | 1 | -12/+11 |
* | Remove usage of unstable feature try_from | Simon Sapin | 2017-10-12 | 1 | -7/+7 |
* | Fix URL attributes | Anthony Ramine | 2017-10-11 | 1 | -12/+21 |
* | Auto merge of #18790 - upsuper:scope, r=emilio | bors-servo | 2017-10-09 | 1 | -2/+7 |
|\ |
|
| * | Support :scope pseudo-class in Element::{matches,closest} in Servo | Xidorn Quan | 2017-10-09 | 1 | -2/+7 |
* | | ChildrenOnly -> ChildrenOnly(Option<QualName>) | Jyotsna Prakash | 2017-10-07 | 1 | -1/+4 |
|/ |
|
* | style: Use a SharedFontList object to store font-family values for Gecko. | Cameron McCormack | 2017-10-04 | 1 | -2/+3 |
* | Combine ReflowGoal and ReflowQueryType | Martin Robinson | 2017-09-30 | 1 | -8/+4 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -66/+66 |
* | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -16/+16 |
* | Rename LayoutJS<T> to LayoutDom<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
* | Rename MutNullableJS<T> to MutNullableDom<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -5/+5 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -2/+1 |
* | Auto merge of #18600 - servo:promises, r=<try> | bors-servo | 2017-09-22 | 1 | -19/+5 |
|\ |
|
| * | Use Promise::resolve_native in fullscreen tasks | Anthony Ramine | 2017-09-22 | 1 | -13/+3 |
| * | Make Promise::reject_error sound | Anthony Ramine | 2017-09-22 | 1 | -6/+2 |
* | | Implement an nth-index cache. | Bobby Holley | 2017-09-21 | 1 | -0/+4 |
|/ |
|
* | Introduce an NthIndexCache type and pipe it from ThreadLocalStyleContext to M... | Bobby Holley | 2017-09-20 | 1 | -2/+4 |
* | Introduce TaskOnce | Anthony Ramine | 2017-09-20 | 1 | -5/+5 |
* | Rename Task to TaskBox | Anthony Ramine | 2017-09-20 | 1 | -5/+5 |
* | Auto merge of #18533 - servo:TASKS, r=SimonSapin | bors-servo | 2017-09-18 | 1 | -5/+6 |
|\ |
|
| * | Move Task to its own module | Anthony Ramine | 2017-09-18 | 1 | -1/+2 |
| * | Rename Runnable to Task | Anthony Ramine | 2017-09-16 | 1 | -5/+5 |
* | | style: Make border-spacing serialization consistent, and move it to precomput... | Emilio Cobos Álvarez | 2017-09-17 | 1 | -4/+6 |
|/ |
|
* | Rename VirtualMethods::attribute_is_mapped | Anthony Ramine | 2017-09-07 | 1 | -2/+2 |
* | Handle dynamic font color change | P. Albrecht | 2017-09-07 | 1 | -0/+10 |
* | Auto merge of #18361 - toidiu:ak-18354, r=emilio | bors-servo | 2017-09-03 | 1 | -4/+0 |
|\ |
|
| * | move name implementation as default implementation to the trait and remove ov... | toidiu | 2017-09-03 | 1 | -4/+0 |
* | | Properly change the kind of the given attribute in SetAttributeNode | Anthony Ramine | 2017-09-03 | 1 | -5/+10 |
|/ |
|
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -3/+3 |
* | Enqueue attribute changed callback when replacing attr | Connor Brewster | 2017-08-14 | 1 | -0/+9 |
* | Track custom element state | Connor Brewster | 2017-08-09 | 1 | -0/+20 |
* | Handle exceptions during upgrades | Connor Brewster | 2017-08-09 | 1 | -6/+16 |
* | Add upgrade reaction | Connor Brewster | 2017-08-09 | 1 | -0/+4 |
* | Bug 1374233 - Part 5: Use NonNegativeLength and NonNegativeAu for border-spac... | Boris Chiou | 2017-08-04 | 1 | -1/+1 |
* | Replace all uses of the style::stylearc alias with servo_arc. | Michael Partheil | 2017-07-19 | 1 | -1/+1 |
* | Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdm | bors-servo | 2017-07-17 | 1 | -5/+53 |
|\ |
|
| * | Support custom element callback reactions | Connor Brewster | 2017-07-17 | 1 | -5/+53 |
* | | style: Respect calc for percentages. | Emilio Cobos Álvarez | 2017-07-14 | 1 | -3/+3 |
|/ |
|
* | Allow element prefix to be set | Connor Brewster | 2017-06-23 | 1 | -7/+13 |