mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Handle servo:// url
This commit is contained in:
parent
5f89dc87bd
commit
5c1d130217
10 changed files with 91 additions and 40 deletions
|
@ -11,6 +11,8 @@ struct App : AppT<App> {
|
|||
|
||||
void OnLaunched(
|
||||
Windows::ApplicationModel::Activation::LaunchActivatedEventArgs const &);
|
||||
void App::OnActivated(
|
||||
Windows::ApplicationModel::Activation::IActivatedEventArgs const &args);
|
||||
void OnSuspending(IInspectable const &,
|
||||
Windows::ApplicationModel::SuspendingEventArgs const &);
|
||||
void OnNavigationFailed(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue