Dead code removal
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open)
Attachments
(13 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Like bug 1901705 and bug 1851535, but for work after ESR 140.
Please don't use this bug to post your own patches, it just makes things more confusing.
| Assignee | ||
Comment 1•9 months ago
|
||
There's some dead functions and a bunch of properties that can be called directly and don't need to be in the interface.
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/af1405fb055a
Remove things from nsIMsgAccountManager that don't need to be there. r=mkmelin
| Assignee | ||
Comment 3•9 months ago
|
||
Oh look at that, I knew there was something else I had to do.
| Assignee | ||
Comment 4•9 months ago
|
||
These files were removed in https://hg.mozilla.org/comm-central/rev/7393ec9170ba6795b79cfaabe71267ea8fa79329,
but accidentally came back from the dead in https://hg.mozilla.org/comm-central/rev/aeeb306cd1a94e5c36a3f62e6589001e9224a0b6.
| Assignee | ||
Updated•9 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d6e0dd04c35f
Remove zombie test files in comm_taskgraph. r=freaktechnik
| Assignee | ||
Comment 6•9 months ago
|
||
This hasn't been used for anything since we removed the C++ NNTP implementation.
| Assignee | ||
Comment 8•8 months ago
|
||
These things have been around since before comm-central existed, and I don't think they've been
connected to anything.
| Assignee | ||
Updated•8 months ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/28e14b33aa53
Remove some unused code in message views. r=aleca
| Assignee | ||
Comment 10•8 months ago
|
||
This folder does nothing useful.
| Assignee | ||
Updated•8 months ago
|
Comment 11•8 months ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b3dce803e2df
Remove mailnews/import/build. r=aleca
| Assignee | ||
Comment 12•8 months ago
|
||
This appears to be an Eclipse file that should never have been committed (it's listed in .hgignore).
| Assignee | ||
Updated•8 months ago
|
Comment 13•8 months ago
|
||
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/d1c4ddce79ff
Remove Gloda .project file. r=aleca
| Assignee | ||
Comment 14•6 months ago
|
||
There's a single caller of this function, and it doesn't use much of the code.
Comment 15•6 months ago
|
||
| Assignee | ||
Comment 16•4 months ago
|
||
Updated•4 months ago
|
Updated•4 months ago
|
| Assignee | ||
Comment 17•4 months ago
|
||
I removed the only reference to this in bug 1851535.
| Assignee | ||
Updated•4 months ago
|
Comment 18•4 months ago
|
||
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/fd6761300e00
Remove unused implementation of nsITransportEventSink in nsMsgProtocol. r=mkmelin
Comment 19•4 months ago
|
||
Updated•2 months ago
|
Updated•2 months ago
|
| Assignee | ||
Comment 20•2 months ago
|
||
The last change using this code was in 2016. I think it's safe to remove now.
| Assignee | ||
Comment 21•2 months ago
|
||
These commands and keys are scattered around the code and it doesn't make a lot of sense.
| Assignee | ||
Updated•1 month ago
|
Comment 22•1 month ago
|
||
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/c2c57f4911fc
Remove migrateCalendarUI. r=mkmelin
https://hg.mozilla.org/comm-central/rev/9f1d34e064e6
Remove tasksCommands and tasksKeys. r=mkmelin
| Assignee | ||
Comment 23•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Comment 24•1 month ago
|
||
Pushed by corey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3ce7f6d15038
Refactor away unnecessary enumeration. r=BenC
| Assignee | ||
Comment 25•1 day ago
|
||
This hasn't been called since bug 1546606, almost 6 years ago.
| Assignee | ||
Updated•21 hours ago
|
Comment 26•16 hours ago
|
||
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/e1cb57e6cf37
Remove dead CalDavCalendar.oauthConnect. r=mkmelin
Description
•