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

Issue 11415063: Adds about:user-actions page. (Closed)

Created:
8 years, 1 month ago by Mark P
Modified:
8 years, 1 month ago
CC:
chromium-reviews, Ilya Sherman
Visibility:
Public.

Description

Adds about:user-actions page. This page listens for all record-user-action events and displays them. It's useful to help verify that the right user actions get sent at the right time. BUG=162309 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169176

Patch Set 1 #

Patch Set 2 : Cleanup; ready for review. #

Total comments: 16

Patch Set 3 : Evan's comments. #

Patch Set 4 : remove extraneous comment #

Total comments: 8

Patch Set 5 : arv's comments #

Patch Set 6 : Add missing OVERRIDE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -0 lines) Patch
M chrome/browser/browser_about_handler.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/user_actions/user_actions.css View 1 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/resources/user_actions/user_actions.html View 1 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/resources/user_actions/user_actions.js View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/user_actions/user_actions_ui.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/user_actions/user_actions_ui.cc View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/user_actions/user_actions_ui_handler.h View 1 2 3 4 5 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Mark P
I know there are lot of files in this review, but everything is short and ...
8 years, 1 month ago (2012-11-20 23:01:30 UTC) #1
Evan Stade
lgtm aside from nits https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui.cc File chrome/browser/ui/webui/user_actions/user_actions_ui.cc (right): https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui.cc#newcode22 chrome/browser/ui/webui/user_actions/user_actions_ui.cc:22: html_source->add_resource_path("user_actions.csss", IDR_USER_ACTIONS_CSS); this looks like ...
8 years, 1 month ago (2012-11-20 23:09:57 UTC) #2
Mark P
https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui.cc File chrome/browser/ui/webui/user_actions/user_actions_ui.cc (right): https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui.cc#newcode22 chrome/browser/ui/webui/user_actions/user_actions_ui.cc:22: html_source->add_resource_path("user_actions.csss", IDR_USER_ACTIONS_CSS); On 2012/11/20 23:09:57, Evan Stade wrote: > ...
8 years, 1 month ago (2012-11-20 23:45:41 UTC) #3
Evan Stade
https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc File chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc (right): https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc#newcode22 chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc:22: // No need to explicitly unregister ourselves--it's done automatically ...
8 years, 1 month ago (2012-11-20 23:59:16 UTC) #4
Mark P
https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc File chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc (right): https://codereview.chromium.org/11415063/diff/2001/chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc#newcode22 chrome/browser/ui/webui/user_actions/user_actions_ui_handler.cc:22: // No need to explicitly unregister ourselves--it's done automatically ...
8 years, 1 month ago (2012-11-21 00:18:14 UTC) #5
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/11415063/diff/10001/chrome/browser/resources/user_actions/user_actions.js File chrome/browser/resources/user_actions/user_actions.js (right): https://codereview.chromium.org/11415063/diff/10001/chrome/browser/resources/user_actions/user_actions.js#newcode7 chrome/browser/resources/user_actions/user_actions.js:7: * This is used to debug user actons ...
8 years, 1 month ago (2012-11-21 15:09:07 UTC) #6
Mark P
https://codereview.chromium.org/11415063/diff/10001/chrome/browser/resources/user_actions/user_actions.js File chrome/browser/resources/user_actions/user_actions.js (right): https://codereview.chromium.org/11415063/diff/10001/chrome/browser/resources/user_actions/user_actions.js#newcode7 chrome/browser/resources/user_actions/user_actions.js:7: * This is used to debug user actons recording. ...
8 years, 1 month ago (2012-11-21 16:05:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/11415063/3014
8 years, 1 month ago (2012-11-21 16:06:01 UTC) #8
commit-bot: I haz the power
Presubmit check for 11415063-3014 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-21 16:06:10 UTC) #9
Mark P
Arv & Evan, Do either of you have a suggestion on who I should get ...
8 years, 1 month ago (2012-11-21 16:12:15 UTC) #10
Ilya Sherman
+Nico for chrome/ OWNERship
8 years, 1 month ago (2012-11-21 20:35:34 UTC) #11
Nico
Please file a bug for this and mention it in the bug line (so that ...
8 years, 1 month ago (2012-11-21 20:57:05 UTC) #12
Mark P
On 2012/11/21 20:57:05, Nico wrote: > Please file a bug for this and mention it ...
8 years, 1 month ago (2012-11-21 21:34:53 UTC) #13
Nico
lgtm stamp, thanks
8 years, 1 month ago (2012-11-21 22:16:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/11415063/3014
8 years, 1 month ago (2012-11-21 22:21:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/11415063/16
8 years, 1 month ago (2012-11-21 22:51:09 UTC) #16
commit-bot: I haz the power
8 years, 1 month ago (2012-11-22 00:47:00 UTC) #17
Change committed as 169176

Powered by Google App Engine
This is Rietveld 408576698