Upstream BlackBerry WebCoreSupport drag client and context menu client.
Created attachment 119488 [details] Patch
Comment on attachment 119488 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=119488&action=review Needs a bit of cleanup. > Source/WebKit/blackberry/WebCoreSupport/DragClientBlackBerry.h:33 > + virtual void startDrag(void*, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool); I'd like to see more names here. Especially bool is not obvious to me. > Source/WebKit/blackberry/WebCoreSupport/DragClientBlackBerry.h:34 > + virtual void* createDragImageForLink(KURL&, const String&, Frame*); I'd like to see more names here.
Created attachment 119499 [details] Patch Update the patch according to Rob's comments and remove useless function DragClientBlackBerry::createDragImageForLink().
Comment on attachment 119488 [details] Patch Discard the old one.
Comment on attachment 119499 [details] Patch Looks great.
Comment on attachment 119499 [details] Patch Clearing flags on attachment: 119499 Committed r103022: <http://trac.webkit.org/changeset/103022>
All reviewed patches have been landed. Closing bug.