aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/legacy.rs
Commit message (Expand)AuthorAgeFilesLines
* Move the from_declaration to its only caller and remove the empty legacy module.Ms2ger2015-11-151-17/+0
* Inline PresentationalHintSynthesis::synthesize_presentational_hints_for_legac...Ms2ger2015-11-151-35/+0
* Remove get_unsigned_integer_attribute.Ms2ger2015-11-151-8/+0
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Update rust-selectorsSimon Sapin2015-06-261-11/+7
* Update rust-selectorsSimon Sapin2015-06-201-7/+7
* Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-1/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-14/+8
* Move table border to the new infrastructure.Ms2ger2015-05-121-63/+1
* Move textarea cols/rows to the new infrastructure.Ms2ger2015-05-121-39/+1
* Move table/td width to the new infrastructure.Ms2ger2015-05-121-49/+0
* Move input size to the new infrastructure.Ms2ger2015-05-111-21/+0
* Move table cellspacing to the new infrastructure.Ms2ger2015-05-111-18/+1
* layout: Implement `<table width>` and `<center>`.Patrick Walton2015-05-111-15/+41
* Move get_attr and get_attrs into TElementAttributes.Ms2ger2015-05-101-4/+4
* Use i32 instead of isize in Au methods.Simon Sapin2015-05-051-2/+2
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-13/+13
* Implement Clone for Copy types.Ms2ger2015-04-281-3/+3
* Move bgcolor over to the new infrastructure.Ms2ger2015-04-261-58/+0
* Create a new infrastructure for presentational hints.Ms2ger2015-04-261-0/+8
* style: Disregard the `size` attribute for input elements other than textPatrick Walton2015-04-241-17/+15
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-2/+2
* Stop using int and uint in style.Ms2ger2015-04-051-3/+3
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-8/+6
* layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacyPatrick Walton2015-03-121-1/+18
* Refactor style::values::specified::Length to store length by kind (absolute, ...James Gilbertson2015-03-051-6/+6
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-19/+30
* Do "computed value" calculation with a trait with an associated type.Simon Sapin2015-02-201-5/+11
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-3/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
* Port to the new cssparser.Simon Sapin2015-01-211-16/+17
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+4
* auto merge of #4342 : jdm/servo/cssom, r=jdm,metajackbors-servo2014-12-181-1/+2
|\
| * Add a ton of properties and improve a bunch of serialization.Josh Matthews2014-12-181-1/+2
* | style: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-8/+5
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-27/+30
* Makes layout respect <textarea> rows attributeMatthew Rasmus2014-12-161-3/+17
* Makes layout respect <textarea> cols attributeMatthew Rasmus2014-12-161-0/+18
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-18/+5
* style: Implement basic column spans.Patrick Walton2014-12-151-1/+12
* style: Parse the legacy `bgcolor` attribute per the HTML5 specification.Patrick Walton2014-12-151-3/+67
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-2/+56
* style: Move presentational hint synthesis into `legacy.rs`.Patrick Walton2014-12-151-0/+79
* layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-0/+19