mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Allow embedder to bypass devtools prompt
This commit is contained in:
parent
3f999ce785
commit
8cf2f14baa
16 changed files with 83 additions and 35 deletions
|
@ -185,7 +185,7 @@ struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {
|
|||
virtual servo::Servo::PromptResult OnServoPromptYesNo(winrt::hstring, bool);
|
||||
virtual std::optional<hstring> OnServoPromptInput(winrt::hstring,
|
||||
winrt::hstring, bool);
|
||||
virtual void OnServoDevtoolsStarted(bool, const unsigned int);
|
||||
virtual void OnServoDevtoolsStarted(bool, const unsigned int, winrt::hstring);
|
||||
|
||||
DevtoolsStatus GetDevtoolsStatus();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue