mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
auto merge of #1075 : SimonSapin/servo/newnewcss, r=kmcallister
I believe this is all the preparatory work discussed in #1006 and #1057: The new 'style' crate implements the whole style system (including parsing, matching and cascading) and only depends on cssparser and util, so that gfx, script and main can all depend on it. Next: porting the layout code to this. (Really, this time! I think.)
This commit is contained in:
commit
6db57e6f72
38 changed files with 161 additions and 125 deletions
|
@ -26,7 +26,7 @@ use hubbub::hubbub;
|
|||
use servo_msg::constellation_msg::{ConstellationChan, SubpageId};
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_net::resource_task::{Load, Payload, Done, ResourceTask};
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
use servo_util::tree::{TreeNodeRef, ElementLike};
|
||||
use servo_util::url::make_url;
|
||||
use extra::url::Url;
|
||||
use extra::future::{Future, from_port};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue