Changeset 79077 in webkit


Ignore:
Timestamp:
Feb 18, 2011 7:38:27 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-18 Ademar de Souza Reis Jr <Ademar Reis>

Reviewed by Andreas Kling.

[Qt] The localized vendor name for Qt SIS packages should be "Nokia"
https://bugs.webkit.org/show_bug.cgi?id=54742

This change was applied in the Qt repository (qt/src/3rdparty/webkit),
so we should do the same here in QtWebKit.

Patch by Eckhart Koppen <eckhart.koppen@nokia.com>
a8a84f1667966acfa093c4be0b7d4b0900ddd3d9:

The previously used name "Nokia, Qt" was not usable for Nokia
Content Signing, which only allows "Nokia" as the visible vendor
name. The unique vendor ID remains as "Nokia, Qt"

  • WebCore.pro:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r79074 r79077  
     12011-02-18  Ademar de Souza Reis Jr  <ademar.reis@openbossa.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] The localized vendor name for Qt SIS packages should be "Nokia"
     6        https://bugs.webkit.org/show_bug.cgi?id=54742
     7
     8        This change was applied in the Qt repository (qt/src/3rdparty/webkit),
     9        so we should do the same here in QtWebKit.
     10
     11        Patch by Eckhart Koppen <eckhart.koppen@nokia.com>
     12        a8a84f1667966acfa093c4be0b7d4b0900ddd3d9:
     13
     14        The previously used name "Nokia, Qt" was not usable for Nokia
     15        Content Signing, which only allows "Nokia" as the visible vendor
     16        name. The unique vendor ID remains as "Nokia, Qt"
     17
     18        * WebCore.pro:
     19
    1202011-02-18  Alexis Menard  <alexis.menard@openbossa.org>
    221
  • trunk/Source/WebCore/WebCore.pro

    r79028 r79077  
    3131    vendorinfo = \
    3232        "; Localised Vendor name" \
    33         "%{\"Nokia, Qt\"}" \
     33        "%{\"Nokia\"}" \
    3434        " " \
    3535        "; Unique Vendor name" \
Note: See TracChangeset for help on using the changeset viewer.