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

Issue 2505933009: [ObjC ARC] Converts ios/chrome/browser/voice:tts to ARC.Automatically generated ARCMigrate commit… (Closed)

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

Description

[ObjC ARC] Converts ios/chrome/browser/voice:tts to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Committed: https://crrev.com/e84bdf15a68877a3a2962abaeb0827081a7ca17d Cr-Commit-Position: refs/heads/master@{#436296}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed weak_nsobject boilerplate #

Total comments: 2

Patch Set 3 : make_unique #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M ios/chrome/browser/voice/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/voice/text_to_speech_listener.mm View 1 2 6 chunks +11 lines, -12 lines 0 comments Download
M ios/chrome/browser/voice/text_to_speech_parser.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/voice/voice_search_url_rewriter.mm View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
stkhapugin
PTAL. Passes downstream tests.
4 years, 1 month ago (2016-11-21 12:24:36 UTC) #6
noyau (Ping after 24h)
https://codereview.chromium.org/2505933009/diff/1/ios/chrome/browser/voice/text_to_speech_listener.mm File ios/chrome/browser/voice/text_to_speech_listener.mm (left): https://codereview.chromium.org/2505933009/diff/1/ios/chrome/browser/voice/text_to_speech_listener.mm#oldcode84 ios/chrome/browser/voice/text_to_speech_listener.mm:84: base::WeakNSProtocol<id<TextToSpeechListenerDelegate>> _delegate; Why don't you remove all that code? ...
4 years, 1 month ago (2016-11-21 14:15:03 UTC) #7
stkhapugin
thanks, ptal https://codereview.chromium.org/2505933009/diff/1/ios/chrome/browser/voice/text_to_speech_listener.mm File ios/chrome/browser/voice/text_to_speech_listener.mm (left): https://codereview.chromium.org/2505933009/diff/1/ios/chrome/browser/voice/text_to_speech_listener.mm#oldcode84 ios/chrome/browser/voice/text_to_speech_listener.mm:84: base::WeakNSProtocol<id<TextToSpeechListenerDelegate>> _delegate; On 2016/11/21 14:15:03, noyau wrote: ...
4 years, 1 month ago (2016-11-22 14:13:26 UTC) #12
sdefresne
lgtm https://codereview.chromium.org/2505933009/diff/20001/ios/chrome/browser/voice/text_to_speech_listener.mm File ios/chrome/browser/voice/text_to_speech_listener.mm (right): https://codereview.chromium.org/2505933009/diff/20001/ios/chrome/browser/voice/text_to_speech_listener.mm#newcode95 ios/chrome/browser/voice/text_to_speech_listener.mm:95: _webStateObserver.reset(new TextToSpeechWebStateObserver(webState, self)); nit: can you change this ...
4 years, 1 month ago (2016-11-22 14:35:39 UTC) #14
stkhapugin
Thanks! https://codereview.chromium.org/2505933009/diff/20001/ios/chrome/browser/voice/text_to_speech_listener.mm File ios/chrome/browser/voice/text_to_speech_listener.mm (right): https://codereview.chromium.org/2505933009/diff/20001/ios/chrome/browser/voice/text_to_speech_listener.mm#newcode95 ios/chrome/browser/voice/text_to_speech_listener.mm:95: _webStateObserver.reset(new TextToSpeechWebStateObserver(webState, self)); On 2016/11/22 14:35:39, sdefresne wrote: ...
4 years, 1 month ago (2016-11-22 14:53:43 UTC) #15
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/2505933009/40001
4 years, 1 month ago (2016-11-22 14:54:04 UTC) #18
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/111574) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-11-22 14:57:14 UTC) #20
noyau (Ping after 24h)
lgtm
4 years, 1 month ago (2016-11-22 15:52:56 UTC) #21
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/2505933009/40001
4 years ago (2016-11-24 12:53:37 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/304102)
4 years ago (2016-11-24 15:24:31 UTC) #25
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/2505933009/40001
4 years ago (2016-12-05 14:50:52 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-05 15:43:58 UTC) #29
commit-bot: I haz the power
4 years ago (2016-12-05 15:46:10 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e84bdf15a68877a3a2962abaeb0827081a7ca17d
Cr-Commit-Position: refs/heads/master@{#436296}

Powered by Google App Engine
This is Rietveld 408576698