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

Issue 997203003: Adds a new NTP endpoint for the single frame of the fast NTP (Closed)

Created:
5 years, 9 months ago by fserb
Modified:
5 years, 9 months ago
Reviewers:
*Mathieu, *Lei Zhang, huangs
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds a new NTP endpoint for the single frame of the fast NTP BUG=461032 Committed: https://crrev.com/766af628b557101e9b464d4be17c1d5326708bc6 Cr-Commit-Position: refs/heads/master@{#320813}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 69

Patch Set 4 : #

Total comments: 16

Patch Set 5 : #

Total comments: 26

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -1 line) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_ntp/most_visited_single.css View 1 2 3 4 5 1 chunk +260 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_ntp/most_visited_single.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/resources/local_ntp/most_visited_single.js View 1 2 3 4 5 1 chunk +309 lines, -0 lines 0 comments Download
M chrome/browser/search/most_visited_iframe_source.cc View 3 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 26 (5 generated)
fserb
Issue 999153002 contains the "full version" of this change.
5 years, 9 months ago (2015-03-11 17:58:42 UTC) #3
huangs
https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.html File chrome/browser/resources/local_ntp/most_visited_single.html (right): https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.html#newcode10 chrome/browser/resources/local_ntp/most_visited_single.html:10: <div id="most-visited"> NIT: indentation. https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.js#newcode119 ...
5 years, 9 months ago (2015-03-11 18:45:32 UTC) #4
fserb
Done. Thanks for the review. https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.html File chrome/browser/resources/local_ntp/most_visited_single.html (right): https://codereview.chromium.org/997203003/diff/1/chrome/browser/resources/local_ntp/most_visited_single.html#newcode10 chrome/browser/resources/local_ntp/most_visited_single.html:10: <div id="most-visited"> On 2015/03/11 ...
5 years, 9 months ago (2015-03-11 19:02:31 UTC) #5
huangs
More comments. https://codereview.chromium.org/997203003/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.css File chrome/browser/resources/local_ntp/most_visited_single.css (right): https://codereview.chromium.org/997203003/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.css#newcode40 chrome/browser/resources/local_ntp/most_visited_single.css:40: text-align: left; Use text-align: -webkit-auto ? It ...
5 years, 9 months ago (2015-03-11 19:14:58 UTC) #6
fserb
thanks :) https://codereview.chromium.org/997203003/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.css File chrome/browser/resources/local_ntp/most_visited_single.css (right): https://codereview.chromium.org/997203003/diff/20001/chrome/browser/resources/local_ntp/most_visited_single.css#newcode40 chrome/browser/resources/local_ntp/most_visited_single.css:40: text-align: left; On 2015/03/11 19:14:57, huangs wrote: ...
5 years, 9 months ago (2015-03-11 19:30:58 UTC) #7
huangs
Lots of NITs! But key points: - Please check if there are no event logs. ...
5 years, 9 months ago (2015-03-12 06:16:56 UTC) #8
Mathieu
https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.html File chrome/browser/resources/local_ntp/most_visited_single.html (right): https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.html#newcode4 chrome/browser/resources/local_ntp/most_visited_single.html:4: <base target="_top"> curious, what does this do in this ...
5 years, 9 months ago (2015-03-12 15:53:28 UTC) #9
fserb
thanks for all the comments. https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.css File chrome/browser/resources/local_ntp/most_visited_single.css (right): https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.css#newcode48 chrome/browser/resources/local_ntp/most_visited_single.css:48: border-color: transparent; On 2015/03/12 ...
5 years, 9 months ago (2015-03-12 16:05:34 UTC) #10
Mathieu
Some nits of my own! https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/997203003/diff/40001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode244 chrome/browser/resources/local_ntp/most_visited_single.js:244: fi.title = ''; On ...
5 years, 9 months ago (2015-03-12 17:39:19 UTC) #11
fserb
thank you! https://codereview.chromium.org/997203003/diff/60001/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/997203003/diff/60001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode189 chrome/browser/resources/local_ntp/most_visited_single.js:189: rid: Number(tile.getAttribute('data-rid'))}, On 2015/03/12 17:39:19, Mathieu Perreault ...
5 years, 9 months ago (2015-03-12 17:51:57 UTC) #12
huangs
Almost done! https://chromiumcodereview.appspot.com/997203003/diff/80001/chrome/browser/resources/local_ntp/most_visited_single.css File chrome/browser/resources/local_ntp/most_visited_single.css (right): https://chromiumcodereview.appspot.com/997203003/diff/80001/chrome/browser/resources/local_ntp/most_visited_single.css#newcode56 chrome/browser/resources/local_ntp/most_visited_single.css:56: maring: 0 8px; TYPO: maring https://chromiumcodereview.appspot.com/997203003/diff/80001/chrome/browser/resources/local_ntp/most_visited_single.css#newcode167 chrome/browser/resources/local_ntp/most_visited_single.css:167: ...
5 years, 9 months ago (2015-03-13 03:49:53 UTC) #13
fserb
https://codereview.chromium.org/997203003/diff/60001/chrome/browser/resources/local_ntp/most_visited_single.js File chrome/browser/resources/local_ntp/most_visited_single.js (right): https://codereview.chromium.org/997203003/diff/60001/chrome/browser/resources/local_ntp/most_visited_single.js#newcode256 chrome/browser/resources/local_ntp/most_visited_single.js:256: fi.src = '../' + data.faviconUrl; On 2015/03/12 17:39:19, Mathieu ...
5 years, 9 months ago (2015-03-13 17:22:45 UTC) #14
huangs
Should be good to go, unless you want to handle theme issues as well (need ...
5 years, 9 months ago (2015-03-14 01:57:46 UTC) #15
Mathieu
lgtm, please wait on sam's approval as well. I've seen so many subtle NTP bugs, ...
5 years, 9 months ago (2015-03-14 13:15:58 UTC) #16
fserb
On 2015/03/14 13:15:58, Mathieu Perreault wrote: > lgtm, please wait on sam's approval as well. ...
5 years, 9 months ago (2015-03-16 19:38:48 UTC) #17
huangs
Cool stuff! LGTM.
5 years, 9 months ago (2015-03-16 20:07:04 UTC) #18
fserb
Add thestig@ for chrome/browser/browser_resources.grd
5 years, 9 months ago (2015-03-16 20:14:40 UTC) #21
Lei Zhang
lgtm
5 years, 9 months ago (2015-03-16 20:41:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/997203003/100001
5 years, 9 months ago (2015-03-16 21:00:09 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 9 months ago (2015-03-16 22:51:09 UTC) #25
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 22:52:00 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/766af628b557101e9b464d4be17c1d5326708bc6
Cr-Commit-Position: refs/heads/master@{#320813}

Powered by Google App Engine
This is Rietveld 408576698