Changeset 62263 in webkit


Ignore:
Timestamp:
Jul 1, 2010 9:04:45 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-01 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org>

Reviewed by Antti Koivisto.

[Qt] Initial WebKit2 implementation
https://bugs.webkit.org/show_bug.cgi?id=40233

Add our event factory for converting Qt events to something WebKit2
understands.

  • Shared/qt/WebEventFactoryQt.cpp: Added. (WebKit::mouseButtonForEvent): (WebKit::webEventTypeForEvent): (WebKit::modifiersForEvent): (WebKit::WebEventFactory::createWebMouseEvent): (WebKit::WebEventFactory::createWebWheelEvent): (WebKit::WebEventFactory::createWebKeyboardEvent):
  • Shared/qt/WebEventFactoryQt.h: Added.
Location:
trunk/WebKit2
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r62261 r62263  
     12010-07-01  Kenneth Rohde Christiansen  <kenneth.christiansen@openbossa.org>
     2
     3        Reviewed by Antti Koivisto.
     4
     5        [Qt] Initial WebKit2 implementation
     6        https://bugs.webkit.org/show_bug.cgi?id=40233
     7
     8        Add our event factory for converting Qt events to something WebKit2
     9        understands.
     10
     11        * Shared/qt/WebEventFactoryQt.cpp: Added.
     12        (WebKit::mouseButtonForEvent):
     13        (WebKit::webEventTypeForEvent):
     14        (WebKit::modifiersForEvent):
     15        (WebKit::WebEventFactory::createWebMouseEvent):
     16        (WebKit::WebEventFactory::createWebWheelEvent):
     17        (WebKit::WebEventFactory::createWebKeyboardEvent):
     18        * Shared/qt/WebEventFactoryQt.h: Added.
     19
    1202010-07-01  Antti Koivisto  <koivisto@iki.fi>
    221
Note: See TracChangeset for help on using the changeset viewer.