aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/wrapper_traits.rs
Commit message (Expand)AuthorAgeFilesLines
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-0/+3
* Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-2/+0
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-3/+3
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-3/+3
* | Bug 1364412: Use the pseudo selector to reject state selectors. r=bholleyEmilio Cobos Álvarez2017-05-161-0/+2
|/
* Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-121-1/+5
|\
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+5
* | Fix typo for PresentationalHintsSynthesizerTing-Yu Lin2017-05-101-2/+2
|/
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Fix up script and layout.Bobby Holley2017-05-021-1/+1
|/
* Eliminate ScrollRootIdMartin Robinson2017-04-201-3/+5
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-2/+5
* Use a more compact representation to store eager pseudo-elements.Bobby Holley2017-04-031-19/+15
* Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-3/+6
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-0/+2
* style: Kill SharedStyleContext::default_computed_values.Emilio Cobos Álvarez2017-03-141-3/+1
* Add support for skipping display fixup for pseudos.Boris Zbarsky2017-03-131-2/+2
* Allow the ComputedValues in ComputedStyle to be null.Bobby Holley2017-02-101-7/+7
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-1/+10
* Fix some warnings.Ms2ger2017-01-101-1/+1
* Bug 1325734 - Remove Servo Layout's dependency on the initial-ness of the sty...Bobby Holley2017-01-091-2/+9
* Don't inherit all properties for pre-computed pseudos if there are no matchin...Cameron McCormack2017-01-091-1/+1
* Bug 1298588 part 9, servo piece. Pass through useful default styles to casca...Boris Zbarsky2017-01-041-1/+3
* Switch to crates.io for atomic_refcell.Bobby Holley2017-01-031-1/+1
* Auto merge of #14518 - mbrubeck:rowspan2, r=notriddlebors-servo2016-12-261-0/+2
|\
| * Add the HTMLTableCellElement::rowspan propertyMatt Brubeck2016-12-141-0/+2
* | Make Restyle tracking more granular.Bobby Holley2016-12-091-14/+14
|/
* Reimplement scrolling to fragmentsMartin Robinson2016-11-291-1/+15
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-21/+25
* Remove SelectorImpl aliasesSimon Sapin2016-11-221-3/+3
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-4/+2
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+2
* | Eliminate HAS_CHANGED in favor of explicit RestyleDamage.Bobby Holley2016-11-161-2/+0
* | Remove TDocument from the style and layout crates.Bobby Holley2016-11-141-5/+1
|/
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-2/+1
* Concurrent rule tree, v1Emilio Cobos Álvarez2016-11-051-5/+6
* Update to string-cache 0.3Simon Sapin2016-11-031-5/+5
* Drop style data from descendants on display:none.Bobby Holley2016-11-011-0/+1
* Replace begin_styling with a centralized mechanism to set a node up for eithe...Bobby Holley2016-11-011-2/+2
* Rename NodeData and associated data structures to Element*.Bobby Holley2016-10-291-3/+3
* Hoist most styling functionality from TNode to TElement.Bobby Holley2016-10-291-5/+6
* Move core pseudo-element handling to ThreadSafeLayoutElement.Bobby Holley2016-10-281-112/+134
* Don't traverse text nodes during styling.Bobby Holley2016-10-271-0/+2
* Hoist RestyleDamage onto TElement.Bobby Holley2016-10-271-1/+1
* Teach Servo to compute text node style from layout.Bobby Holley2016-10-271-4/+27
* layout: Add a new cascading mode that inherits all properties, evenPatrick Walton2016-10-261-3/+4
* Rearrange some data structures in preparation for the new incremental restyle...Bobby Holley2016-10-211-33/+18
* Auto merge of #13848 - mrobinson:remove-layers, r=glennwbors-servo2016-10-211-16/+1
|\