aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/msg/msg.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-46/+0
|
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
|
* Upgrade Rust.Jack Moffitt2014-08-021-3/+1
|
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
|
* Outside of compositor, store window size in CSS pxMatt Brubeck2014-06-091-0/+1
| | | | | | | | | | This fixes an issue where the CSS viewport was too large on high-DPI displays because it was set to the window size in device pixels, instead of px. This patch ensures that the window size is converted from device pixels to px before being passed to script/layout code. The Window trait now exposes the window size in both device pixels and density-independent screen coordinates, with clearer method names.
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-4/+4
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* auto merge of #2085 : lpy/servo/issue2079, r=jdmbors-servo2014-04-111-2/+0
|\ | | | | | | see #2079
| * Replace @s with Rc types.(fixes #2079)lpy2014-04-121-2/+0
| |
* | Android fixes for February Rust UpgradeLars Bergstrom2014-04-101-0/+2
|/
* Upgrade rust.Ms2ger2014-04-041-1/+1
|
* Rust upgradesLars Bergstrom2014-03-181-7/+8
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-0/+2
|
* Fix #1612 Rename .rc to .rs, and relevant changes in Makefile.inxiongmao862014-02-091-0/+44