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

Issue 1340493002: Add initial version of chrome://popular-sites-internals page (Closed)

Created:
5 years, 3 months ago by Marc Treib
Modified:
5 years, 3 months ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@finch_country_version
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add initial version of chrome://popular-sites-internals page BUG=530490 Committed: https://crrev.com/d73c9ad988575309c5e627df59dbe7a2af768049 Cr-Commit-Position: refs/heads/master@{#350168}

Patch Set 1 #

Total comments: 20

Patch Set 2 : review (and rebase) #

Patch Set 3 : review2 #

Patch Set 4 : review3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -3 lines) Patch
M chrome/browser/android/most_visited_sites.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/popular_sites.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/popular_sites.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/browser/resources/popular_sites_internals.css View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/resources/popular_sites_internals.html View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/resources/popular_sites_internals.js View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/popular_sites_internals_message_handler.h View 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/popular_sites_internals_message_handler.cc View 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/popular_sites_internals_ui.h View 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/popular_sites_internals_ui.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (4 generated)
Marc Treib
PTAL - screenshot on the bug!
5 years, 3 months ago (2015-09-11 08:58:17 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/android/popular_sites.cc File chrome/browser/android/popular_sites.cc (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/android/popular_sites.cc#newcode164 chrome/browser/android/popular_sites.cc:164: static bool overwrite = true; Given that this does ...
5 years, 3 months ago (2015-09-11 16:00:06 UTC) #3
Marc Treib
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/android/popular_sites.cc File chrome/browser/android/popular_sites.cc (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/android/popular_sites.cc#newcode164 chrome/browser/android/popular_sites.cc:164: static bool overwrite = true; On 2015/09/11 16:00:05, Bernhard ...
5 years, 3 months ago (2015-09-22 11:13:56 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.css File chrome/browser/resources/popular_sites_internals.css (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.css#newcode6 chrome/browser/resources/popular_sites_internals.css:6: font-size: larger; On 2015/09/22 11:13:56, Marc Treib wrote: > ...
5 years, 3 months ago (2015-09-22 13:49:21 UTC) #5
Marc Treib
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.css File chrome/browser/resources/popular_sites_internals.css (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.css#newcode6 chrome/browser/resources/popular_sites_internals.css:6: font-size: larger; On 2015/09/22 13:49:21, Bernhard Bauer wrote: > ...
5 years, 3 months ago (2015-09-22 14:02:23 UTC) #6
Bernhard Bauer
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.html File chrome/browser/resources/popular_sites_internals.html (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.html#newcode27 chrome/browser/resources/popular_sites_internals.html:27: <form id="download"> On 2015/09/22 14:02:22, Marc Treib wrote: > ...
5 years, 3 months ago (2015-09-22 14:10:23 UTC) #7
Marc Treib
https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.html File chrome/browser/resources/popular_sites_internals.html (right): https://codereview.chromium.org/1340493002/diff/1/chrome/browser/resources/popular_sites_internals.html#newcode27 chrome/browser/resources/popular_sites_internals.html:27: <form id="download"> On 2015/09/22 14:10:23, Bernhard Bauer wrote: > ...
5 years, 3 months ago (2015-09-22 14:20:34 UTC) #8
Bernhard Bauer
lgtm
5 years, 3 months ago (2015-09-22 14:24:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1340493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1340493002/60001
5 years, 3 months ago (2015-09-22 14:32:43 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/116682)
5 years, 3 months ago (2015-09-22 15:24:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1340493002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1340493002/60001
5 years, 3 months ago (2015-09-22 15:31:24 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-22 16:20:54 UTC) #16
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 16:22:10 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d73c9ad988575309c5e627df59dbe7a2af768049
Cr-Commit-Position: refs/heads/master@{#350168}

Powered by Google App Engine
This is Rietveld 408576698