| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out shared networking code into net_traits crate | Gilles Leblanc | 2015-04-03 | 1 | -2/+1 |
* | Stop using u/i suffixes in layout. | Ms2ger | 2015-04-02 | 1 | -1/+0 |
* | layout: Implement CSS transitions per CSS-TRANSITIONS § 2. | Patrick Walton | 2015-03-31 | 1 | -17/+22 |
* | Remove old_path usage from layout. | Ms2ger | 2015-03-25 | 1 | -1/+0 |
* | Move profiler code from `util` into a new crate `profile`. | Nicholas Nethercote | 2015-03-24 | 1 | -0/+2 |
* | auto merge of #5296 : servo/servo/unsafe_code, r=Ms2ger | bors-servo | 2015-03-21 | 1 | -1/+1 |
|\ |
|
| * | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -1/+1 |
* | | Replace most usage of std::old_io::File. | Ms2ger | 2015-03-20 | 1 | -1/+1 |
|/ |
|
* | Update some feature gates. | Ms2ger | 2015-03-20 | 1 | -3/+2 |
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -4/+5 |
* | Fix memory leak in flow tree by adding weak refs. | Jack Moffitt | 2015-03-16 | 1 | -0/+1 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -1/+2 |
* | Get rid of servo_util | Dan Fox | 2015-03-05 | 1 | -1/+1 |
* | layout/layout_data.rs -> layout/data.rs | Dan Fox | 2015-03-03 | 1 | -1/+1 |
* | Rename util.rs -> layout_data.rs | Dan Fox | 2015-03-03 | 1 | -1/+1 |
* | Extract OpaqueNodeMethods to own file | Dan Fox | 2015-03-03 | 1 | -0/+1 |
* | Move selector matching to an external library, for use outside Servo. | Simon Sapin | 2015-02-23 | 1 | -0/+1 |
* | Move layout to libc from crates.io. | Ms2ger | 2015-02-19 | 1 | -1/+0 |
* | Use rustc-serialize rather than the built-in deprecated serialize. | Ms2ger | 2015-02-17 | 1 | -2/+1 |
* | Companion single Color patch. | Adenilson Cavalcanti | 2015-02-13 | 1 | -1/+2 |
* | Fix some warnings in layout. | Ms2ger | 2015-02-12 | 1 | -2/+15 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -0/+1 |
* | Import net as net rather than servo_net. | Ms2ger | 2015-02-10 | 1 | -1/+1 |
* | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -1/+1 |
* | Allow unused variables, imports, and mutable. | Josh Matthews | 2015-02-09 | 1 | -2/+0 |
* | Opt-in rather than opt-out to unsafe blocks in layout. | Ms2ger | 2015-02-08 | 1 | -0/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -5/+8 |
* | CanvasRenderTask connected to Layout | Edit Balint | 2015-01-09 | 1 | -0/+2 |
* | auto merge of #4575 : mttr/servo/warnings, r=jdm | bors-servo | 2015-01-08 | 1 | -0/+1 |
|\ |
|
| * | Allow `missing_copy_implementations` | Matthew Rasmus | 2015-01-08 | 1 | -0/+1 |
* | | Remove if_let feature gates. | Ms2ger | 2015-01-08 | 1 | -1/+1 |
|/ |
|
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -1/+0 |
* | Remove obsolete attributes. | Ms2ger | 2015-01-03 | 1 | -3/+0 |
* | style: Address review comments relating to `bgcolor` and column spans | Patrick Walton | 2014-12-15 | 1 | -0/+1 |
* | style: Parse the legacy `border` attribute per the legacy HTML specification. | Patrick Walton | 2014-12-15 | 1 | -2/+0 |
* | layout: Implement basic lists and the CSS1 list properties. | Patrick Walton | 2014-12-15 | 1 | -0/+1 |
* | Updates WPT to expect newly passing tests | Matthew Rasmus | 2014-12-05 | 1 | -1/+1 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -3/+2 |
* | Remove unnecessary import of libgreen | Cameron Zwarich | 2014-11-10 | 1 | -1/+0 |
* | layout: Largely move display list building out to a separate file. | Patrick Walton | 2014-10-22 | 1 | -0/+1 |
* | Removes duplicate CSS selector matching logic. | Clark Gaebel | 2014-10-14 | 1 | -0/+1 |
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -1/+2 |
* | Factors out DOM traversal, keeping the code in `parallel` free of traversal-s... | Clark Gaebel | 2014-10-10 | 1 | -0/+1 |
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -0/+3 |
* | Rename macros crate to plugins | Manish Goregaokar | 2014-09-23 | 1 | -1/+1 |
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -4/+4 |
* | layout: Remove `layout/extra.rs`. | Patrick Walton | 2014-09-18 | 1 | -1/+0 |
* | Revert "script: Use atom comparison in more places, especially for attributes... | Josh Matthews | 2014-09-18 | 1 | -4/+0 |
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -0/+4 |
* | Merge pull request #3374 from Manishearth/lint_unrooted_jsmanaged | Manish Goregaokar | 2014-09-17 | 1 | -0/+1 |
|\ |
|