Closed
Bug 94242
Opened 23 years ago
Closed 23 years ago
Platform files should go to "en-win.jar"
Categories
(SeaMonkey :: General, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: tao, Assigned: dbragg)
References
Details
(Whiteboard: ETA: 12/10/01)
Attachments
(2 files)
(deleted),
patch
|
tao
:
review+
tao
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
tao
:
review+
tao
:
superreview+
|
Details | Diff | Splinter Review |
Only in win/bin/chrome/locale/en-US/communicator: gfx
Only in win/bin/chrome/locale/en-US/global: accessible.properties
Only in win/bin/chrome/locale/en-US/global: nsWindowsHooks.properties
asa doesn't want to own this bug.
Assignee: asa → tao
Component: Browser-General → Tracking
QA Contact: doronr → chofmann
The module owner should own this bug -> arronl. Please pass it to blake and
then rods. thx!
Assignee: tao → aaronl
Component: Tracking → Browser-General
Please fix this by moz0.9.4 please!
Target Milestone: --- → mozilla0.9.4
Comment 5•23 years ago
|
||
What is the process required to get accessible.properties in all the correct places?
Currently, they are in en-US.jar. You'd need to move them to en-win.jar and
then change the chrome url references accordingly.
For example,
> Only in win/bin/chrome/locale/en-US/communicator: gfx
Move this from "jar:resource:/chrome/en-US.jar!/locale/communicator/gfx" to
"jar:resource:/chrome/en-win.jar!/locale/communicator-platform/gfx"
> Only in win/bin/chrome/locale/en-US/global: accessible.properties
> Only in win/bin/chrome/locale/en-US/global: nsWindowsHooks.properties
Move these from "jar:resource:/chrome/en-US.jar!/locale/global" to
"jar:resource:/chrome/en-win.jar!/locale/global-platform"
Comment 7•23 years ago
|
||
My bug is spun off to bug 96473
-> blake
Assignee: aaronl → blakeross
Priority: -- → P2
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Comment 10•23 years ago
|
||
My part of this is done.
Tao, you can bounce it to whoever you wish to next.
Assignee: aaronl → tao
Reporter | ||
Comment 11•23 years ago
|
||
OK, "chrome/locale/en-US/communicator: gfx" is packaged on both win and unix but
not mac.
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Comment 13•23 years ago
|
||
Here's the fix for this bug. I tested the gfx and xpfe\components\windowshooks
changes but was unable to test the accessible changes.
Comment 14•23 years ago
|
||
Don, I just tested these changes on my build with the accessible tools.
Everything looks fine.
Assignee | ||
Comment 15•23 years ago
|
||
Thanks John. Onward to get the appropriate reviews!
Assignee | ||
Comment 16•23 years ago
|
||
Looks like things radically changed for the gfx part of the fix. (the print
dialog). Posting new diff.
Assignee | ||
Comment 17•23 years ago
|
||
A lot of code was removed from nsDeviceContextSpecFactoryW.cpp including the
chrome url used for the printdialog.properties file. It was moved to
nsDeviceContextSpecWin.cpp. This patch shows the bug fix applied to that file.
Attachment #62132 -
Attachment is obsolete: true
Attachment #63426 -
Flags: review+
Attachment #62132 -
Attachment is obsolete: false
Attachment #62132 -
Attachment is patch: true
Attachment #62132 -
Flags: review+
Reporter | ||
Comment 18•23 years ago
|
||
Hi, John:
Thanks for verifying the patch for us. One question: is the test done on all
platform? If not, would you let QA know what to look for on Linux & Mac? Such
platform-specific changes sometime affect the platforms we didn't expect.
Comment 19•23 years ago
|
||
sr=alecf on both of these patches, whichever need to go in
Reporter | ||
Comment 20•23 years ago
|
||
Comment on attachment 63426 [details] [diff] [review]
New patch for print dialog part of fix (found in gfx/src/windows)
update for sr=alecf
Attachment #63426 -
Flags: superreview+
Reporter | ||
Comment 21•23 years ago
|
||
Comment on attachment 62132 [details] [diff] [review]
Diff of changes to accessible, gfx and xpfe/components
reflect sr=alecf
Attachment #62132 -
Flags: superreview+
Assignee | ||
Comment 22•23 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 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
•