Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerf timing dom props #7242
Perf timing dom props #7242
Conversation
|
The issue is the |
|
Ah! That makes sense. I removed that call and it fixed the panics, but I'm not sure where to set the loading time. Should I add a call to |
|
I've looked at this for a bit, but the specs are a mess; I'm not quite sure what's the best approach here. |
|
|
b726f86
to
53fb7f0
|
|
|
|
|
r? @Ms2ger |
|
@Ms2ger updates? |
|
|
|
I think this is ready for another look. I rebased and changed the performance timing constructor to take |
|
Looks great! One last piece of cleanup and this will be ready to go. Please squash all the commits into one, too! Reviewed 1 of 3 files at r1, 1 of 1 files at r7, 1 of 2 files at r8, 1 of 1 files at r9, 3 of 3 files at r10, 1 of 1 files at r11. components/script/dom/document.rs, line 518 [r11] (raw file): Comments from the review on Reviewable.io |
|
Only one question left about the spec link changes! Reviewed 3 of 3 files at r12. components/script/dom/performancetiming.rs, line 50 [r12] (raw file): Comments from the review on Reviewable.io |
|
Ah, the http://w3c.github.io/ links were 404ing last night. I'll change On Fri, Nov 13, 2015 at 2:49 PM, Josh Matthews notifications@github.com
|
|
@bors-servo: r+ Reviewed 3 of 3 files at r13. Comments from the review on Reviewable.io |
|
|
Perf timing dom props I think this is closer to what #7045 describes, but it panics trying to load a page (trace: https://gist.github.com/g-k/a9911467889cdb6fdbf9) and all reftests fail. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7242) <!-- Reviewable:end -->
|
|
g-k commentedAug 16, 2015
I think this is closer to what #7045 describes, but it panics trying to load a page (trace: https://gist.github.com/g-k/a9911467889cdb6fdbf9) and all reftests fail.