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

Issue 1376243005: Enabling included files when reloading local NTP with --local-ntp-reload. (Closed)

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

Description

Enabling included files when reloading local NTP with --local-ntp-reload. Committed: https://crrev.com/5788cd432cc28372aa85a57cd7a66e6b6699db74 Cr-Commit-Position: refs/heads/master@{#359357} Committed: https://crrev.com/9eafb7d4f9b985163c30354e1c7e34a9b447c275 Cr-Commit-Position: refs/heads/master@{#359650} Committed: https://crrev.com/85dc4308873fb4cd712ad2bee0d71b7baa260f80 Cr-Commit-Position: refs/heads/master@{#362144}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing fserb and mathp comments.: #

Total comments: 1

Patch Set 3 : Moving to local_files_ntp_source #

Patch Set 4 : removing commented code: #

Total comments: 3

Patch Set 5 : Responding to mathp nits #

Patch Set 6 : Fixing branch issues #

Patch Set 7 : Changing string constant to char #

Patch Set 8 : Adding ifdef guards to address iOS breakage #

Patch Set 9 : Fixing ifdef formatting. #

Patch Set 10 : Including build_config.h as necessary. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -4 lines) Patch
M chrome/browser/search/local_files_ntp_source.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/search/local_files_ntp_source.cc View 1 2 3 4 5 6 7 8 9 4 chunks +59 lines, -1 line 0 comments Download
M chrome/browser/search/local_ntp_source.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search/most_visited_iframe_source.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 43 (16 generated)
tmartino
5 years, 2 months ago (2015-10-01 17:00:12 UTC) #2
tmartino
Whoops, sorry I forgot to actually hit publish on this.
5 years, 2 months ago (2015-10-06 15:18:06 UTC) #3
fserb
https://codereview.chromium.org/1376243005/diff/1/chrome/browser/search/local_ntp_source.cc File chrome/browser/search/local_ntp_source.cc (right): https://codereview.chromium.org/1376243005/diff/1/chrome/browser/search/local_ntp_source.cc#newcode46 chrome/browser/search/local_ntp_source.cc:46: const std::string kInlineResouceRegex = "<include.*?src\\=[\"'](.+?)[\"'].*?>"; add a comment saying ...
5 years, 2 months ago (2015-10-06 15:53:17 UTC) #4
Mathieu
https://codereview.chromium.org/1376243005/diff/1/chrome/browser/search/local_ntp_source.cc File chrome/browser/search/local_ntp_source.cc (right): https://codereview.chromium.org/1376243005/diff/1/chrome/browser/search/local_ntp_source.cc#newcode181 chrome/browser/search/local_ntp_source.cc:181: void FlattenLocalInclude( should be a private method and you ...
5 years, 2 months ago (2015-10-09 15:10:38 UTC) #5
tmartino
Sorry for the delay! Cleaned up comments and moved methods to be private, as requested. ...
5 years, 2 months ago (2015-10-15 20:54:17 UTC) #6
fserb
lgtm
5 years, 2 months ago (2015-10-19 16:53:19 UTC) #8
Mathieu
https://codereview.chromium.org/1376243005/diff/20001/chrome/browser/search/local_ntp_source.cc File chrome/browser/search/local_ntp_source.cc (right): https://codereview.chromium.org/1376243005/diff/20001/chrome/browser/search/local_ntp_source.cc#newcode186 chrome/browser/search/local_ntp_source.cc:186: void LocalNtpSource::CheckLocalIncludesHelper( these three functions don't really belong in ...
5 years, 2 months ago (2015-10-19 19:59:01 UTC) #9
tmartino
On 2015/10/19 at 19:59:01, mathp wrote: > https://codereview.chromium.org/1376243005/diff/20001/chrome/browser/search/local_ntp_source.cc > File chrome/browser/search/local_ntp_source.cc (right): > > https://codereview.chromium.org/1376243005/diff/20001/chrome/browser/search/local_ntp_source.cc#newcode186 ...
5 years, 1 month ago (2015-10-29 18:14:57 UTC) #10
Mathieu
lgtm with nits https://codereview.chromium.org/1376243005/diff/60001/chrome/browser/search/local_files_ntp_source.cc File chrome/browser/search/local_files_ntp_source.cc (right): https://codereview.chromium.org/1376243005/diff/60001/chrome/browser/search/local_files_ntp_source.cc#newcode27 chrome/browser/search/local_files_ntp_source.cc:27: const std::string kInlineResouceRegex = "<include.*?src\\=[\"'](.+?)[\"'].*?>"; nit: ...
5 years, 1 month ago (2015-10-29 20:15:19 UTC) #11
tmartino
On 2015/10/29 at 20:15:19, mathp wrote: > lgtm with nits > > https://codereview.chromium.org/1376243005/diff/60001/chrome/browser/search/local_files_ntp_source.cc > File ...
5 years, 1 month ago (2015-10-30 17:58:32 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/1376243005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/100001
5 years, 1 month ago (2015-10-30 19:35:19 UTC) #14
Mathieu
On 2015/10/30 19:35:19, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
5 years, 1 month ago (2015-11-10 15:59:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376243005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/120001
5 years, 1 month ago (2015-11-12 18:52:46 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 1 month ago (2015-11-12 19:38:19 UTC) #20
kelvinp
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1442793002/ by kelvinp@chromium.org. ...
5 years, 1 month ago (2015-11-12 19:55:11 UTC) #21
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/5788cd432cc28372aa85a57cd7a66e6b6699db74 Cr-Commit-Position: refs/heads/master@{#359357}
5 years, 1 month ago (2015-11-12 20:09:00 UTC) #22
tmartino
Added ifdef guard which should fix the build issues that the trybots found on iOS. ...
5 years, 1 month ago (2015-11-12 23:28:10 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376243005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/140001
5 years, 1 month ago (2015-11-13 18:44:12 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376243005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/160001
5 years, 1 month ago (2015-11-13 21:22:26 UTC) #30
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 1 month ago (2015-11-13 21:36:21 UTC) #31
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/9eafb7d4f9b985163c30354e1c7e34a9b447c275 Cr-Commit-Position: refs/heads/master@{#359650}
5 years, 1 month ago (2015-11-13 21:37:02 UTC) #32
loyso (OOO)
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/1450533002/ by loyso@chromium.org. ...
5 years, 1 month ago (2015-11-13 21:57:55 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376243005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/180001
5 years ago (2015-11-30 15:44:09 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-30 16:36:07 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1376243005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1376243005/180001
5 years ago (2015-11-30 16:38:42 UTC) #40
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-11-30 16:44:22 UTC) #41
commit-bot: I haz the power
5 years ago (2015-11-30 16:45:10 UTC) #43
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/85dc4308873fb4cd712ad2bee0d71b7baa260f80
Cr-Commit-Position: refs/heads/master@{#362144}

Powered by Google App Engine
This is Rietveld 408576698