From ebd1d451983adb724b42f90c1dd371fd094df5ed Mon Sep 17 00:00:00 2001 From: Ada Rose Edwards <adaroseedwards@gmail.com> Date: Thu, 19 Jan 2017 16:53:30 +0000 Subject: [PATCH] Update polyfills config for Samsung Internet 5 (#1067) --- polyfills/Array/from/config.json | 2 +- polyfills/Array/of/config.json | 2 +- polyfills/Array/prototype/@@iterator/config.json | 2 +- polyfills/Array/prototype/entries/config.json | 2 +- polyfills/Array/prototype/fill/config.json | 2 +- polyfills/Array/prototype/findIndex/config.json | 2 +- polyfills/Array/prototype/includes/config.json | 2 +- polyfills/Array/prototype/keys/config.json | 2 +- polyfills/Array/prototype/values/config.json | 2 +- polyfills/DOMTokenList/prototype/@@iterator/config.json | 2 +- polyfills/Event/hashchange/config.json | 2 +- polyfills/NodeList/prototype/@@iterator/config.json | 2 +- polyfills/Number/isInteger/config.json | 2 +- polyfills/Object/assign/config.json | 2 +- polyfills/Symbol/config.json | 2 +- polyfills/Symbol/hasInstance/config.json | 2 +- polyfills/Symbol/isConcatSpreadable/config.json | 2 +- polyfills/Symbol/iterator/config.json | 2 +- polyfills/Symbol/match/config.json | 2 +- polyfills/Symbol/replace/config.json | 2 +- polyfills/Symbol/search/config.json | 2 +- polyfills/Symbol/species/config.json | 2 +- polyfills/Symbol/split/config.json | 2 +- polyfills/Symbol/toPrimitive/config.json | 2 +- polyfills/Symbol/toStringTag/config.json | 2 +- polyfills/Symbol/unscopables/config.json | 2 +- polyfills/URL/config.json | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/polyfills/Array/from/config.json b/polyfills/Array/from/config.json index 7bb539581..29cce8379 100644 --- a/polyfills/Array/from/config.json +++ b/polyfills/Array/from/config.json @@ -19,7 +19,7 @@ "firefox_mob": "<32", "android": "*", "ios_saf": "<9", - "samsung_mob": "*", + "samsung_mob": "<5", "bb": "10 - *" }, "dependencies": [ diff --git a/polyfills/Array/of/config.json b/polyfills/Array/of/config.json index 2dfd432a5..b15fdb4aa 100644 --- a/polyfills/Array/of/config.json +++ b/polyfills/Array/of/config.json @@ -17,7 +17,7 @@ "firefox_mob": "<25", "android": "*", "ios_saf": "<9", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "Object.defineProperty" diff --git a/polyfills/Array/prototype/@@iterator/config.json b/polyfills/Array/prototype/@@iterator/config.json index 34ebd09fb..50dd5016b 100644 --- a/polyfills/Array/prototype/@@iterator/config.json +++ b/polyfills/Array/prototype/@@iterator/config.json @@ -12,7 +12,7 @@ "android": "<5.1", "ios_saf": "<9", "opera": "<25", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "_ArrayIterator", diff --git a/polyfills/Array/prototype/entries/config.json b/polyfills/Array/prototype/entries/config.json index e02d5383e..0f7ec3f4d 100644 --- a/polyfills/Array/prototype/entries/config.json +++ b/polyfills/Array/prototype/entries/config.json @@ -12,7 +12,7 @@ "android": "<5.1", "ios_saf": "<8", "opera": "<25", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "_ArrayIterator", diff --git a/polyfills/Array/prototype/fill/config.json b/polyfills/Array/prototype/fill/config.json index 1a20a9be4..39460c7fa 100644 --- a/polyfills/Array/prototype/fill/config.json +++ b/polyfills/Array/prototype/fill/config.json @@ -14,7 +14,7 @@ "chrome": "< 45", "android": "*", "ios_saf": "<= 7", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "Object.defineProperty" diff --git a/polyfills/Array/prototype/findIndex/config.json b/polyfills/Array/prototype/findIndex/config.json index de6c204fe..b3f33ec3a 100644 --- a/polyfills/Array/prototype/findIndex/config.json +++ b/polyfills/Array/prototype/findIndex/config.json @@ -15,7 +15,7 @@ "ios_chr": "* - 8.0", "android": "*", "firefox_mob": "3.6 - 24", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "Object.defineProperty" diff --git a/polyfills/Array/prototype/includes/config.json b/polyfills/Array/prototype/includes/config.json index 34d6d58c6..daf2b4543 100644 --- a/polyfills/Array/prototype/includes/config.json +++ b/polyfills/Array/prototype/includes/config.json @@ -15,7 +15,7 @@ "op_mob": "*", "ie_mob": "*", "firefox_mob": "*", - "samsung_mob": "*", + "samsung_mob": "<5", "bb": "10 - *" }, "license": "CC0", diff --git a/polyfills/Array/prototype/keys/config.json b/polyfills/Array/prototype/keys/config.json index 2936ab60a..8e4446386 100644 --- a/polyfills/Array/prototype/keys/config.json +++ b/polyfills/Array/prototype/keys/config.json @@ -12,7 +12,7 @@ "android": "<5.1", "ios_saf": "<8", "opera": "<25", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "_ArrayIterator", diff --git a/polyfills/Array/prototype/values/config.json b/polyfills/Array/prototype/values/config.json index 9dcd5756e..ffaf0992d 100644 --- a/polyfills/Array/prototype/values/config.json +++ b/polyfills/Array/prototype/values/config.json @@ -12,7 +12,7 @@ "android": "*", "ios_saf": "<9", "opera": "*", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "Symbol.iterator", diff --git a/polyfills/DOMTokenList/prototype/@@iterator/config.json b/polyfills/DOMTokenList/prototype/@@iterator/config.json index f6628da6d..117015e1c 100644 --- a/polyfills/DOMTokenList/prototype/@@iterator/config.json +++ b/polyfills/DOMTokenList/prototype/@@iterator/config.json @@ -7,7 +7,7 @@ "firefox": "<40", "ios_saf": "*", "opera": "<50", - "samsung_mob": "*", + "samsung_mob": "<5", "bb": "10 - *" }, "dependencies": [ diff --git a/polyfills/Event/hashchange/config.json b/polyfills/Event/hashchange/config.json index 67d9c4934..8879c824d 100644 --- a/polyfills/Event/hashchange/config.json +++ b/polyfills/Event/hashchange/config.json @@ -11,7 +11,7 @@ "browsers": { "ie": "6 - 7", "safari": "4", - "samsung_mob": "*" + "samsung_mob": "<5" }, "dependencies": [ "Event" diff --git a/polyfills/NodeList/prototype/@@iterator/config.json b/polyfills/NodeList/prototype/@@iterator/config.json index 1ede24639..2cd428533 100644 --- a/polyfills/NodeList/prototype/@@iterator/config.json +++ b/polyfills/NodeList/prototype/@@iterator/config.json @@ -7,7 +7,7 @@ "firefox": "<40", "ios_saf": "*", "opera": "<50", - "samsung_mob": "*", + "samsung_mob": "<5", "bb": "10 - *" }, "dependencies": [ diff --git a/polyfills/Number/isInteger/config.json b/polyfills/Number/isInteger/config.json index eb1f05eae..3f416ab72 100644 --- a/polyfills/Number/isInteger/config.json +++ b/polyfills/Number/isInteger/config.json @@ -15,7 +15,7 @@ "opera": "<22", "op_mob": "*", "op_mini": "*", - "samsung_mob": "*", + "samsung_mob": "<5", "bb": "*" }, "license": "MIT", diff --git a/polyfills/Object/assign/config.json b/polyfills/Object/assign/config.json index 6cd14f75a..36fdacfda 100644 --- a/polyfills/Object/assign/config.json +++ b/polyfills/Object/assign/config.json @@ -22,7 +22,7 @@ "op_mini": "*", "safari": "1 - 8", "firefox_mob": "1 - 33", - "samsung_mob": "*" + "samsung_mob": "<5" }, "docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign" } diff --git a/polyfills/Symbol/config.json b/polyfills/Symbol/config.json index 2bc85f786..683e7cf38 100644 --- a/polyfills/Symbol/config.json +++ b/polyfills/Symbol/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "<9", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "<5.1", "bb": "10 - *" }, diff --git a/polyfills/Symbol/hasInstance/config.json b/polyfills/Symbol/hasInstance/config.json index 84d631425..a6d8b4d25 100644 --- a/polyfills/Symbol/hasInstance/config.json +++ b/polyfills/Symbol/hasInstance/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/isConcatSpreadable/config.json b/polyfills/Symbol/isConcatSpreadable/config.json index c31f58d2f..15b3aa0bb 100644 --- a/polyfills/Symbol/isConcatSpreadable/config.json +++ b/polyfills/Symbol/isConcatSpreadable/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/iterator/config.json b/polyfills/Symbol/iterator/config.json index 1d3d00dea..0676c1a23 100644 --- a/polyfills/Symbol/iterator/config.json +++ b/polyfills/Symbol/iterator/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "<5.1", "bb": "10 - *" }, diff --git a/polyfills/Symbol/match/config.json b/polyfills/Symbol/match/config.json index ede7ee58a..365f80137 100644 --- a/polyfills/Symbol/match/config.json +++ b/polyfills/Symbol/match/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/replace/config.json b/polyfills/Symbol/replace/config.json index 5ab7912a0..ebb60cde8 100644 --- a/polyfills/Symbol/replace/config.json +++ b/polyfills/Symbol/replace/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/search/config.json b/polyfills/Symbol/search/config.json index 16f6c1df6..daf99d5ae 100644 --- a/polyfills/Symbol/search/config.json +++ b/polyfills/Symbol/search/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/species/config.json b/polyfills/Symbol/species/config.json index f53f2c4ac..ab9c1d863 100644 --- a/polyfills/Symbol/species/config.json +++ b/polyfills/Symbol/species/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/split/config.json b/polyfills/Symbol/split/config.json index 5d028350b..4dde10cc4 100644 --- a/polyfills/Symbol/split/config.json +++ b/polyfills/Symbol/split/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/toPrimitive/config.json b/polyfills/Symbol/toPrimitive/config.json index c075ef2ed..477026fca 100644 --- a/polyfills/Symbol/toPrimitive/config.json +++ b/polyfills/Symbol/toPrimitive/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/toStringTag/config.json b/polyfills/Symbol/toStringTag/config.json index 84987a405..6727925d8 100644 --- a/polyfills/Symbol/toStringTag/config.json +++ b/polyfills/Symbol/toStringTag/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/Symbol/unscopables/config.json b/polyfills/Symbol/unscopables/config.json index b269c1f2b..5146a6047 100644 --- a/polyfills/Symbol/unscopables/config.json +++ b/polyfills/Symbol/unscopables/config.json @@ -10,7 +10,7 @@ "firefox": "< 40", "ios_saf": "*", "opera": "< 37", - "samsung_mob": "*", + "samsung_mob": "<5", "android": "*", "bb": "10 - *" }, diff --git a/polyfills/URL/config.json b/polyfills/URL/config.json index adc31aa31..2a0d9d57a 100644 --- a/polyfills/URL/config.json +++ b/polyfills/URL/config.json @@ -16,7 +16,7 @@ "firefox_mob": "<29", "opera": "<36", "android": "*", - "samsung_mob": "*", + "samsung_mob": "<5", "ios_saf": "*" }, "dependencies": [ -- GitLab