[HtmlUnit] SVN: [15358] trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit
rbri--- via HtmlUnit-develop <[email protected]>
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15358
http://sourceforge.net/p/htmlunit/code/15358
Author: rbri
Date: 2018-06-19 05:58:09 +0000 (Tue, 19 Jun 2018)
Log Message:
-----------
ff60 support (wip)
Modified Paths:
--------------
trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java
trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/intl/DateTimeFormat.java
Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java
===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java 2018-06-18 19:15:15 UTC (rev 15357)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java 2018-06-19 05:58:09 UTC (rev 15358)
@@ -752,7 +752,7 @@
JS_DOMIMPLEMENTATION_FEATURE_STYLESHEETS,
/** If document.implementation.hasFeature() supports 'http://www.w3.org/TR/SVG11/feature#BasicStructure 1.2'. */
- @BrowserFeature({CHROME, FF52})
+ @BrowserFeature({CHROME, FF})
JS_DOMIMPLEMENTATION_FEATURE_SVG_BASICSTRUCTURE_1_2,
/** If document.implementation.hasFeature() supports 'MutationNameEvents'. */
Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/intl/DateTimeFormat.java
===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/intl/DateTimeFormat.java 2018-06-18 19:15:15 UTC (rev 15357)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/intl/DateTimeFormat.java 2018-06-19 05:58:09 UTC (rev 15358)
@@ -113,6 +113,7 @@
commonFormats.put("it", ddSlash);
commonFormats.put("iw", ddDot);
commonFormats.put("ja", yyyySlash);
+ commonFormats.put("ja-JP-u-ca-japanese", "yy/MM/dd");
commonFormats.put("ko", yyyyDotBlankDot);
commonFormats.put("lt", yyyyDash);
commonFormats.put("lv", yyyyDotDot);
@@ -145,7 +146,6 @@
commonFormats.put("es-US", ddSlash);
commonFormats.put("ga", ddSlash);
commonFormats.put("fr-CH", ddDot);
- commonFormats.put("ja-JP-u-ca-japanese", "yy/MM/dd");
commonFormats.put("mt", ddSlash);
commonFormats.put("nl-BE", ddSlash);
commonFormats.put("sk", ddDotBlank);
@@ -169,7 +169,6 @@
CHROME_FORMATS_.put("in-ID", ddSlash);
CHROME_FORMATS_.put("is", yyyyDash);
CHROME_FORMATS_.put("iw", ddDot);
- CHROME_FORMATS_.put("ja-JP-u-ca-japanese", "平成yy/MM/dd");
CHROME_FORMATS_.put("mk", yyyyDash);
CHROME_FORMATS_.put("nl-BE", ddSlash);
CHROME_FORMATS_.put("sk", ddDotBlank);
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
HtmlUnit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop