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

Issue 22336007: Add chrome://slow for enabling performance tracing for feedback reports. (Closed)

Created:
7 years, 4 months ago by Zachary Kuznia
Modified:
7 years, 4 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org, Tom Sepez
Visibility:
Public.

Description

Add chrome://slow for enabling performance tracing for feedback reports. BUG=269809 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216845

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review fixes #

Total comments: 2

Patch Set 3 : Code review fixes #

Patch Set 4 : Rebase #

Patch Set 5 : Fix CSP #

Total comments: 2

Patch Set 6 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -0 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/slow.css View 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/slow.html View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/slow.js View 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/chromeos/slow_ui.h View 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/chromeos/slow_ui.cc View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 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 +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Zachary Kuznia
Please take a look.
7 years, 4 months ago (2013-08-08 01:21:29 UTC) #1
Dmitry Polukhin
https://codereview.chromium.org/22336007/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/22336007/diff/1/chrome/app/chromeos_strings.grdp#newcode1619 chrome/app/chromeos_strings.grdp:1619: <message name="IDS_SLOW_TITLE" desc="Title of the page at chrome:slow."> As ...
7 years, 4 months ago (2013-08-08 21:13:16 UTC) #2
Zachary Kuznia
https://codereview.chromium.org/22336007/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/22336007/diff/1/chrome/app/chromeos_strings.grdp#newcode1619 chrome/app/chromeos_strings.grdp:1619: <message name="IDS_SLOW_TITLE" desc="Title of the page at chrome:slow."> On ...
7 years, 4 months ago (2013-08-08 21:28:57 UTC) #3
Dmitry Polukhin
lgtm
7 years, 4 months ago (2013-08-08 21:31:05 UTC) #4
Zachary Kuznia
Hi jhawkins, Could you do an OWNERS review of this? Thanks, -Zach
7 years, 4 months ago (2013-08-08 21:39:06 UTC) #5
Zachary Kuznia
Hello thestig, Could you do an OWNERS review of this? Thanks, -Zach
7 years, 4 months ago (2013-08-09 20:54:43 UTC) #6
Lei Zhang
lgtm, but please fix the string descriptions. https://codereview.chromium.org/22336007/diff/7001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/22336007/diff/7001/chrome/app/chromeos_strings.grdp#newcode1630 chrome/app/chromeos_strings.grdp:1630: <message name="IDS_SLOW_DISABLE" ...
7 years, 4 months ago (2013-08-09 21:00:01 UTC) #7
Zachary Kuznia
https://codereview.chromium.org/22336007/diff/7001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/22336007/diff/7001/chrome/app/chromeos_strings.grdp#newcode1630 chrome/app/chromeos_strings.grdp:1630: <message name="IDS_SLOW_DISABLE" desc=""> On 2013/08/09 21:00:01, Lei Zhang wrote: ...
7 years, 4 months ago (2013-08-09 21:52:20 UTC) #8
Lei Zhang
lgtm++
7 years, 4 months ago (2013-08-09 21:55:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22336007/43001
7 years, 4 months ago (2013-08-09 22:05:54 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-08-09 22:41:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22336007/43001
7 years, 4 months ago (2013-08-09 22:52:56 UTC) #12
James Cook
I don't think you should commit this with this override intact: virtual bool ShouldAddContentSecurityPolicy() const ...
7 years, 4 months ago (2013-08-09 22:54:48 UTC) #13
Lei Zhang
+tsepez, uncheck CQ box.
7 years, 4 months ago (2013-08-09 23:00:08 UTC) #14
Zachary Kuznia
Changed this as per Tom's suggestions. The CSP is now safe.
7 years, 4 months ago (2013-08-09 23:44:44 UTC) #15
James Cook
LGTM with nit, thanks for getting CSP worked out so quickly https://codereview.chromium.org/22336007/diff/14002/chrome/browser/ui/webui/chromeos/slow_ui.cc File chrome/browser/ui/webui/chromeos/slow_ui.cc (right): ...
7 years, 4 months ago (2013-08-10 00:03:21 UTC) #16
Zachary Kuznia
https://codereview.chromium.org/22336007/diff/14002/chrome/browser/ui/webui/chromeos/slow_ui.cc File chrome/browser/ui/webui/chromeos/slow_ui.cc (right): https://codereview.chromium.org/22336007/diff/14002/chrome/browser/ui/webui/chromeos/slow_ui.cc#newcode52 chrome/browser/ui/webui/chromeos/slow_ui.cc:52: On 2013/08/10 00:03:21, James Cook wrote: > nit: one ...
7 years, 4 months ago (2013-08-10 00:05:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/22336007/69001
7 years, 4 months ago (2013-08-10 00:11:32 UTC) #18
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 13:59:48 UTC) #19
Message was sent while issue was closed.
Change committed as 216845

Powered by Google App Engine
This is Rietveld 408576698