servo/components/script
bors-servo a350b215cc Auto merge of #7867 - Ms2ger:layoutjs, r=nox
Move some methods from RawLayoutElementHelpers to LayoutElementHelpers.

This is part of a long-term plan to ensure layout never has access to
unwrapped pointers to DOM objects. The remaining methods on the
RawLayoutElementHelpers trait are harder to move, because of the lifetimes in
their signatures.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7867)
<!-- Reviewable:end -->
2015-10-05 08:19:21 -06:00
..
dom Auto merge of #7867 - Ms2ger:layoutjs, r=nox 2015-10-05 08:19:21 -06:00
parse sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
build.rs Fix build scripts warnings. 2015-03-18 21:53:48 +01:00
Cargo.toml Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdm 2015-10-02 13:26:05 -06:00
clipboard_provider.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
cors.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
devtools.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
document_loader.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
horribly_inefficient_timers.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
layout_interface.rs Handle <meta name=viewport> elements when added to document 2015-09-30 20:31:35 -07:00
lib.rs Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdm 2015-10-02 13:26:05 -06:00
makefile.cargo Allow 'script' component to enter a 'built' state 2015-09-02 16:14:04 -04:00
mem.rs Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00
network_listener.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
page.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
script_task.rs layout: Load Web fonts asynchronously. 2015-09-27 15:38:20 -07:00
textinput.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
timers.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
webdriver_handlers.rs script: Stop copying the document URL. 2015-09-24 18:54:53 -07:00