|
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
Total comments: 7
|
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
|
Total messages: 6 (0 generated)
|