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

Issue 593023002: Use base::StringPairs where appropriate for src/media/ (Closed)

Created:
6 years, 3 months ago by Anand Ratn (left samsung)
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use base::StringPairs where appropriate for src/media/ Becuase base/strings/string_split.h defines: typedef std::vector<std::pair<std::string, std::string> > StringPairs; BUG=412250 Committed: https://crrev.com/2636d976fb583560c0817dc258a9e37578501bec Cr-Commit-Position: refs/heads/master@{#297359}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : Adding more files #

Patch Set 4 : updating files #

Patch Set 5 : fixing build break #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -20 lines) Patch
M chrome/browser/media/encrypted_media_browsertest.cc View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/media/media_browsertest.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/encrypted_media_browsertest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/media/media_browsertest.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/media_browsertest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/media/media_source_browsertest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/test_data_util.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M media/base/test_data_util.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
Anand Ratn (left samsung)
dalecurtis@chromium.org: Please review changes in src/media module scherkus@chromium.org: Please review changes in src/media module
6 years, 3 months ago (2014-09-23 11:49:40 UTC) #2
DaleCurtis
https://codereview.chromium.org/593023002/diff/1/media/base/test_data_util.h File media/base/test_data_util.h (right): https://codereview.chromium.org/593023002/diff/1/media/base/test_data_util.h#newcode22 media/base/test_data_util.h:22: typedef base::StringPairs QueryParams; Looks like there's only a couple ...
6 years, 3 months ago (2014-09-23 17:14:48 UTC) #3
Anand Ratn (left samsung)
On 2014/09/23 17:14:48, DaleCurtis wrote: > https://codereview.chromium.org/593023002/diff/1/media/base/test_data_util.h > File media/base/test_data_util.h (right): > > https://codereview.chromium.org/593023002/diff/1/media/base/test_data_util.h#newcode22 > ...
6 years, 3 months ago (2014-09-24 12:17:59 UTC) #4
DaleCurtis
You're missing some: https://code.google.com/p/chromium/codesearch#search/&q=QueryParams%20test_data_util&type=cs&sq=package:chromium
6 years, 3 months ago (2014-09-24 17:36:09 UTC) #5
Anand Ratn (left samsung)
On 2014/09/24 17:36:09, DaleCurtis wrote: > You're missing some: > > https://code.google.com/p/chromium/codesearch#search/&q=QueryParams%20test_data_util&type=cs&sq=package:chromium DaleCurtis: PTAL at ...
6 years, 2 months ago (2014-09-25 11:59:57 UTC) #6
DaleCurtis
lgtm
6 years, 2 months ago (2014-09-25 17:21:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/40001
6 years, 2 months ago (2014-09-26 04:03:12 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/12731) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/20073)
6 years, 2 months ago (2014-09-26 04:22:40 UTC) #11
Anand Ratn (left samsung)
On 2014/09/26 04:22:40, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-09-26 10:49:02 UTC) #12
DaleCurtis
Please update the new failing files. We don't typically prefer global duplicate definitions like this. ...
6 years, 2 months ago (2014-09-26 18:46:56 UTC) #13
Anand Ratn (left samsung)
On 2014/09/26 18:46:56, DaleCurtis wrote: > Please update the new failing files. We don't typically ...
6 years, 2 months ago (2014-09-29 09:18:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/60001
6 years, 2 months ago (2014-09-29 09:26:08 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/13257)
6 years, 2 months ago (2014-09-29 09:40:41 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/80001
6 years, 2 months ago (2014-09-29 09:50:18 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/100001
6 years, 2 months ago (2014-09-29 10:39:35 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/18305)
6 years, 2 months ago (2014-09-29 10:58:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/120001
6 years, 2 months ago (2014-09-29 11:50:40 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/18316)
6 years, 2 months ago (2014-09-29 12:38:01 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593023002/120001
6 years, 2 months ago (2014-09-30 03:37:49 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:120001) as b74efb34d9dff95cc32ea87bb5306912c7e31b46
6 years, 2 months ago (2014-09-30 04:07:05 UTC) #33
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 04:07:48 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2636d976fb583560c0817dc258a9e37578501bec
Cr-Commit-Position: refs/heads/master@{#297359}

Powered by Google App Engine
This is Rietveld 408576698