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

Issue 2449593002: [ios] Adds support for parsing Text-to-Speech search results. (Closed)

Created:
4 years, 1 month ago by rohitrao (ping after 24h)
Modified:
4 years, 1 month ago
Reviewers:
sdefresne
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Adds support for parsing Text-to-Speech search results. BUG=656617 Committed: https://crrev.com/5fb238c24cae7ec3e97a09226a26d292f73851dc Cr-Commit-Position: refs/heads/master@{#427423}

Patch Set 1 #

Patch Set 2 : Fix AVFoundation dependency. #

Total comments: 26

Patch Set 3 : Review. #

Patch Set 4 : Rebased. #

Patch Set 5 : Disabled #

Unified diffs Side-by-side diffs Delta from patch set Stats (+977 lines, -14 lines) Patch
M ios/chrome/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A + ios/chrome/browser/ui/voice/BUILD.gn View 1 2 1 chunk +17 lines, -14 lines 0 comments Download
A ios/chrome/browser/ui/voice/text_to_speech_player.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/voice/text_to_speech_player.mm View 1 chunk +131 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/voice/text_to_speech_player+subclassing.h View 1 chunk +20 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/voice/text_to_speech_player_unittest.mm View 1 2 3 4 1 chunk +169 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/voice/voice_search_notification_names.h View 1 chunk +34 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/voice/voice_search_notification_names.mm View 1 chunk +22 lines, -0 lines 0 comments Download
M ios/chrome/browser/voice/BUILD.gn View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_listener.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_listener.mm View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_listener_unittest.mm View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_parser.h View 1 chunk +20 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_parser.mm View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/text_to_speech_parser_unittest.mm View 1 chunk +35 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/voice_search_url_rewriter.h View 1 chunk +19 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/voice_search_url_rewriter.mm View 1 chunk +54 lines, -0 lines 0 comments Download
A ios/chrome/test/data/voice/test_sound.m4a View Binary file 0 comments Download

Messages

Total messages: 35 (24 generated)
rohitrao (ping after 24h)
4 years, 1 month ago (2016-10-24 20:20:05 UTC) #4
sdefresne
lgtm The comments can be addressed in followup CLs if you want. Some of them ...
4 years, 1 month ago (2016-10-25 13:20:30 UTC) #13
rohitrao (ping after 24h)
https://codereview.chromium.org/2449593002/diff/20001/ios/chrome/browser/ui/voice/BUILD.gn File ios/chrome/browser/ui/voice/BUILD.gn (right): https://codereview.chromium.org/2449593002/diff/20001/ios/chrome/browser/ui/voice/BUILD.gn#newcode5 ios/chrome/browser/ui/voice/BUILD.gn:5: source_set("tts") { On 2016/10/25 13:20:30, sdefresne wrote: > I ...
4 years, 1 month ago (2016-10-25 15:23:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2449593002/40001
4 years, 1 month ago (2016-10-25 16:26:11 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/288858)
4 years, 1 month ago (2016-10-25 16:32:38 UTC) #23
sdefresne
lgtm
4 years, 1 month ago (2016-10-25 16:32:44 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2449593002/60001
4 years, 1 month ago (2016-10-25 16:39:29 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/93904)
4 years, 1 month ago (2016-10-25 17:07:16 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2449593002/80001
4 years, 1 month ago (2016-10-25 17:38:03 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-25 18:42:21 UTC) #33
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 19:09:10 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5fb238c24cae7ec3e97a09226a26d292f73851dc
Cr-Commit-Position: refs/heads/master@{#427423}

Powered by Google App Engine
This is Rietveld 408576698