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

Issue 2794673002: cc: Avoid Crash in Effect Tree Animation by Element ID (Closed)

Created:
3 years, 8 months ago by weiliangc
Modified:
3 years, 8 months ago
Reviewers:
wkorman
CC:
cc-bugs_chromium.org, chromium-reviews, ajuma
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Avoid Crash in Effect Tree Animation by Element ID Instead of crash, early out of function trying to animate on effect tree by element id. The root cause of this crash is we are trying to animate a node that does not have element id set up in map yet. Before the bug was covered by operator[] used for access map, and that would ends up being a noop. R=wkorman BUG=706766, 707090, 702774 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2794673002 Cr-Commit-Position: refs/heads/master@{#461432} Committed: https://chromium.googlesource.com/chromium/src/+/9975ad63f85f1fe76100602db98800b9232aa454

Patch Set 1 #

Patch Set 2 : fix compile error w/ no return value #

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

Messages

Total messages: 19 (13 generated)
weiliangc
3 years, 8 months ago (2017-03-31 21:16:42 UTC) #2
wkorman
lgtm
3 years, 8 months ago (2017-03-31 21:25:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2794673002/1
3 years, 8 months ago (2017-03-31 21:30:38 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/419811)
3 years, 8 months ago (2017-03-31 21:56:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2794673002/20001
3 years, 8 months ago (2017-04-03 14:21:14 UTC) #15
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 15:25:36 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/9975ad63f85f1fe76100602db988...

Powered by Google App Engine
This is Rietveld 408576698