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

Issue 11445009: NTP5: Reuse insertion/removal animations for Apps. (Closed)

Created:
8 years ago by pedro (no code reviews)
Modified:
8 years ago
Reviewers:
Dan Beam, Evan Stade
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, estade+watch_chromium.org, arv (Not doing code reviews), pedrosimonetti+watch_chromium.org, David Black
Visibility:
Public.

Description

NTP5: Reuse insertion/removal animations for Apps. This CL depends on: https://codereview.chromium.org/11438009/ BUG=164079 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172579

Patch Set 1 #

Patch Set 2 : Addressing Dan's comment #

Total comments: 7

Patch Set 3 : Rebase #

Patch Set 4 : Addressing Dan's comments #

Total comments: 4

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Patch Set 7 : Addressing Dan's comments. #

Total comments: 4

Patch Set 8 : Rebase #

Patch Set 9 : Addressing Dan's comments #

Patch Set 10 : Rebase #

Patch Set 11 : NTP5: Reuse insertion/removal animations for Apps #

Patch Set 12 : NTP5: Reuse insertion/removal animations for Apps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -61 lines) Patch
M chrome/browser/resources/ntp_search/apps_page.css View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp_search/apps_page.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -5 lines 0 comments Download
M chrome/browser/resources/ntp_search/most_visited_page.js View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.js View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -15 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.js View 1 2 3 4 5 6 7 8 9 10 13 chunks +49 lines, -40 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
pedro (no code reviews)
Evan and Dan, this is the second part of the animation fix for Apps.
8 years ago (2012-12-05 08:55:39 UTC) #1
Dan Beam
https://chromiumcodereview.appspot.com/11445009/diff/3001/chrome/browser/resources/ntp_search/new_tab.js File chrome/browser/resources/ntp_search/new_tab.js (left): https://chromiumcodereview.appspot.com/11445009/diff/3001/chrome/browser/resources/ntp_search/new_tab.js#oldcode431 chrome/browser/resources/ntp_search/new_tab.js:431: var state = page && page.getTileRepositioningState(); ^ so why ...
8 years ago (2012-12-05 18:40:44 UTC) #2
pedro (no code reviews)
https://codereview.chromium.org/11445009/diff/3001/chrome/browser/resources/ntp_search/new_tab.js File chrome/browser/resources/ntp_search/new_tab.js (left): https://codereview.chromium.org/11445009/diff/3001/chrome/browser/resources/ntp_search/new_tab.js#oldcode431 chrome/browser/resources/ntp_search/new_tab.js:431: var state = page && page.getTileRepositioningState(); On 2012/12/05 18:40:44, ...
8 years ago (2012-12-05 20:03:55 UTC) #3
Dan Beam
https://codereview.chromium.org/11445009/diff/3001/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://codereview.chromium.org/11445009/diff/3001/chrome/browser/resources/ntp_search/tile_page.js#newcode489 chrome/browser/resources/ntp_search/tile_page.js:489: if (!opt_create) On 2012/12/05 20:03:55, pedrosimonetti wrote: > On ...
8 years ago (2012-12-05 20:05:54 UTC) #4
pedro (no code reviews)
Friendly ping.
8 years ago (2012-12-06 18:25:10 UTC) #5
Evan Stade
I gather that you two are having a conversation about how to proceed with development. ...
8 years ago (2012-12-06 20:52:03 UTC) #6
Dan Beam
https://codereview.chromium.org/11445009/diff/11001/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://codereview.chromium.org/11445009/diff/11001/chrome/browser/resources/ntp_search/tile_page.js#newcode496 chrome/browser/resources/ntp_search/tile_page.js:496: opt_create = typeof opt_create == 'undefined' ? true : ...
8 years ago (2012-12-07 05:08:56 UTC) #7
Dan Beam
generally this seems fine to me, though...
8 years ago (2012-12-07 05:09:08 UTC) #8
Dan Beam
lgtm with little to no knowledge of what you're trying to accomplish nor having ever ...
8 years ago (2012-12-07 05:11:26 UTC) #9
pedro (no code reviews)
https://codereview.chromium.org/11445009/diff/11001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11445009/diff/11001/chrome/browser/resources/ntp_search/apps_page.js#newcode645 chrome/browser/resources/ntp_search/apps_page.js:645: this.renderGrid_(); On 2012/12/07 05:11:26, Dan Beam wrote: > I ...
8 years ago (2012-12-08 02:57:29 UTC) #10
Dan Beam
https://chromiumcodereview.appspot.com/11445009/diff/15003/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://chromiumcodereview.appspot.com/11445009/diff/15003/chrome/browser/resources/ntp_search/tile_page.js#newcode475 chrome/browser/resources/ntp_search/tile_page.js:475: * @protected nit: updateGride_ -> updateGrid (_ is only ...
8 years ago (2012-12-08 05:26:19 UTC) #11
pedro (no code reviews)
https://codereview.chromium.org/11445009/diff/15003/chrome/browser/resources/ntp_search/tile_page.js File chrome/browser/resources/ntp_search/tile_page.js (right): https://codereview.chromium.org/11445009/diff/15003/chrome/browser/resources/ntp_search/tile_page.js#newcode475 chrome/browser/resources/ntp_search/tile_page.js:475: * @protected On 2012/12/08 05:26:19, Dan Beam wrote: > ...
8 years ago (2012-12-10 20:14:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@chromium.org/11445009/47001
8 years ago (2012-12-12 08:21:46 UTC) #13
commit-bot: I haz the power
8 years ago (2012-12-12 10:51:31 UTC) #14
Message was sent while issue was closed.
Change committed as 172579

Powered by Google App Engine
This is Rietveld 408576698