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

Issue 2442333003: Elide origin URLs from the left (Closed)

Created:
4 years, 1 month ago by jdoerrie
Modified:
4 years ago
Reviewers:
Dan Beam, hcarmona
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org, kolos1, Evan Stade
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Elide origin URLs from the left This change elides long origin URLs from the left, so that the high level domain of the domain remains visible. This is beneficial for security reasons. BUG=620007 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/42a5543b03b6b099cc52f6d672250c16b8ace86f Cr-Commit-Position: refs/heads/master@{#435904}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed nits, fixed types and added test. #

Total comments: 7

Patch Set 3 : Simplify Elided Origins Test #

Total comments: 1

Patch Set 4 : Pure CSS Solution #

Total comments: 3

Patch Set 5 : Reformat Comment Block #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (17 generated)
jdoerrie
4 years, 1 month ago (2016-10-24 17:44:53 UTC) #3
hcarmona
LGTM with a nit. https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode63 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:63: <div class="website-column">$i18n{editPasswordWebsiteLabel}</div> This will be ...
4 years, 1 month ago (2016-10-24 18:19:37 UTC) #8
Dan Beam
please add tests for your binary search https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js (right): https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js#newcode184 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js:184: } no ...
4 years, 1 month ago (2016-10-24 19:16:00 UTC) #10
jdoerrie
https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode80 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:80: </a> This change currently breaks browser tests, the gist ...
4 years, 1 month ago (2016-10-25 11:47:01 UTC) #11
hcarmona
On 2016/10/25 11:47:01, jdoerrie wrote: > https://codereview.chromium.org/2442333003/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > File > chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > (right): > > ...
4 years, 1 month ago (2016-10-25 11:57:55 UTC) #12
jdoerrie
https://codereview.chromium.org/2442333003/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode7 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:7: <link rel="import" href="/global_scroll_target_behavior.html"> I git rebase-updated, not my change. ...
4 years, 1 month ago (2016-10-25 16:17:13 UTC) #13
hcarmona
Thanks for tests :-) https://codereview.chromium.org/2442333003/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode7 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:7: <link rel="import" href="/global_scroll_target_behavior.html"> On 2016/10/25 ...
4 years, 1 month ago (2016-10-25 17:05:31 UTC) #16
Dan Beam
https://codereview.chromium.org/2442333003/diff/20001/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js File chrome/test/data/webui/settings/settings_passwords_section_browsertest.js (right): https://codereview.chromium.org/2442333003/diff/20001/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js#newcode109 chrome/test/data/webui/settings/settings_passwords_section_browsertest.js:109: * replaces the binary search with a linear search. ...
4 years, 1 month ago (2016-10-25 23:37:32 UTC) #19
Dan Beam
not lgtm until we figure out a way to test the real logic rather than ...
4 years, 1 month ago (2016-10-26 02:25:23 UTC) #20
jdoerrie
On 2016/10/26 02:25:23, Dan Beam wrote: > not lgtm until we figure out a way ...
4 years, 1 month ago (2016-10-26 09:05:02 UTC) #21
hcarmona
https://codereview.chromium.org/2442333003/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode27 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:27: flex: 3; A mixin might make this easier to ...
4 years, 1 month ago (2016-10-26 14:04:36 UTC) #22
jdoerrie
On 2016/10/26 14:04:36, Hector Carmona wrote: > https://codereview.chromium.org/2442333003/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > File > chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > (right): > ...
4 years, 1 month ago (2016-10-28 10:02:13 UTC) #23
hcarmona
LGTM, let's just update the description to remove: This logic is already done in the ...
4 years, 1 month ago (2016-10-28 14:10:31 UTC) #24
Dan Beam
https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode32 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:32: direction: rtl; this is not the same, this is ...
4 years, 1 month ago (2016-10-28 22:41:43 UTC) #26
Dan Beam
On 2016/10/28 22:41:43, Dan Beam wrote: > https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > File > chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html > (right): > ...
4 years, 1 month ago (2016-10-28 22:43:16 UTC) #27
Dan Beam
/cc estade@ and kolos@
4 years, 1 month ago (2016-10-29 00:14:40 UTC) #28
jdoerrie
On 2016/10/29 00:14:40, Dan Beam wrote: > /cc estade@ and kolos@ Friendly ping on this ...
4 years ago (2016-11-28 15:51:43 UTC) #29
Dan Beam
so you tried these exact steps, basically? https://bugs.chromium.org/p/chromium/issues/detail?id=595276
4 years ago (2016-11-29 01:48:34 UTC) #30
jdoerrie
On 2016/11/29 01:48:34, Dan Beam wrote: > so you tried these exact steps, basically? > ...
4 years ago (2016-12-01 18:16:13 UTC) #31
Dan Beam
ok, we can give this another shot, then... lgtm https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode30 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:30: ...
4 years ago (2016-12-01 18:18:32 UTC) #32
jdoerrie
https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html (right): https://codereview.chromium.org/2442333003/diff/60001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html#newcode30 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html:30: */ On 2016/12/01 18:18:32, Dan Beam wrote: > /* ...
4 years ago (2016-12-02 09:11:06 UTC) #33
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/2442333003/80001
4 years ago (2016-12-02 09:11:43 UTC) #36
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-02 10:09:36 UTC) #39
commit-bot: I haz the power
4 years ago (2016-12-02 10:11:20 UTC) #41
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/42a5543b03b6b099cc52f6d672250c16b8ace86f
Cr-Commit-Position: refs/heads/master@{#435904}

Powered by Google App Engine
This is Rietveld 408576698