aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-19/+0
* Remove get_unsigned_integer_attribute.Ms2ger2015-11-151-2/+0
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Update rust-selectorsSimon Sapin2015-06-261-1/+0
* Update rust-selectorsSimon Sapin2015-06-201-5/+5
* Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-1/+1
* Move textarea cols/rows to the new infrastructure.Ms2ger2015-05-121-2/+1
* Move table/td width to the new infrastructure.Ms2ger2015-05-121-3/+1
* Move get_attr and get_attrs into TElementAttributes.Ms2ger2015-05-101-1/+5
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Move bgcolor over to the new infrastructure.Ms2ger2015-04-261-3/+1
* Create a new infrastructure for presentational hints.Ms2ger2015-04-261-0/+5
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-48/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+2
* Implements :indeterminate pseudo-classMatthew Rasmus2014-12-161-0/+1
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-2/+3
* style: Parse the legacy `bgcolor` attribute per the HTML5 specification.Patrick Walton2014-12-151-2/+3
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-1/+3
* Implements the :checked pseudo-class for inputsMatthew Rasmus2014-12-081-0/+1
* more efficient preorder DOM traversalsClark Gaebel2014-10-211-1/+1
* auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwaltonbors-servo2014-10-141-0/+6
|\
| * try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-0/+6
* | layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-0/+6
* | script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-4/+10
|/
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-0/+1
* Incremental Style RecalcClark Gaebel2014-10-091-0/+6
* Support [*|attr], attribute selectors in any namespace (fixes #1558)Tim Taubert2014-10-081-0/+1
* Convert TNode / TElement to use self methods rather than &selfCameron Zwarich2014-09-301-18/+18
* Add Copy bounds to TNode / TElementCameron Zwarich2014-09-301-2/+2
* Refine a lifetime parameter on TElement's get_local_nameCameron Zwarich2014-09-301-2/+2
* Remove a prefix from a method name by manually resolving methodsCameron Zwarich2014-09-301-2/+1
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Remove the 'static lifetime parameters from TElement methodsCameron Zwarich2014-09-271-4/+4
* Add an extra lifetime parameter to TElement / TNodeCameron Zwarich2014-09-271-2/+2
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-11/+3
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-3/+11
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-1/+2
* Make use of the list of Atoms in ClassSelectorGilles Leblanc2014-09-111-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+34