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

Issue 1178843002: Adds support for webrtc::test::ResourcePath on iOS (Closed)

Created:
5 years, 6 months ago by henrika_webrtc
Modified:
5 years, 6 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Enabled more unit tests #

Total comments: 12

Patch Set 3 : comments from tkchin@ #

Patch Set 4 : Enabling more unit tests #

Patch Set 5 : iOS fix #

Total comments: 7

Patch Set 6 : Comments from tkchin@ #

Patch Set 7 : Fixed namespace #

Total comments: 2

Patch Set 8 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -67 lines) Patch
M talk/app/webrtc/objc/RTCDataChannel.mm View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/cng/cng_unittest.cc View 1 11 chunks +11 lines, -12 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/main/source/isac_unittest.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_unittest.cc View 1 2 13 chunks +15 lines, -16 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc View 1 2 3 1 chunk +3 lines, -9 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_classifier_unittest.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc View 1 2 3 6 chunks +5 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/time_stretch_unittest.cc View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/agc/histogram_unittest.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M webrtc/modules/audio_processing/agc/pitch_based_vad_unittest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
M webrtc/test/test.gyp View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/test/testsupport/fileutils.cc View 1 2 3 4 5 6 4 chunks +11 lines, -0 lines 0 comments Download
A webrtc/test/testsupport/iosfileutils.mm View 1 2 3 4 5 6 7 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
henrika_webrtc
https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm File webrtc/test/testsupport/iosfileutils.mm (right): https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm#newcode24 webrtc/test/testsupport/iosfileutils.mm:24: NSString* nameString = Could you please comment on the ...
5 years, 6 months ago (2015-06-11 10:50:32 UTC) #2
henrika_webrtc
https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc File webrtc/test/testsupport/fileutils.cc (right): https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc#newcode214 webrtc/test/testsupport/fileutils.cc:214: return IOSResourcePath(name, extension); I should add comments here about ...
5 years, 6 months ago (2015-06-11 11:02:34 UTC) #3
henrika_webrtc
https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm File webrtc/test/testsupport/iosfileutils.mm (right): https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm#newcode24 webrtc/test/testsupport/iosfileutils.mm:24: NSString* nameString = Perhaps I should do: [[[NSString alloc] ...
5 years, 6 months ago (2015-06-11 12:27:56 UTC) #4
henrika_webrtc
https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm File webrtc/test/testsupport/iosfileutils.mm (right): https://codereview.chromium.org/1178843002/diff/20001/webrtc/test/testsupport/iosfileutils.mm#newcode24 webrtc/test/testsupport/iosfileutils.mm:24: NSString* nameString = sorry, or perhaps use the factory ...
5 years, 6 months ago (2015-06-11 13:10:59 UTC) #5
tkchin_webrtc
Very quick comments - will take another look tomorrow, didn't get a chance today. https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc ...
5 years, 6 months ago (2015-06-12 01:30:26 UTC) #6
henrika_webrtc
https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc File webrtc/test/testsupport/fileutils.cc (right): https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc#newcode214 webrtc/test/testsupport/fileutils.cc:214: return IOSResourcePath(name, extension); I followed the existing style in ...
5 years, 6 months ago (2015-06-12 12:52:11 UTC) #7
henrika_webrtc
I have now re enabled as many tests I can in the modules_unittest suite. Don't ...
5 years, 6 months ago (2015-06-12 14:37:51 UTC) #8
tkchin_webrtc
https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc File webrtc/test/testsupport/fileutils.cc (right): https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc#newcode214 webrtc/test/testsupport/fileutils.cc:214: return IOSResourcePath(name, extension); On 2015/06/12 at 12:52:11, henrika_webrtc wrote: ...
5 years, 6 months ago (2015-06-12 17:43:35 UTC) #9
henrika_webrtc
Many thanks. PTAL. https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc File webrtc/test/testsupport/fileutils.cc (right): https://codereview.webrtc.org/1178843002/diff/20001/webrtc/test/testsupport/fileutils.cc#newcode214 webrtc/test/testsupport/fileutils.cc:214: return IOSResourcePath(name, extension); Bad spelling in ...
5 years, 6 months ago (2015-06-15 08:46:30 UTC) #10
tkchin_webrtc
lgtm https://codereview.webrtc.org/1178843002/diff/80001/webrtc/test/testsupport/iosfileutils.mm File webrtc/test/testsupport/iosfileutils.mm (right): https://codereview.webrtc.org/1178843002/diff/80001/webrtc/test/testsupport/iosfileutils.mm#newcode23 webrtc/test/testsupport/iosfileutils.mm:23: NSString* NSStringFromStdString(const std::string& stdString) { On 2015/06/15 at ...
5 years, 6 months ago (2015-06-15 20:23:14 UTC) #11
tkchin_webrtc
lgtm
5 years, 6 months ago (2015-06-15 20:23:17 UTC) #12
henrika_webrtc
5 years, 6 months ago (2015-06-16 08:04:31 UTC) #13
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
1d34fe979c52e5826c5c8162759b0167b2607836 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698