Closed
Bug 223968
Opened 21 years ago
Closed 21 years ago
Unify browser.js amd nsContextMenu.js's implementations of isTextSelection and searchSelected
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kiko, Assigned: bugzilla)
Details
Fallout from bug 221361, where Alec suggests unforking these methods.
http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.js#3478
http://lxr.mozilla.org/seamonkey/source/xpfe/communicator/resources/content/nsContextMenu.js#785
Pierre, do you have an opinion on this -- i.e., is m/b going to morph these
methods away from the current c'np?
Henrik, feel free to unassign yourself if this isn't your piece of cake.
Updated•21 years ago
|
Summary: Unify browser.js amd nsContextMenu.js's implementations of isTextSelection and searchSelected → Unify browser.js amd nsContextMenu.js's implementations of isTextSelection and searchSelected
Comment 1•21 years ago
|
||
Kiko: I don't really get the point.
Firebird is not supposed to rely on mozilla/xpfe.
If this bug is about porting the fix from bug 221361, then that's fine, I can do
the job.
Reporter | ||
Comment 2•21 years ago
|
||
The fix has already been applied to mozilla/browser's browser.js. I was rather
asking if the browser.js version is going to diverge further, or if seamonkey
and m/b share this code (through some other file I can't guess right now)?
Comment 3•21 years ago
|
||
no the patch has not been applied yet.
See my comment in bug 221361.
Comment 4•21 years ago
|
||
The suite and Firebird are seperate gecko embeddors.
Firebird has a well organized tree structure and I don't want to mess it:
there's no way the Firebird context menu stuff would be built outside of
mozilla/browser.
As long as the seamonkey suite lives, its patches will be ported to the
stand-alone apps.
That sucks but I don't see other options.
Reporter | ||
Comment 5•21 years ago
|
||
Fair enough.
Alec, I'm going to WONTFIX this; if you disagree, please reopen (I guess it's
better that way given that you already get enough bugspam as it is to find this
through it).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•