RESOLVED FIXED 150467
Remove ContextMenuWin.cpp and ContextMenuItemWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=150467
Summary Remove ContextMenuWin.cpp and ContextMenuItemWin.cpp
Anders Carlsson
Reported 2015-10-22 13:26:52 PDT
Remove ContextMenuWin.cpp and ContextMenuItemWin.cpp
Attachments
Patch (11.26 KB, patch)
2015-10-22 13:29 PDT, Anders Carlsson
no flags
Archive of layout-test-results from ews113 for mac-yosemite (774.31 KB, application/zip)
2015-10-22 14:17 PDT, Build Bot
no flags
Patch (11.26 KB, patch)
2015-11-11 16:53 PST, Anders Carlsson
bdakin: review+
Anders Carlsson
Comment 1 2015-10-22 13:29:18 PDT
Build Bot
Comment 2 2015-10-22 14:17:37 PDT
Comment on attachment 263852 [details] Patch Attachment 263852 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/322903 New failing tests: storage/indexeddb/modern/createobjectstore-basic.html
Build Bot
Comment 3 2015-10-22 14:17:40 PDT
Created attachment 263865 [details] Archive of layout-test-results from ews113 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews113 Port: mac-yosemite Platform: Mac OS X 10.10.5
Darin Adler
Comment 4 2015-10-31 10:15:38 PDT
Comment on attachment 263852 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263852&action=review > Source/WebCore/platform/win/ContextMenuWin.cpp:-112 > -HMENU ContextMenu::platformContextMenu() const > -{ > - return createPlatformContextMenuFromItems(m_items); > -} This error: WebContextMenuClient.obj : error LNK2019: unresolved external symbol "public: struct tagMENUITEMINFOW __thiscall WebCore::ContextMenuItem::platformContextMenuItem(void)const " (?platformContextMenuItem@ContextMenuItem@WebCore@@QBE?AUtagMENUITEMINFOW@@XZ) referenced in function "public: virtual void __thiscall WebContextMenuClient::contextMenuItemSelected(class WebCore::ContextMenuItem *,class WebCore::ContextMenu const *)" (?contextMenuItemSelected@WebContextMenuClient@@UAEXPAVContextMenuItem@WebCore@@PBVContextMenu@3@@Z) [C:\cygwin\home\buildbot\WebKit\WebKitBuild\Release\Source\WebKit\WebKit.vcxproj] seems to indicate we also need to remove WebKit/win/WebCoreSupport/WebContextMenuClient.cpp along with these files.
Anders Carlsson
Comment 5 2015-11-11 16:53:17 PST
Anders Carlsson
Comment 6 2015-11-11 17:29:29 PST
Note You need to log in before you can comment on or make changes to this bug.