Lines Matching full:drag
296 - fix <rdar://problem/5391540> REGRESSION: Can't drag images from Safari to applications
940 Fix for 5441281, remove our dependency on cursor rects and drag margins
956 Suppress the resetting of drag margins while the new document view is being
3656 Fix for <rdar://problem/5223782> REGRESSION: Can't drag and drop a standalone image
3798 REGRESSION (r21528-r21533): Failing editing/selection/drag-in-iframe in pixel mode
3801 clear the dragging pasteboard following the drag. In DRT a drag
3806 we don't need to clear the dragging pasteboard following the drag.
3907 the TIFF promise data for a drag if it is available. This bypasses
3929 Fix for <rdar://problem/4343832> Trying to drag a large 6.2MB jpeg image
3948 Clear the dragging pasteboard once the drag has ended to ensure we don't hold references
3985 Removing dead code left behind from drag and drop refactoring.
4748 Bug 6677: Can't drag inspector when tree view has focus
4804 filename is ignored for drag-and-drop.
6902 Moving the drag initiation logic to WebCore.
6914 Helper function for the Mac to allow new drag and drop
6921 the link drag image can be created with just a URL and label,
6926 The WebDragClient may need the original mouseDownEvent of a drag when initiating
6927 a drag
6972 where a load has occurred mid-drag. The load may detach the HTMLView
7303 don't retain the imageURL we pass to the drag controller -- it's just automagically
7726 Migrated drag state and logic to WebCore, removed superfluous methods
7928 Migrating more drag state information to WebCore
8080 Updated to use DragController to track drag state
8097 Updating to use DragController to track drag state
8110 Updating to use DragController to track drag state
11309 (-[WebHTMLView _isMoveDrag:]): A drag of a live editable link is not
11471 Fix null pointer dereference while running editing/pasteboard/drag-drop-modifies-page.html
13498 Removed handleAutoscrollForMouseDragged. Except for autoscroll caused by drag and drop, all other
15748 the inner view, the view that holds the drag caret, should be consulted to determine
15749 if the drag is a move drag.
15759 (-[WebHTMLView _canProcessDragWithDraggingInfo:]): Ask the innerView if it initiated the drag,
15762 a move drag, so don't ASSERT _isTopHTMLView.
18248 (-[WebHTMLView concludeDragForDraggingInfo:actionMask:]): Pass drag caret as context when
20422 with the appropriate bridge when receiving a drag. This fixes the problem where the
20434 drag caret is now a page-level item. Later we'll move it to the page bridge.
21496 REGRESSION: image could not be dragged, subsequent click-drag activity caused crash
24247 Add drag and drop support to DumpRenderTree