aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* UWP: Add console inputPaul Rouget2020-06-195-29/+89
|
* UWP: use a listview to build the consolePaul Rouget2020-06-195-33/+79
|
* UWP: clear console when navigating pages.Josh Matthews2020-06-184-1/+10
|
* [UWP] Basic console panelPaul Rouget2020-06-179-33/+400
|
* Auto merge of #26840 - paulrouget:l10n, r=Manishearthbors-servo2020-06-1116-118/+460
|\ | | | | | | | | | | | | | | UWP L10N Partially addresses #26665. This does not cover Rust strings and resources files.
| * L10N for UWP app.Paul Rouget2020-06-1110-59/+421
| |
| * Fix warningsPaul Rouget2020-06-111-10/+10
| |
| * log and format for wstrings.Paul Rouget2020-06-1110-57/+37
| |
* | Don't force using the preview Windows MixedReality runtime.Josh Matthews2020-06-101-2/+0
| |
* | Update minimum version of Windows MixedReality runtime.Josh Matthews2020-06-101-1/+1
|/
* c++ headers cleanupPaul Rouget2020-06-103-81/+69
|
* UWP: Preference panelPaul Rouget2020-06-1014-43/+482
|
* Auto merge of #26230 - jdm:nugetPkgUp, r=Manishearthbors-servo2020-04-293-15/+14
|\ | | | | | | | | | | Update Winrt and xrloader and ANGLE NuGet packages. Rebase of #25403. Tested against latest master revision on device.
| * Update Winrt and xrloader and ANGLE NuGet packages.Paul Rouget2020-04-203-16/+15
| |
* | Enable UWP logging in release builds with FirefoxRealityLogStdout env var.Josh Matthews2020-04-241-14/+24
| |
* | Ensure correct buttons are disabled when prompting in UWP.Josh Matthews2020-04-241-2/+2
| |
* | Retarget solution to 10.0.18362Manish Goregaokar2020-04-191-3/+3
|/
* Auto merge of #25853 - asajeffrey:surfmanup, r=jdmbors-servo2020-04-189-106/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace glutin by winit + surfman 0.2 <!-- Please describe your changes on the following line: --> This PR updates surfman to 0.2, and replaces glutin with winit+surfman. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because this should all be invisible <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-179-106/+39
| |
* | Auto merge of #26207 - servo:jdm-patch-36, r=Manishearthbors-servo2020-04-171-1/+1
|\ \ | | | | | | | | | | | | | | | Publish new UWP package This fixes an issue where the latest UWP package is published at http://download.servo.org/nightly/uwp/servo-latest.0.0.0_Test.zip because the full filename contains "1.0.0.0" and we don't detect file extensions correctly.
| * | Update UWP package version to 1.1.0.0.Josh Matthews2020-04-161-1/+1
| | |
* | | Auto merge of #26196 - jdm:stdout-log, r=Manishearthbors-servo2020-04-172-1/+44
|\ \ \ | |_|/ |/| | | | | | | | | | | Dump all UWP logging output to a file These changes ensure that we keep getting debug output in the VS output window, but we also write each message to a file in the app's local data directory. These changes also extend the C API a bit to support more generic logging facilities, removing some of the Windows-specific nature of the VSLogger. Fixes part of #23813.
| * | Dump all stdout/stderr/logging output to a file.Josh Matthews2020-04-172-1/+44
| | |
* | | Don't shutdown the app when it's suspended.Josh Matthews2020-04-161-2/+6
| |/ |/|
* | Depend on the preview OpenXR runtime for performance fixes.Josh Matthews2020-04-152-1/+2
|/
* Remove WebVRAlan Jeffrey2020-04-081-1/+0
|
* Make it possible to add a title to context menuPaul Rouget2020-03-314-6/+14
|
* Auto merge of #26043 - paulrouget:IMMenu, r=jdmbors-servo2020-03-304-7/+46
|\ | | | | | | | | | | Context menu API This adds an API for Servo internals to request a context menu to the embedder, along an implement for the UWP port.
| * Context Menu: UWPPaul Rouget2020-03-304-7/+46
| |
* | Add a devtools buttonPaul Rouget2020-03-259-15/+62
| |
* | UWP: include submodule logsPaul Rouget2020-03-241-20/+16
|/
* UWP port: re-enable devtoolsPaul Rouget2020-03-166-7/+34
|
* Add support for launching devtools server on random portKunal Mohan2020-03-162-0/+7
| | | | | Assign random port to devtools server in case user does not specify a port explicitly and report it to the embedding layer for display to user.
* Properly sign UWP packagePaul Rouget2020-03-095-6/+4
|
* Disable devtools for HoloLens.Josh Matthews2020-03-041-1/+1
|
* Remove broken thumbprint.Josh Matthews2020-03-021-2/+1
|
* Auto merge of #25749 - malqinneh:master, r=jdmbors-servo2020-02-241-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Servo Logo <!-- Please describe your changes on the following line: --> * Added servo-64.png (replacing servo64.png @ 64px) * Added servo-100.png (replacing doge-tiny.png @ 100px) * Added servo-500.png * Added servo-500-icon.ico * Added servo-1000.png (replacing servo.png @ 1000px) * Added servo.svg (replacing servo.svg) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they add new logo assets <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * Update servo.png to new logo assetMustafa Al-Qinneh2020-02-241-0/+0
| |
| * Delete servo-1024.pngMustafa Al-Qinneh2020-02-241-0/+0
| |
| * Delete servo-1000.pngMustafa Al-Qinneh2020-02-131-0/+0
| |
| * Add files via uploadMustafa Al-Qinneh2020-02-131-0/+0
| | | | | | * Added servo-1024.png (replacing servo.png @ 1024px)
| * Add Servo logoMustafa Al-Qinneh2020-02-131-0/+0
| | | | | | * Added servo-1000.png (replacing servo.png @ 1024px)
* | bump min target platformPaul Rouget2020-02-191-1/+1
| |
* | Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-195-0/+10
|/
* Revert "Auto merge of #25509 - jdm:angle-up, r=asajeffrey"Josh Matthews2020-02-102-5/+5
| | | | | This reverts commit ce6204b904e62307915e0870611bad473cd48843, reversing changes made to 904fcb4317ffd0f1ed6d0400cdb768fedacfda3d.
* enable devtools for hololensPaul Rouget2020-02-101-1/+1
|
* Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-102-2/+3
|
* Embedder Prompt APIPaul Rouget2020-02-104-39/+188
|
* Update ANGLE for UWP build.Josh Matthews2020-01-132-5/+5
|
* Adjust UWP packaging for submission.Josh Matthews2019-12-164-15/+11
|