mirror of
https://github.com/servo/servo.git
synced 2025-07-04 22:13:40 +01:00
- Add a `resource_id` field to `EventActor` and `NetworkEventActor` - Store a `next_resource_id` field in DevtoolsInstance - Add `resource_id` parameter to `NetworkEventActor::new` - Increment `next_resource_id` when `DevtoolsInstance::find_network_event_actor` is called so each network event has a unique id Testing: Ran servo in devtools mode and can see the data showing in `status`,`type`, `transferred` ,`size` and `timeline` columns of each request, also logged the devtools instance and can see unique `resourceId` for each request. Fixes: https://github.com/servo/servo/issues/37661 Signed-off-by: Uthman Yahaya Baba <uthmanyahayababa@gmail.com> |
||
---|---|---|
.. | ||
actors | ||
actor.rs | ||
build.rs | ||
Cargo.toml | ||
id.rs | ||
lib.rs | ||
network_handler.rs | ||
protocol.rs | ||
resource.rs |