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

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed)

Created:
4 years, 7 months ago by sfiera
Modified:
4 years, 6 months ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, markusheintz_, mastiz
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move classes to //components/ntp_tiles. Move MostVisitedSites and PopularSites; leave behind ChromePopularSites, which depends on Chrome paths. In the short term, there are no changes introduced by this CL; the same code builds as before against the same dependencies. In the future, multiple platforms' versions of the new tab page will share this part of their implementation. (Android's NTP currently is all native code; on other platforms we use HTML) BUG=603026 Committed: https://crrev.com/3ff01c0dd7b7b6955dafda763cbc120718dc00ef Cr-Commit-Position: refs/heads/master@{#399455}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fixed for gyp #

Patch Set 4 : Fixed for ios #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : sync #

Patch Set 7 : sync #

Patch Set 8 : Fixed for ios+gyp #

Patch Set 9 : Fixed for treib@ #

Patch Set 10 : Fixed for gyp+!ios #

Patch Set 11 : s/snippets/tiles/ #

Total comments: 5

Patch Set 12 : ntp_tiles_enums #

Patch Set 13 : sync #

Patch Set 14 : no content #

Total comments: 6

Patch Set 15 : gyp #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Patch Set 22 : #

Patch Set 23 : #

Patch Set 24 : !iOS #

Patch Set 25 : assert(!is_ios) #

Patch Set 26 : sync #

Total comments: 4

Patch Set 27 : #

Patch Set 28 : #

Patch Set 29 : #

Total comments: 2

Patch Set 30 : #

Patch Set 31 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -1662 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/android/ntp/most_visited_sites.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -289 lines 0 comments Download
D chrome/browser/android/ntp/most_visited_sites.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -663 lines 0 comments Download
M chrome/browser/android/ntp/most_visited_sites_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/ntp/most_visited_sites_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/android/ntp/most_visited_sites_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -139 lines 0 comments Download
M chrome/browser/android/ntp/popular_sites.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +1 line, -142 lines 0 comments Download
M chrome/browser/android/ntp/popular_sites.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +0 lines, -395 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +0 lines, -1 line 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +6 lines, -1 line 0 comments Download
M components/ntp_tiles.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 24 25 26 27 28 1 chunk +34 lines, -0 lines 0 comments Download
M components/ntp_tiles/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +41 lines, -0 lines 0 comments Download
A components/ntp_tiles/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +13 lines, -0 lines 0 comments Download
A + components/ntp_tiles/most_visited_sites.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +4 lines, -4 lines 0 comments Download
A + components/ntp_tiles/most_visited_sites.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
A + components/ntp_tiles/most_visited_sites_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + components/ntp_tiles/popular_sites.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +3 lines, -12 lines 0 comments Download
A + components/ntp_tiles/popular_sites.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 125 (46 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/1
4 years, 7 months ago (2016-05-17 11:21:29 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/204694) mac_chromium_rel_ng on ...
4 years, 7 months ago (2016-05-17 11:24:25 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/40001
4 years, 7 months ago (2016-05-17 11:53:37 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/6747)
4 years, 7 months ago (2016-05-17 11:59:37 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/60001
4 years, 7 months ago (2016-05-17 14:09:14 UTC) #10
sfiera
We'll need a bunch of approvals too.
4 years, 7 months ago (2016-05-17 15:09:59 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/80001
4 years, 7 months ago (2016-05-17 15:30:47 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/6868)
4 years, 7 months ago (2016-05-17 15:43:08 UTC) #16
Marc Treib
lgtm https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h File chrome/browser/android/ntp/popular_sites.h (right): https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h#newcode5 chrome/browser/android/ntp/popular_sites.h:5: #ifndef CHROME_BROWSER_ANDROID_NTP_POPULAR_SITES_H_ Rename this to chrome_popular_sites.h/cc now? https://codereview.chromium.org/1983063002/diff/80001/components/components_tests.gyp ...
4 years, 7 months ago (2016-05-17 15:50:25 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/140001
4 years, 7 months ago (2016-05-18 08:42:13 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/160001
4 years, 7 months ago (2016-05-18 08:43:40 UTC) #22
sfiera
https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h File chrome/browser/android/ntp/popular_sites.h (right): https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h#newcode5 chrome/browser/android/ntp/popular_sites.h:5: #ifndef CHROME_BROWSER_ANDROID_NTP_POPULAR_SITES_H_ On 2016/05/17 15:50:25, Marc Treib wrote: > ...
4 years, 7 months ago (2016-05-18 08:43:42 UTC) #23
Marc Treib
lgtm https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h File chrome/browser/android/ntp/popular_sites.h (right): https://codereview.chromium.org/1983063002/diff/80001/chrome/browser/android/ntp/popular_sites.h#newcode5 chrome/browser/android/ntp/popular_sites.h:5: #ifndef CHROME_BROWSER_ANDROID_NTP_POPULAR_SITES_H_ On 2016/05/18 08:43:42, sfiera wrote: > ...
4 years, 7 months ago (2016-05-18 08:55:41 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/202594)
4 years, 7 months ago (2016-05-18 09:11:23 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/180001
4 years, 7 months ago (2016-05-18 09:23:23 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/214428)
4 years, 7 months ago (2016-05-18 09:43:20 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/200001
4 years, 7 months ago (2016-05-18 09:49:25 UTC) #32
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-18 10:52:27 UTC) #34
sfiera
+jochen for components/BUILD.gn and chrome/chrome.gyp This also unintentionally covers some other owners, such as chrome/android/BUILD.gn ...
4 years, 7 months ago (2016-05-18 12:07:44 UTC) #36
sfiera
-jochen (OOO) +bauerb for //chrome/android/... (Java enum moved into components) +sky for //chrome/*.{gyp,gypi} (files moved ...
4 years, 7 months ago (2016-05-23 13:24:50 UTC) #38
sky
Gyp(i) files in chrome LGTM
4 years, 7 months ago (2016-05-23 17:24:26 UTC) #39
sdefresne
https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS File components/ntp_tiles/DEPS (right): https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS#newcode10 components/ntp_tiles/DEPS:10: "+content/public/browser", Is there plan to use this component on ...
4 years, 7 months ago (2016-05-24 06:36:32 UTC) #40
Bernhard Bauer
LGTM https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/BUILD.gn File components/ntp_tiles/BUILD.gn (right): https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/BUILD.gn#newcode53 components/ntp_tiles/BUILD.gn:53: java_cpp_enum("most_visited_sites_enums_java") { This target generates all of the ...
4 years, 7 months ago (2016-05-24 08:14:51 UTC) #41
sfiera
https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/BUILD.gn File components/ntp_tiles/BUILD.gn (right): https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/BUILD.gn#newcode53 components/ntp_tiles/BUILD.gn:53: java_cpp_enum("most_visited_sites_enums_java") { On 2016/05/24 08:14:51, Bernhard Bauer wrote: > ...
4 years, 7 months ago (2016-05-24 12:40:15 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/220001
4 years, 7 months ago (2016-05-24 12:40:23 UTC) #44
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/10418) ios-device-gn on ...
4 years, 7 months ago (2016-05-24 12:42:01 UTC) #46
Marc Treib
https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS File components/ntp_tiles/DEPS (right): https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS#newcode10 components/ntp_tiles/DEPS:10: "+content/public/browser", On 2016/05/24 12:40:15, sfiera wrote: > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 12:46:35 UTC) #47
blundell
On 2016/05/24 12:46:35, Marc Treib wrote: > https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS > File components/ntp_tiles/DEPS (right): > > https://codereview.chromium.org/1983063002/diff/200001/components/ntp_tiles/DEPS#newcode10 ...
4 years, 7 months ago (2016-05-24 12:52:03 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/240001
4 years, 7 months ago (2016-05-24 13:14:44 UTC) #50
sfiera
On 2016/05/24 12:52:03, blundell wrote: > On 2016/05/24 12:46:35, Marc Treib wrote: > > > ...
4 years, 7 months ago (2016-05-24 13:22:19 UTC) #51
blundell
On 2016/05/24 13:22:19, sfiera wrote: > On 2016/05/24 12:52:03, blundell wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 13:25:42 UTC) #52
blundell
On 2016/05/24 13:25:42, blundell wrote: > On 2016/05/24 13:22:19, sfiera wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 13:29:52 UTC) #53
Marc Treib
On 2016/05/24 13:25:42, blundell wrote: > On 2016/05/24 13:22:19, sfiera wrote: > > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 13:36:00 UTC) #54
sdefresne
On 2016/05/24 13:36:00, Marc Treib wrote: > On 2016/05/24 13:25:42, blundell wrote: > > On ...
4 years, 7 months ago (2016-05-24 13:41:06 UTC) #55
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 14:37:28 UTC) #57
sfiera
Sent crrev.com/2012473002 to remove content dependency.
4 years, 7 months ago (2016-05-24 15:06:25 UTC) #58
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/260001
4 years, 6 months ago (2016-05-27 13:08:55 UTC) #60
sfiera
Updated with no content following crrev.com/2012473002. PTAL.
4 years, 6 months ago (2016-05-27 13:09:27 UTC) #61
blundell
https://codereview.chromium.org/1983063002/diff/260001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/1983063002/diff/260001/components/components_tests.gyp#newcode1264 components/components_tests.gyp:1264: '<@(ntp_tiles_unittest_sources)', you need an addition to components.gyp too https://codereview.chromium.org/1983063002/diff/260001/components/ntp_tiles.gypi ...
4 years, 6 months ago (2016-05-27 13:12:54 UTC) #63
sfiera
https://codereview.chromium.org/1983063002/diff/260001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/1983063002/diff/260001/components/components_tests.gyp#newcode1264 components/components_tests.gyp:1264: '<@(ntp_tiles_unittest_sources)', On 2016/05/27 13:12:54, blundell wrote: > you need ...
4 years, 6 months ago (2016-05-27 13:24:26 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/280001
4 years, 6 months ago (2016-05-27 13:24:32 UTC) #66
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/12618)
4 years, 6 months ago (2016-05-27 13:46:06 UTC) #68
blundell
On 2016/05/27 13:46:06, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 6 months ago (2016-05-27 14:10:06 UTC) #69
Marc Treib
On 2016/05/27 14:10:06, blundell (OOO until June 2) wrote: > On 2016/05/27 13:46:06, commit-bot: I ...
4 years, 6 months ago (2016-05-27 14:14:19 UTC) #70
blundell
On 2016/05/27 14:14:19, Marc Treib wrote: > On 2016/05/27 14:10:06, blundell (OOO until June 2) ...
4 years, 6 months ago (2016-05-27 14:15:25 UTC) #71
sfiera
On 2016/05/27 14:15:25, blundell (OOO until June 2) wrote: > On 2016/05/27 14:14:19, Marc Treib ...
4 years, 6 months ago (2016-05-27 14:25:22 UTC) #72
Bernhard Bauer
On 2016/05/27 14:25:22, sfiera wrote: > On 2016/05/27 14:15:25, blundell (OOO until June 2) wrote: ...
4 years, 6 months ago (2016-05-27 15:38:18 UTC) #73
sfiera
Well, regardless of whether or how the lack of safe_json on iOS guides developer behavior, ...
4 years, 6 months ago (2016-05-27 15:59:50 UTC) #74
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1983063002/300001
4 years, 6 months ago (2016-05-30 07:50:35 UTC) #76
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-30 09:01:32 UTC) #78
blundell
On 2016/05/27 15:59:50, sfiera wrote: > Well, regardless of whether or how the lack of ...
4 years, 6 months ago (2016-06-02 08:00:52 UTC) #79
sfiera
On 2016/06/02 08:00:52, blundell wrote: > On 2016/05/27 15:59:50, sfiera wrote: > > Well, regardless ...
4 years, 6 months ago (2016-06-02 08:45:10 UTC) #80
blundell
On 2016/06/02 08:45:10, sfiera wrote: > On 2016/06/02 08:00:52, blundell wrote: > > On 2016/05/27 ...
4 years, 6 months ago (2016-06-02 08:49:55 UTC) #81
sfiera
I've worked around safe_json and http://crrev.com/2045563002 is out for review.
4 years, 6 months ago (2016-06-06 16:58:21 UTC) #82
sfiera
However, that just exposed another issue, because MostVisitedSites still uses SkImage and JPEGCodec, which isn't ...
4 years, 6 months ago (2016-06-06 17:05:08 UTC) #83
Marc Treib
On 2016/06/06 17:05:08, sfiera wrote: > However, that just exposed another issue, because MostVisitedSites still ...
4 years, 6 months ago (2016-06-07 09:11:58 UTC) #84
blundell
On 2016/06/07 09:11:58, Marc Treib wrote: > On 2016/06/06 17:05:08, sfiera wrote: > > However, ...
4 years, 6 months ago (2016-06-07 14:12:59 UTC) #85
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/460001
4 years, 6 months ago (2016-06-07 14:49:14 UTC) #87
sfiera
Done (crbug.com/617966).
4 years, 6 months ago (2016-06-07 15:29:16 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/500001
4 years, 6 months ago (2016-06-08 07:53:17 UTC) #90
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-08 08:55:48 UTC) #92
blundell
lgtm https://codereview.chromium.org/1983063002/diff/500001/components/ntp_tiles.gypi File components/ntp_tiles.gypi (right): https://codereview.chromium.org/1983063002/diff/500001/components/ntp_tiles.gypi#newcode7 components/ntp_tiles.gypi:7: ['OS != "ios"', { nit: I would just ...
4 years, 6 months ago (2016-06-08 11:46:33 UTC) #93
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/540001
4 years, 6 months ago (2016-06-08 13:06:55 UTC) #95
sfiera
+pauljensen for net DEP https://codereview.chromium.org/1983063002/diff/500001/components/ntp_tiles.gypi File components/ntp_tiles.gypi (right): https://codereview.chromium.org/1983063002/diff/500001/components/ntp_tiles.gypi#newcode7 components/ntp_tiles.gypi:7: ['OS != "ios"', { On ...
4 years, 6 months ago (2016-06-08 13:07:06 UTC) #96
blundell
Comment is not for this CL obviously. https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc File components/ntp_tiles/popular_sites.cc (right): https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc#newcode178 components/ntp_tiles/popular_sites.cc:178: using UntrustedJsonParser ...
4 years, 6 months ago (2016-06-08 13:59:32 UTC) #97
sfiera
https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc File components/ntp_tiles/popular_sites.cc (right): https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc#newcode178 components/ntp_tiles/popular_sites.cc:178: using UntrustedJsonParser = JsonUnsafeParser; On 2016/06/08 13:59:32, blundell wrote: ...
4 years, 6 months ago (2016-06-09 14:42:41 UTC) #98
blundell
On 2016/06/09 14:42:41, sfiera wrote: > https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc > File components/ntp_tiles/popular_sites.cc (right): > > https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc#newcode178 > ...
4 years, 6 months ago (2016-06-09 14:51:09 UTC) #99
sdefresne
On 2016/06/09 14:51:09, blundell wrote: > On 2016/06/09 14:42:41, sfiera wrote: > > > https://codereview.chromium.org/1983063002/diff/560001/components/ntp_tiles/popular_sites.cc ...
4 years, 6 months ago (2016-06-09 15:53:33 UTC) #100
sfiera
+pauljensen for net in DEPS. Code already uses net; it's just moving locations.
4 years, 6 months ago (2016-06-13 11:22:25 UTC) #102
pauljensen
On 2016/06/13 11:22:25, sfiera wrote: > +pauljensen for net in DEPS. Code already uses net; ...
4 years, 6 months ago (2016-06-13 11:44:54 UTC) #103
chromium-reviews
Thanks for the quick response! On Mon, Jun 13, 2016 at 1:44 PM, <pauljensen@chromium.org> wrote: ...
4 years, 6 months ago (2016-06-13 11:50:06 UTC) #107
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/580001
4 years, 6 months ago (2016-06-13 11:52:49 UTC) #110
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/20042) ios-simulator-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-13 11:55:09 UTC) #112
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/600001
4 years, 6 months ago (2016-06-13 12:02:01 UTC) #114
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/237893)
4 years, 6 months ago (2016-06-13 13:22:07 UTC) #116
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1983063002/600001
4 years, 6 months ago (2016-06-13 13:25:09 UTC) #119
commit-bot: I haz the power
Committed patchset #31 (id:600001)
4 years, 6 months ago (2016-06-13 15:33:57 UTC) #122
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-13 15:34:12 UTC) #123
commit-bot: I haz the power
4 years, 6 months ago (2016-06-13 15:38:25 UTC) #125
Message was sent while issue was closed.
Patchset 31 (id:??) landed as
https://crrev.com/3ff01c0dd7b7b6955dafda763cbc120718dc00ef
Cr-Commit-Position: refs/heads/master@{#399455}

Powered by Google App Engine
This is Rietveld 408576698