Comment 130 for bug 25830

Revision history for this message
In , Christian Biesinger (cbiesinger) wrote :

arg, can you stop touching the dependencies of my bugs? summary of the issue is:
we want to offer the "view as ..." option in the helper app dialog (as the
summary of this bug says). this means we want to stop the networking code from
continuing sending us data while the dialog is up, so that we can send it to the
appropriate other component in the mozilla code instead. This means Suspend(),
the function that means "do not send data until Resume() is called", needs to
work reliably. hence the dependencies.

> Excuse my dumb mind, but why can't it be done some way like this:

well, technically that'd be doable. practically, no user would be able to
discover it...