mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Auto merge of #24125 - paulrouget:branding, r=jdm
Branding: s/servo/firefox reality/ - Used images from https://github.com/MozillaReality/FirefoxReality - Used description from https://play.google.com/store/apps/details?id=org.mozilla.vrbrowser - Changed protocol handler url scheme from "servo://" to "fxr://" - Default page for now is about:blank Fix #24108 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24125) <!-- Reviewable:end -->
This commit is contained in:
commit
d6118923d3
36 changed files with 109 additions and 18 deletions
|
@ -95,7 +95,7 @@ private:
|
|||
winrt::event<EventDelegate> mOnCaptureGesturesEndedEvent;
|
||||
|
||||
float mDPI = 1;
|
||||
hstring mInitialURL = L"https://servo.org";
|
||||
hstring mInitialURL = L"about:blank";
|
||||
bool mTransient = false;
|
||||
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue