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®exp=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.
Reporter | ||
Comment 1•8 months ago
|
||
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!
![]() |
||
Comment 2•8 months ago
•
|
||
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.
Reporter | ||
Comment 3•8 months ago
|
||
Thanks for the reply!
Description
•