mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Auto merge of #27025 - paulrouget:devtoolstweaks, r=jdm
Allow embedder to bypass devtools prompt This introduces a token shared by servo and the embedder that can be used during the initial phase of the devtools connection. Added also a commit to remove the devtools server panel. We just print the devtools port in the console now.
This commit is contained in:
commit
ed46f00497
19 changed files with 89 additions and 50 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1208,6 +1208,7 @@ dependencies = [
|
|||
"msg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"servo_rand",
|
||||
"servo_url",
|
||||
"time",
|
||||
"uuid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue