667
edits
Changes
→Implementation
# Trying to lock a locked element should fire the success callback
# Before locking the mouse check if the element is a DOM element and if it is in the DOM Tree diogogmt
# Fix accurateness of mouse positioning on unlock() (should be the same point as when lock() was called). Currently works, but is offset. See nsEventStateManager::SetMouseLock.- JSilver999
# Restructure Lock method to do most of its operations in a separate thread. humph