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 upImprove PerformanceTiming Interface #10538
Conversation
highfive
commented
Apr 12, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @pcwalton (or someone else) soon. |
highfive
commented
Apr 12, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Apr 12, 2016
| @@ -2744,8 +2757,13 @@ impl DocumentProgressHandler { | |||
| EventCancelable::NotCancelable); | |||
| let wintarget = window.upcast::<EventTarget>(); | |||
| event.set_trusted(true); | |||
|
|
|||
| update_with_current_time_ms(&document.load_event_start); | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
overall lgtm |
|
r? @KiChjang |
|
-S-awaiting-review +S-needs-code-changes This looks pretty decent! r=me modulo my small nit. Reviewed 3 of 4 files at r1, 1 of 1 files at r2. components/script/dom/document.rs, line 213 [r2] (raw file): Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 2 unresolved discussions. components/script/dom/document.rs, line 213 [r2] (raw file): Comments from Reviewable |
|
@bors-servo r+ Thanks! Reviewed 1 of 1 files at r3. Comments from Reviewable |
|
|
Improve PerformanceTiming Interface Solving #10428 - Fix timing precision in old `update_with_current_time` - Correct time unit in `navigation_start` - Add `LoadEventStart` and `LoadEventEnd` timing properties There are still many properties left unimplemented. I tend to leave the for future PRs. Welcome comments! <!-- 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/10538) <!-- Reviewable:end -->
|
|
|
I'm happy to see:
Please update the expectation files. (Ask on IRC if you don't know how.) |
…ventStart and LoadEventEnd timing
|
@bors-servo r+ |
|
|
Improve PerformanceTiming Interface Solving #10428 - Fix timing precision in old `update_with_current_time` - Correct time unit in `navigation_start` - Add `LoadEventStart` and `LoadEventEnd` timing properties There are still many properties left unimplemented. I tend to leave the for future PRs. Welcome comments! <!-- 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/10538) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Improve PerformanceTiming Interface Solving #10428 - Fix timing precision in old `update_with_current_time` - Correct time unit in `navigation_start` - Add `LoadEventStart` and `LoadEventEnd` timing properties There are still many properties left unimplemented. I tend to leave the for future PRs. Welcome comments! <!-- 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/10538) <!-- Reviewable:end -->
|
|
izgzhen commentedApr 12, 2016
Solving #10428
update_with_current_timenavigation_startLoadEventStartandLoadEventEndtiming propertiesThere are still many properties left unimplemented. I tend to leave the for future PRs.
Welcome comments!
This change is