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

Issue 2088093004: Add a footer about other forms of history to the MD history page. (Closed)

Created:
4 years, 6 months ago by msramek
Modified:
4 years, 5 months ago
Reviewers:
calamity, Dan Beam
CC:
chromium-reviews, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, jshin+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a footer about other forms of history to the MD history page. This is a followup to https://codereview.chromium.org/1838333004/ where it was added to the history WebUI. Folio: https://folio.googleplex.com/chromenarnia/Clear%20Browsing%20Data%20&%20History/MD%20Update What's not seen on Folio, but was discussed offline: Although it's positioned in the side bar, the footer should not behave like a paper-item. Only the link itself should be clickable. Update: https://screenshot.googleplex.com/s2yAqZ05yXT - this is a new screenshot after the side-bar layout changed (used to be static, after https://codereview.chromium.org/2020963002/ it's hidden under the hamburger menu. BUG=595332 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/59db76ef6f2b5d45b17aeb1f6cc48c083178df10 Cr-Commit-Position: refs/heads/master@{#406055}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Initialize to false. #

Total comments: 6

Patch Set 3 : Rebased. #

Patch Set 4 : Addressed comments. #

Total comments: 12

Patch Set 5 : Addressed comments. #

Patch Set 6 : Rebase. #

Total comments: 4

Patch Set 7 : Added getter. #

Patch Set 8 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -3 lines) Patch
M chrome/app/resources/locale_settings.grd View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/app.js View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/history.js View 1 2 3 4 5 6 1 chunk +10 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_history/side_bar.html View 1 2 3 4 5 6 7 4 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/resources/md_history/side_bar.js View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_history_ui.cc View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (15 generated)
msramek
Hi Dan and Chris, please have a look! Thanks, Martin https://codereview.chromium.org/2088093004/diff/1/chrome/browser/resources/md_history/side_bar.html File chrome/browser/resources/md_history/side_bar.html (right): https://codereview.chromium.org/2088093004/diff/1/chrome/browser/resources/md_history/side_bar.html#newcode29 ...
4 years, 6 months ago (2016-06-23 13:34:07 UTC) #3
calamity
FYI, the sidebar is changing in https://codereview.chromium.org/2020963002/ into a drawer-style menu that won't be visible ...
4 years, 6 months ago (2016-06-24 03:32:22 UTC) #4
tsergeant
On 2016/06/24 03:32:22, calamity wrote: > FYI, the sidebar is changing in https://codereview.chromium.org/2020963002/ into > ...
4 years, 6 months ago (2016-06-24 05:00:46 UTC) #5
msramek
Thanks for the heads-up. I chatted with our UX designer, and we decided to go ...
4 years, 6 months ago (2016-06-24 11:27:52 UTC) #6
msramek
Friendly ping :)
4 years, 5 months ago (2016-06-30 12:30:15 UTC) #7
Dan Beam
who do you want to review what? do you have screenshots? https://codereview.chromium.org/2088093004/diff/20001/chrome/browser/resources/md_history/app.js File chrome/browser/resources/md_history/app.js (right): ...
4 years, 5 months ago (2016-06-30 23:30:03 UTC) #8
msramek
Dan - I'd like an owner's review from you, but I added Chris as he's ...
4 years, 5 months ago (2016-07-01 11:42:06 UTC) #10
Dan Beam
"Dan - I'd like an owner's review from you, but I added Chris as he's ...
4 years, 5 months ago (2016-07-01 15:38:27 UTC) #11
calamity
Yeah, that 120px thing is weird. It's in app-drawer. No idea why. https://codereview.chromium.org/2088093004/diff/60001/chrome/browser/resources/md_history/history.js File chrome/browser/resources/md_history/history.js ...
4 years, 5 months ago (2016-07-05 04:03:13 UTC) #12
msramek
I explained the 120px shift down in the comments. Regarding the second question, whether clicking ...
4 years, 5 months ago (2016-07-06 19:24:11 UTC) #13
calamity
lgtm.
4 years, 5 months ago (2016-07-08 01:48:20 UTC) #15
Dan Beam
lgtm except for local DOM access (calamity@ or tsergeant@ you agree with this?) https://codereview.chromium.org/2088093004/diff/120001/chrome/browser/resources/md_history/history.js File ...
4 years, 5 months ago (2016-07-12 02:05:57 UTC) #16
msramek
https://codereview.chromium.org/2088093004/diff/120001/chrome/browser/resources/md_history/history.js File chrome/browser/resources/md_history/history.js (right): https://codereview.chromium.org/2088093004/diff/120001/chrome/browser/resources/md_history/history.js#newcode58 chrome/browser/resources/md_history/history.js:58: .$['side-bar'].showFooter = includeOtherFormsOfBrowsingHistory; On 2016/07/12 02:05:57, Dan Beam wrote: ...
4 years, 5 months ago (2016-07-12 13:56:36 UTC) #17
calamity
On 2016/07/12 13:56:36, msramek wrote: > https://codereview.chromium.org/2088093004/diff/120001/chrome/browser/resources/md_history/history.js > File chrome/browser/resources/md_history/history.js (right): > > https://codereview.chromium.org/2088093004/diff/120001/chrome/browser/resources/md_history/history.js#newcode58 > ...
4 years, 5 months ago (2016-07-15 02:54:18 UTC) #18
msramek
Thanks guys! I had to rebase because of a small merge conflict; proceeding to land ...
4 years, 5 months ago (2016-07-18 17:10:00 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2088093004/160001
4 years, 5 months ago (2016-07-18 17:11:00 UTC) #23
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-18 17:11:02 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2088093004/160001
4 years, 5 months ago (2016-07-18 17:31:56 UTC) #30
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ is not running the ...
4 years, 5 months ago (2016-07-18 17:31:58 UTC) #31
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ is not running the ...
4 years, 5 months ago (2016-07-18 18:03:37 UTC) #32
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ is not running the ...
4 years, 5 months ago (2016-07-18 18:34:18 UTC) #33
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ is not running the ...
4 years, 5 months ago (2016-07-18 18:37:28 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 5 months ago (2016-07-18 19:07:42 UTC) #37
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-18 19:07:50 UTC) #38
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 19:10:22 UTC) #40
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/59db76ef6f2b5d45b17aeb1f6cc48c083178df10
Cr-Commit-Position: refs/heads/master@{#406055}

Powered by Google App Engine
This is Rietveld 408576698