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

Issue 2778993004: Fix a bug where video animations were being merged into other animations (Closed)

Created:
3 years, 8 months ago by charliea (OOO until 10-5)
Modified:
3 years, 8 months ago
Reviewers:
benjhayden
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Fix a bug where video animations were being merged into other animations This was because the clause to compute whether a proto expectation was a video animation: var isVideo = pe.containsTypeNames([INITIATOR_TYPE.VIDEO]); would always return false because PE was the initiator type name, not the type of any events in the associated events. BUG=catapult:#706004 Review-Url: https://codereview.chromium.org/2778993004 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/d3a91071e560106b98d072184a54276ae13713cc

Patch Set 1 #

Total comments: 8

Patch Set 2 : Checkpoint. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -15 lines) Patch
M tracing/tracing/importer/find_input_expectations.html View 1 3 chunks +7 lines, -15 lines 0 comments Download
M tracing/tracing/importer/user_model_builder_test.html View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
charliea (OOO until 10-5)
https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html File tracing/tracing/importer/find_input_expectations.html (left): https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html#oldcode1283 tracing/tracing/importer/find_input_expectations.html:1283: INITIATOR_TYPE, This was being exported, but lives in proto_expectations.html. ...
3 years, 8 months ago (2017-03-28 19:44:28 UTC) #2
benjhayden
1 nit, 1 question, lgtm, thanks! https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html File tracing/tracing/importer/find_input_expectations.html (left): https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html#oldcode1283 tracing/tracing/importer/find_input_expectations.html:1283: INITIATOR_TYPE, On 2017/03/28 ...
3 years, 8 months ago (2017-03-28 19:54:20 UTC) #3
charliea (OOO until 10-5)
https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html File tracing/tracing/importer/find_input_expectations.html (left): https://codereview.chromium.org/2778993004/diff/1/tracing/tracing/importer/find_input_expectations.html#oldcode1283 tracing/tracing/importer/find_input_expectations.html:1283: INITIATOR_TYPE, On 2017/03/28 19:54:20, benjhayden wrote: > On 2017/03/28 ...
3 years, 8 months ago (2017-03-29 14:16:59 UTC) #4
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/2778993004/20001
3 years, 8 months ago (2017-03-29 14:18:37 UTC) #7
commit-bot: I haz the power
3 years, 8 months ago (2017-03-29 15:03:06 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698