mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
*Replaces NetworkEventUpdateMsg with ResourcesUpdatedArray in HttpResponse case of handle_network_event * - Adds ResourcesUpdatedArray and UpdateEntry structs in `devtools/network_handler.rs` to hold an array of updates (requestHeaders, responseCookies). Updates handle_network_event to use BrowsingContextActor::resource_available for sending "resources-updated-array"). - Adds browsing_context_actor_name parameter to handle_network_event to resolve borrow checker issues and enable BrowsingContextActor lookup. - Ensures borrow safety by scoping mutable actor access. Testing: *Does not require test* Fixes: part of https://github.com/servo/servo/issues/33556 --------- 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 |