DescriptionTo minimize the risk to LTR users, we are thinking to enable this feature first to chromium win by command line flag. (This and corresponding changset in webkit should be removed after this feature is enabled without command line flag).
This is chromium side's change that
1. adds command-line flag: --enable-visual-word-movement
2. passes this per-page setting to WebCore::Settings through WebPreferences.
The dependent WebKit change is in
http://trac.webkit.org/changeset/99255
workflow:
1. adds command line flag --enable-visual-word-movement, pass it to WebCore::Settings through WebPreferences.
2. (WebKit) in FrameSelection::modifyMovingLeft|Right, when 'visualWordMovementEnabled' is true in page's Settings, trigger visual word movement instead of logical one.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109133
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : change --use-visual-word-movement to --enable-visual-word-movement #Patch Set 4 : enable for all platforms #Patch Set 5 : fix a style format #Patch Set 6 : '' #
Messages
Total messages: 9 (0 generated)
|