|
|
Move SelectionState out of LayoutObject and into Line Layout API
This enum is used everywhere, in and out of the new API. Originally this was going to be part of my EllipsisBox CL, but I broke it out after it touched 20+ files.
BUG= 499321
Committed: https://crrev.com/da4123d210051a38ff1256458e5f01a849d8a703
git-svn-id: svn://svn.chromium.org/blink/trunk@199593 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+108 lines, -80 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutBlockFlow.cpp
|
View
|
1
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutBlockFlowLine.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/LayoutObject.h
|
View
|
1
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
A |
Source/core/layout/api/SelectionState.h
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/EllipsisBox.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineBox.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineBox.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineFlowBox.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineFlowBox.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineTextBox.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/InlineTextBox.cpp
|
View
|
|
4 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/RootInlineBox.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/layout/line/RootInlineBox.cpp
|
View
|
|
6 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/TouchAdjustment.cpp
|
View
|
|
3 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/EllipsisBoxPainter.cpp
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/InlineFlowBoxPainter.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/InlineTextBoxPainter.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/ListMarkerPainter.cpp
|
View
|
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/ReplacedPainter.cpp
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/paint/SVGInlineTextBoxPainter.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/paint/SVGRootInlineBoxPainter.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (3 generated)
|