aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactored image cache task - details below.Glenn Watson2015-04-231-6/+48
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-1/+1
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-6/+14
* Use u32 for generation numbers.Ms2ger2015-03-281-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Fix broken viewport percentage length units after a viewport resize.James Gilbertson2015-03-081-0/+7
* Get rid of servo_utilDan Fox2015-03-051-1/+1
* Use boxed::into_raw in create_or_get_local_context.Ms2ger2015-02-121-2/+2
* 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
* Opt-in rather than opt-out to unsafe blocks in layout.Ms2ger2015-02-081-0/+2
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Don't shadow lifetimes in layout.Ms2ger2015-01-281-3/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+4
* Remove transmutes in LayoutContext.Ms2ger2015-01-091-6/+6
* Fix `non_upper_case_globals` warningsMatthew Rasmus2015-01-081-2/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-12/+10
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-4/+0
* Incremental Style RecalcClark Gaebel2014-10-091-1/+2
* Fixed #3386.Clark Gaebel2014-09-181-0/+4
* Cargoify servoJack Moffitt2014-09-081-0/+123