Bug 143444

Summary: Combine ActionMenuHitTestResult with WebHitTestResult
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 none

Description Brady Eidson 2015-04-06 10:50:03 PDT
Combine ActionMenuHitTestResult with WebHitTestResult

It really doesn't need to be separate.

For example, all of the additional info it stores can be (and will soon be) relevant for normal context menu operations.
Comment 1 Brady Eidson 2015-04-06 11:11:15 PDT
Created attachment 250210 [details]
Patch v1
Comment 2 WebKit Commit Bot 2015-04-06 11:13:52 PDT
Attachment 250210 [details] did not pass style-queue:


ERROR: Source/WebKit2/Shared/mac/WebHitTestResult.mm:81:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/Shared/mac/WebHitTestResult.mm:81:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2015-04-06 15:34:51 PDT
Comment on attachment 250210 [details]
Patch v1

Clearing flags on attachment: 250210

Committed r182442: <http://trac.webkit.org/changeset/182442>
Comment 4 WebKit Commit Bot 2015-04-06 15:34:54 PDT
All reviewed patches have been landed.  Closing bug.