[Webkit-unassigned] [Bug 25926] New: Clean up DragController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 06:39:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25926

           Summary: Clean up DragController
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Clean up DragController

Looking at DragController this evening to fix a few bugs I was confused by
m_document.  I'm no longer confused by it now that I've renamed it to
m_documentUnderMouse.

I also saw copy/paste code involving clearing the selection when moving out of
one document and into another.  I moved that code into a function called
mouseMovedIntoDocument.

I also got rid of a couple needless null-checks after confirming via source
inspection they were not ever possible.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list