[Predator] Proper class for process crash_data sent from clients |
||
Issue descriptionIn 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).
,
Feb 22 2017
Fixed by https://codereview.chromium.org/2673733002/ and https://codereview.chromium.org/2663063007/ |
||
►
Sign in to add a comment |
||
Comment 1 by kateso...@chromium.org
, Feb 10 2017