Open Bug 1782182 Opened 2 years ago Updated 2 years ago

Replace the use of nsIDroppedLinkHandler.dropLink with nsIDroppedLinkHandler.dropLinks

Categories

(SeaMonkey :: General, task)

Tracking

(Not tracked)

People

(Reporter: edgar, Unassigned)

References

(Blocks 1 open bug)

Details

In bug 1782122, we would like to get rid of nsIDroppedLinkHandler.dropLink, https://searchfox.org/comm-central/rev/18c2ea0afb88b6abbeb8429861f3eac9e7a2ec35/mozilla/dom/base/nsIDroppedLinkHandler.idl#45-63, as Firefox doesn't use it anymore. But I realized SeaMoney still uses it in some places, https://searchfox.org/comm-central/search?q=.dropLink%28&path=suit&case=false&regexp=false. I think SeaMoney could just move to use nsIDroppedLinkHandler.dropLinks, the implementation of dropLink() is just wrapping the result of dropLinks(), https://searchfox.org/mozilla-central/rev/4a15041348e08fb0d6f5726015c32861e663fbfe/dom/base/ContentAreaDropListener.jsm#288-301.

I am not sure what is the better way to handle this, do we need to wait for SeaMoney remove the usage first, or it is okay to remove the API without SeaMoney changes? Hi Ian, I am not sure if you are the right person to ni, if not, would you mind forwarding to the right person? Thanks!

Flags: needinfo?(iannbugzilla)

Thanks for the alert. You can remove it. We keep SeaMonkey building in comm-central but still play catch up whhere the final result will not happen soon. Releases are done using backports from a stable branch.

Version: unspecified → Trunk

Thanks for the reply!

Flags: needinfo?(iannbugzilla)
See Also: → 1782122
You need to log in before you can comment on or make changes to this bug.