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

Issue 8400078: Chrome: enable move cursor by word in visual order for windows by command line flag (Closed)

Created:
9 years, 1 month ago by xji
Modified:
9 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

To 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 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
xji
9 years, 1 month ago (2011-11-04 06:20:47 UTC) #1
jam
lgtm please don't add 4 reviewers in the future
9 years, 1 month ago (2011-11-04 16:09:57 UTC) #2
xji
On 2011/11/04 16:09:57, John Abd-El-Malek wrote: > lgtm > > please don't add 4 reviewers ...
9 years, 1 month ago (2011-11-04 17:49:45 UTC) #3
tony
webkit/{glue,tools} LGTM. I would get rid of the #if defined(OS_WIN). I mean, it's behind a ...
9 years, 1 month ago (2011-11-04 19:14:53 UTC) #4
xji
On 2011/11/04 19:14:53, tony wrote: > webkit/{glue,tools} LGTM. > > I would get rid of ...
9 years, 1 month ago (2011-11-04 19:19:35 UTC) #5
Avi (use Gerrit)
owner rubberstamp lgtm
9 years, 1 month ago (2011-11-08 18:36:04 UTC) #6
tony
On 2011/11/04 19:19:35, xji wrote: > On 2011/11/04 19:14:53, tony wrote: > > webkit/{glue,tools} LGTM. ...
9 years, 1 month ago (2011-11-08 18:39:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xji@chromium.org/8400078/16007
9 years, 1 month ago (2011-11-08 22:41:19 UTC) #8
commit-bot: I haz the power
9 years, 1 month ago (2011-11-09 00:00:31 UTC) #9
Change committed as 109133

Powered by Google App Engine
This is Rietveld 408576698