Home | History | Annotate | Download | only in Tools

Lines Matching full:pasteboard

609         and replaced them with a new test (editing/pasteboard/file-input-files-access)
615 New Test: editing/pasteboard/file-input-files-access.html
636 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]): removed addFileToPasteboardOnDrag support
695 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
2817 Fix assertion failures in editing/pasteboard/paste-RTFD.html and editing/pasteboard/paste-TIFF.html in 64-bit.
5330 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
14553 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
17142 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
19739 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
19823 pasteboard, allocate any number of local pasteboards.
19825 (+[DumpRenderTreePasteboard _pasteboardWithName:]): Allocate a pasteboard,
19851 * DumpRenderTree/DumpRenderTree.m: Changed to allocate a local pasteboard.
19852 This should make our buildbot tests no longer need a pasteboard server.
23386 (-[WaitUntilDoneDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]):
23398 (-[DumpRenderTreeDraggingInfo initWithImage:offset:pasteboard:source:]):
23962 WebKit needs to use a local pasteboard during testing
23966 Create a local pasteboard (really a global one with a unique name) and release
23967 it when exiting from the function so we don't leave it in the pasteboard server.
23971 of this method to return our local pasteboard.