diff --git a/public/chromium.html b/public/chromium.html
index fb2d0e5b..51013f97 100644
--- a/public/chromium.html
+++ b/public/chromium.html
@@ -131,10 +131,18 @@
- Version |
+ Description |
+ {% set show_version = false %}
+ {%- for report in browser.reports -%}
+ {% if report.enabled and report.browserUserAgent %}
+ {% set show_version = true %}
+ {% endif %}
+ {%- endfor %}
+ {% if show_version %}
+ Version |
+ {% endif %}
Browser build |
Headset |
- Description |
Reported |
Updated |
Status |
diff --git a/public/firefox.json b/public/firefox.json
index 05f191ab..a19d57e8 100644
--- a/public/firefox.json
+++ b/public/firefox.json
@@ -5,7 +5,7 @@
"slug": "firefox",
"description": "Mozilla’s desktop browser",
"description_html": "Mozilla’s desktop browser",
- "operatingSystem": "Windows 7.1+",
+ "operatingSystem": "Windows 7.1+ or macOS",
"processorRequirements": "IA64",
"headsets": [
"htc_vive",
@@ -67,7 +67,7 @@
"platforms": {
"htc_vive": {
"windows": "supported",
- "mac": "headset_unsupported",
+ "mac": "supported",
"linux": "headset_unsupported",
"android": "headset_unsupported",
"ios": "headset_unsupported"
@@ -121,6 +121,12 @@
"source": "Mozilla Hacks",
"date": "August 8, 2017"
},
+ {
+ "title": "Announcing WebVR on Mac via Firefox Nightly",
+ "url": "https://hacks.mozilla.org/2017/06/announcing-webvr-on-mac/",
+ "source": "Mozilla Hacks",
+ "date": "June 5, 2017"
+ },
{
"title": "vr.mozilla.org",
"url": "https://vr.mozilla.org/",
@@ -486,7 +492,7 @@
"enabled": false,
"dismissable": false,
"content": "WebVR affected by bug in Firefox Nightly; temporary workaround is to load `about:config` and set `security.sandbox.gpu.level` to `0`",
- "content_html": "WebVR affected by bug in Firefox Nightly; temporary workaround is to load about:config
and set security.sandbox.gpu.level
to 0
",
+ "content_html": "WebVR affected by bug in Firefox Nightly; temporary workaround is to load about:config
and set security.sandbox.gpu.level
to 0
",
"datePublished": {
"originalDateTimeString": "25-Feb-2017 14:44",
"datetime": 1488062640000,
@@ -502,7 +508,7 @@
"enabled": false,
"dismissable": false,
"content": "Firefox Nightly now supports Oculus Touch controllers!",
- "content_html": "Firefox Nightly now supports Oculus Touch controllers!",
+ "content_html": "Firefox Nightly now supports Oculus Touch controllers!",
"datePublished": {
"originalDateTimeString": "18-Feb-2017 12:27:05",
"datetime": 1487449625000,
@@ -516,8 +522,8 @@
{
"type": "success",
"dismissable": false,
- "content": "Mac is supported in Firefox.",
- "content_html": "Mac is supported in Firefox.",
+ "content": "Firefox is now experimentally supported on macOS.",
+ "content_html": "Firefox is now experimentally supported on macOS.",
"datePublished": {
"originalDateTimeString": "07-Aug-2017 08:00:00",
"datetimeString": "Aug 7, 2017, 8:00 Am",
@@ -531,7 +537,7 @@
"type": "success",
"dismissable": false,
"content": "WebVR has shipped in Firefox 55 on Windows! Check it out on your Oculus Rift or HTC VIVE.",
- "content_html": "WebVR has shipped in Firefox 55 for Windows! Check it out on your Oculus Rift or HTC VIVE.",
+ "content_html": "WebVR has shipped in Firefox 55 for Windows! Check it out on your Oculus Rift or HTC VIVE.",
"datePublished": {
"originalDateTimeString": "08-Aug-2017 06:00:00",
"datetimeString": "Aug 8, 2017, 6:00 AM",
diff --git a/public/media/css/main.css b/public/media/css/main.css
index 99979d4c..40e02cbe 100644
--- a/public/media/css/main.css
+++ b/public/media/css/main.css
@@ -954,7 +954,6 @@ html[data-layout] [data-section="demos"] ul.matrix {
display: table-cell;
}
-[itemprop="browser"] [data-platform="mac"],
[itemprop="browser"] [data-platform="linux"],
[itemprop="browser"][data-slug="firefox"] tr[data-headset="samsung_gear_vr"],
[itemprop="browser"][data-slug="firefox"] tr[data-headset="google_daydream"],
diff --git a/public/microsoft_edge.html b/public/microsoft_edge.html
index 3aedda9e..cedcb461 100644
--- a/public/microsoft_edge.html
+++ b/public/microsoft_edge.html
@@ -27,3 +27,6 @@
{% block faq_block %}
{% endblock %}
+
+{% block reports_block %}
+{% endblock %}
diff --git a/public/oculus_carmel.html b/public/oculus_carmel.html
index 638cad15..825976b7 100644
--- a/public/oculus_carmel.html
+++ b/public/oculus_carmel.html
@@ -75,3 +75,6 @@
{% endblock %}
+
+{% block reports_block %}
+{% endblock %}
diff --git a/public/servo.html b/public/servo.html
index ff208f64..36b7a3dd 100644
--- a/public/servo.html
+++ b/public/servo.html
@@ -92,6 +92,7 @@
+