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

Issue 2332063004: cheets: remove setWallpaper from ArcIntentHelper. (Closed)

Created:
4 years, 3 months ago by Muyuan
Modified:
4 years, 1 month ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), davemoore+watch_chromium.org, elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cheets: deprecate setWallpaper from ArcIntentHelper. This CL deprecates setWallpaper call in intent_helper.mojom. It also removes set_wallpaper_delegate.h since it's no longer needed. This is going to be committed only after ag/1432663/ enters canary. Test=Manually test setting wallpaper with OGQ Backgrounds app in Arc++. Bug=642465 Committed: https://crrev.com/0b7b15bafeb502cdaef5744f66426a341463f18e Cr-Commit-Position: refs/heads/master@{#419015}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Instead of removing SetWallpaper, rename it to SetWallpaperDeprecated. #

Total comments: 2

Patch Set 3 : Add deprecate method ID to intent_helper.mojom #

Patch Set 4 : reduce setting wallpaper latency. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M components/arc/common/wallpaper.mojom View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
Muyuan
4 years, 3 months ago (2016-09-12 21:53:36 UTC) #2
Luis Héctor Chávez
https://codereview.chromium.org/2332063004/diff/1/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (left): https://codereview.chromium.org/2332063004/diff/1/components/arc/intent_helper/arc_intent_helper_bridge.cc#oldcode12 components/arc/intent_helper/arc_intent_helper_bridge.cc:12: #include "ash/common/wallpaper/wallpaper_delegate.h" This looks unused now.
4 years, 3 months ago (2016-09-12 21:57:22 UTC) #3
Muyuan
https://codereview.chromium.org/2332063004/diff/1/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (left): https://codereview.chromium.org/2332063004/diff/1/components/arc/intent_helper/arc_intent_helper_bridge.cc#oldcode12 components/arc/intent_helper/arc_intent_helper_bridge.cc:12: #include "ash/common/wallpaper/wallpaper_delegate.h" On 2016/09/12 21:57:22, Luis Héctor Chávez wrote: ...
4 years, 3 months ago (2016-09-12 22:05:44 UTC) #4
Yusuke Sato
https://codereview.chromium.org/2332063004/diff/1/components/arc/common/intent_helper.mojom File components/arc/common/intent_helper.mojom (left): https://codereview.chromium.org/2332063004/diff/1/components/arc/common/intent_helper.mojom#oldcode94 components/arc/common/intent_helper.mojom:94: [MinVersion=8] SetWallpaper@4(array<uint8> jpeg_data); Removing the interface right after the ...
4 years, 3 months ago (2016-09-12 23:41:02 UTC) #5
Muyuan
https://codereview.chromium.org/2332063004/diff/1/components/arc/common/intent_helper.mojom File components/arc/common/intent_helper.mojom (left): https://codereview.chromium.org/2332063004/diff/1/components/arc/common/intent_helper.mojom#oldcode94 components/arc/common/intent_helper.mojom:94: [MinVersion=8] SetWallpaper@4(array<uint8> jpeg_data); On 2016/09/12 23:41:02, Yusuke Sato wrote: ...
4 years, 3 months ago (2016-09-13 23:16:09 UTC) #6
Yusuke Sato
thanks, lgtm, defer to Luis. Please also update the CL description (s/remove/deprecate/g). https://codereview.chromium.org/2332063004/diff/20001/components/arc/common/intent_helper.mojom File components/arc/common/intent_helper.mojom ...
4 years, 3 months ago (2016-09-13 23:19:29 UTC) #7
Muyuan
https://codereview.chromium.org/2332063004/diff/20001/components/arc/common/intent_helper.mojom File components/arc/common/intent_helper.mojom (right): https://codereview.chromium.org/2332063004/diff/20001/components/arc/common/intent_helper.mojom#newcode74 components/arc/common/intent_helper.mojom:74: // Next method ID: 6 On 2016/09/13 23:19:28, Yusuke ...
4 years, 3 months ago (2016-09-14 00:13:02 UTC) #9
Yusuke Sato
lgtm
4 years, 3 months ago (2016-09-15 14:11:59 UTC) #10
Luis Héctor Chávez
lgtm
4 years, 3 months ago (2016-09-15 16:02:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2332063004/40001
4 years, 3 months ago (2016-09-15 17:51:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/260337)
4 years, 3 months ago (2016-09-15 18:00:57 UTC) #16
Yusuke Sato
ah, rickyz@'s review for mojom is also necessary.
4 years, 3 months ago (2016-09-15 18:02:13 UTC) #17
Yusuke Sato
+Ricky
4 years, 3 months ago (2016-09-15 18:02:49 UTC) #19
rickyz (no longer on Chrome)
lgtm
4 years, 3 months ago (2016-09-15 22:05:20 UTC) #20
Muyuan
Correspoonding Android change has landed ToT with ARC build #3265915 and #3271145.
4 years, 3 months ago (2016-09-15 22:12:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2332063004/40001
4 years, 3 months ago (2016-09-15 22:13:15 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-15 22:27:07 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-15 22:29:28 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0b7b15bafeb502cdaef5744f66426a341463f18e
Cr-Commit-Position: refs/heads/master@{#419015}

Powered by Google App Engine
This is Rietveld 408576698