Closed
Bug 113936
Opened 23 years ago
Closed 21 years ago
Better Windows Integration
Categories
(SeaMonkey :: General, enhancement)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaimejr, Assigned: law)
References
()
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
This is a tracking bug for work needed to complete to Improve Windows
Integration. To implment this, we should support the context-menu
"Configure..." option on the Start menu internet application (to open prefs
rather than IE's Internet Options).
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Comment 2•23 years ago
|
||
what's the priority and target for this one? are we still planning to get this
in for MachV?
This patch does 3 things:
1. Adds a new localizable string to nsINativeAppSupportWin.idl and splash.rc.
2. Adds code to nsWindowsHooksUtil.cpp's setWindowsXP routine to set the
appropriate windows registry values to that the context menu for Mozilla (when
it is the default internet app) has "Preferences" which opens pref.xul.
3. Code added to pref.xul's onload handler to handle the case where prefs is
already open (it focuses the existing pref window and closes the redundant one
before it appears).
One issue: There is no mechanism for doing localizations in splash.rc. We
cannot get the string from a properties file. I don't relish the thought of
creating a separate mozilla-resources.dll and putting the resources there.
That would require substantial build system work, not to mention complicating
the life of translators.
The alternative is to simply not specify a string, in which case it defaults to
"Properties" (or the localized equivalent, per Windows localization). Does
anybody have strong objections to us going that route?
I decided to exploit the Windows "feature" whereby a localized string can be
placed in the context menu (rather than indirectly via a module resource).
That enables me to fetch it from a properties file.
Ben tested this on his WinXP system and I think it is ready to land.
Reviews, please.
Attachment #68971 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
sr=hyatt
Comment 6•23 years ago
|
||
Comment on attachment 69149 [details] [diff] [review]
Revised patch to use localized pref menu label.
r=ben@netscape.com
Attachment #69149 -
Flags: review+
Comment 7•23 years ago
|
||
does this bug also cover the ability to make Mozilla the default Newsreader?
this one has landed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•22 years ago
|
||
According to bug 150512 the preferences don't actually open because of a missing
space. That's probably worse than not doing this at all.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•22 years ago
|
||
Dan, why did you reopen this when there is already a separate bug for the
specific defect?
Comment 12•22 years ago
|
||
Nav triage team: nsbeta1-
Updated•22 years ago
|
Target Milestone: mozilla0.9.9 → ---
Comment 13•21 years ago
|
||
regression caused by this checkin was fixed a long time ago under another bug.
Reverting to FIXED
Status: REOPENED → RESOLVED
Closed: 23 years ago → 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•