Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Issue 1319453009: Start adding some documentation to LayoutTable (Closed)

Created:
5 years, 3 months ago by Julien - ping for review
Modified:
5 years, 3 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Start adding some documentation to LayoutTable This change adds some documentation about how we structure <table> internally. In particular, it explains LayoutTable::m_column and LayoutTableSection::m_grid and the role of LayoutTable as a grand coordinator for determining the table structure. It's still missing some pieces but it's a good start and will be completed as I clear my thoughts on the code. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201814

Patch Set 1 #

Total comments: 18

Patch Set 2 : Updated after yummy, yummy review! #

Total comments: 2

Patch Set 3 : Fixed inline-table. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -1 line) Patch
M Source/core/layout/LayoutTable.h View 1 2 3 chunks +45 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutTableSection.h View 1 3 chunks +61 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
Julien - ping for review
Morten, yummy table documentation!
5 years, 3 months ago (2015-09-04 01:02:00 UTC) #2
mstensho (USE GERRIT)
What a treat! :) https://codereview.chromium.org/1319453009/diff/1/Source/core/layout/LayoutTable.h File Source/core/layout/LayoutTable.h (right): https://codereview.chromium.org/1319453009/diff/1/Source/core/layout/LayoutTable.h#newcode44 Source/core/layout/LayoutTable.h:44: // LayoutTable is the LayoutObject ...
5 years, 3 months ago (2015-09-04 13:06:53 UTC) #3
Julien - ping for review
Now with my moar table yumminess inside! https://codereview.chromium.org/1319453009/diff/1/Source/core/layout/LayoutTable.h File Source/core/layout/LayoutTable.h (right): https://codereview.chromium.org/1319453009/diff/1/Source/core/layout/LayoutTable.h#newcode44 Source/core/layout/LayoutTable.h:44: // LayoutTable ...
5 years, 3 months ago (2015-09-04 14:36:16 UTC) #4
mstensho (USE GERRIT)
lgtm - delicious! https://codereview.chromium.org/1319453009/diff/20001/Source/core/layout/LayoutTable.h File Source/core/layout/LayoutTable.h (right): https://codereview.chromium.org/1319453009/diff/20001/Source/core/layout/LayoutTable.h#newcode44 Source/core/layout/LayoutTable.h:44: // LayoutTable is the LayoutObject associated ...
5 years, 3 months ago (2015-09-04 15:09:10 UTC) #5
Julien - ping for review
https://codereview.chromium.org/1319453009/diff/20001/Source/core/layout/LayoutTable.h File Source/core/layout/LayoutTable.h (right): https://codereview.chromium.org/1319453009/diff/20001/Source/core/layout/LayoutTable.h#newcode44 Source/core/layout/LayoutTable.h:44: // LayoutTable is the LayoutObject associated with display: table. ...
5 years, 3 months ago (2015-09-04 16:39:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319453009/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319453009/40001
5 years, 3 months ago (2015-09-04 16:39:33 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-09-04 19:15:37 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201814

Powered by Google App Engine
This is Rietveld 408576698