X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=7f92b532f1a679fa1abcde7de0581a06e3e73401;hp=bf50a3460d77ba865105f75a8aa5b3eb4edb705e;hb=9295f21a99fa79c4131ca653da78f3561005520a;hpb=934a869fbd5aadf21808f1ae91d6aec777030929 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index bf50a3460d77..7f92b532f1a6 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,13 @@ +2008-07-24 Tor Arne Vestbø + + Reviewed by Simon + + Provide access to the underlying QKeyEvent in PlatformKeyboardEvent. + + * platform/PlatformKeyboardEvent.h: add accessor and member. + * platform/qt/PlatformKeyboardEventQt.cpp: copy pointer in ctor. + (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent): + 2008-07-25 Simon Hausmann Fix linking of QtWebKit against the statically built JavaScriptCore