From cb24adf0655e34f79393f0fadb10e30fccd9ed18 Mon Sep 17 00:00:00 2001 From: thoragio Date: Sat, 15 Apr 2017 17:01:13 +0200 Subject: [PATCH 1/4] Update online DPDB URL --- src/dpdb/dpdb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dpdb/dpdb.js b/src/dpdb/dpdb.js index 6b71208..9fefd18 100644 --- a/src/dpdb/dpdb.js +++ b/src/dpdb/dpdb.js @@ -19,7 +19,8 @@ var DPDB_CACHE = require('./dpdb-cache.js'); var Util = require('../util.js'); // Online DPDB URL. -var ONLINE_DPDB_URL = 'https://storage.googleapis.com/cardboard-dpdb/dpdb.json'; +var ONLINE_DPDB_URL = + 'https://rawgit.com/thoragio/webvr-polyfill-dpdb/master/dpdb.json'; /** * Calculates device parameters based on the DPDB (Device Parameter Database). From 0a583806eacd85791bdec210fba5776a84913663 Mon Sep 17 00:00:00 2001 From: thoragio Date: Mon, 17 Apr 2017 11:14:39 +0200 Subject: [PATCH 2/4] Adjust URL to GitHub Pages --- src/dpdb/dpdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpdb/dpdb.js b/src/dpdb/dpdb.js index 9fefd18..b2896ab 100644 --- a/src/dpdb/dpdb.js +++ b/src/dpdb/dpdb.js @@ -20,7 +20,7 @@ var Util = require('../util.js'); // Online DPDB URL. var ONLINE_DPDB_URL = - 'https://rawgit.com/thoragio/webvr-polyfill-dpdb/master/dpdb.json'; + 'https://thoragio.github.io/webvr-polyfill-dpdb/dpdb.json'; /** * Calculates device parameters based on the DPDB (Device Parameter Database). From 555d3c8eb5aa1efdd0588f6fa53d2fac978686d2 Mon Sep 17 00:00:00 2001 From: thoragio Date: Wed, 19 Apr 2017 12:48:54 +0200 Subject: [PATCH 3/4] Adjust DPDB URL to point to WebVRRocks repo --- src/dpdb/dpdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpdb/dpdb.js b/src/dpdb/dpdb.js index b2896ab..ec7fe12 100644 --- a/src/dpdb/dpdb.js +++ b/src/dpdb/dpdb.js @@ -20,7 +20,7 @@ var Util = require('../util.js'); // Online DPDB URL. var ONLINE_DPDB_URL = - 'https://thoragio.github.io/webvr-polyfill-dpdb/dpdb.json'; + 'https://webvrrocks.github.io/webvr-polyfill-dpdb/dpdb.json'; /** * Calculates device parameters based on the DPDB (Device Parameter Database). From a6e4d4a9534f4889d3e0b0fdf9f1bb604f598090 Mon Sep 17 00:00:00 2001 From: thoragio Date: Wed, 19 Apr 2017 13:01:11 +0200 Subject: [PATCH 4/4] Adjust DPDB URL to point to WebVRRocks subdomain --- src/dpdb/dpdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpdb/dpdb.js b/src/dpdb/dpdb.js index ec7fe12..f1f1466 100644 --- a/src/dpdb/dpdb.js +++ b/src/dpdb/dpdb.js @@ -20,7 +20,7 @@ var Util = require('../util.js'); // Online DPDB URL. var ONLINE_DPDB_URL = - 'https://webvrrocks.github.io/webvr-polyfill-dpdb/dpdb.json'; + 'https://dpdb.webvr.rocks/dpdb.json'; /** * Calculates device parameters based on the DPDB (Device Parameter Database).