| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
has_random = true;Why did you move has_random part out of features/ExtractFeatures?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
has_random = true;Why did you move has_random part out of features/ExtractFeatures?
Moved has_Random out of the features to prevent sizeof CSSVariableData increase. ExtractFeatures works with VariableDataFeatures, which does not have VariableDataFeature::kHasRandom anymore, so didn't want to mess the logic there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
has_random = true;Munira TursunovaWhy did you move has_random part out of features/ExtractFeatures?
Moved has_Random out of the features to prevent sizeof CSSVariableData increase. ExtractFeatures works with VariableDataFeatures, which does not have VariableDataFeature::kHasRandom anymore, so didn't want to mess the logic there.
Why would increasing kVariableDataFeatureBits be different from adding a new boolean bit?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Munira TursunovaWhy did you move has_random part out of features/ExtractFeatures?
Rune LillesveenMoved has_Random out of the features to prevent sizeof CSSVariableData increase. ExtractFeatures works with VariableDataFeatures, which does not have VariableDataFeature::kHasRandom anymore, so didn't want to mess the logic there.
Why would increasing kVariableDataFeatureBits be different from adding a new boolean bit?
yeah, I don't know what I was thinking, I should have just decreased unused bits size 🫪 well that's embarrassing
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |