aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+1
* Stop using u/i suffixes in layout.Ms2ger2015-04-021-1/+0
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-17/+22
* Remove old_path usage from layout.Ms2ger2015-03-251-1/+0
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+2
* auto merge of #5296 : servo/servo/unsafe_code, r=Ms2gerbors-servo2015-03-211-1/+1
|\
| * Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* | Replace most usage of std::old_io::File.Ms2ger2015-03-201-1/+1
|/
* Update some feature gates.Ms2ger2015-03-201-3/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-4/+5
* Fix memory leak in flow tree by adding weak refs.Jack Moffitt2015-03-161-0/+1
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-1/+2
* Get rid of servo_utilDan Fox2015-03-051-1/+1
* layout/layout_data.rs -> layout/data.rsDan Fox2015-03-031-1/+1
* Rename util.rs -> layout_data.rsDan Fox2015-03-031-1/+1
* Extract OpaqueNodeMethods to own fileDan Fox2015-03-031-0/+1
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-0/+1
* Move layout to libc from crates.io.Ms2ger2015-02-191-1/+0
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-2/+1
* Companion single Color patch.Adenilson Cavalcanti2015-02-131-1/+2
* Fix some warnings in layout.Ms2ger2015-02-121-2/+15
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-0/+1
* Import net as net rather than servo_net.Ms2ger2015-02-101-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-2/+0
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-5/+8
* CanvasRenderTask connected to LayoutEdit Balint2015-01-091-0/+2
* auto merge of #4575 : mttr/servo/warnings, r=jdmbors-servo2015-01-081-0/+1
|\
| * Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
* | Remove if_let feature gates.Ms2ger2015-01-081-1/+1
|/
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+0
* Remove obsolete attributes.Ms2ger2015-01-031-3/+0
* style: Address review comments relating to `bgcolor` and column spansPatrick Walton2014-12-151-0/+1
* style: Parse the legacy `border` attribute per the legacy HTML specification.Patrick Walton2014-12-151-2/+0
* layout: Implement basic lists and the CSS1 list properties.Patrick Walton2014-12-151-0/+1
* Updates WPT to expect newly passing testsMatthew Rasmus2014-12-051-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+2
* Remove unnecessary import of libgreenCameron Zwarich2014-11-101-1/+0
* layout: Largely move display list building out to a separate file.Patrick Walton2014-10-221-0/+1
* Removes duplicate CSS selector matching logic.Clark Gaebel2014-10-141-0/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-1/+2
* Factors out DOM traversal, keeping the code in `parallel` free of traversal-s...Clark Gaebel2014-10-101-0/+1
* Eliminate servo_util::atomKeegan McAllister2014-09-291-0/+3
* Rename macros crate to pluginsManish Goregaokar2014-09-231-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-4/+4
* layout: Remove `layout/extra.rs`.Patrick Walton2014-09-181-1/+0
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-4/+0
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-0/+4
* Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-0/+1
|\