aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add flag for sync/async CE creationConnor Brewster2017-06-231-3/+10
* Support `is` option when creating elementsConnor Brewster2017-06-231-2/+15
* Auto merge of #17385 - pyfisch:better-scroll, r=mrobinsonbors-servo2017-06-231-3/+3
|\
| * Fix several bugs related to scrollingPyfisch2017-06-191-3/+3
* | Auto merge of #17439 - bholley:compound_left_to_right, r=SimonSapinbors-servo2017-06-211-1/+1
|\ \
| * | Hoist sink into selectors.Bobby Holley2017-06-201-1/+1
* | | Fix crash when id attribute is set via SetAttributeNodeConnor Brewster2017-06-201-0/+4
|/ /
* / Untry scriptSimon Sapin2017-06-181-11/+11
|/
* style: Implement a more fine-grained invalidation method.Emilio Cobos Álvarez2017-06-131-2/+2
* Classes/IDs case-sensitivity: get quirks mode from matching context.Simon Sapin2017-06-131-12/+0
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-18/+25
* Hoist ApplicableDeclaration{Block,List} into a separate file.Bobby Holley2017-06-121-1/+1
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-4/+8
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+2
* Auto merge of #17219 - upsuper:currentcolor, r=Manishearth,birtlesbors-servo2017-06-071-8/+4
|\
| * Merge CSSColor into Color.Xidorn Quan2017-06-081-7/+4
| * Unify specified Color type between Stylo and Servo.Xidorn Quan2017-06-081-2/+1
* | script: Move extended_filtering to the style crate.Cameron McCormack2017-06-081-3/+6
|/
* Log element during selector matchingJ. Ryan Stinnett2017-06-071-0/+6
* Move the ancestor hashes out of Selector.Bobby Holley2017-06-051-2/+2
* Use BorderSideWidth for outline-widthAnthony Ramine2017-06-021-1/+1
* Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-15/+17
* style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-2/+2
* ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-181-0/+5
* Remove unused selectors::Element::each_classSimon Sapin2017-05-181-12/+0
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-5/+4
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-33/+26
* Auto merge of #16900 - emilio:pseudos, r=bholleybors-servo2017-05-171-5/+15
|\
| * Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-5/+15
* | Auto merge of #16883 - jdm:mutationobserver, r=jdmbors-servo2017-05-171-3/+15
|\ \ | |/ |/|
| * Mutation Observer APISumit2017-05-151-3/+15
* | Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-161-2/+2
|/
* Rename LayerImage to ImageLayer and make it a type aliasAnthony Ramine2017-05-151-4/+2
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-6/+6
|\
| * Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-5/+5
| |\
| | * Upgrade to html5ever 0.16Simon Sapin2017-05-021-5/+5
| * | Fix up script and layout.Bobby Holley2017-05-021-1/+1
| |/
* / Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-6/+6
|/
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+2
* Auto merge of #16530 - metajack:kill-domrectlist, r=noxbors-servo2017-04-241-5/+3
|\