servo/components/style/gecko_bindings
Emilio Cobos Álvarez 6cb588d2b5
style: Use Servo for the representation of grid template areas.
Right now we do a lot of useless string copying. In order to avoid transcoding
to utf-16 during layout, make sure to use nsCString at a few related places.

I may revisit this since we're storing other line names as atoms in some places.
So it may be better to just use atoms everywhere.

But that'd be a different patch either way.

Differential Revision: https://phabricator.services.mozilla.com/D35117
2019-06-25 13:11:30 +02:00
..
sugar style: Use Servo for the representation of grid template areas. 2019-06-25 13:11:30 +02:00
mod.rs style: Remove bindings.rs. 2019-03-27 14:29:27 +01:00