mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Some debugging improvements and code style nits across gfx and constellation.
* Propagate the RUST_LOG env var to the child process * Add debug information when a recv() fails in paint thread's select!.
This commit is contained in:
parent
702445a3ec
commit
354dc66029
4 changed files with 17 additions and 6 deletions
|
@ -2915,6 +2915,7 @@ impl DocumentProgressHandler {
|
|||
// http://w3c.github.io/navigation-timing/#widl-PerformanceNavigationTiming-loadEventStart
|
||||
update_with_current_time_ms(&document.load_event_start);
|
||||
|
||||
debug!("About to dispatch load for {:?}", document.url());
|
||||
let _ = wintarget.dispatch_event_with_target(document.upcast(), &event);
|
||||
|
||||
// http://w3c.github.io/navigation-timing/#widl-PerformanceNavigationTiming-loadEventEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue