|
Integrate the Spelling service to Chrome.
This change integrates the Spelling service (a.k.a. "Did you mean") to a context-menu of Chrome so we can see the spell-check result retrieved from the Spelling service. This change sends a JSON-RPC request to the service in the background and update a context-menu item while showing to prevent junkiness.
BUG= 29191, 93746
TEST=right-click a misspelled word and see it is updated.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99633
Total comments: 38
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+832 lines, -7 lines) |
Patch |
|
M |
chrome/app/chrome_command_ids.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/profiles/profile.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu.h
|
View
|
1
2
3
4
|
5 chunks |
+86 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
1
2
3
4
|
6 chunks |
+62 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu_gtk.cc
|
View
|
1
2
3
4
|
3 chunks |
+68 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu_mac.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu_mac.mm
|
View
|
1
2
3
4
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/tab_contents/render_view_context_menu_observer.h
|
View
|
1
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/tab_contents/render_view_context_menu_observer.cc
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/tab_contents/spelling_menu_observer.h
|
View
|
1
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/tab_contents/spelling_menu_observer.cc
|
View
|
1
2
3
4
|
1 chunk |
+276 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|