mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Pass new method in CollectServoSizes for accurate DOM heap use reporting
This commit is contained in:
parent
97c12bd392
commit
7f7fc91758
7 changed files with 47 additions and 53 deletions
|
@ -52,6 +52,7 @@ hyper = "0.10"
|
|||
hyper_serde = "0.8"
|
||||
image = "0.18"
|
||||
ipc-channel = "0.10"
|
||||
itertools = "0.7.6"
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
|
@ -62,7 +63,7 @@ metrics = {path = "../metrics"}
|
|||
mitochondria = "1.1.2"
|
||||
mime = "0.2.1"
|
||||
mime_guess = "1.8.0"
|
||||
mozjs = { version = "0.4", features = ["promises"]}
|
||||
mozjs = { version = "0.5.0", features = ["promises"]}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue