From 76c640c28a161ff725b2a1607a01f59157f627b1 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 15 Jun 2019 20:39:39 +0200 Subject: Update ICU to 58.3 - This adds the new Japanese ascension era (Reiwa) - This updates timezone data to 2019a - Updated script for git instead of SVN - Regenerated locale data --- config/external/icu/data/icudt58l.dat | Bin 10912528 -> 11695584 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'config') diff --git a/config/external/icu/data/icudt58l.dat b/config/external/icu/data/icudt58l.dat index 2cba52d5b..528ff5ebe 100644 Binary files a/config/external/icu/data/icudt58l.dat and b/config/external/icu/data/icudt58l.dat differ -- cgit v1.2.3 From 7715dd79c5e38cd0de3b3092fbacd6146146a028 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 27 Jun 2019 03:36:56 +0200 Subject: Platform version update for large internal changes: - Removal of a lot of redundant JS code (part pending) - Addition of more ES standards code - Change of master password / NSS db password storage (pending) --- config/milestone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/milestone.txt b/config/milestone.txt index cf45e1d05..493ad3bbd 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -4.2.1 +4.3.0 -- cgit v1.2.3 From 05c9c752a34ce4c9d246b63e2fbb46eaa946f8b6 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 9 Jun 2019 16:14:01 -0400 Subject: 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. --- config/check_spidermonkey_style.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py index 647f403c4..3b5f20037 100644 --- a/config/check_spidermonkey_style.py +++ b/config/check_spidermonkey_style.py @@ -63,7 +63,7 @@ included_inclnames_to_ignore = set([ 'devtools/Instruments.h', # we ignore devtools/ in general 'double-conversion.h', # strange MFBT case 'javascript-trace.h', # generated in $OBJDIR if HAVE_DTRACE is defined - 'jsautokw.h', # generated in $OBJDIR + 'frontend/ReservedWordsGenerated.h', # generated in $OBJDIR 'jscustomallocator.h', # provided by embedders; allowed to be missing 'js-config.h', # generated in $OBJDIR 'fdlibm.h', # fdlibm @@ -99,7 +99,7 @@ included_inclnames_to_ignore = set([ # ignore #includes of them when checking #include ordering. oddly_ordered_inclnames = set([ 'ctypes/typedefs.h', # Included multiple times in the body of ctypes/CTypes.h - 'jsautokw.h', # Included in the body of frontend/TokenStream.h + 'frontend/ReservedWordsGenerated.h', # Included in the body of frontend/TokenStream.h 'jswin.h', # Must be #included before 'machine/endian.h', # Must be included after on BSD 'winbase.h', # Must precede other system headers(?) -- cgit v1.2.3 From 1dbed95e4c43fdbcc2d959ddb06ebe6331afb9d8 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 20 Jul 2019 23:11:27 +0200 Subject: Update platform version and force clobber. --- config/milestone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/milestone.txt b/config/milestone.txt index 493ad3bbd..3c80f8bb5 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -4.3.0 +4.4.0 \ No newline at end of file -- cgit v1.2.3 From 0cd0854ba88e1a5f4e2e9694113299b5e2e0bc25 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 14 Aug 2019 15:55:42 +0200 Subject: Update platform version. --- config/milestone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/milestone.txt b/config/milestone.txt index 3c80f8bb5..67b4fdd4e 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -4.4.0 \ No newline at end of file +4.4.1 \ No newline at end of file -- cgit v1.2.3