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

Issue 1919673005: Fix mash chrome crashing when hovering over link. (Closed)

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

Description

Fix mash chrome crashing when hovering over link. When built for ozone, mash crashes whenever the user hovers over a link in chrome and the URL is shown in the bottom left corner. This happens because PlatformDisplay uses an invalid blending mode for the partially transparent quad that contains the URL. Change blending mode to not crash. BUG=604109 Committed: https://crrev.com/b97005f01da370fa7b59b65ce7d1eb2eca1fa205 Cr-Commit-Position: refs/heads/master@{#389512}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix another instance. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M components/mus/ws/platform_display.cc View 1 2 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
kylechar
4 years, 8 months ago (2016-04-25 13:33:43 UTC) #2
sky
LGTM https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc File components/mus/ws/platform_display.cc (left): https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc#oldcode121 components/mus/ws/platform_display.cc:121: window->opacity(), SkXfermode::kSrc_Mode, 0 /* sorting-context_id */); AHA! This ...
4 years, 8 months ago (2016-04-25 16:00:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1919673005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1919673005/1
4 years, 8 months ago (2016-04-25 16:01:35 UTC) #5
sky
https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc File components/mus/ws/platform_display.cc (right): https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc#newcode142 components/mus/ws/platform_display.cc:142: window->opacity(), SkXfermode::kSrc_Mode, 0 /* sorting-context_id */); Should this be ...
4 years, 8 months ago (2016-04-25 16:04:17 UTC) #6
kylechar
https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc File components/mus/ws/platform_display.cc (right): https://codereview.chromium.org/1919673005/diff/1/components/mus/ws/platform_display.cc#newcode142 components/mus/ws/platform_display.cc:142: window->opacity(), SkXfermode::kSrc_Mode, 0 /* sorting-context_id */); On 2016/04/25 16:04:17, ...
4 years, 8 months ago (2016-04-25 16:39:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1919673005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1919673005/20001
4 years, 8 months ago (2016-04-25 16:40:36 UTC) #11
commit-bot: I haz the power
Failed to commit the patch.
4 years, 8 months ago (2016-04-25 17:44:43 UTC) #13
kylechar
On 2016/04/25 17:44:43, commit-bot: I haz the power wrote: > Failed to commit the patch. ...
4 years, 8 months ago (2016-04-25 18:16:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1919673005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1919673005/20001
4 years, 8 months ago (2016-04-25 18:17:02 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-25 18:22:51 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 18:24:17 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b97005f01da370fa7b59b65ce7d1eb2eca1fa205
Cr-Commit-Position: refs/heads/master@{#389512}

Powered by Google App Engine
This is Rietveld 408576698