New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 688578 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 605361



Sign in to add a comment

[Predator] Proper class for process crash_data sent from clients

Project Member Reported by kateso...@chromium.org, Feb 3 2017

Issue description

In many places below we have to do some ugly defaulting in case crash_data is missing certain keys. If we had crash_data be a proper class, rather than an anonymous dict, then we could clean all this up by having the properties themselves do the check and return the default whenever keys are missing. This would also let us do things like have regression_range be automatically computed from historical_metadata (when historical_metadata is provided and regression_range is not).
 
Blocking: 605361
Owner: kateso...@chromium.org
Status: Fixed (was: Available)
Fixed by https://codereview.chromium.org/2673733002/ and https://codereview.chromium.org/2663063007/

Sign in to add a comment