aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Auto merge of #25219 - jdm:angle-uwp-up, r=paulrougetbors-servo2019-12-102-3/+3
|\ | | | | | | | | | | Update ANGLE for UWP fix. This fixes a WACK error where the ANGLE DLLs do not contain the App Container feature.
| * Update ANGLE for UWP fix.Josh Matthews2019-12-092-3/+3
| |
* | Revert " Prompt user to install OpenXR package if not installed"Paul Rouget2019-12-098-126/+2
| | | | | | | | This reverts commit 75b522d2102cf420e8eda5a5a02649ba8e9c7321.
* | Dependency on OpenXR runtime packagePaul Rouget2019-12-091-0/+1
|/
* Fix libsimpleservo build after MediaSession C enums changeFernando Jiménez Moreno2019-12-051-9/+11
|
* Introduce CMediaSessionPlaybackState and CMediaSessionActionTypeFernando Jimenez Moreno2019-12-058-30/+9
|
* Hololens - Trigger MediaSessionActions for play and pause buttonsFernando Jimenez Moreno2019-12-0510-22/+61
|
* Hololens - Show/hide media controls according to playback stateFernando Jimenez Moreno2019-12-057-4/+69
|
* Hololens - MediaSession controls UIFernando Jimenez Moreno2019-12-053-0/+20
|
* Auto merge of #25076 - paulrouget:uwpTouch, r=Manishearthbors-servo2019-12-043-18/+83
|\ | | | | | | | | | | Properly send TouchEvents to Servo This PR is based on #24778. It fixes some UWP platform weirdness (click not registering, and non-expected touch move events).
| * Properly send TouchEvents to ServoPaul Rouget2019-12-043-18/+83
| |
* | Home button and larger buttons in toolbarPaul Rouget2019-12-047-9/+24
|/
* extended android jni with onMediaSessionSetPositionStateShinichi Morimoto2019-12-034-1/+24
|
* Prompt user to install OpenXR package if not installedPaul Rouget2019-11-268-1/+125
|
* Remove stop button for now and show play/pause in compact modeFernando Jiménez Moreno2019-11-201-12/+4
|
* Update media session metadata and show content text with artist and albumFernando Jiménez Moreno2019-11-202-8/+49
|
* Do not play notification sound when creating media session on AndroidFernando Jiménez Moreno2019-11-201-1/+1
|
* Fix play actionFernando Jiménez Moreno2019-11-202-18/+27
|
* Switch play and pause buttons according to playback stateFernando Jiménez Moreno2019-11-203-14/+32
|
* Remove prev and next track action buttons for nowFernando Jiménez Moreno2019-11-201-22/+2
|
* Send MediaSessionAction from AndroidFernando Jiménez Moreno2019-11-205-3/+33
|
* Move media session related code out of MainActivityFernando Jiménez Moreno2019-11-202-117/+151
|
* MediaSession show media controls on AndroidFernando Jiménez Moreno2019-11-207-8/+132
|
* MediaSession Android bitsFernando Jiménez Moreno2019-11-203-0/+33
|
* Better tooltip for UWP portPaul Rouget2019-11-141-5/+5
|
* Auto merge of #24704 - Darkspirit:https, r=jdmbors-servo2019-11-121-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HSTS & CA updates; Fix Debian bootstrap; Default to https on Android, too. - Updated HSTS Preload list using ./mach update-hsts-preload - Updated CA [database](https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV) using etc/cert_generator.sh. - No additions. - [bug 1552374](https://bugzilla.mozilla.org/show_bug.cgi?id=1552374) removed Certinomis - Root CA - [bug 1574670](https://bugzilla.mozilla.org/show_bug.cgi?id=1574670) removed Class 2 Primary CA and Deutsche Telekom Root CA 2 - [bug 1586081](https://bugzilla.mozilla.org/show_bug.cgi?id=1586081) removed GlobalSign Extended Validation CA - SHA256 - G2 - Updated Public Suffix list using ./mach update-pub-domains - Default to https on Android, too. Desktop was done in #23363. Keep http:// after `android.webkit.URLUtil.guessUrl()` url sanitization only if the user explicitly typed it into the address bar. Small warning: I don't have an Android build environment yet, but still wanted to try to contribute these two lines. - Fixed `./mach bootstrap` for Debian Testing. Regression from #24512. After `pip install distro` (#24561) I finally got `Exception: mach bootstrap does not support Debian GNU/Linux, please file a bug`. distrib and version were "debian" and "bullseye/sid" before, now they are "debian gnu/linux" and "testing". - Use HSTS preload list for private HttpState, too. Private HttpState currently [creates an empty HSTS list](https://github.com/servo/servo/blob/f7fb130a2a21ae19cf0996251134ad23fea9068d/components/net/http_loader.rs#L93-L95). In contrast, regular HttpState first creates HstsList from Preload list and then adds further HSTS entries previously saved on disk. --- <!-- 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 - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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. -->
| * Make https the default protocol for address bar on Android, too.Jan Andre Ikenmeyer2019-11-101-0/+4
| |
* | Properly set event.buttons value on mousemovePaul Rouget2019-11-111-0/+1
|/
* Auto merge of #24646 - paulrouget:nocancel, r=jdmbors-servo2019-11-061-1/+0
|\ | | | | | | | | | | No need to cancel the task. The thread is ending. Fix #24635
| * No need to cancel the task. The thread is ending.Paul Rouget2019-11-041-1/+0
| |
* | do not rely on UWP URL parserPaul Rouget2019-11-065-27/+42
| |
* | Auto merge of #24640 - paulrouget:no-allfiles-opt, r=jdmbors-servo2019-11-052-4/+2
|\ \ | | | | | | | | | | | | | | | Remove all_files options for clang-format check fix #24638
| * | CPP formatingPaul Rouget2019-11-042-4/+2
| |/
* | XAML key bindingsPaul Rouget2019-11-043-1/+33
| |
* | Indent XAML filePaul Rouget2019-11-041-102/+102
|/
* Auto merge of #24552 - paulrouget:clangformat, r=jdmbors-servo2019-11-045-139/+25
|\ | | | | | | | | | | | | | | mach fmt calls clang-format Fix #24031 What would be the right way to also integrate this with tidy?
| * Format support/hololens/Paul Rouget2019-11-044-24/+25
| |
| * Format CPP code with clang-formatPaul Rouget2019-10-301-115/+0
| |
* | Use surfman for managing GL surfacesPatrick Walton2019-11-011-1/+1
| | | | | | | | | | | | Co-authored-by: Alan Jeffrey <ajeffrey@mozilla.com> Co-authored-by: Zakor Gyula <gyula.zakor@h-lab.eu> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
* | Auto merge of #24597 - paulrouget:mouse, r=jdmbors-servo2019-11-013-1/+51
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
| * | UWP: More mouse eventsPaul Rouget2019-11-013-1/+51
| |/
* / Load hololens demo page by defaultPaul Rouget2019-10-311-1/+1
|/
* Auto merge of #24577 - paulrouget:transientThrobber, r=jdmbors-servo2019-10-302-3/+10
|\ | | | | | | | | | | | | | | | | | | Add a loading indicator in transient mode --- <!-- 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 fix #24549 (GitHub issue number if applicable)
| * Add a loading indicator in transient modePaul Rouget2019-10-292-3/+10
| |
* | UWP: better mouse interaction supportPaul Rouget2019-10-297-10/+62
|/
* Auto merge of #24542 - jdm:angle-up, r=paulrougetbors-servo2019-10-283-17/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Update UWP ANGLE to a modern version The previous UWP ANGLE builds were made from https://github.com/servo/ms-angle/tree/servo-master which was based on an abandoned revision of ANGLE from >2 years ago. This is lacking some features that are necessary for https://github.com/servo/webxr/issues/46, so this is a new build produced from https://github.com/google/angle/ instead. I've documented the process for releasing new ANGLE builds at https://github.com/servo/servo/wiki/Publishing-a-new-ANGLE-NuGet-version. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24199 - [x] These changes do not require tests because the windows testing situation is sad, and the UWP testing situation is sadder
| * Update to ANGLE 2.1.15 nuget package.Josh Matthews2019-10-253-17/+13
| |
* | Append default prefs to UWP app argsFernando Jimenez Moreno2019-10-241-1/+2
| |
* | Allow passing args to UWP app from command lineFernando Jimenez Moreno2019-10-249-23/+34
| |
* | Allow launching UWP app from command lineFernando Jimenez Moreno2019-10-243-8/+27
|/