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

Issue 10829131: Refactoring NTP5: new implementation of TilePage and MostVisitedPage (which now inherits from Thumb… (Closed)

Created:
8 years, 4 months ago by pedrosimonetti2
Modified:
8 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Refactoring NTP5: new implementation of TilePage and MostVisitedPage (which now inherits from ThumbnailPage). BUG=142669 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152540

Patch Set 1 #

Total comments: 88

Patch Set 2 : Implemented changes suggested by Jeremy #

Total comments: 35

Patch Set 3 : #

Patch Set 4 : Implemented changes suggested by Jeremy #

Patch Set 5 : Fixing error during initialization #

Total comments: 2

Patch Set 6 : Removing a trailing whitespace #

Total comments: 84

Patch Set 7 : Addressing Evan's comments #

Total comments: 75

Patch Set 8 : Addressing Evan's comments #2 #

Total comments: 48

Patch Set 9 : Addressing Evan's comments #3 #

Total comments: 18

Patch Set 10 : Addressing Evan's comments #4 #

Total comments: 26

Patch Set 11 : Addressing Evan's comments #5 #

Total comments: 24

Patch Set 12 : Addressing Evan's comments #6 #

Total comments: 8

Patch Set 13 : Addressing Evan's comments #7 #

Total comments: 14

Patch Set 14 : Addressing Evan's comments #8 #

Patch Set 15 : Fixing mock.js to support renaming mock png files to jpg. #

Patch Set 16 : Removing binary files. #

Patch Set 17 : Renaming mockData.js to mock_data_autogen.js #

Patch Set 18 : Manually fixing mock_data_autogen.js lines with more than 80 chars. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1507 lines, -1677 lines) Patch
A chrome/browser/resources/ntp_search/mock/debug.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +124 lines, -0 lines 0 comments Download
A chrome/browser/resources/ntp_search/mock/mock.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +257 lines, -0 lines 0 comments Download
A chrome/browser/resources/ntp_search/mock/mock_data_autogen.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +202 lines, -0 lines 0 comments Download
A chrome/browser/resources/ntp_search/most_visited_page.css View 1 2 3 4 5 6 7 1 chunk +59 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/most_visited_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 13 chunks +58 lines, -203 lines 0 comments Download
A chrome/browser/resources/ntp_search/new_tab.css View 1 2 3 4 5 6 7 8 9 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +28 lines, -13 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.js View 1 2 3 4 5 6 7 8 6 chunks +5 lines, -22 lines 0 comments Download
M chrome/browser/resources/ntp_search/page_list_view.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +2 lines, -71 lines 0 comments Download
A chrome/browser/resources/ntp_search/thumbnail_page.css View 1 2 3 4 5 6 7 8 9 1 chunk +68 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/thumbnail_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +84 lines, -338 lines 0 comments Download
A chrome/browser/resources/ntp_search/tile_page.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +92 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 12 chunks +471 lines, -1030 lines 0 comments Download

Messages

Total messages: 43 (0 generated)
jeremycho_google
Another pass. I'll take a closer look at this file, but wanted to send some ...
8 years, 4 months ago (2012-08-02 00:19:11 UTC) #1
jeremycho_google
Another round of comments. Apologies if some of these are redundant from the other CL. ...
8 years, 4 months ago (2012-08-02 03:00:49 UTC) #2
pedrosimonetti2
Jeremy, I have implemented the changes you suggested. Please take another look. http://codereview.chromium.org/10829131/diff/1/chrome/browser/resources/ntp_search/mock/mock.js File chrome/browser/resources/ntp_search/mock/mock.js ...
8 years, 4 months ago (2012-08-03 18:14:12 UTC) #3
jeremycho_google
Thanks for addressing my comments. I'm seeing some issues with the blacklist notification: * Blacklisting ...
8 years, 4 months ago (2012-08-03 20:51:24 UTC) #4
jeremycho_google
We discussed offline that the notification issues I mentioned only happen with the mock data. ...
8 years, 4 months ago (2012-08-03 21:14:27 UTC) #5
pedrosimonetti2
Jeremy, I have finished implementing the changes you suggested. Please ignore the Patch Set #3. ...
8 years, 4 months ago (2012-08-03 22:02:39 UTC) #6
jeremycho_google
http://codereview.chromium.org/10829131/diff/12001/chrome/browser/resources/ntp_search/new_tab.js File chrome/browser/resources/ntp_search/new_tab.js (right): http://codereview.chromium.org/10829131/diff/12001/chrome/browser/resources/ntp_search/new_tab.js#newcode196 chrome/browser/resources/ntp_search/new_tab.js:196: newTabView.cardSlider.currentCardValue.layout_(); I'll take another look once this bug is ...
8 years, 4 months ago (2012-08-03 22:31:11 UTC) #7
pedrosimonetti2
Jeremy, I fixed that initialization problem. Could you please confirm if it is working for ...
8 years, 4 months ago (2012-08-03 22:41:05 UTC) #8
jeremycho_google
Confirmed that the bug fix works. Thanks for cleaning this up. I think it's ready ...
8 years, 4 months ago (2012-08-03 22:49:33 UTC) #9
jeremycho_google
lgtm
8 years, 4 months ago (2012-08-03 23:11:30 UTC) #10
pedrosimonetti2
Thanks Jeremy, I just removed the trailing whitespace you mentioned on your last review. http://codereview.chromium.org/10829131/diff/14020/chrome/browser/resources/ntp_search/new_tab.html ...
8 years, 4 months ago (2012-08-03 23:14:06 UTC) #11
pedrosimonetti2
Hi Evan, As we discussed, we've been reviewing this code internally first to save you ...
8 years, 4 months ago (2012-08-03 23:19:08 UTC) #12
Evan Stade
am I meant to review this now?
8 years, 4 months ago (2012-08-07 00:42:37 UTC) #13
jeremycho_google
On 2012/08/07 00:42:37, Evan Stade wrote: > am I meant to review this now? Yes, ...
8 years, 4 months ago (2012-08-07 00:45:27 UTC) #14
pedrosimonetti2
On 2012/08/07 00:42:37, Evan Stade wrote: > am I meant to review this now? Yes, ...
8 years, 4 months ago (2012-08-07 03:47:04 UTC) #15
Evan Stade
A lot of the code here looks WIP-y. We don't really have a process for ...
8 years, 4 months ago (2012-08-07 21:57:12 UTC) #16
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/51/chrome/browser/resources/ntp_search/most_visited_page.css File chrome/browser/resources/ntp_search/most_visited_page.css (right): http://codereview.chromium.org/10829131/diff/51/chrome/browser/resources/ntp_search/most_visited_page.css#newcode39 chrome/browser/resources/ntp_search/most_visited_page.css:39: /* TODO(xci) organize rules */ On 2012/08/07 21:57:12, Evan ...
8 years, 4 months ago (2012-08-08 08:14:22 UTC) #17
Evan Stade
http://codereview.chromium.org/10829131/diff/51/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/51/chrome/browser/resources/ntp_search/new_tab.css#newcode249 chrome/browser/resources/ntp_search/new_tab.css:249: -webkit-transition: all 201ms ease-in-out; On 2012/08/08 08:14:22, pedrosimonetti wrote: ...
8 years, 4 months ago (2012-08-08 23:19:18 UTC) #18
pedrosimonetti2
Implemented the changes suggested by Evan. http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/most_visited_page.css File chrome/browser/resources/ntp_search/most_visited_page.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/most_visited_page.css#newcode39 chrome/browser/resources/ntp_search/most_visited_page.css:39: /* TODO(xci): organize ...
8 years, 4 months ago (2012-08-09 21:33:32 UTC) #19
Evan Stade
http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode182 chrome/browser/resources/ntp_search/new_tab.css:182: -webkit-transition: all 201ms ease-in-out; On 2012/08/09 21:33:32, pedrosimonetti wrote: ...
8 years, 4 months ago (2012-08-10 02:25:19 UTC) #20
David Black
http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode182 chrome/browser/resources/ntp_search/new_tab.css:182: -webkit-transition: all 201ms ease-in-out; This is intended from a ...
8 years, 4 months ago (2012-08-10 20:34:53 UTC) #21
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode182 chrome/browser/resources/ntp_search/new_tab.css:182: -webkit-transition: all 201ms ease-in-out; On 2012/08/10 02:25:19, Evan Stade ...
8 years, 4 months ago (2012-08-10 21:28:45 UTC) #22
Evan Stade
looking better http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode255 chrome/browser/resources/ntp_search/new_tab.css:255: opacity: 0 !important; On 2012/08/10 21:28:45, pedrosimonetti ...
8 years, 4 months ago (2012-08-13 22:05:44 UTC) #23
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/7010/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): http://codereview.chromium.org/10829131/diff/7010/chrome/browser/resources/ntp_search/tile_page.js#newcode876 chrome/browser/resources/ntp_search/tile_page.js:876: if (this.tileGridContent_.classList.contains('animate-tile')) { On 2012/08/13 22:05:45, Evan Stade wrote: ...
8 years, 4 months ago (2012-08-14 10:36:54 UTC) #24
Evan Stade
http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode182 chrome/browser/resources/ntp_search/new_tab.css:182: -webkit-transition: all 201ms ease-in-out; On 2012/08/10 20:34:53, dcblack wrote: ...
8 years, 4 months ago (2012-08-14 23:46:52 UTC) #25
David Black
http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10829131/diff/16002/chrome/browser/resources/ntp_search/new_tab.css#newcode182 chrome/browser/resources/ntp_search/new_tab.css:182: -webkit-transition: all 201ms ease-in-out; Ah, sorry for the ambiguity. ...
8 years, 4 months ago (2012-08-15 00:12:56 UTC) #26
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/mock/debug.css File chrome/browser/resources/ntp_search/mock/debug.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/mock/debug.css#newcode70 chrome/browser/resources/ntp_search/mock/debug.css:70: END OF Work around On 2012/08/14 23:46:53, Evan Stade ...
8 years, 4 months ago (2012-08-15 18:42:05 UTC) #27
Evan Stade
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/15 18:42:06, pedrosimonetti wrote: > On ...
8 years, 4 months ago (2012-08-16 00:02:30 UTC) #28
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/16 00:02:31, Evan Stade wrote: > ...
8 years, 4 months ago (2012-08-16 00:53:19 UTC) #29
Evan Stade
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/16 00:53:19, pedrosimonetti wrote: > On ...
8 years, 4 months ago (2012-08-16 02:56:59 UTC) #30
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/16 02:57:00, Evan Stade wrote: > ...
8 years, 4 months ago (2012-08-17 18:04:11 UTC) #31
Evan Stade
lgtm with nits http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/17 18:04:11, pedrosimonetti ...
8 years, 4 months ago (2012-08-17 20:20:31 UTC) #32
pedrosimonetti2
http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css File chrome/browser/resources/ntp_search/tile_page.css (right): http://codereview.chromium.org/10829131/diff/16005/chrome/browser/resources/ntp_search/tile_page.css#newcode70 chrome/browser/resources/ntp_search/tile_page.css:70: .hide-col-0 .tile-col-0, On 2012/08/17 20:20:31, Evan Stade wrote: > ...
8 years, 4 months ago (2012-08-17 21:02:33 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10829131/17035
8 years, 4 months ago (2012-08-17 21:05:19 UTC) #34
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary filesare still unsupported at ...
8 years, 4 months ago (2012-08-17 21:05:20 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10829131/21001
8 years, 4 months ago (2012-08-20 22:02:08 UTC) #36
commit-bot: I haz the power
Presubmit check for 10829131-21001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-20 22:02:21 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10829131/21001
8 years, 4 months ago (2012-08-20 22:07:11 UTC) #38
commit-bot: I haz the power
Presubmit check for 10829131-21001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-20 22:07:27 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10829131/18007
8 years, 4 months ago (2012-08-20 22:48:44 UTC) #40
commit-bot: I haz the power
Try job failure for 10829131-18007 (retry) on win_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 4 months ago (2012-08-21 01:53:05 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10829131/18007
8 years, 4 months ago (2012-08-21 06:40:20 UTC) #42
commit-bot: I haz the power
8 years, 4 months ago (2012-08-21 10:13:11 UTC) #43
Change committed as 152540

Powered by Google App Engine
This is Rietveld 408576698