Bug 1701001 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Now the spec uses `popup` feature that can explicitly specify whether to request popup or non-popup.

we have conflicting chrome-only `popup` feature.
we need to either:
  * handle the `popup` feature differently between chrome vs content
  * rename existing `popup` to something else
  * consolidate the `popup` behavior between them
Now the proposal uses `popup` feature that can explicitly specify whether to request popup or non-popup.

we have conflicting chrome-only `popup` feature.
we need to either:
  * handle the `popup` feature differently between chrome vs content
  * rename existing `popup` to something else
  * consolidate the `popup` behavior between them

Back to Bug 1701001 Comment 3