Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Feb 18, 2021
Plumb an Optional<PageIdentifier> through Pasteboard-related codepaths
Show description for 2174595committed
Commits on Aug 11, 2020
AuxiliaryProcess::didReceiveInvalidMessage() for WebPage::PerformDragControllerAction IPC
Show description for 5b19be3committed
Commits on Jun 6, 2020
Use OptionSet<DragOperation> for mask values
Show description for 3474d0fcommitted
Commits on Mar 7, 2019
[Win] Remove -DUCHAR_TYPE=wchar_t stopgap and learn to live with char16_t.
Show description for b70ed66committed
Commits on Dec 21, 2017
[Win] Use WCharStringExtras functions in WebCore
Show description for c0c6a99committed
Commits on Sep 14, 2017
[Cleanup] Cleanup uses of the FileList class
Show description for b8744e3authored andcommitted
Commits on Apr 23, 2017
File inputs only accept UTI types that can be inserted into contenteditable areas when dropping
Show description for 31ea904committed
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Sep 17, 2014
DragData should not depend on Clipboard, DocumentFragment, and Document
Show description for 2ab59bbcommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Oct 7, 2013
CTTE: Use references in and around DragController
Show description for 3c72a76authored andcommitted
Commits on Apr 29, 2013
[WIN] Guard cfHDropFormat() with USE(CF) instead of OS(WINCE)
Show description for 4f80e7ccommitted
Commits on Apr 16, 2013
More Windows build fixes.
Show description for 11f5491committed
Commits on Nov 20, 2012
Port DragDataWin.cpp to WinCE
Show description for 39585e1committed
Commits on Sep 6, 2012
Part 2 of removing PlatformString.h, remove PlatformString.h
Show description for b2bf7a3committed
Sam Weinig
Commits on Jun 27, 2012
DragData::asFilenames should not push same file names to result in Windows.
Show description for 048b810authored andcommitted
Commits on May 30, 2012
Source/WebCore: eventSender.beginDragWithFiles should be implemented in Windows, which blocked drag and drop related tests.
Show description for 836315eauthored andcommitted
Commits on Feb 29, 2012
Clipboard::getData should return an empty string instead of undefined
Show description for ab632c3committed
Commits on Nov 2, 2011
Expand DragController to provide more information about the dragging session
Show description for 77a9409committed
Commits on May 14, 2011
REGRESSION (WK2): Can't drag and drop a link or image from Safari to Desktop
Show description for 10c25c6committed
Enrica Casucci
Commits on Jan 27, 2011
Source/WebCore: WebKit2: add support for drag and drop on Windows
Show description for d3bfa8acommitted
Enrica Casucci
Commits on Jan 11, 2011
Source/WebCore: Paste and drag and drop use different code paths to interact with the pasteboard.
Show description for 04c3f2dcommitted
Enrica Casucci
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading