[webkit-reviews] review denied: [Bug 125369] Fix build for PLATFORM(MAC) && !ENABLE(DRAG_SUPPORT) : [Attachment 218643] v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 20:03:42 PST 2013


Darin Adler <darin at apple.com> has denied Brian Burg <burg at cs.washington.edu>'s
request for review:
Bug 125369: Fix build for PLATFORM(MAC) && !ENABLE(DRAG_SUPPORT)
https://bugs.webkit.org/show_bug.cgi?id=125369

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=218643&action=review


> Source/WebCore/ChangeLog:3
> +	   Build fix for PLATFORM(MAC) && !ENABLE(DRAG_SUPPORT)

I don’t think this is helpful to do. We don’t need to support all combinations
of ENABLE and PLATFORM. We do want to build for iOS without drag supported, but
I see no reason we have to support non-iOS PLATFORM(MAC) with drag support off.


> Source/WebCore/dom/ClipboardMac.mm:29
> +#if ENABLE(DRAG_SUPPORT)

Not helpful to add this.

> Source/WebCore/platform/DragImage.cpp:-29
> -#if ENABLE(DRAG_SUPPORT)

Fine to remove this.

> Source/WebCore/platform/mac/DragImageMac.mm:-29
> -#if ENABLE(DRAG_SUPPORT)

Fine to remove this.

> Source/WebCore/platform/mac/PasteboardMac.mm:144
> +#if ENABLE(DRAG_SUPPORT)

Not helpful to add this.

> Source/WebCore/platform/mac/PasteboardMac.mm:645
> +#if ENABLE(DRAG_SUPPORT)

Not helpful to add this.


More information about the webkit-reviews mailing list