servo/components/script
bors-servo 9cccd98254 Auto merge of #7948 - kunitsyn:master, r=Manishearth
Changed dom_class type to Option<&'static DOMClass> to fix #7942

I have a feeling that converting `Option<&T>` to `*const libc::c_void` could be less explicit.
Was there any way to do it shorter?

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7948)
<!-- Reviewable:end -->
2015-10-09 23:22:59 -06:00
..
dom Auto merge of #7948 - kunitsyn:master, r=Manishearth 2015-10-09 23:22:59 -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 Fix spurious rebuilds of the script crate 2015-10-08 21:37:56 -07: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 Make it possible for iframes to create their own pipeline ID. 2015-10-06 17:06:53 +10: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