| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add flag for sync/async CE creation | Connor Brewster | 2017-06-23 | 1 | -3/+10 |
* | Support `is` option when creating elements | Connor Brewster | 2017-06-23 | 1 | -2/+15 |
* | Auto merge of #17385 - pyfisch:better-scroll, r=mrobinson | bors-servo | 2017-06-23 | 1 | -3/+3 |
|\ |
|
| * | Fix several bugs related to scrolling | Pyfisch | 2017-06-19 | 1 | -3/+3 |
* | | Auto merge of #17439 - bholley:compound_left_to_right, r=SimonSapin | bors-servo | 2017-06-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Hoist sink into selectors. | Bobby Holley | 2017-06-20 | 1 | -1/+1 |
* | | | Fix crash when id attribute is set via SetAttributeNode | Connor Brewster | 2017-06-20 | 1 | -0/+4 |
|/ / |
|
* / | Untry script | Simon Sapin | 2017-06-18 | 1 | -11/+11 |
|/ |
|
* | style: Implement a more fine-grained invalidation method. | Emilio Cobos Álvarez | 2017-06-13 | 1 | -2/+2 |
* | Classes/IDs case-sensitivity: get quirks mode from matching context. | Simon Sapin | 2017-06-13 | 1 | -12/+0 |
* | ID and class selectors are ASCII case-insensitive in quirks mode. | Simon Sapin | 2017-06-12 | 1 | -18/+25 |
* | Hoist ApplicableDeclaration{Block,List} into a separate file. | Bobby Holley | 2017-06-12 | 1 | -1/+1 |
* | stylo: Support :hover and :active quirk | Nazım Can Altınova | 2017-06-10 | 1 | -4/+8 |
* | Thread ParseError return values through CSS parsing. | Josh Matthews | 2017-06-09 | 1 | -2/+2 |
* | Auto merge of #17219 - upsuper:currentcolor, r=Manishearth,birtles | bors-servo | 2017-06-07 | 1 | -8/+4 |
|\ |
|
| * | Merge CSSColor into Color. | Xidorn Quan | 2017-06-08 | 1 | -7/+4 |
| * | Unify specified Color type between Stylo and Servo. | Xidorn Quan | 2017-06-08 | 1 | -2/+1 |
* | | script: Move extended_filtering to the style crate. | Cameron McCormack | 2017-06-08 | 1 | -3/+6 |
|/ |
|
* | Log element during selector matching | J. Ryan Stinnett | 2017-06-07 | 1 | -0/+6 |
* | Move the ancestor hashes out of Selector. | Bobby Holley | 2017-06-05 | 1 | -2/+2 |
* | Use BorderSideWidth for outline-width | Anthony Ramine | 2017-06-02 | 1 | -1/+1 |
* | Look for relevant links while matching | J. Ryan Stinnett | 2017-05-24 | 1 | -15/+17 |
* | style: Refactor RestyleHint to be a struct. | Cameron McCormack | 2017-05-20 | 1 | -2/+2 |
* | ol[type=…] and li[type=…] preshints need to be case-sensitive | Simon Sapin | 2017-05-18 | 1 | -0/+5 |
* | Remove unused selectors::Element::each_class | Simon Sapin | 2017-05-18 | 1 | -12/+0 |
* | Shrink selectors::Component, add case-insensitive for other attr selectors | Simon Sapin | 2017-05-18 | 1 | -5/+4 |
* | Simplify rust-selectors API for attribute selectors | Simon Sapin | 2017-05-18 | 1 | -33/+26 |
* | Auto merge of #16900 - emilio:pseudos, r=bholley | bors-servo | 2017-05-17 | 1 | -5/+15 |
|\ |
|
| * | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r... | Emilio Cobos Álvarez | 2017-05-17 | 1 | -5/+15 |
* | | Auto merge of #16883 - jdm:mutationobserver, r=jdm | bors-servo | 2017-05-17 | 1 | -3/+15 |
|\ \
| |/
|/| |
|
| * | Mutation Observer API | Sumit | 2017-05-15 | 1 | -3/+15 |
* | | Create a MatchingContext to group related matching args | J. Ryan Stinnett | 2017-05-16 | 1 | -2/+2 |
|/ |
|
* | Rename LayerImage to ImageLayer and make it a type alias | Anthony Ramine | 2017-05-15 | 1 | -4/+2 |
* | Solving merge conficts related to the html5ever_atoms -> html5ever change | Christian Poveda | 2017-05-03 | 1 | -6/+6 |
|\ |
|
| * | Auto merge of #16689 - servo:m5e, r=nox | bors-servo | 2017-05-03 | 1 | -5/+5 |
| |\ |
|
| | * | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -5/+5 |
| * | | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
| |/ |
|
* / | Changed all prefixes from DOMString to the atomic Prefix from html5ever | Christian Poveda | 2017-05-03 | 1 | -6/+6 |
|/ |
|
* | Propagate quirks mode all the way to ParserContext | Anthony Ramine | 2017-04-27 | 1 | -1/+2 |
* | Auto merge of #16530 - metajack:kill-domrectlist, r=nox | bors-servo | 2017-04-24 | 1 | -5/+3 |
|\ |
|