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

Issue 8422006: Adds a bubble that asks a user whether to integrate the Spelling service. (Closed)

Created:
9 years, 1 month ago by Hironori Bono
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Avi (use Gerrit), ajwong+watch_chromium.org, creis+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Adds a bubble that asks a user whether to integrate the Spelling service. This change implements the final UI that integrates the Spelling service into Chrome on Windows to measure actual QPS to the spelling service with Windows Chrome. This UI updatee consists of three parts: * Add a context-menu item "Ask Google for spelling suggestions"; * Show a bubble when a user chosses the item, and; * Hide the suggestions from the Spelling service if it is in the suggestion list of the local spellchecker. BUG=93746 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108096

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 7

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -79 lines) Patch
M chrome/app/chrome_command_ids.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 2 chunks +30 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 4 chunks +4 lines, -33 lines 0 comments Download
M chrome/browser/tab_contents/spellchecker_submenu_observer.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/spellchecker_submenu_observer.cc View 1 2 6 chunks +39 lines, -2 lines 0 comments Download
A chrome/browser/tab_contents/spelling_bubble_model.h View 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/spelling_bubble_model.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/spelling_menu_observer.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/spelling_menu_observer.cc View 1 2 4 chunks +81 lines, -34 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hironori Bono
9 years, 1 month ago (2011-10-31 12:53:31 UTC) #1
Avi (use Gerrit)
lgtm
9 years, 1 month ago (2011-10-31 13:24:43 UTC) #2
Miranda Callahan
LGTM with a few comments. http://codereview.chromium.org/8422006/diff/5007/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/8422006/diff/5007/chrome/app/generated_resources.grd#newcode496 chrome/app/generated_resources.grd:496: <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_DISABLE" desc="The button ...
9 years, 1 month ago (2011-10-31 13:33:45 UTC) #3
Hironori Bono
Greetings Avi and Miranda, Thank you so much for your review and comments. I have ...
9 years, 1 month ago (2011-11-01 10:15:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hbono@chromium.org/8422006/8001
9 years, 1 month ago (2011-11-01 10:15:19 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-01 11:23:37 UTC) #6
Change committed as 108096

Powered by Google App Engine
This is Rietveld 408576698