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

Changeset 245688 in webkit


Ignore:
Timestamp:
May 23, 2019, 9:59:32 AM (7 years ago)
Author:
Ross Kirsling
Message:

[PlayStation] Implement platformUserPreferredLanguages.
https://bugs.webkit.org/show_bug.cgi?id=198149

Reviewed by Fujii Hironori.

  • wtf/PlatformPlayStation.cmake:
  • wtf/playstation/LanguagePlayStation.cpp: Added.

(WTF::platformUserPreferredLanguages):

Location:
trunk/Source/WTF
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r245672 r245688  
     12019-05-23  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        [PlayStation] Implement platformUserPreferredLanguages.
     4        https://bugs.webkit.org/show_bug.cgi?id=198149
     5
     6        Reviewed by Fujii Hironori.
     7
     8        * wtf/PlatformPlayStation.cmake:
     9        * wtf/playstation/LanguagePlayStation.cpp: Added.
     10        (WTF::platformUserPreferredLanguages):
     11
    1122019-05-22  Myles C. Maxfield  <mmaxfield@apple.com>
    213
  • trunk/Source/WTF/wtf/PlatformPlayStation.cmake

    r245606 r245688  
    66    generic/WorkQueueGeneric.cpp
    77
     8    playstation/LanguagePlayStation.cpp
    89    playstation/UniStdExtrasPlayStation.cpp
    910
Note: See TracChangeset for help on using the changeset viewer.