Bug 99907 - Add bundle API for hit-testing
Summary: Add bundle API for hit-testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 22:44 PDT by mitz
Modified: 2012-10-19 23:05 PDT (History)
1 user (show)

See Also:


Attachments
Add WKBundleFrameCreateHitTestResult (19.45 KB, patch)
2012-10-19 22:50 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-10-19 22:44:18 PDT
Add bundle API for hit-testing
Comment 1 mitz 2012-10-19 22:50:06 PDT
Created attachment 169756 [details]
Add WKBundleFrameCreateHitTestResult
Comment 2 WebKit Review Bot 2012-10-19 22:52:11 PDT
Attachment 169756 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1
Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:30:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2012-10-19 23:05:39 PDT
Committed as <http://trac.webkit.org/r131979>.