As Tim mentioned in a comment to bug 38622, it would be nice to funnel all the calls to legacy hooks through a single method. The advantages are:
- automatic just-in-time serialization of Content objects to text
- easy to spot legacy code paths
- can log a warning when such a hook is used by an extension
Version: unspecified
Severity: normal