Bug 150191 - Store the context menu data and user data in the WebContextMenuProxy object
Summary: Store the context menu data and user data in the WebContextMenuProxy object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 15:07 PDT by Anders Carlsson
Modified: 2015-10-15 16:18 PDT (History)
0 users

See Also:


Attachments
Patch (9.71 KB, patch)
2015-10-15 15:11 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-10-15 15:07:03 PDT
Store the context menu data and user data in the WebContextMenuProxy object
Comment 1 Anders Carlsson 2015-10-15 15:11:15 PDT
Created attachment 263196 [details]
Patch
Comment 2 Anders Carlsson 2015-10-15 15:16:20 PDT
Committed r191141: <http://trac.webkit.org/changeset/191141>
Comment 3 Darin Adler 2015-10-15 16:18:03 PDT
Comment on attachment 263196 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=263196&action=review

> Source/WebKit2/UIProcess/mac/WebContextMenuProxyMac.mm:156
> +    : WebContextMenuProxy(context, userData)
> +
> +    , m_webView(webView)

What’s with this blank line?