Changeset 46934 in webkit


Ignore:
Timestamp:
Aug 7, 2009 5:48:13 PM (15 years ago)
Author:
abarth@webkit.org
Message:

2009-08-07 Maxime Simon <Maxime Simon>

Reviewed by Eric Seidel.

Added a fourth bunch of Haiku-specific files for WebCore.
https://bugs.webkit.org/show_bug.cgi?id=26988

  • platform/haiku/PasteboardHaiku.cpp: Added. (WebCore::Pasteboard::Pasteboard): (WebCore::Pasteboard::generalPasteboard): (WebCore::Pasteboard::writeSelection): (WebCore::Pasteboard::canSmartReplace): (WebCore::Pasteboard::plainText): (WebCore::Pasteboard::documentFragment): (WebCore::Pasteboard::writeURL): (WebCore::Pasteboard::writeImage): (WebCore::Pasteboard::clear):
  • platform/haiku/PlatformKeyboardEventHaiku.cpp: Added. (WebCore::keyIdentifierForHaikuKeyCode): (WebCore::windowsKeyCodeForKeyEvent): (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): (WebCore::PlatformKeyboardEvent::disambiguateKeyDownEvent): (WebCore::PlatformKeyboardEvent::currentCapsLockState):
  • platform/haiku/PlatformMouseEventHaiku.cpp: Added. (WebCore::PlatformMouseEvent::PlatformMouseEvent):
  • platform/haiku/PlatformWheelEventHaiku.cpp: Added. (WebCore::PlatformWheelEvent::PlatformWheelEvent):
Location:
trunk/WebCore
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r46931 r46934  
     12009-08-07  Maxime Simon  <simon.maxime@gmail.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Added a fourth bunch of Haiku-specific files for WebCore.
     6        https://bugs.webkit.org/show_bug.cgi?id=26988
     7
     8        * platform/haiku/PasteboardHaiku.cpp: Added.
     9        (WebCore::Pasteboard::Pasteboard):
     10        (WebCore::Pasteboard::generalPasteboard):
     11        (WebCore::Pasteboard::writeSelection):
     12        (WebCore::Pasteboard::canSmartReplace):
     13        (WebCore::Pasteboard::plainText):
     14        (WebCore::Pasteboard::documentFragment):
     15        (WebCore::Pasteboard::writeURL):
     16        (WebCore::Pasteboard::writeImage):
     17        (WebCore::Pasteboard::clear):
     18        * platform/haiku/PlatformKeyboardEventHaiku.cpp: Added.
     19        (WebCore::keyIdentifierForHaikuKeyCode):
     20        (WebCore::windowsKeyCodeForKeyEvent):
     21        (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
     22        (WebCore::PlatformKeyboardEvent::disambiguateKeyDownEvent):
     23        (WebCore::PlatformKeyboardEvent::currentCapsLockState):
     24        * platform/haiku/PlatformMouseEventHaiku.cpp: Added.
     25        (WebCore::PlatformMouseEvent::PlatformMouseEvent):
     26        * platform/haiku/PlatformWheelEventHaiku.cpp: Added.
     27        (WebCore::PlatformWheelEvent::PlatformWheelEvent):
     28
    1292009-08-07  Nicolas Weber  <thakis@chromium.org>
    230
Note: See TracChangeset for help on using the changeset viewer.