mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Communicate a backtrace to the constellation when panicking.
This commit is contained in:
parent
47efbea666
commit
9153333f62
10 changed files with 197 additions and 70 deletions
|
@ -35,7 +35,7 @@ impl<T: Serialize + Deserialize> Clone for ConstellationChan<T> {
|
|||
}
|
||||
}
|
||||
|
||||
pub type PanicMsg = (Option<PipelineId>, String);
|
||||
pub type PanicMsg = (Option<PipelineId>, String, String);
|
||||
|
||||
#[derive(Copy, Clone, Deserialize, Serialize, HeapSizeOf)]
|
||||
pub struct WindowSizeData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue