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

Issue 2284583002: [Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. (Closed)

Created:
4 years, 3 months ago by timvolodine
Modified:
4 years, 3 months ago
Reviewers:
Torne, Tobias Sargeant
CC:
chromium-reviews, android-webview-reviews_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Add AndroidSpellChecker feature to allow for gradual rollout using finch. This patch replaces the kEnableAndroidSpellChecker flag with two features "AndroidSpellChecker" and "AndroidSpellCheckerNonLowEnd". This is to allow for finch testing (using chrome experimentation framework) on e.g. canary and dev channels to verify stability and obtain potential crash logs. BUG=583616, 629609 Committed: https://crrev.com/34b1ffd11bd0976a3772c4697f7936e8b01b5601 Cr-Commit-Position: refs/heads/master@{#415936}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase and modify logic to make "..NonLowEnd" feature always take priority #

Patch Set 3 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -24 lines) Patch
M android_webview/browser/aw_content_browser_client.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M components/spellcheck/browser/spellcheck_platform_android.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M components/spellcheck/common/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/spellcheck/common/spellcheck_features.h View 1 chunk +21 lines, -0 lines 0 comments Download
A components/spellcheck/common/spellcheck_features.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
M components/spellcheck/common/spellcheck_switches.h View 1 chunk +0 lines, -3 lines 0 comments Download
M components/spellcheck/common/spellcheck_switches.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/spellcheck/renderer/spellcheck.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
timvolodine
4 years, 3 months ago (2016-08-26 20:54:14 UTC) #2
Tobias Sargeant
https://codereview.chromium.org/2284583002/diff/1/android_webview/browser/aw_content_browser_client.cc File android_webview/browser/aw_content_browser_client.cc (left): https://codereview.chromium.org/2284583002/diff/1/android_webview/browser/aw_content_browser_client.cc#oldcode229 android_webview/browser/aw_content_browser_client.cc:229: spellcheck::switches::kEnableAndroidSpellChecker)) { How does webview turn on the spellcheck ...
4 years, 3 months ago (2016-08-30 10:39:52 UTC) #3
Tobias Sargeant
4 years, 3 months ago (2016-08-30 10:39:52 UTC) #4
timvolodine
https://codereview.chromium.org/2284583002/diff/1/android_webview/browser/aw_content_browser_client.cc File android_webview/browser/aw_content_browser_client.cc (left): https://codereview.chromium.org/2284583002/diff/1/android_webview/browser/aw_content_browser_client.cc#oldcode229 android_webview/browser/aw_content_browser_client.cc:229: spellcheck::switches::kEnableAndroidSpellChecker)) { On 2016/08/30 10:39:52, Tobias Sargeant wrote: > ...
4 years, 3 months ago (2016-08-30 13:17:42 UTC) #5
Tobias Sargeant
LGTM.
4 years, 3 months ago (2016-08-31 14:08:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2284583002/40001
4 years, 3 months ago (2016-09-01 12:42:06 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-01 12:45:46 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 12:48:06 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/34b1ffd11bd0976a3772c4697f7936e8b01b5601
Cr-Commit-Position: refs/heads/master@{#415936}

Powered by Google App Engine
This is Rietveld 408576698