servo/components/script/dom/bindings
bors-servo 96a86bd952 Auto merge of #11239 - jdm:time-profile, r=nox
Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.

Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [ ] `./mach build -d` does not report any errors (didn't try to compile past a rustc upgrade on airplane wifi)
- [X] `./mach test-tidy --faster` does not report any errors
- [X] These changes fix #11218 (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because we don't have testing infrastructure for profiling.

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11239)
<!-- Reviewable:end -->
2016-05-18 06:07:10 -07:00
..
codegen Update the WebIDL parser 2016-05-18 11:30:53 +02:00
callback.rs Stop re-rooting CallSetup::exception_compartment. 2016-05-17 16:32:05 +02:00
cell.rs task -> thread 2016-01-10 17:58:13 +09:00
conversions.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
error.rs Remove JS_SaveFrameChain and JS_RestoreFrameChain calls. 2016-05-17 16:32:04 +02:00
global.rs Auto merge of #11239 - jdm:time-profile, r=nox 2016-05-18 06:07:10 -07:00
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Use JS_NewStringCopyN for the representation of interface objects 2016-05-16 15:22:07 +02:00
js.rs Fix unused import warning in script::dom::bindings::js 2016-05-16 09:19:55 -07:00
mod.rs fix docs 2016-05-02 11:17:35 +08:00
num.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
proxyhandler.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
refcounted.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
reflector.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
str.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
structuredclone.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
trace.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
utils.rs codegen: Throw a more descriptive invalid enum message 2016-05-13 11:44:39 +02:00
weakref.rs Removed unused imports 2016-05-15 22:24:26 +03:00
xmlname.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00