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

Issue 357103002: Domain Reliability: Add rudimentary WebUI page. (Closed)

Created:
6 years, 5 months ago by Deprecated (see juliatuttle)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, markusheintz_, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Domain Reliability: Add rudimentary WebUI page. Add a basic diagnostic page for Domain Reliability at chrome://domain-reliability-internals/. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282202

Patch Set 1 #

Total comments: 13

Patch Set 2 : rebase, fix things #

Patch Set 3 : rebase #

Patch Set 4 : rebase, polish a few things #

Patch Set 5 : rebase, add copyright notice to .css #

Patch Set 6 : Fix compiler errors (cast size_t to int in WebUI code) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -10 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A + chrome/browser/resources/domain_reliability_internals.css View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
A chrome/browser/resources/domain_reliability_internals.html View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/resources/domain_reliability_internals.js View 1 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/domain_reliability_internals_ui.h View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/domain_reliability_internals_ui.cc View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M components/domain_reliability/context.h View 2 chunks +8 lines, -0 lines 0 comments Download
M components/domain_reliability/context.cc View 1 2 3 4 5 3 chunks +17 lines, -1 line 0 comments Download
M components/domain_reliability/monitor.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M components/domain_reliability/monitor.cc View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M components/domain_reliability/scheduler.h View 3 chunks +16 lines, -0 lines 0 comments Download
M components/domain_reliability/scheduler.cc View 1 2 3 4 5 6 chunks +54 lines, -4 lines 0 comments Download
M components/domain_reliability/service.h View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M components/domain_reliability/service.cc View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Deprecated (see juliatuttle)
PTAL, davidben. bauerb, PTAL at chrome/browser/{resources,ui/webui}.
6 years, 5 months ago (2014-06-28 00:07:19 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/357103002/diff/1/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): https://codereview.chromium.org/357103002/diff/1/chrome/browser/browser_resources.grd#newcode122 chrome/browser/browser_resources.grd:122: <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\domain_reliability_internals.html" type="BINDATA"/> Nit: More common style seems ...
6 years, 5 months ago (2014-06-28 11:16:35 UTC) #2
Deprecated (see juliatuttle)
PTAL. https://codereview.chromium.org/357103002/diff/1/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): https://codereview.chromium.org/357103002/diff/1/chrome/browser/browser_resources.grd#newcode122 chrome/browser/browser_resources.grd:122: <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\domain_reliability_internals.html" type="BINDATA"/> On 2014/06/28 11:16:34, Bernhard ...
6 years, 5 months ago (2014-06-30 16:58:21 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc File components/domain_reliability/service.cc (right): https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc#newcode75 components/domain_reliability/service.cc:75: network_task_runner_->PostTaskAndReply(FROM_HERE, On 2014/06/30 16:58:21, ttuttle wrote: > On 2014/06/28 ...
6 years, 5 months ago (2014-06-30 17:26:54 UTC) #4
Deprecated (see juliatuttle)
On 2014/06/30 17:26:54, Bernhard Bauer wrote: > https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc > File components/domain_reliability/service.cc (right): > > https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc#newcode75 ...
6 years, 5 months ago (2014-07-01 20:10:42 UTC) #5
Deprecated (see juliatuttle)
On 2014/06/30 17:26:54, Bernhard Bauer wrote: > https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc > File components/domain_reliability/service.cc (right): > > https://codereview.chromium.org/357103002/diff/1/components/domain_reliability/service.cc#newcode75 ...
6 years, 5 months ago (2014-07-01 20:10:42 UTC) #6
Deprecated (see juliatuttle)
PTAL.
6 years, 5 months ago (2014-07-01 20:35:32 UTC) #7
Bernhard Bauer
On 2014/07/01 20:10:42, ttuttle wrote: > On 2014/06/30 17:26:54, Bernhard Bauer wrote: > > > ...
6 years, 5 months ago (2014-07-02 10:17:55 UTC) #8
Deprecated (see juliatuttle)
Huh, you're right. I figured scoped_ptr wouldn't be that smart. PTAL?
6 years, 5 months ago (2014-07-07 16:53:33 UTC) #9
Bernhard Bauer
LGTM On 2014/07/07 16:53:33, ttuttle wrote: > Huh, you're right. I figured scoped_ptr wouldn't be ...
6 years, 5 months ago (2014-07-07 17:09:47 UTC) #10
Deprecated (see juliatuttle)
The CQ bit was checked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-07 17:14:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ttuttle@chromium.org/357103002/60001
6 years, 5 months ago (2014-07-07 17:15:01 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-07 17:29:40 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-07 17:31:53 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_x64_rel/builds/28001)
6 years, 5 months ago (2014-07-07 17:31:55 UTC) #15
sky
.grd LGTM
6 years, 5 months ago (2014-07-09 19:22:21 UTC) #16
Deprecated (see juliatuttle)
The CQ bit was checked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-09 20:26:41 UTC) #17
Deprecated (see juliatuttle)
The CQ bit was unchecked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-09 20:27:34 UTC) #18
Deprecated (see juliatuttle)
The CQ bit was checked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-09 20:27:34 UTC) #19
Deprecated (see juliatuttle)
The CQ bit was unchecked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-09 20:27:34 UTC) #20
Deprecated (see juliatuttle)
The CQ bit was checked by ttuttle@chromium.org
6 years, 5 months ago (2014-07-09 20:27:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ttuttle@chromium.org/357103002/100001
6 years, 5 months ago (2014-07-09 20:30:38 UTC) #22
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 00:57:13 UTC) #23
Message was sent while issue was closed.
Change committed as 282202

Powered by Google App Engine
This is Rietveld 408576698