|
Store feedback for spellcheck results from spelling service
This CL begins to collect spellcheck feedback, but the only feedback actions
are PENDING and NO_ACTION. Feedback sender uploads these actions every 30
minutes. The feedback is cleared from memory when user removes misspellings
from text or every 6 hours. Follow up CLs will add the rest of the actions.
BUG= 170514
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201989
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+161 lines, -71 lines) |
Patch |
 |
M |
chrome/browser/spellchecker/feedback.h
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/feedback.cc
|
View
|
1
2
3
|
8 chunks |
+20 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/feedback_sender_unittest.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/feedback_unittest.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_message_filter.h
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_message_filter.cc
|
View
|
|
3 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/common/spellcheck_marker.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/spellcheck_messages.h
|
View
|
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider.cc
|
View
|
|
4 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc
|
View
|
|
9 chunks |
+42 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider_mac_unittest.cc
|
View
|
1
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider_test.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck_provider_test.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|