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

Issue 10907065: NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling … (Closed)

Created:
8 years, 3 months ago by jeremycho
Modified:
8 years, 3 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling of the blacklist notification and pull it out of the tile page. BUG=142669 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156641

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix bugs. #

Total comments: 10

Patch Set 4 : Responding to Pedro's comments and moved the notification into the page-list-menu. #

Patch Set 5 : Rebase. #

Total comments: 2

Patch Set 6 : Responding to Pedro's comments and removing the notification animation on a card change. #

Patch Set 7 : Rebase. #

Patch Set 8 : Rebase. #

Total comments: 6

Patch Set 9 : Responding to Evan's comments. #

Total comments: 1

Patch Set 10 : Rebase and respond to Evan's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -192 lines) Patch
M chrome/browser/resources/ntp_search/mock/debug.css View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/most_visited_page.css View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/resources/ntp_search/most_visited_page.js View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -86 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.html View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -9 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.js View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -47 lines 0 comments Download
M chrome/browser/resources/ntp_search/recently_closed_page.js View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -16 lines 0 comments Download
M chrome/browser/resources/ntp_search/thumbnail_page.js View 1 2 3 4 5 6 7 8 9 3 chunks +33 lines, -7 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.js View 1 2 3 4 5 6 7 8 9 2 chunks +0 lines, -26 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
jeremycho
Hi Pedro - this is ready for review.
8 years, 3 months ago (2012-09-04 19:49:49 UTC) #1
jeremycho_google
The double-favicon issue was due to the fact that in blacklist_(), both messages 'blacklistURLFromMostVisited' and ...
8 years, 3 months ago (2012-09-05 03:48:39 UTC) #2
pedro (no code reviews)
On 2012/09/05 03:48:39, jeremycho wrote: > The double-favicon issue was due to the fact that ...
8 years, 3 months ago (2012-09-05 17:36:38 UTC) #3
pedro (no code reviews)
On 2012/09/05 17:36:38, pedrosimonetti1 wrote: > On 2012/09/05 03:48:39, jeremycho wrote: > > The double-favicon ...
8 years, 3 months ago (2012-09-05 18:56:44 UTC) #4
pedro (no code reviews)
http://codereview.chromium.org/10907065/diff/8001/chrome/browser/resources/ntp_search/recently_closed_page.js File chrome/browser/resources/ntp_search/recently_closed_page.js (right): http://codereview.chromium.org/10907065/diff/8001/chrome/browser/resources/ntp_search/recently_closed_page.js#newcode152 chrome/browser/resources/ntp_search/recently_closed_page.js:152: // the Recently Closed page, fall back to Most ...
8 years, 3 months ago (2012-09-05 18:57:00 UTC) #5
jeremycho
The notification fade in/out on a card change looks a bit weird to me since ...
8 years, 3 months ago (2012-09-05 22:42:11 UTC) #6
pedro (no code reviews)
The code is looking better. As we discussed offline, I think that we should remove ...
8 years, 3 months ago (2012-09-06 00:28:49 UTC) #7
jeremycho
Removed the card change animation and fixed the bug caused by blacklisting all thumbnails and ...
8 years, 3 months ago (2012-09-06 04:40:08 UTC) #8
jeremycho
Hi Evan, This isn't ready for review, but we wanted to get your input on ...
8 years, 3 months ago (2012-09-06 05:10:02 UTC) #9
Evan Stade
On 2012/09/06 05:10:02, jeremycho1 wrote: > Hi Evan, > > This isn't ready for review, ...
8 years, 3 months ago (2012-09-06 16:52:49 UTC) #10
pedro (no code reviews)
lgtm Hey Jeremy, as we discussed offline, we can address the refreshData in another CL ...
8 years, 3 months ago (2012-09-10 20:59:40 UTC) #11
jeremycho
Hi Evan - this is ready for review.
8 years, 3 months ago (2012-09-11 02:27:31 UTC) #12
Evan Stade
http://codereview.chromium.org/10907065/diff/14001/chrome/browser/resources/ntp_search/most_visited_page.js File chrome/browser/resources/ntp_search/most_visited_page.js (right): http://codereview.chromium.org/10907065/diff/14001/chrome/browser/resources/ntp_search/most_visited_page.js#newcode221 chrome/browser/resources/ntp_search/most_visited_page.js:221: * Merges new Most Visited data into the old ...
8 years, 3 months ago (2012-09-11 16:48:46 UTC) #13
jeremycho
After discussing with UX, we decided that it was more desirable to always order by ...
8 years, 3 months ago (2012-09-12 04:11:50 UTC) #14
Evan Stade
what does it look like when you blacklist a thumbnail? Can you create a screencast? ...
8 years, 3 months ago (2012-09-12 08:54:36 UTC) #15
jeremycho
On 2012/09/12 08:54:36, Evan Stade wrote: > what does it look like when you blacklist ...
8 years, 3 months ago (2012-09-12 17:03:20 UTC) #16
Evan Stade
lgtm http://codereview.chromium.org/10907065/diff/8006/chrome/browser/resources/ntp_search/thumbnail_page.js File chrome/browser/resources/ntp_search/thumbnail_page.js (right): http://codereview.chromium.org/10907065/diff/8006/chrome/browser/resources/ntp_search/thumbnail_page.js#newcode233 chrome/browser/resources/ntp_search/thumbnail_page.js:233: if (tileCount < dataLength) if one condition in ...
8 years, 3 months ago (2012-09-13 07:50:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremycho@chromium.org/10907065/1013
8 years, 3 months ago (2012-09-13 19:14:38 UTC) #18
commit-bot: I haz the power
8 years, 3 months ago (2012-09-13 21:42:30 UTC) #19
Change committed as 156641

Powered by Google App Engine
This is Rietveld 408576698