DescriptionIntroduce composed tree version of VisiblePosition
This patch introduces composed tree version of |VisiblePosition| called
|VisiblePositionInComposedTree| with glue function
|createVisiblePositionInDOMTree()|, which is a stub function for applying
DOM tree version of functions in "VisibleUnits.cpp", e.g. |isLogicalEndOfLine()|
|nextPositionOf()| and so on, for making patch size smaller.
This patch is a preparation of making selection to handle granularity for web
component, http://crrev.com/1277863002
BUG=513568
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201859
Patch Set 1 : 2015-09-04T17:58:43 #Patch Set 2 : 2015-09-07T14:06:02 Rebase for VisibleSelectionChangeObserver and PendingSelection::commit #
Messages
Total messages: 12 (3 generated)
|