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

Issue 11438009: NTP5: Refactoring appData to use Tile's data implementation. (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: Refactoring appData to use Tile's data implementation and removing drag and drop behavior from Apps (which is not being used in NTP5). This is a preparation CL for: https://codereview.chromium.org/11445009/ BUG=164079 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172551

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressing Dan's comments #

Total comments: 22

Patch Set 3 : Addressing Dan's comments #

Patch Set 4 : Addressing Dan's comments #

Total comments: 13

Patch Set 5 : Addressing Dan's comments #

Patch Set 6 : Oops #

Patch Set 7 : NTP5: Refactoring appData to use Tile's data implementation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -263 lines) Patch
M chrome/browser/resources/ntp_search/apps_page.js View 1 2 3 4 5 6 15 chunks +76 lines, -186 lines 0 comments Download
M chrome/browser/resources/ntp_search/mock/mock.js View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/ntp_search/most_visited_page.js View 1 2 3 4 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/resources/ntp_search/new_tab.js View 1 2 3 4 5 6 4 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/resources/ntp_search/thumbnail_page.js View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/resources/ntp_search/tile_page.js View 1 2 3 4 5 6 14 chunks +39 lines, -39 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
pedro (no code reviews)
Evan and Dan, this is the first part of the animation fix for Apps.
8 years ago (2012-12-05 08:54:56 UTC) #1
Dan Beam
8 years ago (2012-12-05 09:32:23 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/11438009/diff/1/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (left): https://chromiumcodereview.appspot.com/11438009/diff/1/chrome/browser/resources/ntp_search/apps_page.js#oldcode180 chrome/browser/resources/ntp_search/apps_page.js:180: tileCell.tilePage.setTileRepositioningState(tileCell.index, true); does this no longer apply? https://chromiumcodereview.appspot.com/11438009/diff/1/chrome/browser/resources/ntp_search/apps_page.js#oldcode214 chrome/browser/resources/ntp_search/apps_page.js:214: ...
8 years ago (2012-12-05 18:34:05 UTC) #3
pedro (no code reviews)
https://codereview.chromium.org/11438009/diff/1/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (left): https://codereview.chromium.org/11438009/diff/1/chrome/browser/resources/ntp_search/apps_page.js#oldcode180 chrome/browser/resources/ntp_search/apps_page.js:180: tileCell.tilePage.setTileRepositioningState(tileCell.index, true); On 2012/12/05 18:34:05, Dan Beam wrote: > ...
8 years ago (2012-12-05 19:41:33 UTC) #4
pedro (no code reviews)
Friendly ping.
8 years ago (2012-12-06 18:24:49 UTC) #5
Dan Beam
https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js#newcode199 chrome/browser/resources/ntp_search/apps_page.js:199: __proto__: HTMLDivElement.prototype, nit: why isn't this simply Tile.prototype or ...
8 years ago (2012-12-07 05:05:31 UTC) #6
pedro (no code reviews)
I've addressed Dan's comments and removed a couple of unused variables. https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): ...
8 years ago (2012-12-07 21:54:54 UTC) #7
Dan Beam
https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js#newcode203 chrome/browser/resources/ntp_search/apps_page.js:203: * @param {Object} data The data object that describes ...
8 years ago (2012-12-07 22:31:07 UTC) #8
pedro (no code reviews)
https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/5001/chrome/browser/resources/ntp_search/apps_page.js#newcode203 chrome/browser/resources/ntp_search/apps_page.js:203: * @param {Object} data The data object that describes ...
8 years ago (2012-12-10 19:44:43 UTC) #9
Dan Beam
please update the description highlighting that you're also removing d'n'd from NTP5 in this CL ...
8 years ago (2012-12-11 01:49:24 UTC) #10
pedro (no code reviews)
https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js#newcode215 chrome/browser/resources/ntp_search/apps_page.js:215: * Initialize the app object. On 2012/12/11 01:49:24, Dan ...
8 years ago (2012-12-11 07:20:53 UTC) #11
pedro (no code reviews)
I realized that I missed to remove one comment from apps_page.js and that setting a ...
8 years ago (2012-12-11 07:35:08 UTC) #12
pedro (no code reviews)
Friendly ping.
8 years ago (2012-12-11 20:48:18 UTC) #13
Dan Beam
https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js#newcode227 chrome/browser/resources/ntp_search/apps_page.js:227: if (!this.appContents_) { On 2012/12/11 07:20:53, pedrosimonetti wrote: > ...
8 years ago (2012-12-11 22:47:23 UTC) #14
pedro (no code reviews)
https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js File chrome/browser/resources/ntp_search/apps_page.js (right): https://codereview.chromium.org/11438009/diff/13001/chrome/browser/resources/ntp_search/apps_page.js#newcode227 chrome/browser/resources/ntp_search/apps_page.js:227: if (!this.appContents_) { On 2012/12/11 22:47:23, Dan Beam wrote: ...
8 years ago (2012-12-11 23:23:15 UTC) #15
Dan Beam
lgtm
8 years ago (2012-12-11 23:31:39 UTC) #16
pedro (no code reviews)
Thanks for the approval! I've filed crbug.com/165612 and will address it soon in another CL. ...
8 years ago (2012-12-12 03:28:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@chromium.org/11438009/26001
8 years ago (2012-12-12 03:29:29 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) aura_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, check_deps, chromeos_unittests, ...
8 years ago (2012-12-12 03:54:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pedrosimonetti@chromium.org/11438009/26001
8 years ago (2012-12-12 06:14:14 UTC) #20
commit-bot: I haz the power
8 years ago (2012-12-12 07:22:59 UTC) #21
Message was sent while issue was closed.
Change committed as 172551

Powered by Google App Engine
This is Rietveld 408576698