⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 179901 in webkit


Ignore:
Timestamp:
Feb 10, 2015, 4:13:51 PM (12 years ago)
Author:
Lucas Forschler
Message:

Merged r177849. rdar://problem/19739101

Location:
branches/safari-600.5-branch
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-600.5-branch/Source/JavaScriptCore/ChangeLog

    r179662 r179901  
     12015-02-10  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r177849
     4
     5    2015-01-01  Jeff Miller  <jeffm@apple.com>
     6
     7            Update user-visible copyright strings to include 2015
     8            https://bugs.webkit.org/show_bug.cgi?id=139880
     9
     10            Reviewed by Darin Adler.
     11
     12            * Info.plist:
     13
    1142015-02-04  Matthew Hanson  <matthew_hanson@apple.com>
    215
  • branches/safari-600.5-branch/Source/JavaScriptCore/Info.plist

    r161003 r179901  
    88        <string>${PRODUCT_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.; Copyright 1999-2001 Harri Porten &lt;porten@kde.org&gt;; Copyright 2001 Peter Kelly &lt;pmk@post.com&gt;; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.; Copyright 1999-2001 Harri Porten &lt;porten@kde.org&gt;; Copyright 2001 Peter Kelly &lt;pmk@post.com&gt;; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebCore/ChangeLog

    r179897 r179901  
     12015-02-10  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r177849
     4
     5    2015-01-01  Jeff Miller  <jeffm@apple.com>
     6
     7            Update user-visible copyright strings to include 2015
     8            https://bugs.webkit.org/show_bug.cgi?id=139880
     9
     10            Reviewed by Darin Adler.
     11
     12            * Info.plist:
     13
    1142015-02-10  Lucas Forschler  <lforschler@apple.com>
    215
  • branches/safari-600.5-branch/Source/WebCore/Info.plist

    r161003 r179901  
    88        <string>${PRODUCT_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.; Copyright 1997 Martin Jones &lt;mjones@kde.org&gt;; Copyright 1998, 1999 Torben Weis &lt;weis@kde.org&gt;; Copyright 1998, 1999, 2002 Waldo Bastian &lt;bastian@kde.org&gt;; Copyright 1998-2000 Lars Knoll &lt;knoll@kde.org&gt;; Copyright 1999, 2001 Antti Koivisto &lt;koivisto@kde.org&gt;; Copyright 1999-2001 Harri Porten &lt;porten@kde.org&gt;; Copyright 2000 Simon Hausmann &lt;hausmann@kde.org&gt;; Copyright 2000, 2001 Dirk Mueller &lt;mueller@kde.org&gt;; Copyright 2000, 2001 Peter Kelly &lt;pmk@post.com&gt;; Copyright 2000 Daniel Molkentin &lt;molkentin@kde.org&gt;; Copyright 2000 Stefan Schimanski &lt;schimmi@kde.org&gt;; 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>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.; Copyright 1997 Martin Jones &lt;mjones@kde.org&gt;; Copyright 1998, 1999 Torben Weis &lt;weis@kde.org&gt;; Copyright 1998, 1999, 2002 Waldo Bastian &lt;bastian@kde.org&gt;; Copyright 1998-2000 Lars Knoll &lt;knoll@kde.org&gt;; Copyright 1999, 2001 Antti Koivisto &lt;koivisto@kde.org&gt;; Copyright 1999-2001 Harri Porten &lt;porten@kde.org&gt;; Copyright 2000 Simon Hausmann &lt;hausmann@kde.org&gt;; Copyright 2000, 2001 Dirk Mueller &lt;mueller@kde.org&gt;; Copyright 2000, 2001 Peter Kelly &lt;pmk@post.com&gt;; Copyright 2000 Daniel Molkentin &lt;molkentin@kde.org&gt;; Copyright 2000 Stefan Schimanski &lt;schimmi@kde.org&gt;; 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>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebKit/mac/ChangeLog

    r179318 r179901  
     12015-02-10  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r177849
     4
     5    2015-01-01  Jeff Miller  <jeffm@apple.com>
     6
     7            Update user-visible copyright strings to include 2015
     8            https://bugs.webkit.org/show_bug.cgi?id=139880
     9
     10            Reviewed by Darin Adler.
     11
     12            * Info.plist:
     13
    1142015-01-28  Babak Shafiei  <bshafiei@apple.com>
    215
  • branches/safari-600.5-branch/Source/WebKit/mac/Info.plist

    r161003 r179901  
    88        <string>${PRODUCT_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebKit2/ChangeLog

    r179835 r179901  
     12015-02-10  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r177849
     4
     5    2015-01-01  Jeff Miller  <jeffm@apple.com>
     6
     7            Update user-visible copyright strings to include 2015
     8            https://bugs.webkit.org/show_bug.cgi?id=139880
     9
     10            Reviewed by Darin Adler.
     11
     12            * DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist:
     13            * DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist:
     14            * DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist:
     15            * Info.plist:
     16            * NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist:
     17            * NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist:
     18            * NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist:
     19            * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist:
     20            * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist:
     21            * PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist:
     22            * PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist:
     23            * PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist:
     24            * WebProcess/EntryPoint/mac/LegacyProcess/Info.plist:
     25            * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist:
     26            * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist:
     27            * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist:
     28            * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist:
     29            * mac/Info-WebKit2.plist:
     30
    1312015-02-09  Babak Shafiei  <bshafiei@apple.com>
    232
  • branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist

    r161003 r179901  
    66        <string>${EXECUTABLE_NAME}</string>
    77        <key>CFBundleGetInfoString</key>
    8         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     8        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    99        <key>CFBundleIconFile</key>
    1010        <string>${APP_ICON}</string>
  • branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist

    r161003 r179901  
    88        <string>${EXECUTABLE_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.WebKit.Databases.Development</string>
  • branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist

    r161003 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/Info.plist

    r161003 r179901  
    88        <string>${PRODUCT_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist

    r161003 r179901  
    66        <string>${EXECUTABLE_NAME}</string>
    77        <key>CFBundleGetInfoString</key>
    8         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     8        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    99        <key>CFBundleIdentifier</key>
    1010        <string>com.apple.WebKit.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist

    r163425 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist

    r163587 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist

    r168541 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist

    r163587 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist

    r161003 r179901  
    66        <string>${PRODUCT_NAME}</string>
    77        <key>CFBundleGetInfoString</key>
    8         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     8        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    99        <key>CFBundleIdentifier</key>
    1010        <string>com.apple.WebKit.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist

    r171733 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist

    r164517 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/Info.plist

    r161003 r179901  
    66        <string>${PRODUCT_NAME}</string>
    77        <key>CFBundleGetInfoString</key>
    8         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     8        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    99        <key>CFBundleIconFile</key>
    1010        <string>${APP_ICON}</string>
  • branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist

    r170653 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist

    r170653 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist

    r170653 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist

    r170653 r179901  
    44<dict>
    55        <key>CFBundleGetInfoString</key>
    6         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     6        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    77        <key>CFBundleDevelopmentRegion</key>
    88        <string>English</string>
  • branches/safari-600.5-branch/Source/WebKit2/mac/Info-WebKit2.plist

    r168541 r179901  
    88        <string>${PRODUCT_NAME}</string>
    99        <key>CFBundleGetInfoString</key>
    10         <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
     10        <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
    1111        <key>CFBundleIdentifier</key>
    1212        <string>com.apple.${PRODUCT_NAME}</string>
  • branches/safari-600.5-branch/WebKitLibraries/ChangeLog

    r178920 r179901  
     12015-02-10  Lucas Forschler  <lforschler@apple.com>
     2
     3        Merge r177849
     4
     5    2015-01-01  Jeff Miller  <jeffm@apple.com>
     6
     7            Update user-visible copyright strings to include 2015
     8            https://bugs.webkit.org/show_bug.cgi?id=139880
     9
     10            Reviewed by Darin Adler.
     11
     12            * win/tools/scripts/COPYRIGHT-END-YEAR:
     13
    1142015-01-22  Matthew Hanson  <matthew_hanson@apple.com>
    215
  • branches/safari-600.5-branch/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR

    r161003 r179901  
    1 2014
     12015
Note: See TracChangeset for help on using the changeset viewer.