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

Issue 2290563002: correct displaying URLs on domain-reliability-internals page (Closed)

Created:
4 years, 3 months ago by pavor
Modified:
4 years, 2 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

correct displaying URLs on domain-reliability-internals page DomainReliabilityContext::GetWebUIData() puts into dictionary URL to the entry with name "origin", but domain_reliability_internals.html tries to display "domain" data field as URL. R=dbeam@chromium.org, ttuttle@chromium.org BUG=641876 TEST=Force Domain Reliability feature and load chrome://domain-reliability-internals page CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/f6c04cf1d3aac4d7bbcbb52cb2127b5ef521c73d Cr-Commit-Position: refs/heads/master@{#421795}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/resources/domain_reliability_internals.html View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 12 (3 generated)
pavor
4 years, 3 months ago (2016-08-29 08:13:01 UTC) #1
Dan Beam
lgtm, is there any way you could add a test, though?
4 years, 3 months ago (2016-08-30 01:46:44 UTC) #3
pavor
On 2016/08/30 01:46:44, Dan Beam wrote: > lgtm, is there any way you could add ...
4 years, 3 months ago (2016-08-30 07:25:09 UTC) #4
Dan Beam
https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/domain_reliability_internals.html File chrome/browser/resources/domain_reliability_internals.html (right): https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/domain_reliability_internals.html#newcode23 chrome/browser/resources/domain_reliability_internals.html:23: <h2 jscontent="origin"></h2> can you use assert(origin) or jsdisplay="assert(origin)"?
4 years, 3 months ago (2016-08-31 18:44:47 UTC) #5
pavor
On 2016/08/31 18:44:47, Dan Beam wrote: > https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/domain_reliability_internals.html > File chrome/browser/resources/domain_reliability_internals.html (right): > > https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/domain_reliability_internals.html#newcode23 ...
4 years, 2 months ago (2016-09-29 09:45:10 UTC) #6
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/2290563002/1
4 years, 2 months ago (2016-09-29 09:45:38 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-09-29 10:41:21 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f6c04cf1d3aac4d7bbcbb52cb2127b5ef521c73d Cr-Commit-Position: refs/heads/master@{#421795}
4 years, 2 months ago (2016-09-29 10:42:54 UTC) #11
Dan Beam
4 years, 2 months ago (2016-09-29 17:09:26 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/do...
File chrome/browser/resources/domain_reliability_internals.html (right):

https://codereview.chromium.org/2290563002/diff/1/chrome/browser/resources/do...
chrome/browser/resources/domain_reliability_internals.html:23: <h2
jscontent="origin"></h2>
On 2016/08/31 18:44:47, Dan Beam wrote:
> can you use assert(origin) or jsdisplay="assert(origin)"?

note: assert() does return what you've given to it (if it's not falsey, in which
case it throws)

Powered by Google App Engine
This is Rietveld 408576698