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

Issue 23449015: iTunes artist, album, and track names need to be escaped for slash and colon. (Closed)

Created:
7 years, 3 months ago by vandebo (ex-Chrome)
Modified:
7 years, 3 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, vandebo (ex-Chrome), Lei Zhang, tzik+watch_chromium.org, tommycli, Greg Billock, kinuko+watch
Visibility:
Public.

Description

iTunes artist, album, and track names need to be escaped for slash and colon. Slash is an invalid path character. Colon isn't used on Mac. In both cases, an underscore is subsisted. BUG=281701 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220681

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Patch Set 3 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -5 lines) Patch
M chrome/browser/media_galleries/fileapi/itunes_data_provider.cc View 1 5 chunks +19 lines, -5 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc View 1 2 2 chunks +46 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
vandebo (ex-Chrome)
7 years, 3 months ago (2013-08-29 22:21:50 UTC) #1
Lei Zhang
lgtm https://codereview.chromium.org/23449015/diff/1/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc File chrome/browser/media_galleries/fileapi/itunes_data_provider.cc (right): https://codereview.chromium.org/23449015/diff/1/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc#newcode73 chrome/browser/media_galleries/fileapi/itunes_data_provider.cc:73: EscapeBadCharacters((*track_it)->location Can we use more temp vars so ...
7 years, 3 months ago (2013-08-29 23:28:38 UTC) #2
vandebo (ex-Chrome)
https://codereview.chromium.org/23449015/diff/1/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc File chrome/browser/media_galleries/fileapi/itunes_data_provider.cc (right): https://codereview.chromium.org/23449015/diff/1/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc#newcode73 chrome/browser/media_galleries/fileapi/itunes_data_provider.cc:73: EscapeBadCharacters((*track_it)->location On 2013/08/29 23:28:38, Lei Zhang wrote: > Can ...
7 years, 3 months ago (2013-08-30 03:48:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/23449015/11001
7 years, 3 months ago (2013-08-30 03:48:44 UTC) #4
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=164563
7 years, 3 months ago (2013-08-30 06:19:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/23449015/11001
7 years, 3 months ago (2013-08-30 15:34:54 UTC) #6
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=164697
7 years, 3 months ago (2013-08-30 17:52:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/23449015/47001
7 years, 3 months ago (2013-08-30 20:27:48 UTC) #8
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 22:35:20 UTC) #9
Message was sent while issue was closed.
Change committed as 220681

Powered by Google App Engine
This is Rietveld 408576698