Changeset 95470 in webkit


Ignore:
Timestamp:
Sep 19, 2011 1:55:48 PM (13 years ago)
Author:
andersca@apple.com
Message:

Remove WebViewEventHandling.mm
https://bugs.webkit.org/show_bug.cgi?id=68387

Reviewed by Adam Roben.

../..:

Remove WebViewEventHandling.mm from the Xcode project.

  • WebKit.xcodeproj/project.pbxproj:

../../mac:

WebViewEventHandling.mm was all about event handling in viewless WebKit, so rip it out since
we're getting rid of viewless WebKit1.

  • WebView/WebView.mm:

(-[WebView _close]):

  • WebView/WebViewData.h:
  • WebView/WebViewEventHandling.mm: Removed.
  • WebView/WebViewInternal.h:
Location:
trunk/Source/WebKit
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r95448 r95470  
     12011-09-19  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove WebViewEventHandling.mm
     4        https://bugs.webkit.org/show_bug.cgi?id=68387
     5
     6        Reviewed by Adam Roben.
     7
     8        Remove WebViewEventHandling.mm from the Xcode project.
     9
     10        * WebKit.xcodeproj/project.pbxproj:
     11
    1122011-09-19  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r95130 r95470  
    354354                BC7F889F10C9D30C00D6133D /* WebGeolocationPosition.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC7F889D10C9D30C00D6133D /* WebGeolocationPosition.mm */; };
    355355                BC7F88A510C9D88B00D6133D /* WebGeolocationPositionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7F88A410C9D88B00D6133D /* WebGeolocationPositionInternal.h */; };
    356                 BC97E7E210963D260010D361 /* WebViewEventHandling.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC97E7E110963D260010D361 /* WebViewEventHandling.mm */; };
    357356                C0167BF80D7F5DD00028696E /* WebScriptDebugger.h in Headers */ = {isa = PBXBuildFile; fileRef = C0167BF60D7F5DD00028696E /* WebScriptDebugger.h */; };
    358357                C0167BF90D7F5DD00028696E /* WebScriptDebugger.mm in Sources */ = {isa = PBXBuildFile; fileRef = C0167BF70D7F5DD00028696E /* WebScriptDebugger.mm */; };
     
    666665                BC7F889D10C9D30C00D6133D /* WebGeolocationPosition.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebGeolocationPosition.mm; sourceTree = "<group>"; };
    667666                BC7F88A410C9D88B00D6133D /* WebGeolocationPositionInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebGeolocationPositionInternal.h; sourceTree = "<group>"; };
    668                 BC97E7E110963D260010D361 /* WebViewEventHandling.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebViewEventHandling.mm; sourceTree = "<group>"; };
    669667                BE4FBECB0653DF47005EDE15 /* WebEditingDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebEditingDelegate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    670668                BE6DC39904C62C4E004D0EF6 /* WebNSURLExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebNSURLExtras.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
     
    12391237                                BC2E464B0FD8A96800A9D9DE /* WebViewData.h */,
    12401238                                BC2E464C0FD8A96800A9D9DE /* WebViewData.mm */,
    1241                                 BC97E7E110963D260010D361 /* WebViewEventHandling.mm */,
    12421239                                930D02BB06275F640076701E /* WebViewInternal.h */,
    12431240                                51A8B57D0428353A00CA2D3A /* WebViewPrivate.h */,
     
    19751972                                939811070824BF01008DF038 /* WebView.mm in Sources */,
    19761973                                BC2E464E0FD8A96800A9D9DE /* WebViewData.mm in Sources */,
    1977                                 BC97E7E210963D260010D361 /* WebViewEventHandling.mm in Sources */,
    19781974                                41F4485010338E8C0030E55E /* WebWorkersPrivate.mm in Sources */,
    19791975                                A5DEFC0A11D5331C00885273 /* WebSecurityOrigin.mm in Sources */,
  • trunk/Source/WebKit/mac/ChangeLog

    r95467 r95470  
     12011-09-19  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove WebViewEventHandling.mm
     4        https://bugs.webkit.org/show_bug.cgi?id=68387
     5
     6        Reviewed by Adam Roben.
     7
     8        WebViewEventHandling.mm was all about event handling in viewless WebKit, so rip it out since
     9        we're getting rid of viewless WebKit1.
     10
     11        * WebView/WebView.mm:
     12        (-[WebView _close]):
     13        * WebView/WebViewData.h:
     14        * WebView/WebViewEventHandling.mm: Removed.
     15        * WebView/WebViewInternal.h:
     16
    1172011-09-19  Anders Carlsson  <andersca@apple.com>
    218
  • trunk/Source/WebKit/mac/WebView/WebView.mm

    r95467 r95470  
    11731173    [self _removeFromAllWebViewsSet];
    11741174
    1175     [self _closingEventHandling];
    1176 
    11771175#ifndef NDEBUG
    11781176    WTF::RefCountedLeakCounter::cancelMessageSuppression(webViewIsOpen);
  • trunk/Source/WebKit/mac/WebView/WebViewData.h

    r94908 r95470  
    160160    NSSize lastLayoutSize;
    161161
    162     BOOL ignoringMouseDraggedEvents;
    163 
    164     NSEvent *mouseDownEvent; // Kept after handling the event.
    165     BOOL handlingMouseDownEvent;
    166     NSEvent *keyDownEvent; // Kept after handling the event.
    167 
    168     WebTextCompletionController *completionController;
    169 
    170     NSTimer *autoscrollTimer;
    171     NSEvent *autoscrollTriggerEvent;
    172 
    173     CFRunLoopTimerRef updateMouseoverTimer;
    174162#if ENABLE(VIDEO)
    175163    WebVideoFullscreenController *fullscreenController;
  • trunk/Source/WebKit/mac/WebView/WebViewInternal.h

    r95467 r95470  
    100100#endif
    101101
    102 @interface WebView (WebViewEventHandling)
    103 - (void)_closingEventHandling;
    104 - (void)_updateMouseoverWithFakeEvent;
    105 - (void)_cancelUpdateMouseoverTimer;
    106 - (void)_stopAutoscrollTimer;
    107 @end
    108 
    109102// FIXME: Temporary way to expose methods that are in the wrong category inside WebView.
    110103@interface WebView (WebViewOtherInternal)
Note: See TracChangeset for help on using the changeset viewer.