Changeset 102426 in webkit


Ignore:
Timestamp:
Dec 8, 2011 8:37:41 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Upstream BlackBerry porting of MIMETypeRegistry/KeyboardEvent
https://bugs.webkit.org/show_bug.cgi?id=73534

Patch by Mary Wu <mary.wu@torchmobile.com.cn> on 2011-12-08
Reviewed by Rob Buis.

Other main contributors:
Mike Fenton <mifenton@rim.com>
Joe Mason <jmason@rim.com>
Max Feil <mfeil@qnx.com>
Lukas Sydorowski <lsydorowski@rim.com>
Crystal Zhang <haizhang@rim.com>

Initial upstream, no new tests.

  • platform/blackberry/MIMETypeRegistryBlackBerry.cpp: Added.

(WebCore::MIMETypeRegistry::getMIMETypeForExtension):
(WebCore::MIMETypeRegistry::getPreferredExtensionForMIMEType):
(WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):

  • platform/blackberry/PlatformKeyboardEventBlackBerry.cpp: Added.

(WebCore::keyIdentifierForBlackBerryCharacter):
(WebCore::windowsKeyCodeForBlackBerryCharacter):
(WebCore::adjustCharacterFromOS):
(WebCore::toWebCorePlatformKeyboardEventType):
(WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
(WebCore::PlatformKeyboardEvent::currentCapsLockState):
(WebCore::PlatformKeyboardEvent::disambiguateKeyDownEvent):
(WebCore::PlatformKeyboardEvent::getCurrentModifierState):

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102425 r102426  
     12011-12-08  Mary Wu  <mary.wu@torchmobile.com.cn>
     2
     3        Upstream BlackBerry porting of MIMETypeRegistry/KeyboardEvent
     4        https://bugs.webkit.org/show_bug.cgi?id=73534
     5
     6        Reviewed by Rob Buis.
     7
     8        Other main contributors:
     9        Mike Fenton <mifenton@rim.com>
     10        Joe Mason <jmason@rim.com>
     11        Max Feil <mfeil@qnx.com>
     12        Lukas Sydorowski <lsydorowski@rim.com>
     13        Crystal Zhang <haizhang@rim.com>
     14
     15        Initial upstream, no new tests.
     16
     17        * platform/blackberry/MIMETypeRegistryBlackBerry.cpp: Added.
     18        (WebCore::MIMETypeRegistry::getMIMETypeForExtension):
     19        (WebCore::MIMETypeRegistry::getPreferredExtensionForMIMEType):
     20        (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
     21        * platform/blackberry/PlatformKeyboardEventBlackBerry.cpp: Added.
     22        (WebCore::keyIdentifierForBlackBerryCharacter):
     23        (WebCore::windowsKeyCodeForBlackBerryCharacter):
     24        (WebCore::adjustCharacterFromOS):
     25        (WebCore::toWebCorePlatformKeyboardEventType):
     26        (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
     27        (WebCore::PlatformKeyboardEvent::currentCapsLockState):
     28        (WebCore::PlatformKeyboardEvent::disambiguateKeyDownEvent):
     29        (WebCore::PlatformKeyboardEvent::getCurrentModifierState):
     30
    1312011-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
    232
Note: See TracChangeset for help on using the changeset viewer.