Commit graph

267 commits

Author SHA1 Message Date
Fernando Jiménez Moreno
388bb453b7 Add default case to MediaControls.onControlEvent switch 2019-07-22 17:40:17 +02:00
Fernando Jiménez Moreno
590ac0b937 Format media controls JS with prettier 2019-07-22 17:40:17 +02:00
Fernando Jiménez Moreno
ef5ded943c Remove event listeners if controls are removed 2019-07-22 17:40:17 +02:00
Fernando Jiménez Moreno
ef02196dd8 More detach shadow changes 2019-07-22 17:40:17 +02:00
Fernando Jiménez Moreno
d4be72d386 Naming and minor JS nits fixed 2019-07-22 17:40:17 +02:00
Fernando Jiménez Moreno
36aeae2eae Use formatTime for initial currentTime and duration values 2019-07-22 17:40:16 +02:00
Fernando Jiménez Moreno
04a40138d0 Use Number.isFinite() to check position percentage 2019-07-22 17:40:16 +02:00
Fernando Jiménez Moreno
87bee50c20 Add span for position text node 2019-07-22 17:40:16 +02:00
Fernando Jiménez Moreno
cf9f46ba35 Use template literals for 'formatTime' 2019-07-22 17:40:16 +02:00
Fernando Jiménez Moreno
a8419c4a86 Fix media-controls resources naming 2019-07-22 17:40:16 +02:00
Fernando Jiménez Moreno
618f528344 Render audio controls 2019-07-22 17:40:15 +02:00
Fernando Jiménez Moreno
428d3b896c Set initial controls state based on media element state 2019-07-22 17:40:15 +02:00
Fernando Jiménez Moreno
eccf738b09 Switch to dark background and white icons 2019-07-22 17:40:15 +02:00
Fernando Jiménez Moreno
9496dff529 Anchor controls inside bottom of video element 2019-07-22 17:40:14 +02:00
Fernando Jiménez Moreno
8a4d54af0b Add progress percentage as input range 2019-07-22 17:40:14 +02:00
Fernando Jiménez Moreno
aad5b23e2b Use input instead of change for volume control 2019-07-22 17:40:14 +02:00
Fernando Jiménez Moreno
a664449681 Media UI basic functionality 2019-07-22 17:40:14 +02:00
Fernando Jiménez Moreno
1c02fc94a8 Barebones media UI 2019-07-22 17:40:14 +02:00
Manish Goregaokar
0d5d1a3dc4 Update test API, hook it up to webxr mocking 2019-07-11 11:12:59 -07:00
Víctor Manuel Jáquez Leal
da8eb18763 Add media.glvideo preference 2019-07-04 10:25:47 +02:00
Manish Goregaokar
1c07b0f416 Add blank XRTest interface 2019-05-30 12:53:47 -07:00
bors-servo
2c28e2b64f
Auto merge of #23347 - Darkspirit:hsts_ca_suffix, r=jdm
Update Public Suffix list, HSTS Preloading list and CA database

* Updated Public Suffix list using ./mach update-pub-domains
* Updated HSTS Preload list using ./mach update-hsts-preload
* Applied tiny format change to etc/cert_generator.sh
* Updated CA [database](https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReportPEMCSV) using etc/cert_generator.sh. New CAs are:
  * [bug 1442337](https://bugzilla.mozilla.org/show_bug.cgi?id=1442337) emSign ECC Root CA - C3
  * [bug 1442337](https://bugzilla.mozilla.org/show_bug.cgi?id=1442337) emSign ECC Root CA - G3
  * [bug 1442337](https://bugzilla.mozilla.org/show_bug.cgi?id=1442337) emSign Root CA - C1
  * [bug 1442337](https://bugzilla.mozilla.org/show_bug.cgi?id=1442337) emSign Root CA - G1
  * [bug 1464306](https://bugzilla.mozilla.org/show_bug.cgi?id=1464306) Hongkong Post Root CA 3

---

- [x] `./mach test-tidy` does not report any errors

<!-- 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/23347)
<!-- Reviewable:end -->
2019-05-13 14:57:02 -04:00
Jan Andre Ikenmeyer
6476289c23
Update CA database 2019-05-08 19:32:28 +02:00
Jan Andre Ikenmeyer
3d4fbef737
Update hsts_preload.json 2019-05-08 18:45:41 +02:00
Jan Andre Ikenmeyer
0f4ff39d5e
Update public_domains.txt 2019-05-08 18:44:53 +02:00
Alan Jeffrey
a9d4429dbf Express GC thresholds as percentages 2019-05-07 11:50:23 -05:00
Fernando Jiménez Moreno
ccc4f7c377 Add dom.shadowdom.enabled to preferences list 2019-04-26 12:00:26 +02:00
WPT Sync Bot
a7432be1b3 Update web-platform-tests to revision 8f35eec39a68b77c04b4dbe1f108e4fd86ad7afc 2019-04-22 11:33:36 -04:00
Ian Moody
8d7fe68ac3 Remove :-servo-case-sensitive-type-attr()
No longer needed now that the case-sensitive flag for attributes selectors is
supported.
Update user-agent CSS sheet to use the standard flag.

Fixes #23227
2019-04-18 13:46:59 +01:00
Manish Goregaokar
1e1f527c82 Formatting changes 2019-03-25 11:38:20 -07:00
Manish Goregaokar
d0a6884b2c Include webxr pref in prefs file 2019-03-25 09:11:54 -07:00
Peter Hall
8bfd4dc1e2 #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
Emilio Cobos Álvarez
1cb235c81a style: Call things by their name. 2019-02-10 07:11:47 +01:00
Alan Jeffrey
386c0f80ed Implemented fullscreen top layer 2019-02-06 13:23:52 -06:00
Manish Goregaokar
cbe505ba54 Add webxr pref 2019-01-26 08:28:37 -08:00
Maharsh
0f17273276 Initial Steps OffScreenCanvas API 2019-01-15 22:45:34 -05:00
Manish Goregaokar
241d93340b Add dom.webxr.enabled pref 2018-12-22 22:19:35 -08:00
Jan Andre Ikenmeyer
2996fa7290
Update CA database 2018-12-12 22:49:27 +01:00
Jan Andre Ikenmeyer
0b4a426f5e
Update hsts_preload.json 2018-12-12 22:47:20 +01:00
Manish Goregaokar
6eb396874a Restructure package-specific preferences, add support for VR-only prefs 2018-11-28 15:38:19 -08:00
Jan Andre Ikenmeyer
a4bdfadec0
Update hsts_preload.json 2018-11-27 19:01:02 +01:00
Jan Andre Ikenmeyer
949c22401b
Update CA database 2018-11-24 17:43:36 +01:00
bors-servo
7484b738f1
Auto merge of #22248 - Darkspirit:hsts, r=jdm
Update hsts_preload.json

Made with `./mach update-hsts-preload`.
It was last updated on 2 Dec 2015.

---
- [x] `./mach test-tidy` does not report any errors

<!-- 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/22248)
<!-- Reviewable:end -->
2018-11-23 15:04:05 -05:00
Jan Andre Ikenmeyer
6536cef48c
Update public_domains.txt 2018-11-22 18:25:22 +01:00
Jan Andre Ikenmeyer
ff2aba25f0
Update hsts_preload.json 2018-11-22 17:57:12 +01:00
Emilio Cobos Álvarez
5a2ba9661b
style: Re-enable the rule that was accidentally disabled by a typo in the CSS parser.
In #21946 I commented out this rule because before that patch we were
accidentally ignoring it because of a typo in the CSS parser, since that PR
didn't intend to change behavior.

This PR does though, and re-enables the rule.
2018-10-19 01:23:35 +02:00
Emilio Cobos Álvarez
6d7d1e5691
style: Remove useless declarations in servo.css.
Margin is a reset property, there's no point in setting it to zero since it's
zero by default.
2018-10-15 02:17:03 +02:00
Emilio Cobos Álvarez
7ed3995725
style: Stop using PseudoElement::inherits_all.
This was done that way just because Servo didn't support the `all` property at
the time.

We should do it this way and optimize it if it's slow. Though I suspect that
most of stuff doesn't actually need to be inherited, my patch at bug 1498943
should make it much faster than what it would otherwise be.
2018-10-15 02:17:03 +02:00
Paul Rouget
5ddb8d577f Disable subpixel text antialiasing for ServoSurface 2018-10-06 07:57:07 +02:00
Josh Matthews
c3c8aabf80 Enable fake fillText API in all builds. 2018-10-02 14:47:29 +02:00