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

Issue 1679983003: Set wallpaper from right click menu in Files app. (Closed)

Created:
4 years, 10 months ago by ryoh
Modified:
4 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org, hirono
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set wallpaper from right click menu in Files app. BUG=578935 TEST=manually Committed: https://crrev.com/09db206e3e766ac2370f336cbf2b7d3368ef816e Cr-Commit-Position: refs/heads/master@{#377814}

Patch Set 1 #

Patch Set 2 : use promise, handle errors #

Patch Set 3 : remove unused var #

Total comments: 4

Patch Set 4 : fix nits #

Total comments: 4

Patch Set 5 : update in response to the review #

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : Update type annotations of closure compiler temporarily #

Patch Set 8 : check chrome.runtime.lastError #

Patch Set 9 : add todo #

Total comments: 3

Patch Set 10 : make consistency between internal and external #

Patch Set 11 : update the annotation file with generated signatures #

Total comments: 10

Patch Set 12 : use local externs definition. #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : renamed #

Total comments: 2

Patch Set 16 : use enum #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -0 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
A ui/file_manager/externs/chrome_wallpaper.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +28 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/compiled_resources.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager_commands.js View 1 2 3 4 5 6 7 8 9 10 12 13 14 15 1 chunk +61 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/manifest.json View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 69 (20 generated)
ryoh
Hi! This patch enables users to set wallpaper from right click context menu in Files ...
4 years, 10 months ago (2016-02-09 11:39:04 UTC) #4
mtomasz
lgtm with nits. Sorry for late, if I don't reply in a day please always ...
4 years, 10 months ago (2016-02-12 04:30:51 UTC) #5
ryoh
Thank you for your review! > if I don't reply in a day please always ...
4 years, 10 months ago (2016-02-12 07:37:25 UTC) #6
hirono
https://codereview.chromium.org/1679983003/diff/60001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js File ui/file_manager/file_manager/foreground/js/file_manager_commands.js (right): https://codereview.chromium.org/1679983003/diff/60001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js#newcode1508 ui/file_manager/file_manager/foreground/js/file_manager_commands.js:1508: resolve(this.result); I'm a bit surprised at onload is invoked ...
4 years, 10 months ago (2016-02-12 16:44:59 UTC) #8
ryoh
Thank you for review, hirono@. Could you take a look? https://codereview.chromium.org/1679983003/diff/60001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js File ui/file_manager/file_manager/foreground/js/file_manager_commands.js (right): https://codereview.chromium.org/1679983003/diff/60001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js#newcode1508 ...
4 years, 10 months ago (2016-02-15 11:00:59 UTC) #9
hirono
lgtm with a nit. Thanks! https://codereview.chromium.org/1679983003/diff/100001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js File ui/file_manager/file_manager/foreground/js/file_manager_commands.js (right): https://codereview.chromium.org/1679983003/diff/100001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js#newcode1520 ui/file_manager/file_manager/foreground/js/file_manager_commands.js:1520: }, function() {}); Maybe ...
4 years, 10 months ago (2016-02-16 02:53:09 UTC) #10
ryoh
Hi, I update the patch. Could you take a look? I added some entries to ...
4 years, 10 months ago (2016-02-17 05:25:23 UTC) #11
hirono
Thanks! still LGTM
4 years, 10 months ago (2016-02-17 05:30:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679983003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679983003/160001
4 years, 10 months ago (2016-02-17 05:57:47 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/146724)
4 years, 10 months ago (2016-02-17 06:08:38 UTC) #17
ryoh
Hi, rdevlin! We need your LGTM to submit a patch for closure compiler's type annotations. ...
4 years, 10 months ago (2016-02-17 06:40:22 UTC) #19
ryoh
I heard that fukino@ in our team is also an owner.
4 years, 10 months ago (2016-02-17 08:21:50 UTC) #21
Devlin
https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9162 third_party/closure_compiler/externs/chrome_extensions.js:9162: We should instead be generating this from the json ...
4 years, 10 months ago (2016-02-17 18:19:36 UTC) #22
ryoh
Hi, devlin. I replied to your review! Could you take a look? https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js ...
4 years, 10 months ago (2016-02-19 05:31:27 UTC) #23
Devlin
https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9162 third_party/closure_compiler/externs/chrome_extensions.js:9162: On 2016/02/19 05:31:27, ryoh wrote: > On 2016/02/17 18:19:36, ...
4 years, 10 months ago (2016-02-19 17:31:53 UTC) #24
ryoh
On 2016/02/19 17:31:53, Devlin wrote: > https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js > File third_party/closure_compiler/externs/chrome_extensions.js (right): > > https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9162 > ...
4 years, 10 months ago (2016-02-23 06:05:23 UTC) #26
Devlin
On 2016/02/23 06:05:23, ryoh wrote: > On 2016/02/19 17:31:53, Devlin wrote: > > > https://codereview.chromium.org/1679983003/diff/160001/third_party/closure_compiler/externs/chrome_extensions.js ...
4 years, 10 months ago (2016-02-23 06:29:12 UTC) #27
Devlin
On 2016/02/23 06:29:12, Devlin wrote: > On 2016/02/23 06:05:23, ryoh wrote: > > On 2016/02/19 ...
4 years, 10 months ago (2016-02-23 06:30:00 UTC) #28
ryoh
On 2016/02/23 06:29:12, Devlin wrote: > On 2016/02/23 06:05:23, ryoh wrote: > > On 2016/02/19 ...
4 years, 10 months ago (2016-02-23 07:13:11 UTC) #29
chromium-reviews
Lots of points to touch on. History: due to some strange historical twists, I've ended ...
4 years, 10 months ago (2016-02-23 07:15:36 UTC) #30
chromium-reviews
I do not think it's ok to use "?|undefined" as the type. From the JS ...
4 years, 10 months ago (2016-02-23 07:18:04 UTC) #31
Devlin
On 2016/02/23 07:13:11, ryoh wrote: > On 2016/02/23 06:29:12, Devlin wrote: > > On 2016/02/23 ...
4 years, 10 months ago (2016-02-23 07:22:03 UTC) #32
ryoh
Thank you for your reviews. I filed a bug to support "ArrayBuffer" type in schema ...
4 years, 10 months ago (2016-02-23 08:08:21 UTC) #33
chromium-reviews
Looking at the chromimum patch: 1. It would be desirable to keep the @see link. ...
4 years, 10 months ago (2016-02-23 09:41:27 UTC) #34
Devlin
On 2016/02/23 09:41:27, chromium-reviews wrote: > Looking at the chromimum patch: > > 1. It ...
4 years, 10 months ago (2016-02-23 16:32:39 UTC) #35
chromium-reviews
I'll repeat my comments, and reply to some of yours, in the patch and we ...
4 years, 10 months ago (2016-02-23 22:15:29 UTC) #36
ewa
https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9166 third_party/closure_compiler/externs/chrome_extensions.js:9166: * @const I was thinking there should be an ...
4 years, 10 months ago (2016-02-23 22:15:47 UTC) #37
Devlin
https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9178 third_party/closure_compiler/externs/chrome_extensions.js:9178: }; On 2016/02/23 22:15:47, ewa wrote: > The docs ...
4 years, 10 months ago (2016-02-23 23:19:18 UTC) #38
ewa
https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9178 third_party/closure_compiler/externs/chrome_extensions.js:9178: }; Ok, I think we're making different points. For ...
4 years, 10 months ago (2016-02-24 01:56:33 UTC) #39
Devlin
+dbeam, since it seems like this discussion is becoming bigger than this particular extern. https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js ...
4 years, 10 months ago (2016-02-24 04:38:49 UTC) #41
ewa
[snip] > I would say that anyone consuming *new* externs (which this is) should use ...
4 years, 10 months ago (2016-02-24 06:49:48 UTC) #42
Dan Beam
not lgtm https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9 third_party/closure_compiler/externs/chrome_extensions.js:9: // SSS::::::::SS run roll_closure_compiler. P::::PPPPPPPPP how can ...
4 years, 10 months ago (2016-02-24 19:12:51 UTC) #43
Dan Beam
https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js File third_party/closure_compiler/externs/chrome_extensions.js (right): https://codereview.chromium.org/1679983003/diff/200001/third_party/closure_compiler/externs/chrome_extensions.js#newcode9 third_party/closure_compiler/externs/chrome_extensions.js:9: // SSS::::::::SS run roll_closure_compiler. P::::PPPPPPPPP On 2016/02/24 19:12:51, Dan ...
4 years, 10 months ago (2016-02-24 19:25:11 UTC) #44
fukino
M-50 branch cut is approaching, so how about following these steps? Step 1. Use app's ...
4 years, 10 months ago (2016-02-24 23:16:39 UTC) #45
Dan Beam
On 2016/02/24 23:16:39, fukino wrote: > M-50 branch cut is approaching, so how about following ...
4 years, 10 months ago (2016-02-24 23:18:26 UTC) #46
ryoh
As fukino@'s plan, I updated the patch to use local extenrs file. Please take a ...
4 years, 10 months ago (2016-02-25 04:48:11 UTC) #47
fukino
On 2016/02/25 04:48:11, ryoh wrote: > As fukino@'s plan, > I updated the patch to ...
4 years, 10 months ago (2016-02-25 04:51:12 UTC) #48
ryoh
Sorry for missing files. I added chrome_wallpapar.js
4 years, 10 months ago (2016-02-25 04:56:20 UTC) #49
fukino
lgtm.
4 years, 10 months ago (2016-02-25 05:06:59 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679983003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679983003/280001
4 years, 10 months ago (2016-02-25 05:12:48 UTC) #53
commit-bot: I haz the power
A disapproval has been posted by following reviewers: dbeam@chromium.org. Please make sure to get positive ...
4 years, 10 months ago (2016-02-25 05:12:52 UTC) #55
ryoh
On 2016/02/25 05:12:52, commit-bot: I haz the power wrote: > A disapproval has been posted ...
4 years, 10 months ago (2016-02-25 15:06:06 UTC) #56
Dan Beam
lgtm https://codereview.chromium.org/1679983003/diff/280001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js File ui/file_manager/file_manager/foreground/js/file_manager_commands.js (right): https://codereview.chromium.org/1679983003/diff/280001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js#newcode1538 ui/file_manager/file_manager/foreground/js/file_manager_commands.js:1538: layout: 'CENTER_CROPPED', using the enum even if the ...
4 years, 10 months ago (2016-02-25 17:08:55 UTC) #57
ryoh
https://codereview.chromium.org/1679983003/diff/280001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js File ui/file_manager/file_manager/foreground/js/file_manager_commands.js (right): https://codereview.chromium.org/1679983003/diff/280001/ui/file_manager/file_manager/foreground/js/file_manager_commands.js#newcode1538 ui/file_manager/file_manager/foreground/js/file_manager_commands.js:1538: layout: 'CENTER_CROPPED', On 2016/02/25 17:08:55, Dan Beam wrote: > ...
4 years, 10 months ago (2016-02-26 02:30:03 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679983003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679983003/300001
4 years, 10 months ago (2016-02-26 02:30:36 UTC) #61
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/187496)
4 years, 10 months ago (2016-02-26 04:05:00 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679983003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679983003/300001
4 years, 10 months ago (2016-02-26 04:22:03 UTC) #65
commit-bot: I haz the power
Committed patchset #16 (id:300001)
4 years, 10 months ago (2016-02-26 04:56:19 UTC) #67
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 04:57:41 UTC) #69
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/09db206e3e766ac2370f336cbf2b7d3368ef816e
Cr-Commit-Position: refs/heads/master@{#377814}

Powered by Google App Engine
This is Rietveld 408576698