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

Issue 18348019: Add a test for ITunesDataProvider (try two). (Closed)

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

Description

Add a test for ITunesDataProvider (try two). It's a browser test instead of a unit test because the utility process gets invoked. Patch set one is what was reviewed and committed in https://codereview.chromium.org/17616006/ BUG=NONE Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212384

Patch Set 1 #

Patch Set 2 : Fix flakiness #

Patch Set 3 : Clang fix #

Total comments: 2

Patch Set 4 : Rework #

Total comments: 26

Patch Set 5 : Address comments #

Patch Set 6 : Fix mac compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -3 lines) Patch
M chrome/browser/media_galleries/fileapi/itunes_data_provider.h View 1 2 3 4 4 chunks +7 lines, -3 lines 0 comments Download
A chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc View 1 2 3 4 5 1 chunk +412 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_finder_win_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/imported_media_gallery_registry.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
vandebo (ex-Chrome)
7 years, 5 months ago (2013-07-03 21:49:29 UTC) #1
Greg Billock
lgtm
7 years, 5 months ago (2013-07-03 22:41:19 UTC) #2
vandebo (ex-Chrome)
lei: please stamp - the gypi part did not change.
7 years, 5 months ago (2013-07-03 22:42:14 UTC) #3
Lei Zhang
lgtm
7 years, 5 months ago (2013-07-03 23:01:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/18348019/2001
7 years, 5 months ago (2013-07-03 23:05:48 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-04 00:14:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/18348019/2001
7 years, 5 months ago (2013-07-04 00:18:39 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-04 01:10:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/18348019/25001
7 years, 5 months ago (2013-07-08 14:53:54 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-08 15:53:49 UTC) #10
Lei Zhang
https://codereview.chromium.org/18348019/diff/25001/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc File chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc (right): https://codereview.chromium.org/18348019/diff/25001/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc#newcode109 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc:109: " <key>Album Artist</key><string>%s</string>\n" Don't forget to update this as ...
7 years, 5 months ago (2013-07-16 22:03:24 UTC) #11
vandebo (ex-Chrome)
Lei: I finally got this test working. There are non-trivial changes. Can you give it ...
7 years, 5 months ago (2013-07-16 23:07:03 UTC) #12
Lei Zhang
https://codereview.chromium.org/18348019/diff/46001/chrome/browser/media_galleries/fileapi/itunes_data_provider.h File chrome/browser/media_galleries/fileapi/itunes_data_provider.h (right): https://codereview.chromium.org/18348019/diff/46001/chrome/browser/media_galleries/fileapi/itunes_data_provider.h#newcode66 chrome/browser/media_galleries/fileapi/itunes_data_provider.h:66: friend class itunes::TestITunesDataProvider; nit: no need for itunes:: https://codereview.chromium.org/18348019/diff/46001/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ...
7 years, 5 months ago (2013-07-17 02:21:35 UTC) #13
vandebo (ex-Chrome)
https://codereview.chromium.org/18348019/diff/46001/chrome/browser/media_galleries/fileapi/itunes_data_provider.h File chrome/browser/media_galleries/fileapi/itunes_data_provider.h (right): https://codereview.chromium.org/18348019/diff/46001/chrome/browser/media_galleries/fileapi/itunes_data_provider.h#newcode66 chrome/browser/media_galleries/fileapi/itunes_data_provider.h:66: friend class itunes::TestITunesDataProvider; On 2013/07/17 02:21:35, Lei Zhang wrote: ...
7 years, 5 months ago (2013-07-17 04:22:17 UTC) #14
Lei Zhang
lgtm
7 years, 5 months ago (2013-07-17 19:59:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vandebo@chromium.org/18348019/69001
7 years, 5 months ago (2013-07-18 15:48:18 UTC) #16
commit-bot: I haz the power
7 years, 5 months ago (2013-07-18 19:02:00 UTC) #17
Message was sent while issue was closed.
Change committed as 212384

Powered by Google App Engine
This is Rietveld 408576698