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:
bors-servo 2019-09-06 03:16:16 -04:00 committed by GitHub
commit d6118923d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 109 additions and 18 deletions

View file

@ -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();