f09f85d Merge branch 'master' into website

Merged and Committed by rlafuente 2 years ago
67 files changed. 1998 lines added. 1235 lines removed.
.gitignore
file modified
+1 -0
Makefile
file modified
+5 -1
chrome/manifest.json
file modified
+3 -2
common/code_builders.js
file modified
+374 -67
common/document_start.js
file modified
+21 -7
common/ffbug1267027.js
file removed
-187
common/helpers.js
file modified
+13 -0
common/inject.js
file removed
-51
common/level_cache.js
file modified
+5 -15
common/levels.js
file modified
+48 -11
common/options.html
file modified
+4 -4
common/options_domains.html
file modified
+0 -2
common/session_hash.js
file modified
+15 -7
common/update.js
file modified
+33 -3
common/wrappingS-AJAX.js
file modified
+29 -17
common/wrappingS-BATTERY-CR.js
file modified
+37 -12
common/wrappingS-DOM.js
file added
+84
common/wrappingS-ECMA-ARRAY.js
file modified
+6 -5
common/wrappingS-ECMA-DATE.js
file modified
+1 -1
common/wrappingS-GEO.js
file modified
+49 -44
common/wrappingS-GP.js
file added
+140
common/wrappingS-H-C.js
file modified
+48 -113
common/wrappingS-HTML.js
file modified
+0 -1
common/wrappingS-MCS.js
file modified
+54 -46
common/wrappingS-NP.js
file modified
+208 -206
common/wrappingS-VR.js
file added
+118
common/wrappingS-WEBA.js
file modified
+0 -13
common/wrappingS-WEBGL.js
file modified
+20 -19
common/wrappingS-XR.js
file added
+64
docs/blog.md
file added
+6
docs/blogarticles/farbling.md
file added
+92
docs/blogarticles/localportscanning.md
file modified
+4 -3
docs/build.md
file modified
+9 -11
docs/credits.md
file modified
+6 -2
docs/index.md
file added
+77
docs/levels.md
file modified
+15 -6
docs/new-wrapper.md
file modified
+45 -7
docs/permissions.md
file modified
+1 -1
docs/test/date.js
file modified
+10 -0
docs/test/enumerateDevices.js
file modified
+28 -7
docs/test/iframe.html
file added
+10
docs/test/iframe.js
file added
+21
docs/test/plugins.js
file modified
+0 -13
docs/test/poc.js
file added
+4
docs/test/test.html
file modified
+44 -17
docs/test/tests.js
file removed
-181
docs/test/unit_test.html
file removed
-20
docs/versions.md
file modified
+22 -0
firefox/manifest.json
file modified
+3 -3
tests/integration_tests/README.md
file modified
+1 -1
tests/integration_tests/testing/configuration.py
file modified
+1 -1
tests/integration_tests/testing/math_operations.py
file modified
+30 -1
tests/integration_tests/testing/tests_definition/test_canvas.py
file modified
+4 -4
tests/integration_tests/testing/tests_definition/test_gps.py
file modified
+13 -6
tests/integration_tests/testing/tests_definition/test_hw.py
file modified
+15 -7
tests/integration_tests/testing/tests_definition/test_navigator.py
file modified
+20 -7
tests/integration_tests/testing/tests_definition/test_webgl.py
file modified
+38 -19
tests/integration_tests/testing/values_expected.py
file modified
+39 -29
tests/integration_tests/testing/values_getters.py
file modified
+11 -7
tests/integration_tests/testing/web_browser.py
file modified
+0 -2
tests/unit_tests/config/global-example.json
file modified
+1 -0
tests/unit_tests/config/global-schema.json
file modified
+3 -0
tests/unit_tests/config/global.json
file modified
+10 -34
tests/unit_tests/package-lock.json
file modified
+3 -3
tests/unit_tests/start_unit_tests.sh
file modified
+7 -0
tests/unit_tests/tests/wrappingS-GEO_tests.js
file modified
+24 -8
    Merge branch 'master' into website
    
        
file modified
+1 -0
file modified
+5 -1
file modified
+3 -2
file modified
+374 -67
file modified
+21 -7
file removed
-187
file modified
+13 -0
file removed
-51
file modified
+5 -15
file modified
+48 -11
file modified
+4 -4
file modified
+0 -2
file modified
+15 -7
file modified
+33 -3
file modified
+29 -17
file modified
+37 -12
file modified
+49 -44
file added
+140
file modified
+48 -113
file modified
+0 -1
file modified
+54 -46
file modified
+208 -206
file added
+118
file modified
+0 -13
file modified
+20 -19
file added
+6
file modified
+9 -11
file modified
+6 -2
file added
+77
file modified
+15 -6
file modified
+45 -7
file modified
+1 -1
file modified
+10 -0
file modified
+28 -7
file added
+21
file modified
+0 -13
file added
+4
file modified
+44 -17
file removed
-181
file modified
+22 -0
file modified
+3 -3