Skip to content

Commit

Permalink
Merge pull request #269 from cvan/firefox-macos
Browse files Browse the repository at this point in the history
update compat info. for Firefox on macOS, several browser pages
  • Loading branch information
cvan authored Oct 31, 2017
2 parents 1aba927 + c27c70e commit c1514ac
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
12 changes: 10 additions & 2 deletions public/chromium.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,18 @@ <h2><a href="#compat">Known issues</a></h2>
<table>
<thead>
<tr>
<th data-report-key="browserVersion">Version</th>
<th data-report-key="description">Description</th>
{% set show_version = false %}
{%- for report in browser.reports -%}
{% if report.enabled and report.browserUserAgent %}
{% set show_version = true %}
{% endif %}
{%- endfor %}
{% if show_version %}
<th data-report-key="browserVersion">Version</th>
{% endif %}
<th data-report-key="browserBuildId">Browser build</th>
<th data-report-key="headset">Headset</th>
<th data-report-key="description">Description</th>
<th data-report-key="dateReported">Reported</th>
<th data-report-key="dateUpdated">Updated</th>
<th data-report-key="status">Status</th>
Expand Down
20 changes: 13 additions & 7 deletions public/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "firefox",
"description": "Mozilla’s desktop browser",
"description_html": "<a href=\"https://www.mozilla.org/\">Mozilla</a>’s <a href=\"https://www.mozilla.org/en-US/firefox/new/\">desktop browser</a>",
"operatingSystem": "Windows 7.1+",
"operatingSystem": "Windows 7.1+ or macOS",
"processorRequirements": "IA64",
"headsets": [
"htc_vive",
Expand Down Expand Up @@ -67,7 +67,7 @@
"platforms": {
"htc_vive": {
"windows": "supported",
"mac": "headset_unsupported",
"mac": "supported",
"linux": "headset_unsupported",
"android": "headset_unsupported",
"ios": "headset_unsupported"
Expand Down Expand Up @@ -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/",
Expand Down Expand Up @@ -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": "<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=1359460\">WebVR affected by bug</a> in <a href=\"/firefox#download\">Firefox Nightly</a>; temporary workaround is to load <code>about:config</code> and set <code>security.sandbox.gpu.level</code> to <code>0</code>",
"content_html": "<a href=\"https://bugzilla.mozilla.org/show_bug.cgi?id=1359460\" rel=\"noreferrer noopener\">WebVR affected by bug</a> in <a href=\"/firefox#download\">Firefox Nightly</a>; temporary workaround is to load <code>about:config</code> and set <code>security.sandbox.gpu.level</code> to <code>0</code>",
"datePublished": {
"originalDateTimeString": "25-Feb-2017 14:44",
"datetime": 1488062640000,
Expand All @@ -502,7 +508,7 @@
"enabled": false,
"dismissable": false,
"content": "Firefox Nightly now supports Oculus Touch controllers!",
"content_html": "<a href=\"/firefox#download\">Firefox Nightly</a> now supports <a href=\"https://www.oculus.com/rift/#u_0_g\">Oculus Touch</a> controllers!",
"content_html": "<a href=\"/firefox#download\">Firefox Nightly</a> now supports <a href=\"https://www.oculus.com/rift/#u_0_g\" rel=\"noreferrer noopener\">Oculus Touch</a> controllers!",
"datePublished": {
"originalDateTimeString": "18-Feb-2017 12:27:05",
"datetime": 1487449625000,
Expand All @@ -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 <a href=\"https://hacks.mozilla.org/2017/06/announcing-webvr-on-mac/\" rel=\"noreferrer noopener\">macOS</a>.",
"datePublished": {
"originalDateTimeString": "07-Aug-2017 08:00:00",
"datetimeString": "Aug 7, 2017, 8:00 Am",
Expand All @@ -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 <strong>Firefox 55 for Windows</strong>! Check it out on your Oculus Rift or HTC VIVE.",
"content_html": "WebVR has shipped in <a href=\"https://blog.mozilla.org/blog/2017/08/08/webvr-new-speedy-features/\" rel=\"noreferrer noopener\"><strong>Firefox 55 for Windows</strong></a>! 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",
Expand Down
1 change: 0 additions & 1 deletion public/media/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
3 changes: 3 additions & 0 deletions public/microsoft_edge.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@

{% block faq_block %}
{% endblock %}

{% block reports_block %}
{% endblock %}
3 changes: 3 additions & 0 deletions public/oculus_carmel.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@
</dd>
</dl>
{% endblock %}

{% block reports_block %}
{% endblock %}
2 changes: 2 additions & 0 deletions public/servo.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h2><a href="#releases">Latest version</a></h2>
</article>
</section>

<!--
<section id="compat" class="section" data-section="compat">
<div id="compatibility"></div>
<div id="known_issues"></div>
Expand All @@ -105,6 +106,7 @@ <h2><a href="#compat">Known issues</a></h2>
</li>
</ul>
</section>
-->

<section id="links" class="section" data-section="links">
<div id="info"></div>
Expand Down

0 comments on commit c1514ac

Please sign in to comment.