[webkit-reviews] review requested: [Bug 44992] [chromium] Prepare Clipboard/DragData for transition to new drag-and-drop interface. : [Attachment 70318] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 16:52:55 PDT 2010


Daniel Cheng <dcheng at chromium.org> has asked  for review:
Bug 44992: [chromium] Prepare Clipboard/DragData for transition to new
drag-and-drop interface.
https://bugs.webkit.org/show_bug.cgi?id=44992

Attachment 70318: Patch
https://bugs.webkit.org/attachment.cgi?id=70318&action=review

------- Additional Comments from Daniel Cheng <dcheng at chromium.org>
This converts CDO into a wrapper for 3 potential backing classes -- CDOLegacy,
RDO, or WDO. RDO/WDO are the only classes that will be needed in the new model;
since we haven't transitioned fully yet, we keep all 3 around.

I've submitted try jobs for these as well--the test runs I did yesterday
succeeded, but I made a couple followup changes today and I'd like to verify
that it still works.


More information about the webkit-reviews mailing list