Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (239567 => 239568)
--- trunk/Source/_javascript_Core/ChangeLog 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1,3 +1,12 @@
+2019-01-01 Jeff Miller <je...@apple.com>
+
+ Update user-visible copyright strings to include 2019
+ https://bugs.webkit.org/show_bug.cgi?id=192811
+
+ Reviewed by Mark Lam.
+
+ * Info.plist:
+
2018-12-30 Ross Kirsling <ross.kirsl...@sony.com>
[JSC] Identifier validity should be based on ID_Start / ID_Continue properties
Modified: trunk/Source/_javascript_Core/Info.plist (239567 => 239568)
--- trunk/Source/_javascript_Core/Info.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/_javascript_Core/Info.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.; Copyright 1999-2001 Harri Porten <por...@kde.org>; Copyright 2001 Peter Kelly <p...@post.com>; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.; Copyright 1999-2001 Harri Porten <por...@kde.org>; Copyright 2001 Peter Kelly <p...@post.com>; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebCore/ChangeLog (239567 => 239568)
--- trunk/Source/WebCore/ChangeLog 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebCore/ChangeLog 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1,3 +1,12 @@
+2019-01-01 Jeff Miller <je...@apple.com>
+
+ Update user-visible copyright strings to include 2019
+ https://bugs.webkit.org/show_bug.cgi?id=192811
+
+ Reviewed by Mark Lam.
+
+ * Info.plist:
+
2018-12-30 David Kilzer <ddkil...@apple.com>
clang-tidy: Save 8 padding bytes on WebCore::BorderEdge
Modified: trunk/Source/WebCore/Info.plist (239567 => 239568)
--- trunk/Source/WebCore/Info.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebCore/Info.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.; Copyright 1997 Martin Jones <mjo...@kde.org>; Copyright 1998, 1999 Torben Weis <w...@kde.org>; Copyright 1998, 1999, 2002 Waldo Bastian <bast...@kde.org>; Copyright 1998-2000 Lars Knoll <kn...@kde.org>; Copyright 1999, 2001 Antti Koivisto <koivi...@kde.org>; Copyright 1999-2001 Harri Porten <por...@kde.org>; Copyright 2000 Simon Hausmann <hausm...@kde.org>; Copyright 2000, 2001 Dirk Mueller <muel...@kde.org>; Copyright 2000, 2001 Peter Kelly <p...@post.com>; Copyright 2000 Daniel Molkentin <molken...@kde.org>; Copyright 2000 Stefan Schimanski <schi...@kde.org>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.; Copyright 1997 Martin Jones <mjo...@kde.org>; Copyright 1998, 1999 Torben Weis <w...@kde.org>; Copyright 1998, 1999, 2002 Waldo Bastian <bast...@kde.org>; Copyright 1998-2000 Lars Knoll <kn...@kde.org>; Copyright 1999, 2001 Antti Koivisto <koivi...@kde.org>; Copyright 1999-2001 Harri Porten <por...@kde.org>; Copyright 2000 Simon Hausmann <hausm...@kde.org>; Copyright 2000, 2001 Dirk Mueller <muel...@kde.org>; Copyright 2000, 2001 Peter Kelly <p...@post.com>; Copyright 2000 Daniel Molkentin <molken...@kde.org>; Copyright 2000 Stefan Schimanski <schi...@kde.org>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit/ChangeLog (239567 => 239568)
--- trunk/Source/WebKit/ChangeLog 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/ChangeLog 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1,3 +1,17 @@
+2019-01-01 Jeff Miller <je...@apple.com>
+
+ Update user-visible copyright strings to include 2019
+ https://bugs.webkit.org/show_bug.cgi?id=192811
+
+ Reviewed by Mark Lam.
+
+ * Info.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist:
+ * PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist:
+
2018-12-28 Wenson Hsieh <wenson_hs...@apple.com>
Move WKEditCommandObjC and WKEditorUndoTargetObjC into a separate file
Modified: trunk/Source/WebKit/Info.plist (239567 => 239568)
--- trunk/Source/WebKit/Info.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/Info.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist (239567 => 239568)
--- trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist (239567 => 239568)
--- trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist (239567 => 239568)
--- trunk/Source/WebKit/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist (239567 => 239568)
--- trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -5,7 +5,7 @@
<key>CFBundleFollowParentLocalization</key>
<true/>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist (239567 => 239568)
--- trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -5,7 +5,7 @@
<key>CFBundleFollowParentLocalization</key>
<true/>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (239567 => 239568)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1,3 +1,12 @@
+2019-01-01 Jeff Miller <je...@apple.com>
+
+ Update user-visible copyright strings to include 2019
+ https://bugs.webkit.org/show_bug.cgi?id=192811
+
+ Reviewed by Mark Lam.
+
+ * Info.plist:
+
2018-12-20 Yusuke Suzuki <yusukesuz...@slowstart.org>
Use Ref<> as much as possible
Modified: trunk/Source/WebKitLegacy/mac/Info.plist (239567 => 239568)
--- trunk/Source/WebKitLegacy/mac/Info.plist 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/Source/WebKitLegacy/mac/Info.plist 2019-01-01 19:29:55 UTC (rev 239568)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2018 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2019 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/WebKitLibraries/ChangeLog (239567 => 239568)
--- trunk/WebKitLibraries/ChangeLog 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/WebKitLibraries/ChangeLog 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1,3 +1,12 @@
+2019-01-01 Jeff Miller <je...@apple.com>
+
+ Update user-visible copyright strings to include 2019
+ https://bugs.webkit.org/show_bug.cgi?id=192811
+
+ Reviewed by Mark Lam.
+
+ * win/tools/scripts/COPYRIGHT-END-YEAR:
+
2018-11-11 Daniel Bates <daba...@apple.com>
[iOS] Draw caps lock indicator in password fields
Modified: trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR (239567 => 239568)
--- trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2018-12-31 15:31:15 UTC (rev 239567)
+++ trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2019-01-01 19:29:55 UTC (rev 239568)
@@ -1 +1 @@
-2018
+2019