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

Issue 11975053: History: Add option to group visits by domain (Closed)

Created:
7 years, 11 months ago by Sergiu
Modified:
7 years, 11 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

History: Add option to group visits by domain This patch is part of a series of 3 patches that add grouping by domain name to the Chrome history page. The current patch adds checkbox to the history page, which, when enabled, groups the results in a day by domain and orders them by the number of visits to that domain. The change is only active when the "--enable-grouped-history" command line switch is passed when running Chrome. BUG=170690 TBR=jhawkins@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178007

Patch Set 1 #

Total comments: 5

Patch Set 2 : Optimize twisty_closed PNGs. #

Patch Set 3 : Move input inside label. #

Total comments: 34

Patch Set 4 : Fix collapse/toogle #

Total comments: 10

Patch Set 5 : Replying to comments. #

Patch Set 6 : Rebase #

Total comments: 2

Patch Set 7 : Proper switch code. #

Total comments: 4

Patch Set 8 : Fix some strings and CSS #

Total comments: 10

Patch Set 9 : Minor fix #

Patch Set 10 : Rebase #

Patch Set 11 : Replace images with characters and minor fix. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -84 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/resources/history/history.css View 1 2 3 4 5 6 7 8 9 10 8 chunks +68 lines, -5 lines 1 comment Download
M chrome/browser/resources/history/history.html View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/history/history.js View 1 2 3 4 5 6 7 8 9 10 23 chunks +302 lines, -75 lines 5 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Sergiu
Hey, I've managed to split the CL from here[1] into 3 different CLs, which should ...
7 years, 11 months ago (2013-01-17 18:47:07 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/history/history.html File chrome/browser/resources/history/history.html (right): https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/history/history.html#newcode52 chrome/browser/resources/history/history.html:52: <label i18n-content="displayfiltersites" for="display-filter-sites"> It puts the input element inside ...
7 years, 11 months ago (2013-01-17 19:05:14 UTC) #2
Sergiu
https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/history/history.html File chrome/browser/resources/history/history.html (right): https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/history/history.html#newcode52 chrome/browser/resources/history/history.html:52: <label i18n-content="displayfiltersites" for="display-filter-sites"> On 2013/01/17 19:05:14, Bernhard Bauer wrote: ...
7 years, 11 months ago (2013-01-18 09:21:46 UTC) #3
Bernhard Bauer
LGTM, but I'm still confused about the PNGs. https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/twisty_closed.png File chrome/browser/resources/twisty_closed.png (right): https://codereview.chromium.org/11975053/diff/1/chrome/browser/resources/twisty_closed.png#newcode1 chrome/browser/resources/twisty_closed.png:1: ‰PNG ...
7 years, 11 months ago (2013-01-18 11:29:25 UTC) #4
Patrick Dubroy
This is getting close! BTW, I think you should change the description to "History: Add ...
7 years, 11 months ago (2013-01-18 11:43:26 UTC) #5
Sergiu
On 2013/01/18 11:29:25, Bernhard Bauer wrote: > LGTM, but I'm still confused about the PNGs. ...
7 years, 11 months ago (2013-01-18 12:21:35 UTC) #6
Bernhard Bauer
On 2013/01/18 12:21:35, Sergiu wrote: > On 2013/01/18 11:29:25, Bernhard Bauer wrote: > > LGTM, ...
7 years, 11 months ago (2013-01-18 12:52:35 UTC) #7
Sergiu
Please take another look. Thanks, Sergiu https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd#newcode465 chrome/app/generated_resources.grd:465: + <message name="IDS_HISTORY_DISPLAY_FILTER_SITES" ...
7 years, 11 months ago (2013-01-21 08:56:15 UTC) #8
Bernhard Bauer
https://codereview.chromium.org/11975053/diff/14002/chrome/browser/ui/webui/history_ui.cc File chrome/browser/ui/webui/history_ui.cc (right): https://codereview.chromium.org/11975053/diff/14002/chrome/browser/ui/webui/history_ui.cc#newcode147 chrome/browser/ui/webui/history_ui.cc:147: DictionaryValue localized_strings; On 2013/01/21 08:56:16, Sergiu wrote: > On ...
7 years, 11 months ago (2013-01-21 09:10:03 UTC) #9
Sergiu
https://codereview.chromium.org/11975053/diff/14002/chrome/browser/ui/webui/history_ui.cc File chrome/browser/ui/webui/history_ui.cc (right): https://codereview.chromium.org/11975053/diff/14002/chrome/browser/ui/webui/history_ui.cc#newcode147 chrome/browser/ui/webui/history_ui.cc:147: DictionaryValue localized_strings; On 2013/01/21 09:10:03, Bernhard Bauer wrote: > ...
7 years, 11 months ago (2013-01-21 09:29:11 UTC) #10
Patrick Dubroy
https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd#newcode465 chrome/app/generated_resources.grd:465: + <message name="IDS_HISTORY_DISPLAY_FILTER_SITES" desc="The text on the radio box ...
7 years, 11 months ago (2013-01-21 09:42:39 UTC) #11
Sergiu
https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/11975053/diff/10002/chrome/app/generated_resources.grd#newcode465 chrome/app/generated_resources.grd:465: + <message name="IDS_HISTORY_DISPLAY_FILTER_SITES" desc="The text on the radio box ...
7 years, 11 months ago (2013-01-21 10:38:29 UTC) #12
Patrick Dubroy
LGTM, if you change the stuff mentioned below. Also, can you please update the CL ...
7 years, 11 months ago (2013-01-21 14:35:44 UTC) #13
Sergiu
Done, I'll click the commit box tomorrow morning. https://codereview.chromium.org/11975053/diff/28004/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/11975053/diff/28004/chrome/app/generated_resources.grd#newcode430 chrome/app/generated_resources.grd:430: + ...
7 years, 11 months ago (2013-01-21 18:19:50 UTC) #14
Sergiu
Hey James, Can I get an OWNERS review for the history_ui.cc change? Thanks, Sergiu
7 years, 11 months ago (2013-01-22 10:51:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergiu@chromium.org/11975053/23005
7 years, 11 months ago (2013-01-22 11:11:40 UTC) #16
commit-bot: I haz the power
Change committed as 178007
7 years, 11 months ago (2013-01-22 14:59:05 UTC) #17
James Hawkins
On 2013/01/22 14:59:05, I haz the power (commit-bot) wrote: > Change committed as 178007 Please ...
7 years, 11 months ago (2013-01-22 17:17:54 UTC) #18
James Hawkins
https://codereview.chromium.org/11975053/diff/23005/chrome/browser/resources/history/history.css File chrome/browser/resources/history/history.css (right): https://codereview.chromium.org/11975053/diff/23005/chrome/browser/resources/history/history.css#newcode252 chrome/browser/resources/history/history.css:252: color: #8F8F8F; nit: Be consistent: you use rgb() elsewhere ...
7 years, 11 months ago (2013-01-22 17:27:04 UTC) #19
Patrick Dubroy
7 years, 11 months ago (2013-01-22 18:52:13 UTC) #20
Patrick Dubroy
On 2013/01/22 17:17:54, James Hawkins wrote: > On 2013/01/22 14:59:05, I haz the power (commit-bot) ...
7 years, 11 months ago (2013-01-22 18:54:06 UTC) #21
James Hawkins
7 years, 11 months ago (2013-01-22 18:55:35 UTC) #22
Message was sent while issue was closed.
On 2013/01/22 18:54:06, dubroy wrote:
> On 2013/01/22 17:17:54, James Hawkins wrote:
> > On 2013/01/22 14:59:05, I haz the power (commit-bot) wrote:
> > > Change committed as 178007
> > 
> > Please don't commit non-trivial changes without OWNERS approval.
> 
> Sorry James, that's my fault -- I told Sergiu to TBR you on it. Since I'm an
> owner of chrome/browser/resources/history, the only non-owner-reviewed change
> was the addition of the localized strings in history_ui.cc. I figured that was
> trivial, but we'll make sure to wait for your LGTM on changes like that in the
> future.

Thanks, Patrick: appreciate it.  I think we're all on the same page now.

Powered by Google App Engine
This is Rietveld 408576698