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

Issue 505043002: Files.app Test: check the cast icon in drive volume (Closed)

Created:
6 years, 3 months ago by yoshiki
Modified:
6 years, 3 months ago
Reviewers:
hirono
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Files.app Test: check the cast icon in drive volume This patch introduces the mock cast API which provide a dummy cast list and the cast icon is shown on the window. So we can check if the icon is shown correctly. BUG=405415 TEST=manually tested Committed: https://crrev.com/6939ba35b40b86b97e244ec2e6c445a3872b5334 Cr-Commit-Position: refs/heads/master@{#292944}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed the comments #

Patch Set 3 : Freeze some variable. #

Patch Set 4 : Define apiConfig property. #

Total comments: 17

Patch Set 5 : Addressed the comments #

Patch Set 6 : Add comments #

Patch Set 7 : Fix a test #

Messages

Total messages: 24 (1 generated)
yoshiki
yoshiki@chromium.org changed reviewers: + hirono@chromium.org
6 years, 3 months ago (2014-08-26 00:17:22 UTC) #1
yoshiki
@hirono, PTAL. Thanks.
6 years, 3 months ago (2014-08-26 00:17:51 UTC) #2
hirono
https://codereview.chromium.org/505043002/diff/1/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js File chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js (right): https://codereview.chromium.org/505043002/diff/1/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js#newcode10 chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js:10: * @const nit: @enum {string} https://codereview.chromium.org/505043002/diff/1/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js#newcode12 chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js:12: chrome.cast.ReceiverAvailability = ...
6 years, 3 months ago (2014-08-26 00:56:58 UTC) #3
yoshiki
@hirono, PTAL. Thanks. https://codereview.chromium.org/505043002/diff/1/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js File chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js (right): https://codereview.chromium.org/505043002/diff/1/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js#newcode10 chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js:10: * @const On 2014/08/26 00:56:57, hirono ...
6 years, 3 months ago (2014-08-26 05:31:24 UTC) #4
hirono
https://codereview.chromium.org/505043002/diff/60001/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js File chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js (right): https://codereview.chromium.org/505043002/diff/60001/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js#newcode11 chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js:11: * @enum {string} Just for consistency: The order is ...
6 years, 3 months ago (2014-08-26 05:59:01 UTC) #5
yoshiki
@hirono, PTAL https://codereview.chromium.org/505043002/diff/60001/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js File chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js (right): https://codereview.chromium.org/505043002/diff/60001/chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js#newcode11 chrome/test/data/extensions/api_test/file_manager_browsertest/cast_extension_mock/load.js:11: * @enum {string} On 2014/08/26 05:59:01, hirono ...
6 years, 3 months ago (2014-08-26 06:11:02 UTC) #6
hirono
https://codereview.chromium.org/505043002/diff/60001/ui/file_manager/video_player/js/cast/caster.js File ui/file_manager/video_player/js/cast/caster.js (right): https://codereview.chromium.org/505043002/diff/60001/ui/file_manager/video_player/js/cast/caster.js#newcode74 ui/file_manager/video_player/js/cast/caster.js:74: script.src = '_modules/mafeflapfdfljijmlienjedomfjfmhpd/cast_sender.js'; On 2014/08/26 06:11:02, yoshiki wrote: > ...
6 years, 3 months ago (2014-08-26 06:33:25 UTC) #7
yoshiki
On 2014/08/26 06:33:25, hirono wrote: > https://codereview.chromium.org/505043002/diff/60001/ui/file_manager/video_player/js/cast/caster.js > File ui/file_manager/video_player/js/cast/caster.js (right): > > https://codereview.chromium.org/505043002/diff/60001/ui/file_manager/video_player/js/cast/caster.js#newcode74 > ...
6 years, 3 months ago (2014-08-26 06:38:33 UTC) #8
hirono
> Technically we can load the mock sdk here. But I think we shouldn't do ...
6 years, 3 months ago (2014-08-26 07:03:11 UTC) #9
yoshiki
On 2014/08/26 07:03:11, hirono wrote: > > Technically we can load the mock sdk here. ...
6 years, 3 months ago (2014-08-26 07:23:45 UTC) #10
hirono
> In general, you are correct. But in this case, I don't think there is ...
6 years, 3 months ago (2014-08-26 08:39:05 UTC) #11
yoshiki
On 2014/08/26 08:39:05, hirono wrote: > > In general, you are correct. But in this ...
6 years, 3 months ago (2014-08-26 09:35:31 UTC) #12
hirono
After offline discussion, lgtm.
6 years, 3 months ago (2014-08-26 11:20:27 UTC) #13
yoshiki
On 2014/08/26 11:20:27, hirono wrote: > After offline discussion, lgtm. Thanks, going to commit.
6 years, 3 months ago (2014-08-29 03:58:51 UTC) #14
yoshiki
The CQ bit was checked by yoshiki@chromium.org
6 years, 3 months ago (2014-08-29 03:58:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/505043002/100001
6 years, 3 months ago (2014-08-29 03:59:59 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 05:17:44 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-29 06:04:36 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/9270)
6 years, 3 months ago (2014-08-29 06:04:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/505043002/120001
6 years, 3 months ago (2014-09-02 14:37:13 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel_swarming on tryserver.chromium.mac ...
6 years, 3 months ago (2014-09-02 16:00:04 UTC) #22
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 79ff72b7bd5dde121487198706020ff9d0173beb
6 years, 3 months ago (2014-09-02 16:43:22 UTC) #23
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:19:02 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6939ba35b40b86b97e244ec2e6c445a3872b5334
Cr-Commit-Position: refs/heads/master@{#292944}

Powered by Google App Engine
This is Rietveld 408576698