Bug 83157

Summary: RenderTable should layout captions using LayoutUnits
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eae, eric, jchaffraix, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch jchaffraix: review+, webkit.review.bot: commit-queue-

Description Levi Weintraub 2012-04-04 06:35:09 PDT
Currently it's still using integers (yuck!)
Comment 1 Levi Weintraub 2012-04-04 06:50:01 PDT
Created attachment 135582 [details]
Patch
Comment 2 Levi Weintraub 2012-04-05 04:19:23 PDT
Comment on attachment 135582 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 2012-04-05 04:52:17 PDT
Comment on attachment 135582 [details]
Patch

Rejecting attachment 135582 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Parsed 2 diffs from patch file(s).
patching file Source/WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/rendering/RenderTable.cpp
Hunk #1 FAILED at 282.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/rendering/RenderTable.cpp.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Julien Cha..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12340280
Comment 4 Levi Weintraub 2012-04-05 04:57:25 PDT
Appears that Emil and I are stepping on each others toes :-/

*** This bug has been marked as a duplicate of bug 83089 ***