From a6b7b495e5c3215d19586ab4e6f72877c6725dd6 Mon Sep 17 00:00:00 2001 From: DK Liao Date: Mon, 18 Nov 2024 12:13:17 +0800 Subject: [PATCH] update servo to f71f38b --- Cargo.lock | 92 +++++++++++++++++++++++------------------------ Cargo.toml | 46 ++++++++++++------------ src/compositor.rs | 4 +-- 3 files changed, 71 insertions(+), 71 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b8f9389..804e99b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "background_hang_monitor" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "background_hang_monitor_api", "backtrace", @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "background_hang_monitor_api" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "ipc-channel", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "base" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "crossbeam-channel", "ipc-channel", @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "bluetooth" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "bitflags 2.6.0", "bluetooth_traits", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "bluetooth_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "embedder_traits", "ipc-channel", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "canvas" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "bitflags 2.6.0", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "canvas_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "crossbeam-channel", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "compositing_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "crossbeam-channel", @@ -965,7 +965,7 @@ dependencies = [ [[package]] name = "constellation" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "background_hang_monitor", "background_hang_monitor_api", @@ -1267,7 +1267,7 @@ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" [[package]] name = "deny_public_fields" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "syn 2.0.87", "synstructure", @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "devtools" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "chrono", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "devtools_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "bitflags 2.6.0", @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "dom_struct" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "quote", "syn 2.0.87", @@ -1456,7 +1456,7 @@ dependencies = [ [[package]] name = "domobject_derive" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "proc-macro2", "quote", @@ -1513,7 +1513,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "embedder_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "cfg-if", @@ -1693,9 +1693,9 @@ checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "miniz_oxide", @@ -1741,7 +1741,7 @@ dependencies = [ [[package]] name = "fonts" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "atomic_refcell", @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "fonts_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "ipc-channel", "malloc_size_of", @@ -2658,7 +2658,7 @@ dependencies = [ [[package]] name = "hyper_serde" version = "0.13.2" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "cookie 0.18.1", "headers", @@ -3307,7 +3307,7 @@ dependencies = [ [[package]] name = "jstraceable_derive" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "proc-macro2", "syn 2.0.87", @@ -3345,7 +3345,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "layout_2020" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "atomic_refcell", @@ -3390,7 +3390,7 @@ dependencies = [ [[package]] name = "layout_thread_2020" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "base", @@ -3654,7 +3654,7 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "media" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "euclid", "fnv", @@ -3723,7 +3723,7 @@ dependencies = [ [[package]] name = "metrics" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "fonts_traits", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "net" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "async-compression", "async-recursion", @@ -3979,7 +3979,7 @@ dependencies = [ [[package]] name = "net_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "content-security-policy", @@ -4648,7 +4648,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pixels" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "euclid", "image 0.24.9", @@ -4788,7 +4788,7 @@ dependencies = [ [[package]] name = "profile" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "ipc-channel", @@ -4806,7 +4806,7 @@ dependencies = [ [[package]] name = "profile_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "crossbeam-channel", @@ -4893,7 +4893,7 @@ dependencies = [ [[package]] name = "range" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "malloc_size_of", "malloc_size_of_derive", @@ -5143,7 +5143,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "script" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "aes", "app_units", @@ -5249,7 +5249,7 @@ dependencies = [ [[package]] name = "script_layout_interface" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "atomic_refcell", @@ -5284,7 +5284,7 @@ dependencies = [ [[package]] name = "script_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "background_hang_monitor_api", "base", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "servo_allocator" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "libc", "tikv-jemalloc-sys", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "servo_config" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "dirs", "embedder_traits", @@ -5593,7 +5593,7 @@ dependencies = [ [[package]] name = "servo_config_plugins" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "itertools 0.13.0", "proc-macro2", @@ -5604,7 +5604,7 @@ dependencies = [ [[package]] name = "servo_geometry" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "app_units", "euclid", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "servo_rand" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "log", "malloc_size_of", @@ -5630,7 +5630,7 @@ dependencies = [ [[package]] name = "servo_url" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "malloc_size_of", "malloc_size_of_derive", @@ -6083,7 +6083,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "task_info" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "cc", ] @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "webdriver_server" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "base64", @@ -7035,7 +7035,7 @@ dependencies = [ [[package]] name = "webgpu" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "arrayvec", "base", @@ -7124,7 +7124,7 @@ dependencies = [ [[package]] name = "webrender_traits" version = "0.0.1" -source = "git+https://github.com/servo/servo.git?rev=3fd1a22#3fd1a229df65406699c5795cf504948cdb314320" +source = "git+https://github.com/servo/servo.git?rev=f71f38b#f71f38bd3de00180b2dc632ef3cce90c558cfa06" dependencies = [ "base", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 0bfbed50..6719a66c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,29 +69,29 @@ sparkle = "0.1.26" thiserror = "1.0" winit = { version = "0.30", features = ["rwh_06"] } # Servo repo crates -base = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -bluetooth = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -bluetooth_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -canvas = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -compositing_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -constellation = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -devtools = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -embedder_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -fonts = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -layout_thread_2020 = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -media = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -net = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -net_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -profile = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -profile_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -script = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -script_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -servo_config = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -servo_geometry = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -servo_url = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -webdriver_server = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -webrender_traits = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } -webgpu = { git = "https://github.com/servo/servo.git", rev = "3fd1a22" } +base = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +bluetooth = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +bluetooth_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +canvas = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +compositing_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +constellation = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +devtools = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +embedder_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +fonts = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +layout_thread_2020 = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +media = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +net = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +net_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +profile = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +profile_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +script = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +script_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +servo_config = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +servo_geometry = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +servo_url = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +webdriver_server = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +webrender_traits = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } +webgpu = { git = "https://github.com/servo/servo.git", rev = "f71f38b" } # Servo org crates servo-media = { git = "https://github.com/servo/media" } servo-media-dummy = { git = "https://github.com/servo/media" } diff --git a/src/compositor.rs b/src/compositor.rs index 6aa52c89..41697e06 100644 --- a/src/compositor.rs +++ b/src/compositor.rs @@ -18,7 +18,7 @@ use gleam::gl; use ipc_channel::ipc::{self, IpcSharedMemory}; use log::{debug, error, trace, warn}; use profile_traits::time::{self as profile_time, profile, ProfilerCategory}; -use profile_traits::{mem, time}; +use profile_traits::{mem, time, time_profile}; use script_traits::CompositorEvent::{MouseButtonEvent, MouseMoveEvent, TouchEvent, WheelEvent}; use script_traits::{ AnimationState, AnimationTickType, ConstellationControlMsg, MouseButton, MouseEventType, @@ -1936,7 +1936,7 @@ impl IOCompositor { } } - profile( + time_profile!( ProfilerCategory::Compositing, None, self.time_profiler_chan.clone(),