mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Remove legacy layout (layout 2013) (#35943)
We were already not compiling it and not running tests on it by default. So it's simpler to just completely remove it. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
f93006af95
commit
7594dc6991
17224 changed files with 23 additions and 1584835 deletions
|
@ -182,7 +182,7 @@ where
|
|||
return None;
|
||||
}
|
||||
|
||||
// TODO: This is the what the legacy layout system does, but really if Servo
|
||||
// TODO: This is the what the legacy layout system did, but really if Servo
|
||||
// supports any `<object>` that's an image, it should support those with URLs
|
||||
// and `type` attributes with image mime types.
|
||||
let element = self.to_threadsafe().as_element()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue