servo/components/script/dom/bindings
bors-servo ca36779a7e Auto merge of #7547 - connorimes:move_script_profiling, r=jdm
Combine script profiling with profile crates. Fixes #7514.

The script crate had its own built-in profiling which was basically doing the same thing as the profile crate.  This wraps the internal profiling around the main profile functionality.  Script-related tasks are now added to the ProfilerCategory enum.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7547)
<!-- Reviewable:end -->
2015-09-08 09:32:56 -06:00
..
codegen Allow 'script' component to enter a 'built' state 2015-09-02 16:14:04 -04:00
callback.rs sort all uses 2015-08-20 20:47:12 +08:00
cell.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
conversions.rs Remove needless returns 2015-09-04 09:13:48 +05:30
error.rs sort all uses 2015-08-20 20:47:12 +08:00
global.rs Elide most 'b lifetimes 2015-09-04 09:02:12 +05:30
js.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
mod.rs Do not allow unreachable_code in codegen anymore 2015-08-30 17:25:05 +02:00
num.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
proxyhandler.rs Remove needless returns 2015-09-04 09:13:48 +05:30
refcounted.rs sort all uses 2015-08-20 20:47:12 +08:00
str.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
structuredclone.rs sort all uses 2015-08-20 20:47:12 +08:00
trace.rs Combine script profiling with profile crates. Fixes #7514. 2015-09-04 16:09:44 -05:00
utils.rs Remove needless returns 2015-09-04 09:13:48 +05:30