Closed
Bug 844367
Opened 12 years ago
Closed 12 years ago
move extensions/pref from mozilla-central to comm-central
Categories
(Core :: Preferences: Backend, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: keeler, Unassigned)
Details
Attachments
(2 files, 2 obsolete files)
|
85.24 KB,
patch
|
ehsan.akhgari
:
review-
|
Details | Diff | Splinter Review |
|
36.52 KB,
text/plain
|
Details |
As far as I can tell, the only consumer of anything in extensions/pref is the addon r2d2b2g in getLDAPAttributes, but this function isn't used (again, as far as I can tell).
Comment 1•12 years ago
|
||
Attachment #717410 -
Flags: feedback?(dkeeler)
| Reporter | ||
Comment 2•12 years ago
|
||
There were a few more things that needed removing (e.g. some instances of MOZ_PREF_EXTENSIONS) to get this to build. Once I made the changes, it just seemed easier to upload an updated patch.
Attachment #717410 -
Attachment is obsolete: true
Attachment #717410 -
Flags: feedback?(dkeeler)
Attachment #717419 -
Flags: feedback?(bsmith)
| Reporter | ||
Comment 3•12 years ago
|
||
Interdiff
| Reporter | ||
Comment 4•12 years ago
|
||
Attachment #717421 -
Attachment is obsolete: true
Attachment #717422 -
Flags: feedback?(bsmith)
| Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 717419 [details] [diff] [review]
patch
Ehsan, would you mind having a look at this? Thanks.
Attachment #717419 -
Flags: feedback?(bsmith) → review?(ehsan)
Comment 6•12 years ago
|
||
Comment on attachment 717419 [details] [diff] [review]
patch
Review of attachment 717419 [details] [diff] [review]:
-----------------------------------------------------------------
This is used in comm-central, see <http://mxr.mozilla.org/comm-central/search?string=nsILDAPSyncQuery> for example.
Attachment #717419 -
Flags: review?(ehsan) → review-
Comment 7•12 years ago
|
||
(In reply to :Ehsan Akhgari from comment #6)
> This is used in comm-central, see
> <http://mxr.mozilla.org/comm-central/search?string=nsILDAPSyncQuery> for
> example.
Is there any problem with moving it to comm-central?
I am planning to move a few "only used in comm-central" parts of PSM to comm-central.
Comment 8•12 years ago
|
||
(In reply to comment #7)
> (In reply to :Ehsan Akhgari from comment #6)
> > This is used in comm-central, see
> > <http://mxr.mozilla.org/comm-central/search?string=nsILDAPSyncQuery> for
> > example.
>
> Is there any problem with moving it to comm-central?
>
> I am planning to move a few "only used in comm-central" parts of PSM to
> comm-central.
Not as far as I'm concerned, but this is really a question for the c-c folks. :-)
| Reporter | ||
Comment 9•12 years ago
|
||
cc'ing some comm-central folks.
Comment 10•12 years ago
|
||
Removing extensions/pref will break MCD (https://developer.mozilla.org/en-US/docs/MCD,_Mission_Control_Desktop_AKA_AutoConfig) which I know at least some enterprises rely on.
IMO this needs discussing on the enterprise lists before it could be removed.
| Reporter | ||
Comment 11•12 years ago
|
||
Thanks for the info, Mark. I'm updating the title of this bug to be more clear about what the current goal is.
Before I go any farther, though - does MCD actually still work with Firefox?
Summary: remove extensions/pref → move extensions/pref from mozilla-central to comm-central
Comment 12•12 years ago
|
||
Excluding the ldap part, last I knew MCD was still alive and kicking. If it is still working in TB, then there's no reason it won't still work in FF.
And to be honest, if we are removing it from FF, then I think we should consider the same in the TB communities as well.
Comment 13•12 years ago
|
||
I really don't understand what this bug is about. extensions/pref implements enterprise preference control in Firefox. I absolutely despise the code, but it's certainly *used*, and removing it would be a product feature question.
Comment 14•12 years ago
|
||
It is just a misunderstanding. From our perspective, it looked like pure dead code and I had stumbled acrossed it when making other modifications. Then it looked like something only Thunderbird could use. Now, we see that that isn't the case. Nobody is proposing to remove a feature that is actually being used.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Updated•12 years ago
|
Attachment #717422 -
Flags: feedback?(bsmith)
You need to log in
before you can comment on or make changes to this bug.
Description
•