|
|
Fix table background painting
Implement TableCollapsedBorderPainter
BUG= 125336
BUG= 2902
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1807 lines, -14 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTable.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
View
|
1
2
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
View
|
1
2
|
2 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableCol.cpp
|
View
|
1
2
|
4 chunks |
+142 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
View
|
1
2
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
View
|
1
2
|
2 chunks |
+51 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/TableCellPainter.h
|
View
|
1
2
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
View
|
1
2
|
4 chunks |
+105 lines, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/paint/TableCollapsedBorderPainter.h
|
View
|
1
2
|
1 chunk |
+196 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/paint/TableCollapsedBorderPainter.cpp
|
View
|
1
2
|
1 chunk |
+1187 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/TablePainter.cpp
|
View
|
1
2
|
2 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
View
|
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (3 generated)
|