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

Issue 11028121: Convert wallpaper picker to v2 app (Closed)

Created:
8 years, 2 months ago by bshe
Modified:
8 years ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, Aaron Boodman, arv (Not doing code reviews), oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@AppsV2
Visibility:
Public.

Description

Convert wallpaper picker to v2 app TBR=jhawkins BUG=155090 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170388

Patch Set 1 #

Patch Set 2 : Review this patch #

Total comments: 10

Patch Set 3 : Reviews #

Patch Set 4 : Quick rebase #

Patch Set 5 : Another rebase(include flackr's api) #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 19

Patch Set 8 : Mike's comment #

Patch Set 9 : flackr's review #

Patch Set 10 : add the list of previous minimized window to new window state manager #

Total comments: 16

Patch Set 11 : Write async loop to make it more readable #

Total comments: 6

Patch Set 12 : flackr's review #

Patch Set 13 : Rebase #

Patch Set 14 : Update wallpaper picker to version .2 in manifest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -116 lines) Patch
M chrome/browser/browser_about_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_manager_util.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -52 lines 0 comments Download
A chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/js/main.js View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_images_grid.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +15 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +64 lines, -33 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -14 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
bshe
Hi Mihai. Could you please take a look at this CL? This should launch wallpaper ...
8 years, 2 months ago (2012-10-10 19:14:31 UTC) #1
Mihai Parparita -not on Chrome
https://codereview.chromium.org/11028121/diff/11/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc File chrome/browser/chromeos/extensions/wallpaper_manager_util.cc (right): https://codereview.chromium.org/11028121/diff/11/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc#newcode40 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc:40: params.override_url = GURL(url); This should not be necessary, launching ...
8 years, 2 months ago (2012-10-12 00:48:47 UTC) #2
bshe
Thanks for review. I did the following in this patch: 1. address your comments 2. ...
8 years, 2 months ago (2012-10-12 16:28:30 UTC) #3
Mihai Parparita -not on Chrome
It sounds like this is blocked on a few other things. Let me know when ...
8 years, 2 months ago (2012-10-19 00:38:05 UTC) #4
bshe
It was blocked on two things. And one of them already fixed (the close event) ...
8 years, 2 months ago (2012-10-19 02:50:33 UTC) #5
bshe
This cl was blocked on two issues. Now the two issues has been fixed on ...
8 years, 1 month ago (2012-11-12 20:55:21 UTC) #6
miket_OOO
LGTM. Exciting that we're getting close! https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_images_grid.js File chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_images_grid.js (right): https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_images_grid.js#newcode49 chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_images_grid.js:49: //TODO(bshe): Add error ...
8 years, 1 month ago (2012-11-12 21:39:46 UTC) #7
flackr
https://codereview.chromium.org/11028121/diff/16014/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc File chrome/browser/chromeos/extensions/wallpaper_manager_util.cc (right): https://codereview.chromium.org/11028121/diff/16014/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc#newcode35 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc:35: NEW_FOREGROUND_TAB); We seem to ignore these parameters for v2 ...
8 years, 1 month ago (2012-11-12 22:00:34 UTC) #8
bshe
miket@ thanks for fast review. your comments are address in patchset 8 flackr@ in progress ...
8 years, 1 month ago (2012-11-12 22:24:28 UTC) #9
miket_OOO
> you mean str('..')? It gets the localized string for us. Yes, sorry, I was ...
8 years, 1 month ago (2012-11-12 22:27:06 UTC) #10
bshe
flackr@ PTAL the latest patchset. Thanks! https://codereview.chromium.org/11028121/diff/16014/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc File chrome/browser/chromeos/extensions/wallpaper_manager_util.cc (right): https://codereview.chromium.org/11028121/diff/16014/chrome/browser/chromeos/extensions/wallpaper_manager_util.cc#newcode35 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc:35: NEW_FOREGROUND_TAB); Right. The ...
8 years, 1 month ago (2012-11-12 23:53:37 UTC) #11
bshe
+dgozman for OWNERS component_extension_resources.grd
8 years, 1 month ago (2012-11-12 23:57:39 UTC) #12
flackr
Looking good, just a couple comments. https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js File chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js (right): https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js#newcode12 chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js:12: wallpaperPickerWindow.focus(); On 2012/11/12 ...
8 years, 1 month ago (2012-11-13 02:19:06 UTC) #13
dgozman
component_extension_resources.grd LGTM
8 years, 1 month ago (2012-11-13 10:07:07 UTC) #14
bshe
thanks! https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js File chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js (right): https://codereview.chromium.org/11028121/diff/16014/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js#newcode12 chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js:12: wallpaperPickerWindow.focus(); Done. PTAL at the latest patchset. On ...
8 years, 1 month ago (2012-11-13 15:24:45 UTC) #15
flackr
Converting to a v2 app is pretty much done here, if you want to file ...
8 years, 1 month ago (2012-11-13 16:18:29 UTC) #16
bshe
flackr@ pre discussion offline I will change the window state manager api in a follow ...
8 years, 1 month ago (2012-11-13 19:33:21 UTC) #17
flackr
http://codereview.chromium.org/11028121/diff/20006/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js File chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js (right): http://codereview.chromium.org/11028121/diff/20006/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js#newcode105 chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js:105: xhr.addEventListener('load', function(e) { Reading the XHR documentation it seems ...
8 years, 1 month ago (2012-11-13 22:22:31 UTC) #18
bshe
flackr@ Hi Rob. While this is blocked on the double onLaunch event issue, the js ...
8 years, 1 month ago (2012-11-15 00:17:57 UTC) #19
flackr
lgtm
8 years, 1 month ago (2012-11-15 15:53:52 UTC) #20
bshe
+jhawkins for owners approval: chrome/browser/browser_about_handler.cc chrome/common/url_constants.h chrome/common/url_constants.cc
8 years ago (2012-11-29 17:12:39 UTC) #21
bshe
tbring jhawkins for the trivial changes in the following three files (just remove some unused ...
8 years ago (2012-11-30 03:41:09 UTC) #22
James Hawkins
8 years ago (2012-11-30 04:04:52 UTC) #23
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698