Changeset 125638 in webkit


Ignore:
Timestamp:
Aug 14, 2012, 7:52:20 PM (13 years ago)
Author:
mitz@apple.com
Message:

fast/events/overflow-scroll-fake-mouse-move.html and fast/events/frame-scroll-fake-mouse-move.html are failing in WebKit1
https://bugs.webkit.org/show_bug.cgi?id=94045

Reviewed by Geoff Garen.

  • DumpRenderTree/mac/DumpRenderTreeWindow.mm:

(-[DumpRenderTreeWindow _hasKeyAppearance]): Added. Returns [self isKeyWindow]. This is
needed now that WebView uses -_hasKeyAppearance instead of -isKeyWindow.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Tools/ChangeLog

    r125628 r125638  
     12012-08-14  Dan Bernstein  <mitz@apple.com>
     2
     3        fast/events/overflow-scroll-fake-mouse-move.html and fast/events/frame-scroll-fake-mouse-move.html are failing in WebKit1
     4        https://bugs.webkit.org/show_bug.cgi?id=94045
     5
     6        Reviewed by Geoff Garen.
     7
     8        * DumpRenderTree/mac/DumpRenderTreeWindow.mm:
     9        (-[DumpRenderTreeWindow _hasKeyAppearance]): Added. Returns [self isKeyWindow]. This is
     10        needed now that WebView uses -_hasKeyAppearance instead of -isKeyWindow.
     11
    1122012-08-14  Alexey Proskuryakov  <ap@apple.com>
    213
  • TabularUnified trunk/Tools/DumpRenderTree/mac/DumpRenderTreeWindow.mm

    r125516 r125638  
    8383}
    8484
     85- (BOOL)_hasKeyAppearance
     86{
     87    return [self isKeyWindow];
     88}
     89
    8590- (void)keyDown:(NSEvent *)event
    8691{
Note: See TracChangeset for help on using the changeset viewer.