| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
optional float abs_total_raw_delta_pixels = 3;Do we want to "delete" these fields as well?
https://protobuf.dev/programming-guides/proto3/#deleting
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
optional float abs_total_raw_delta_pixels = 3;Do we want to "delete" these fields as well?
https://protobuf.dev/programming-guides/proto3/#deleting
I think the answer is _no_ because that might prevent us from querying the fields in older traces. Even if so, let's do it in a separate CL (because there's no urgency for cherry-picking the deletion). In fact, I think a more interesting question is whether we can un-allowlist deprecated fields.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
optional float abs_total_raw_delta_pixels = 3;Petr CermakDo we want to "delete" these fields as well?
https://protobuf.dev/programming-guides/proto3/#deleting
I think the answer is _no_ because that might prevent us from querying the fields in older traces. Even if so, let's do it in a separate CL (because there's no urgency for cherry-picking the deletion). In fact, I think a more interesting question is whether we can un-allowlist deprecated fields.
I think the answer is no because that might prevent us from querying the fields in older traces. Even if so, let's do it in a separate CL (because there's no urgency for cherry-picking the deletion).
Makes sense.
In fact, I think a more interesting question is whether we can un-allowlist deprecated fields.
From what I understand `deprecated` doesn't do much more than adding some warnings for new uses of field. Not sure what the concern might be when marking deprecated fields as reserved.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Allow list new fields introduced in https://crrev.com/c/7223770
Also bring back comments for deprecated fields.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |