Bug 201114 - [LFC][TFC] Add section renderers to the layout tree (THEAD/TBODY/TFOOT)
Summary: [LFC][TFC] Add section renderers to the layout tree (THEAD/TBODY/TFOOT)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-23 20:39 PDT by zalan
Modified: 2019-08-24 06:36 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2019-08-23 20:45 PDT, zalan
koivisto: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2019-08-23 20:39:14 PDT
They are the direct children of the table renderer (RenderTableSection)
Comment 1 Radar WebKit Bug Importer 2019-08-23 20:39:35 PDT
<rdar://problem/54664992>
Comment 2 zalan 2019-08-23 20:45:55 PDT
Created attachment 377199 [details]
Patch
Comment 3 WebKit Commit Bot 2019-08-24 06:32:07 PDT
Comment on attachment 377199 [details]
Patch

Rejecting attachment 377199 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 377199, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Logging in as commit-queue@webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=377199&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=201114&ctype=xml&excludefield=attachmentdata
Processing 1 patch from 1 bug.
Updating working directory
Processing patch 377199 from bug 201114.
Fetching: https://bugs.webkit.org/attachment.cgi?id=377199
Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebCore/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebCore/ChangeLog' is out of date
W: d0d993d713144b3363b54b82b99d1b4cc50d316b and refs/remotes/origin/master differ, using rebase:
:040000 040000 a05d66b91a1a6e5395edcda03f2a1f65b94d4daa 0d2a903d768a754650f7041a98eaaf7926b35056 M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebCore/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebCore/ChangeLog' is out of date
W: d0d993d713144b3363b54b82b99d1b4cc50d316b and refs/remotes/origin/master differ, using rebase:
:040000 040000 a05d66b91a1a6e5395edcda03f2a1f65b94d4daa 0d2a903d768a754650f7041a98eaaf7926b35056 M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit
Updating OpenSource
From https://git.webkit.org/git/WebKit
   927c8048eaf..b7822e3639c  master     -> origin/master
Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ...
Currently at 249082 = 927c8048eaf178eeacd09309bc46911c082347d0
r249083 = b7822e3639ccd915984263a0dbd41b65f3a2cf3e
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: https://webkit-queues.webkit.org/results/12964763
Comment 4 zalan 2019-08-24 06:36:34 PDT
Committed r249086: <https://trac.webkit.org/changeset/249086>