Ticket #373 (assigned enhancement)

Opened 1 year ago

Last modified 1 year ago

Implement nsIWebProgressListener in Download.

Reported by: MaierMan Assigned to: MaierMan (accepted)
Priority: major Milestone:
Component: --- Version: ---
Keywords: Cc:
Operating System: All

Description

A lot of extensions try to query nsIWebProgress for all channels they can see. Many of them do not handle errors properly.

For the sake of compatibility implement this interface in our Download (no-op).

Change History

2007-09-29 21:42:38 changed by MaierMan

  • owner set to MaierMan.
  • status changed from new to assigned.

2007-10-05 15:48:44 changed by MaierMan

  • milestone set to 1.0.

2007-10-06 18:49:13 changed by MaierMan

  • milestone deleted.

Likely not gonna work this easy. Stubs (empty and/or throwing errors) leak the Download objects for some reason. :p