servo/components/script_layout_interface
Josh Matthews 9134918844 Send information to script as part of finishing layout.
This avoids the need for multiple layout RPC operations immediately
following return of control to script. This means that layout and
script can continue to operate in parallel at this point, rather
than one potentially waiting on the shared mutex to be unlocked.
2017-05-15 14:12:08 -04:00
..
Cargo.toml Bump cssparser to 0.13.3 2017-05-11 12:50:40 -07:00
lib.rs Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory alignment differences 2017-05-12 12:48:13 +02:00
message.rs Send information to script as part of finishing layout. 2017-05-15 14:12:08 -04:00
reporter.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
rpc.rs Send information to script as part of finishing layout. 2017-05-15 14:12:08 -04:00
wrapper_traits.rs Auto merge of #16506 - cbrewster:about_chaos, r=asajeffrey 2017-05-12 15:08:45 -05:00