Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Speculative crash fix for <option> owner <selectlist>
The attached crash report shows that we are crashing during slot
assignment when changing the child content of an <option>. Slot
assignment should not crash at this time, so I am adding a CHECK() which
should help show whether an element which might be null is null or not.
It also adds a feature check for <selectlist>, because we shouldn't even
be doing a flat tree traversal with slot assignment recalc here when the
<selectlist> flag is disabled.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |