Bug 106121 - [mac] WebKit1 has no equivalent of WKBundleNodeHandleCopyHTMLTableCellElementCellAbove
Summary: [mac] WebKit1 has no equivalent of WKBundleNodeHandleCopyHTMLTableCellElement...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-04 11:39 PST by mitz
Modified: 2013-01-04 13:41 PST (History)
1 user (show)

See Also:


Attachments
Add -[DOMHTMLTableCellElement _cellAbove] (13.13 KB, patch)
2013-01-04 12:15 PST, mitz
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-01-04 11:39:37 PST
There is not WebKit1 API for getting the table cell above a given cell.
Comment 1 mitz 2013-01-04 12:15:11 PST
Created attachment 181354 [details]
Add -[DOMHTMLTableCellElement _cellAbove]
Comment 2 WebKit Review Bot 2013-01-04 12:20:33 PST
Attachment 181354 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/bindings/objc/DOMPrivate.h:74:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2013-01-04 13:41:38 PST
Fixed in <http://trac.webkit.org/r138851>.