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

Issue 7086005: Context menu for "Voice recognition options" (Closed)

Created:
9 years, 7 months ago by gshires
Modified:
9 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, Avi (use Gerrit), brettw-cc_chromium.org
Visibility:
Public.

Description

Context menu for "Voice recognition options" Patch from Glen Shires <gshires@google.com>; BUG=79991 Test=

Patch Set 1 #

Patch Set 2 : "Voice recognition options" context menu #

Patch Set 3 : Context menu for "Voice recognition options" only appears when input-field has x-webkit-speech #

Total comments: 18

Patch Set 4 : Context menu for "Voice recognition options" #

Total comments: 3

Patch Set 5 : Reverted changes in render_view_host and implemented instead in render_view_context_menu #

Total comments: 6

Patch Set 6 : Added initializer and style changes #

Total comments: 4

Patch Set 7 : Fixed remaining renaming: int profanity_filter_ to bool censor_results_ #

Patch Set 8 : Added censor_result parameter to tests. #

Patch Set 9 : synced (which required adding frame_id) #

Patch Set 10 : No changes (Just trying to get commit-bot to wake up) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -9 lines) Patch
M chrome/app/chrome_command_ids.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/speech/speech_input_manager.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 7 chunks +47 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/speech/speech_input_manager.h View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/speech/speech_recognition_request.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/speech/speech_recognition_request.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognition_request_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognizer.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/speech/speech_recognizer.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/speech/speech_recognizer_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/context_menu.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/context_menu.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Satish
Good work. http://codereview.chromium.org/7086005/diff/4001/chrome/browser/tab_contents/render_view_context_menu.cc File chrome/browser/tab_contents/render_view_context_menu.cc (right): http://codereview.chromium.org/7086005/diff/4001/chrome/browser/tab_contents/render_view_context_menu.cc#newcode860 chrome/browser/tab_contents/render_view_context_menu.cc:860: // Add 'Block offensive words' item in ...
9 years, 5 months ago (2011-07-19 08:22:39 UTC) #1
gshires
Addressed all review comments. Note that issue 79991 corresponds to these changes. http://code.google.com/p/chromium/issues/detail?id=79991 http://codereview.chromium.org/7086005/diff/4001/chrome/browser/tab_contents/render_view_context_menu.cc File ...
9 years, 5 months ago (2011-07-19 22:56:31 UTC) #2
jam
http://codereview.chromium.org/7086005/diff/16001/content/browser/renderer_host/render_view_host.cc File content/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/7086005/diff/16001/content/browser/renderer_host/render_view_host.cc#newcode18 content/browser/renderer_host/render_view_host.cc:18: #include "chrome/browser/google/google_util.h" you're going to get a deps failure ...
9 years, 5 months ago (2011-07-19 23:06:53 UTC) #3
gshires
This change is dependent upon, and should not be submitted before, pending WebKit change https://bugs.webkit.org/show_bug.cgi?id=64625 ...
9 years, 5 months ago (2011-07-20 13:48:38 UTC) #4
Satish
Thanks for the changes. A small list of comments below. Can you also run this ...
9 years, 5 months ago (2011-07-20 15:23:13 UTC) #5
jam
definitely run a try change for all changes before committing like Satish says :) http://codereview.chromium.org/7086005/diff/16001/content/browser/renderer_host/render_view_host.cc ...
9 years, 5 months ago (2011-07-20 15:49:27 UTC) #6
gshires
Added the requested initializer and style changes http://codereview.chromium.org/7086005/diff/22001/chrome/browser/tab_contents/render_view_context_menu.cc File chrome/browser/tab_contents/render_view_context_menu.cc (right): http://codereview.chromium.org/7086005/diff/22001/chrome/browser/tab_contents/render_view_context_menu.cc#newcode1706 chrome/browser/tab_contents/render_view_context_menu.cc:1706: GURL localized_about_url ...
9 years, 5 months ago (2011-07-20 17:16:10 UTC) #7
gshires
WebKit change has landed: https://bugs.webkit.org/show_bug.cgi?id=64625 So this patch can now be committed when approved. I ...
9 years, 5 months ago (2011-07-21 05:07:38 UTC) #8
Satish
http://codereview.chromium.org/7086005/diff/24001/content/browser/speech/speech_recognizer.h File content/browser/speech/speech_recognizer.h (right): http://codereview.chromium.org/7086005/diff/24001/content/browser/speech/speech_recognizer.h#newcode85 content/browser/speech/speech_recognizer.h:85: int profanity_filter, missed changing this to 'bool censor_results' http://codereview.chromium.org/7086005/diff/24001/content/browser/speech/speech_recognizer.h#newcode135 ...
9 years, 5 months ago (2011-07-21 08:15:03 UTC) #9
gshires
http://codereview.chromium.org/7086005/diff/24001/content/browser/speech/speech_recognizer.h File content/browser/speech/speech_recognizer.h (right): http://codereview.chromium.org/7086005/diff/24001/content/browser/speech/speech_recognizer.h#newcode85 content/browser/speech/speech_recognizer.h:85: int profanity_filter, On 2011/07/21 08:15:03, Satish wrote: > missed ...
9 years, 5 months ago (2011-07-21 18:53:12 UTC) #10
Satish
LGTM The latest patch passes through try servers http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/39027 http://build.chromium.org/p/tryserver.chromium/builders/mac/builds/39368 http://build.chromium.org/p/tryserver.chromium/builders/win/builds/44561
9 years, 5 months ago (2011-07-25 11:33:33 UTC) #11
commit-bot: I haz the power
Can't apply patch for file content/browser/speech/speech_recognizer.cc. While running patch -p1 --forward --force; patching file content/browser/speech/speech_recognizer.cc ...
9 years, 5 months ago (2011-07-25 11:33:59 UTC) #12
jam
thanks for the change
9 years, 5 months ago (2011-07-25 16:30:22 UTC) #13
jam
content common lgtm
9 years, 5 months ago (2011-07-25 16:45:40 UTC) #14
commit-bot: I haz the power
Presubmit check for 7086005-27003 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 5 months ago (2011-07-25 23:05:33 UTC) #15
willchan no longer on Chromium
stamping for profiles/: LGTM
9 years, 5 months ago (2011-07-25 23:16:48 UTC) #16
commit-bot: I haz the power
9 years, 5 months ago (2011-07-26 05:08:37 UTC) #17
Change committed as 94041

Powered by Google App Engine
This is Rietveld 408576698