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

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed)

Created:
6 years, 7 months ago by hans
Modified:
6 years, 7 months ago
CC:
chromium-reviews, creis+watch_chromium.org, jar (doing other things), tfarina, nasko+codewatch_chromium.org, jam, asvitkine+watch_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, jochen+watch_chromium.org, msw, Primiano Tucci (use gerrit)
Visibility:
Public.

Description

Start removing support for the experimental x-webkit-speech API The API has been considered deprecated for some time, and was disabled in https://src.chromium.org/viewvc/blink?revision=171373&view=revision BUG=223198 TBR=jam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267937

Patch Set 1 #

Patch Set 2 : Remove .xib from .gypi file. #

Total comments: 16

Patch Set 3 : Address msw's comments #

Patch Set 4 : Don't touch histograms.xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4140 lines) Patch
M build/ios/grit_whitelist.txt View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/app/chrome_command_ids.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/app/nibs/SpeechRecognitionBubble.xib View 1 chunk +0 lines, -825 lines 0 comments Download
D chrome/app/theme/default_100_percent/common/speech_input_mic_empty.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/speech_input_mic_full.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/speech_input_mic_mask.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/speech_input_mic_noise.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/speech_input_spinner.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/speech_input_mic_empty.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/speech_input_mic_full.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/speech_input_mic_mask.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/speech_input_mic_noise.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/speech_input_spinner.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 7 chunks +0 lines, -54 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 4 chunks +9 lines, -32 lines 0 comments Download
D chrome/browser/speech/chrome_speech_recognition_manager_delegate_bubble_ui.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/speech/chrome_speech_recognition_manager_delegate_bubble_ui.cc View 1 chunk +0 lines, -220 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble.h View 1 chunk +0 lines, -205 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble.cc View 1 chunk +0 lines, -283 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble_browsertest.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble_controller.h View 1 chunk +0 lines, -136 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble_controller.cc View 1 chunk +0 lines, -218 lines 0 comments Download
D chrome/browser/speech/speech_recognition_bubble_controller_unittest.cc View 1 chunk +0 lines, -209 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
D chrome/browser/ui/cocoa/speech_recognition_bubble_cocoa.mm View 1 chunk +0 lines, -142 lines 0 comments Download
D chrome/browser/ui/cocoa/speech_recognition_window_controller.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/ui/cocoa/speech_recognition_window_controller.mm View 1 chunk +0 lines, -232 lines 0 comments Download
D chrome/browser/ui/views/speech_recognition_bubble_views.cc View 1 chunk +0 lines, -438 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/chrome_nibs.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_nibs.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/url_constants.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +0 lines, -4 lines 0 comments Download
D content/browser/speech/input_tag_speech_browsertest.cc View 1 chunk +0 lines, -139 lines 0 comments Download
D content/browser/speech/input_tag_speech_dispatcher_host.h View 1 chunk +0 lines, -93 lines 0 comments Download
D content/browser/speech/input_tag_speech_dispatcher_host.cc View 1 chunk +0 lines, -240 lines 0 comments Download
M content/browser/speech/speech_recognition_dispatcher_host.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M content/browser/speech/speech_recognition_manager_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/frame_messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/speech_recognition_messages.h View 1 chunk +0 lines, -61 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +1 line, -7 lines 0 comments Download
M content/content_renderer.gypi View 2 chunks +0 lines, -8 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/browser/render_view_host.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/browser/speech_recognition_session_config.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/browser/speech_recognition_session_context.h View 1 chunk +0 lines, -8 lines 0 comments Download
M content/public/browser/speech_recognition_session_context.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/public/common/context_menu_params.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/common/context_menu_params.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/context_menu_params_builder.cc View 1 chunk +0 lines, -1 line 0 comments Download
D content/renderer/input_tag_speech_dispatcher.h View 1 chunk +0 lines, -56 lines 0 comments Download
D content/renderer/input_tag_speech_dispatcher.cc View 1 chunk +0 lines, -147 lines 0 comments Download
M content/renderer/render_view_impl.h View 4 chunks +0 lines, -8 lines 0 comments Download
M content/renderer/render_view_impl.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M content/shell/renderer/test_runner/MockWebSpeechInputController.h View 1 chunk +2 lines, -0 lines 0 comments Download
D content/test/data/speech/basic_recognition.html View 1 2 1 chunk +0 lines, -24 lines 0 comments Download
D content/test/data/speech/grammar_attribute.html View 1 2 1 chunk +0 lines, -25 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
hans
tommi, tommyw: please take a look. msw, primiano: FYI. This should cover most of the ...
6 years, 7 months ago (2014-05-01 18:30:54 UTC) #1
tommi (sloooow) - chröme
Lgtm! Nice :-) Tommy is ooo right now so no need to wait.
6 years, 7 months ago (2014-05-01 18:53:59 UTC) #2
hans
Owners, please take a look. jam: content/ and chrome/ jar: tools/metrics/
6 years, 7 months ago (2014-05-01 21:32:45 UTC) #3
msw
Driveby nits and comments. Can you also remove the ENABLE_INPUT_SPEECH flag? ( build/common.gypi, build/config/BUILD.gn, more? ...
6 years, 7 months ago (2014-05-02 00:05:09 UTC) #4
hans
On 2014/05/02 00:05:09, msw wrote: > Driveby nits and comments. Thanks for the comments! > ...
6 years, 7 months ago (2014-05-02 02:36:14 UTC) #5
hans
https://codereview.chromium.org/260903010/diff/20001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): https://codereview.chromium.org/260903010/diff/20001/chrome/app/chrome_command_ids.h#newcode348 chrome/app/chrome_command_ids.h:348: #define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300 On 2014/05/02 00:05:10, msw wrote: > ...
6 years, 7 months ago (2014-05-02 02:36:27 UTC) #6
msw
lgtm, thanks for the big, ongoing cleanup!
6 years, 7 months ago (2014-05-02 02:55:50 UTC) #7
hans
On 2014/05/02 02:55:50, msw wrote: > lgtm, thanks for the big, ongoing cleanup! Thanks for ...
6 years, 7 months ago (2014-05-02 17:06:30 UTC) #8
jar (doing other things)
I'd suggest not change the histograms.xml file. There is probably no real reason to remove ...
6 years, 7 months ago (2014-05-02 17:33:25 UTC) #9
hans
On 2014/05/02 17:33:25, jar wrote: > I'd suggest not change the histograms.xml file. Done.
6 years, 7 months ago (2014-05-02 17:43:27 UTC) #10
jam
lgtm
6 years, 7 months ago (2014-05-02 18:45:33 UTC) #11
hans
The CQ bit was checked by hans@chromium.org
6 years, 7 months ago (2014-05-02 18:48:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/260903010/60001
6 years, 7 months ago (2014-05-02 18:48:25 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 19:01:15 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-05-02 19:01:15 UTC) #15
hans
On 2014/05/02 19:01:15, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 7 months ago (2014-05-02 19:47:07 UTC) #16
hans
The CQ bit was checked by hans@chromium.org
6 years, 7 months ago (2014-05-02 20:41:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hans@chromium.org/260903010/60001
6 years, 7 months ago (2014-05-02 20:41:41 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-02 22:05:45 UTC) #19
Message was sent while issue was closed.
Change committed as 267937

Powered by Google App Engine
This is Rietveld 408576698