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

Issue 1711113002: Fix hung renderer dialog not showing after setting USE_ASH=0 (Closed)

Created:
4 years, 10 months ago by scottmg
Modified:
4 years, 10 months ago
Reviewers:
sky
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix hung renderer dialog not showing after setting USE_ASH=0 When USE_ASH switched to 0, platform_util::IsWindowActive returned false, which causes the hung renderer dialog never to show because of the check here https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/ui/views/hung_renderer_view.cc&l=256 . R=sky@chromium.org BUG=584702 Committed: https://crrev.com/147142b258989ee7fc2c744661b6f5d7e52a3072 Cr-Commit-Position: refs/heads/master@{#376305}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : no need for ash::wm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -15 lines) Patch
M chrome/browser/platform_util_aura.cc View 1 2 2 chunks +3 lines, -15 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
scottmg
Apparently we have no tests for the hung renderer dialog. I'll see if I can ...
4 years, 10 months ago (2016-02-18 20:40:48 UTC) #1
sky
https://codereview.chromium.org/1711113002/diff/20001/chrome/browser/platform_util_aura.cc File chrome/browser/platform_util_aura.cc (right): https://codereview.chromium.org/1711113002/diff/20001/chrome/browser/platform_util_aura.cc#newcode31 chrome/browser/platform_util_aura.cc:31: #if defined(USE_ASH) Can you use the non ash:: variants ...
4 years, 10 months ago (2016-02-18 22:15:54 UTC) #4
scottmg
https://codereview.chromium.org/1711113002/diff/20001/chrome/browser/platform_util_aura.cc File chrome/browser/platform_util_aura.cc (right): https://codereview.chromium.org/1711113002/diff/20001/chrome/browser/platform_util_aura.cc#newcode31 chrome/browser/platform_util_aura.cc:31: #if defined(USE_ASH) On 2016/02/18 22:15:54, sky wrote: > Can ...
4 years, 10 months ago (2016-02-18 22:20:14 UTC) #5
sky
LGTM
4 years, 10 months ago (2016-02-18 22:25:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711113002/40001
4 years, 10 months ago (2016-02-18 22:35:32 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-19 00:28:27 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 00:29:56 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/147142b258989ee7fc2c744661b6f5d7e52a3072
Cr-Commit-Position: refs/heads/master@{#376305}

Powered by Google App Engine
This is Rietveld 408576698