Closed
Bug 1517088
Opened 7 years ago
Closed 7 years ago
Rename extensionSupport.jsm to ExtensionSupport.jsm
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 66.0
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(2 files)
|
21.09 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
|
5.38 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
This file has the wrong name. If it had an uppercase E, things would be easier.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9033879 -
Flags: review?(jorgk)
Comment 2•7 years ago
|
||
Comment on attachment 9033879 [details] [diff] [review]
1517088-extension-support-1.diff
Hmm, this patch really upsets "Splinter Review". No trace of the new ExtensionSupport.jsm and I see:
common/src/extensionSupport.jsm copied from common/src/extensionSupport.jsm
Yeah, right :-(
Other than that, a commit message might come in handy.
Attachment #9033879 -
Flags: review?(jorgk) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Jorg K (GMT+1) (urgent reviews and bustage fix only, Dec 22nd to Jan 1st) from comment #2)
> Hmm, this patch really upsets "Splinter Review". No trace of the new
> ExtensionSupport.jsm and I see:
> common/src/extensionSupport.jsm copied from common/src/extensionSupport.jsm
> Yeah, right :-(
Quality. The diff page doesn't mention it at all.
> Other than that, a commit message might come in handy.
Oh right, I remember thinking I need to do it, but I was in the middle of something else at the time.
Comment 4•7 years ago
|
||
I was going to add the commit message for you, but I'll leave it to you to make this apply:
$ hg qpush
applying 1517088-extension-support-1.diff
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh 1517088-extension-support-1.diff
It doesn't even say what it doesn't like :-(
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/3104defb8252
Rename extensionSupport.jsm to ExtensionSupport.jsm; r=jorgk DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•7 years ago
|
||
As we established on IRC, the case-insensitive Windows filesystem can't handle having an extensionsSupport.jsm and an ExtensionsSupport.jsm, so I dropped the former with the deprecation warning. No major loss.
Target Milestone: --- → Thunderbird 66.0
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/8b3e27530e40
Rename extensionSupport.jsm to ExtensionSupport.jsm, missed test files; rs-bustage-fix
| Assignee | ||
Comment 8•7 years ago
|
||
Here, you can rubber-stamp these test files I missed because I am blind. I've increased the mozmill and jsbridge version numbers too, because bug 1516843 makes that necessary when altering those extensions.
Attachment #9033932 -
Flags: review?(jorgk)
Updated•7 years ago
|
Attachment #9033932 -
Flags: review?(jorgk) → review+
Comment 9•7 years ago
|
||
https://hg.mozilla.org/comm-central/rev/acd8971f3d750f454a4a35630782d9d33782d18d
Update required jsbridge version number; rs=bustage-fix
Comment 10•7 years ago
|
||
Maybe those mozmill and jsbridge could be changed in a different way, e.g. like 1.5.16A or 1.5.16.1 because there exists a real 1.5.17 version of mozmill upstream and is not the same as ours.
| Assignee | ||
Comment 11•7 years ago
|
||
Perhaps we should rename both packages.
You need to log in
before you can comment on or make changes to this bug.
Description
•