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

Issue 1636153002: Give user ability to file a feedback report from the display error notification. (Closed)

Created:
4 years, 11 months ago by afakhry
Modified:
4 years, 10 months ago
CC:
chromium-reviews, ozone-reviews_chromium.org, tdanderson+views_chromium.org, sadrul, tfarina, oshima+watch_chromium.org, kalyank, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Give user ability to file a feedback report from the display error notification. Make the display error notification clickable and starts the feedback app on click. We log the available displays IDs and EDIDs. BUG=570380 TEST=manually Committed: https://crrev.com/965f9b3c3a245b52b8720cecbd598576853ba719 Cr-Commit-Position: refs/heads/master@{#373895}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : Fix errors #

Total comments: 11

Patch Set 4 : oshima's comments #

Total comments: 4

Patch Set 5 : more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -56 lines) Patch
M ash/ash_chromeos_strings.grdp View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/display_error_observer_chromeos.cc View 1 2 3 4 chunks +35 lines, -1 line 0 comments Download
M ui/display/chromeos/display_snapshot_virtual.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/chromeos/test/test_display_snapshot.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/display/chromeos/x11/display_snapshot_x11.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/chromeos/x11/display_snapshot_x11.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/display/chromeos/x11/native_display_delegate_x11.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/types/display_snapshot.h View 3 chunks +6 lines, -0 lines 0 comments Download
M ui/display/types/display_snapshot.cc View 1 2 3 4 3 chunks +20 lines, -1 line 0 comments Download
M ui/display/util/x11/edid_parser_x11.h View 2 chunks +35 lines, -15 lines 0 comments Download
M ui/display/util/x11/edid_parser_x11.cc View 1 1 chunk +15 lines, -28 lines 0 comments Download
M ui/ozone/common/display_snapshot_proxy.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/common/display_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/ozone/common/gpu/ozone_gpu_message_params.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/common/gpu/ozone_gpu_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/platform/drm/common/drm_util.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 23 (7 generated)
afakhry
Hi. Please review this CL. Thanks! oshima@chromium.org: ash/ash_chromeos_strings.grdp ash/display/display_error_observer_chromeos.cc ui/display/chromeos/display_snapshot_virtual.cc ui/display/chromeos/test/test_display_snapshot.cc ui/display/chromeos/x11/display_snapshot_x11.h ui/display/chromeos/x11/display_snapshot_x11.cc ui/display/chromeos/x11/native_display_delegate_x11.cc ui/display/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc ...
4 years, 11 months ago (2016-01-27 03:06:24 UTC) #3
oshima
https://codereview.chromium.org/1636153002/diff/40001/ash/display/display_error_observer_chromeos.cc File ash/display/display_error_observer_chromeos.cc (right): https://codereview.chromium.org/1636153002/diff/40001/ash/display/display_error_observer_chromeos.cc#newcode35 ash/display/display_error_observer_chromeos.cc:35: DisplayErrorNotificationDelegate() {} = default. (this seems to be allowed ...
4 years, 11 months ago (2016-01-27 09:18:15 UTC) #4
Elliot Glaysher
Trivial change in u/v/w/d/desktop_screen_x11.cc lgtm.
4 years, 11 months ago (2016-01-27 18:33:01 UTC) #5
afakhry
PTAL. I also cleared out bytes 12-15 containing the serial number in EDID. https://codereview.chromium.org/1636153002/diff/40001/ash/display/display_error_observer_chromeos.cc File ...
4 years, 10 months ago (2016-01-29 02:16:52 UTC) #6
dnicoara
https://codereview.chromium.org/1636153002/diff/40001/ui/display/chromeos/x11/display_snapshot_x11.h File ui/display/chromeos/x11/display_snapshot_x11.h (right): https://codereview.chromium.org/1636153002/diff/40001/ui/display/chromeos/x11/display_snapshot_x11.h#newcode21 ui/display/chromeos/x11/display_snapshot_x11.h:21: class DISPLAY_EXPORT DisplaySnapshotX11 : public DisplaySnapshot { On 2016/01/29 ...
4 years, 10 months ago (2016-01-29 14:29:31 UTC) #7
afakhry
On 2016/01/29 14:29:31, dnicoara wrote: > https://codereview.chromium.org/1636153002/diff/40001/ui/display/chromeos/x11/display_snapshot_x11.h > File ui/display/chromeos/x11/display_snapshot_x11.h (right): > > https://codereview.chromium.org/1636153002/diff/40001/ui/display/chromeos/x11/display_snapshot_x11.h#newcode21 > ...
4 years, 10 months ago (2016-02-02 19:04:44 UTC) #8
oshima
lgtm https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc File ui/display/types/display_snapshot.cc (right): https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc#newcode37 ui/display/types/display_snapshot.cc:37: for (int i = 12; i <= 15; ...
4 years, 10 months ago (2016-02-02 20:27:17 UTC) #9
dnicoara
https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc File ui/display/types/display_snapshot.cc (right): https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc#newcode34 ui/display/types/display_snapshot.cc:34: if (edid_.size() == 128U) { You must handle the ...
4 years, 10 months ago (2016-02-02 20:43:50 UTC) #10
kenrb
ipc lgtm
4 years, 10 months ago (2016-02-02 20:47:51 UTC) #11
afakhry
PTAL https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc File ui/display/types/display_snapshot.cc (right): https://codereview.chromium.org/1636153002/diff/60001/ui/display/types/display_snapshot.cc#newcode34 ui/display/types/display_snapshot.cc:34: if (edid_.size() == 128U) { On 2016/02/02 20:43:50, ...
4 years, 10 months ago (2016-02-05 16:47:53 UTC) #12
spang
lgtm
4 years, 10 months ago (2016-02-05 19:33:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636153002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636153002/80001
4 years, 10 months ago (2016-02-05 19:37:34 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-05 20:24:58 UTC) #18
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/965f9b3c3a245b52b8720cecbd598576853ba719 Cr-Commit-Position: refs/heads/master@{#373895}
4 years, 10 months ago (2016-02-05 20:26:17 UTC) #20
please use gerrit instead
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1671223002/ by rouslan@chromium.org. ...
4 years, 10 months ago (2016-02-05 20:58:19 UTC) #21
please use gerrit instead
4 years, 10 months ago (2016-02-05 20:59:46 UTC) #22
Message was sent while issue was closed.
Please add #include <algorithm> to display_snapshot.cc and re-land.

Powered by Google App Engine
This is Rietveld 408576698