aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |