mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
devtools: save and send cached messages
This commit is contained in:
parent
6cd42bdcfb
commit
b3b886e837
8 changed files with 137 additions and 107 deletions
|
@ -1991,9 +1991,6 @@ impl ScriptThread {
|
|||
DevtoolScriptControlMsg::GetLayout(id, node_id, reply) => {
|
||||
devtools::handle_get_layout(&*documents, id, node_id, reply)
|
||||
},
|
||||
DevtoolScriptControlMsg::GetCachedMessages(id, message_types, reply) => {
|
||||
devtools::handle_get_cached_messages(id, message_types, reply)
|
||||
},
|
||||
DevtoolScriptControlMsg::ModifyAttribute(id, node_id, modifications) => {
|
||||
devtools::handle_modify_attribute(&*documents, id, node_id, modifications)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue