Changeset 103391 in webkit


Ignore:
Timestamp:
Dec 20, 2011 11:36:28 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Upstream PlatformMouseEvent and LocalizedStrings into WebCore/platform/blackberry
https://bugs.webkit.org/show_bug.cgi?id=74383

Patch by Mary Wu <mary.wu@torchmobile.com.cn> on 2011-12-20
Reviewed by Daniel Bates.

Other Main Contributors:
Rob Buis <rbuis@rim.com>
Mike Fenton <mifenton@rim.com>

Initial upstream, no new tests.

  • PlatformBlackBerry.cmake: Modified to rename Localizations.cpp to LocalizedStringsBlackBerry.cpp
  • platform/blackberry/LocalizedStringsBlackBerry.cpp: Added.
  • platform/blackberry/PlatformMouseEventBlackBerry.cpp: Added.
Location:
trunk/Source/WebCore
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r103389 r103391  
     12011-12-20  Mary Wu  <mary.wu@torchmobile.com.cn>
     2
     3        Upstream PlatformMouseEvent and LocalizedStrings into WebCore/platform/blackberry
     4        https://bugs.webkit.org/show_bug.cgi?id=74383
     5
     6        Reviewed by Daniel Bates.
     7
     8        Other Main Contributors:
     9        Rob Buis <rbuis@rim.com>
     10        Mike Fenton <mifenton@rim.com>
     11
     12        Initial upstream, no new tests.
     13
     14        * PlatformBlackBerry.cmake: Modified to rename Localizations.cpp to LocalizedStringsBlackBerry.cpp
     15        * platform/blackberry/LocalizedStringsBlackBerry.cpp: Added.
     16        * platform/blackberry/PlatformMouseEventBlackBerry.cpp: Added.
     17
    1182011-12-20  Peter Rybin  <peter.rybin@gmail.com>
    219
  • trunk/Source/WebCore/PlatformBlackBerry.cmake

    r103244 r103391  
    142142    platform/blackberry/EventLoopBlackBerry.cpp
    143143    platform/blackberry/KURLBlackBerry.cpp
    144     platform/blackberry/Localizations.cpp
     144    platform/blackberry/LocalizedStringsBlackBerry.cpp
    145145    platform/blackberry/LoggingBlackBerry.cpp
    146146    platform/blackberry/MIMETypeRegistryBlackBerry.cpp
Note: See TracChangeset for help on using the changeset viewer.