Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (231459 => 231460)
--- trunk/Source/_javascript_Core/ChangeLog 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/ChangeLog 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,3 +1,45 @@
+2018-05-07 Andy VanWagoner <[email protected]>
+
+ Remove defunct email address
+ https://bugs.webkit.org/show_bug.cgi?id=185396
+
+ Reviewed by Mark Lam.
+
+ The email address [email protected] is no longer valid, as the
+ associated google account has been closed. This updates the email
+ address so questions about these Intl contributions go to the right
+ place.
+
+ * builtins/DatePrototype.js:
+ * builtins/NumberPrototype.js:
+ * builtins/StringPrototype.js:
+ * runtime/IntlCollator.cpp:
+ * runtime/IntlCollator.h:
+ * runtime/IntlCollatorConstructor.cpp:
+ * runtime/IntlCollatorConstructor.h:
+ * runtime/IntlCollatorPrototype.cpp:
+ * runtime/IntlCollatorPrototype.h:
+ * runtime/IntlDateTimeFormat.cpp:
+ * runtime/IntlDateTimeFormat.h:
+ * runtime/IntlDateTimeFormatConstructor.cpp:
+ * runtime/IntlDateTimeFormatConstructor.h:
+ * runtime/IntlDateTimeFormatPrototype.cpp:
+ * runtime/IntlDateTimeFormatPrototype.h:
+ * runtime/IntlNumberFormat.cpp:
+ * runtime/IntlNumberFormat.h:
+ * runtime/IntlNumberFormatConstructor.cpp:
+ * runtime/IntlNumberFormatConstructor.h:
+ * runtime/IntlNumberFormatPrototype.cpp:
+ * runtime/IntlNumberFormatPrototype.h:
+ * runtime/IntlObject.cpp:
+ * runtime/IntlObject.h:
+ * runtime/IntlPluralRules.cpp:
+ * runtime/IntlPluralRules.h:
+ * runtime/IntlPluralRulesConstructor.cpp:
+ * runtime/IntlPluralRulesConstructor.h:
+ * runtime/IntlPluralRulesPrototype.cpp:
+ * runtime/IntlPluralRulesPrototype.h:
+
2018-05-06 Yusuke Suzuki <[email protected]>
[JSC] Remove "using namespace std;" from JSC, bmalloc, WTF
Modified: trunk/Source/_javascript_Core/builtins/DatePrototype.js (231459 => 231460)
--- trunk/Source/_javascript_Core/builtins/DatePrototype.js 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/builtins/DatePrototype.js 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
+ * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/builtins/NumberPrototype.js (231459 => 231460)
--- trunk/Source/_javascript_Core/builtins/NumberPrototype.js 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/builtins/NumberPrototype.js 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
+ * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/builtins/StringPrototype.js (231459 => 231460)
--- trunk/Source/_javascript_Core/builtins/StringPrototype.js 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/builtins/StringPrototype.js 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
+ * Copyright (C) 2015 Andy VanWagoner <[email protected]>.
* Copyright (C) 2016 Yusuke Suzuki <[email protected]>
* Copyright (C) 2016 Apple Inc. All rights reserved.
*
Modified: trunk/Source/_javascript_Core/runtime/IntlCollator.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollator.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollator.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2015 Sukolsak Sakshuwong ([email protected])
* Copyright (C) 2016-2017 Apple Inc. All Rights Reserved.
*
Modified: trunk/Source/_javascript_Core/runtime/IntlCollator.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollator.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollator.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2015 Sukolsak Sakshuwong ([email protected])
* Copyright (C) 2016 Apple Inc. All Rights Reserved.
*
Modified: trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollatorConstructor.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2018 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016-2017 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlCollatorPrototype.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016-2017 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormat.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatConstructor.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2018 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlDateTimeFormatPrototype.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormat.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016 Sukolsak Sakshuwong ([email protected])
* Copyright (C) 2016-2017 Apple Inc. All rights reserved.
*
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormat.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormat.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormat.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormatConstructor.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2018 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2016 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlNumberFormatPrototype.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlObject.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlObject.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlObject.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
* Copyright (C) 2015 Sukolsak Sakshuwong ([email protected])
* Copyright (C) 2016 Apple Inc. All rights reserved.
*
Modified: trunk/Source/_javascript_Core/runtime/IntlObject.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlObject.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlObject.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Andy VanWagoner ([email protected])
+ * Copyright (C) 2015 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRules.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRules.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRules.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRules.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRules.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRules.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRulesConstructor.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.cpp (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.cpp 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.cpp 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.h (231459 => 231460)
--- trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.h 2018-05-07 21:58:01 UTC (rev 231459)
+++ trunk/Source/_javascript_Core/runtime/IntlPluralRulesPrototype.h 2018-05-07 22:44:28 UTC (rev 231460)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2018 Andy VanWagoner ([email protected])
+ * Copyright (C) 2018 Andy VanWagoner ([email protected])
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions