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

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed)

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

Description

NTP5: Improving the Tile Page resize logic. - Added constants for resize-related logic - Tweaked constant values in order to play nicer with the constrained size of he Bottom Section WebView - Added a show/hide Bottom Section animation BUG=142669 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154860

Patch Set 1 #

Total comments: 33

Patch Set 2 : Addressing Jeremy's comments #

Total comments: 4

Patch Set 3 : Rebasing and addressing Jeremy's comments #

Patch Set 4 : Improving comments #

Total comments: 8

Patch Set 5 : Addressing Dan's comments #

Total comments: 1

Patch Set 6 : Addressing Dan's comment #

Patch Set 7 : Fixing ident problem #

Total comments: 8

Patch Set 8 : Addressing Evan's comments #

Patch Set 9 : Addressing Evan's comments #

Total comments: 2

Patch Set 10 : Addressing Dan's comment #

Patch Set 11 : Resync'ing and rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -20 lines) Patch
M chrome/browser/resources/ntp_search/mock/mock.js View 1 2 3 4 5 6 7 8 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.css View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/ntp_search/thumbnail_page.css View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.css View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.js View 1 2 3 4 5 6 7 8 9 10 4 chunks +81 lines, -11 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
jeremycho_google
Demo looks good! https://chromiumcodereview.appspot.com/10867021/diff/1/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): https://chromiumcodereview.appspot.com/10867021/diff/1/chrome/browser/resources/ntp_search/new_tab.css#newcode13 chrome/browser/resources/ntp_search/new_tab.css:13: font-family: Arial !important; Is this necessary? ...
8 years, 4 months ago (2012-08-23 01:09:28 UTC) #1
pedrosimonetti2
Hey Jeremy, thanks for your comments. I tried to come up with more descriptive names ...
8 years, 4 months ago (2012-08-24 00:22:14 UTC) #2
jeremycho_google
Thanks, much clearer now. http://codereview.chromium.org/10867021/diff/1/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/1/chrome/browser/resources/ntp_search/new_tab.css#newcode13 chrome/browser/resources/ntp_search/new_tab.css:13: font-family: Arial !important; Ah now ...
8 years, 4 months ago (2012-08-24 00:54:42 UTC) #3
pedrosimonetti2
http://codereview.chromium.org/10867021/diff/4001/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): http://codereview.chromium.org/10867021/diff/4001/chrome/browser/resources/ntp_search/tile_page.js#newcode20 chrome/browser/resources/ntp_search/tile_page.js:20: * The minimum height required to show the Bottom ...
8 years, 4 months ago (2012-08-24 01:16:41 UTC) #4
jeremycho_google
lgtm
8 years, 4 months ago (2012-08-24 01:30:51 UTC) #5
pedrosimonetti2
Thanks Jeremy! Hi Evan, we're getting there! This is our last CL we have planned ...
8 years, 4 months ago (2012-08-24 01:35:36 UTC) #6
Evan Stade
I'll have to defer this one to Dan as I'm not back in the office ...
8 years, 4 months ago (2012-08-24 01:58:06 UTC) #7
Dan Beam
https://chromiumcodereview.appspot.com/10867021/diff/2003/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://chromiumcodereview.appspot.com/10867021/diff/2003/chrome/browser/resources/ntp_search/tile_page.js#newcode14 chrome/browser/resources/ntp_search/tile_page.js:14: * @type {Number} @type {number} (number is when you ...
8 years, 4 months ago (2012-08-25 00:13:29 UTC) #8
pedrosimonetti2
https://chromiumcodereview.appspot.com/10867021/diff/2003/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://chromiumcodereview.appspot.com/10867021/diff/2003/chrome/browser/resources/ntp_search/tile_page.js#newcode14 chrome/browser/resources/ntp_search/tile_page.js:14: * @type {Number} On 2012/08/25 00:13:29, Dan Beam wrote: ...
8 years, 3 months ago (2012-08-27 18:52:52 UTC) #9
Dan Beam
http://codereview.chromium.org/10867021/diff/8003/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/8003/chrome/browser/resources/ntp_search/new_tab.css#newcode13 chrome/browser/resources/ntp_search/new_tab.css:13: font-family: Arial !important; remove this !important. setting an !important ...
8 years, 3 months ago (2012-08-28 21:20:31 UTC) #10
pedrosimonetti2
Me and Dan discussed offline the use of !important to override the font-family a little ...
8 years, 3 months ago (2012-08-28 22:24:40 UTC) #11
Evan Stade
lgtm pending dan's review
8 years, 3 months ago (2012-08-28 22:51:48 UTC) #12
Dan Beam
http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode19 chrome/browser/resources/ntp_search/new_tab.css:19: /* TODO(pedrosimonetti): Confirm with designers/engineers what do we want ...
8 years, 3 months ago (2012-08-28 22:55:34 UTC) #13
pedrosimonetti2
http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode19 chrome/browser/resources/ntp_search/new_tab.css:19: /* TODO(pedrosimonetti): Confirm with designers/engineers what do we want ...
8 years, 3 months ago (2012-08-28 23:04:44 UTC) #14
Evan Stade
http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode21 chrome/browser/resources/ntp_search/new_tab.css:21: font-family: Arial; On 2012/08/28 23:04:44, pedrosimonetti wrote: > On ...
8 years, 3 months ago (2012-08-28 23:08:24 UTC) #15
Dan Beam
On 2012/08/28 23:08:24, Evan Stade wrote: > http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css > File chrome/browser/resources/ntp_search/new_tab.css (right): > > http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode21 ...
8 years, 3 months ago (2012-08-28 23:09:49 UTC) #16
pedrosimonetti2
Dan and Evan, please take a look at my latest Patch List. http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css ...
8 years, 3 months ago (2012-08-28 23:47:28 UTC) #17
Dan Beam
You're going to use Arial as the default or even after a user has explicitly ...
8 years, 3 months ago (2012-08-29 00:16:02 UTC) #18
pedrosimonetti2
That's a good question. I need to ask the UX folks what happens when the ...
8 years, 3 months ago (2012-08-29 00:33:07 UTC) #19
mwichary_google.com
David and I just clarified that font overrides don’t really affect NTP/DOMUI pages in Chrome ...
8 years, 3 months ago (2012-08-29 19:05:11 UTC) #20
Dan Beam
lgtm after discovering we don't actually let users set the font on webui pages :( ...
8 years, 3 months ago (2012-08-29 19:07:03 UTC) #21
mwichary_google.com
Sorry, I meant Dan, not David. On Wed, Aug 29, 2012 at 12:04 PM, Marcin ...
8 years, 3 months ago (2012-08-29 19:07:30 UTC) #22
pedrosimonetti2
Thanks Dan and Marcin, I gotta go catch the shuttle to Lake Tahoe now, so ...
8 years, 3 months ago (2012-08-29 19:18:09 UTC) #23
Evan Stade
http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode21 chrome/browser/resources/ntp_search/new_tab.css:21: font-family: Arial; On 2012/08/28 23:47:28, pedrosimonetti wrote: > On ...
8 years, 3 months ago (2012-08-29 21:53:01 UTC) #24
Evan Stade
http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css File chrome/browser/resources/ntp_search/new_tab.css (right): http://codereview.chromium.org/10867021/diff/21001/chrome/browser/resources/ntp_search/new_tab.css#newcode21 chrome/browser/resources/ntp_search/new_tab.css:21: font-family: Arial; On 2012/08/28 23:47:28, pedrosimonetti wrote: > On ...
8 years, 3 months ago (2012-08-29 21:54:04 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@google.com/10867021/30001
8 years, 3 months ago (2012-09-04 21:31:34 UTC) #26
commit-bot: I haz the power
8 years, 3 months ago (2012-09-05 00:19:22 UTC) #27
Change committed as 154860

Powered by Google App Engine
This is Rietveld 408576698