WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
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
Details
Patch
(11.26 KB, patch)
2015-11-11 16:53 PST
,
Anders Carlsson
bdakin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2015-10-22 13:29:18 PDT
Created
attachment 263852
[details]
Patch
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
Created
attachment 265337
[details]
Patch
Anders Carlsson
Comment 6
2015-11-11 17:29:29 PST
Committed
r192339
: <
http://trac.webkit.org/changeset/192339
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug