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

Issue 10388178: Disable retrieving suggestions in the background. (Closed)

Created:
8 years, 7 months ago by Hironori Bono
Modified:
8 years, 7 months ago
Reviewers:
Hajime Morrita
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Disable retrieving suggestions in the background. This change disables retrieving suggestions for misspelled words automatically because it consumes lots of CPU power, especially when we paste a long word such as function names. (It is an overkill to retrieve them.) BUG=126249 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137831

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -4 lines) Patch
M chrome/renderer/spellchecker/spellcheck.cc View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
8 years, 7 months ago (2012-05-17 05:04:15 UTC) #1
Hajime Morrita
8 years, 7 months ago (2012-05-17 08:09:29 UTC) #2
lgtm. Thanks for fixing this.
I didn't realized that suggestion lookup is such slow...

Powered by Google App Engine
This is Rietveld 408576698