| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job mac-m1_mini_2020-perf/blink_perf.css complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/142f704c090000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Adding Rune, who wrote the test
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I'll defer to andruud@ since he reviewed this attempt:
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (unparsed->VariableDataValue() &&We should just `CHECK()` that it exists.
unparsed->VariableDataValue()->NeedsVariableResolution()) {Maybe move this to `StyleCascade::ResolveSubstitutions()`?
StyleResolverState state(container->GetDocument(), *container);
state.CreateNewClonedStyle(container->ComputedStyleRef());Doing this twice is painful; `ComputedValue` should do whatever needs to be done after its own setup is already on the stack.
StyleCascade::ResolveSubstitutions(OK, but then let's drop the comment (near the function definition) about it being intended for the inspector.
Also, I don't remember if we already tried and rejected this in CL:7517065, for some reason. Hopefully not.
// guaranteed-invalid matching.Not sure what we mean by "matching" here. But anyway, we'll probably handle this differently inside `ComputeValue`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |