mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
UWP: allow servo's initial URL to be set before Servo starts
This commit is contained in:
parent
d93e67a0bf
commit
79ecc7e216
5 changed files with 26 additions and 13 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
// For development purpose.
|
||||
// Will override DEFAULT_URL_PROD or any locally stored preferences.
|
||||
// #define OVERRIDE_DEFAULT_URL "data:text/html,<input>"
|
||||
// #define OVERRIDE_DEFAULT_URL "http://localhost:8000/test.html"
|
||||
// #define OVERRIDE_DEFAULT_URL L"data:text/html,<input>"
|
||||
// #define OVERRIDE_DEFAULT_URL L"http://localhost:8000/test.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue