Closed
Bug 261637
Opened 21 years ago
Closed 21 years ago
move security.properties into PSM
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla1.8alpha5
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file, 1 obsolete file)
12.09 KB,
patch
|
benjamin
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
netwerk/locale/en-US/security.properties is not used by necko. it is only used
by PSM (and camino). it should, therefore, live in PSM.
http://lxr.mozilla.org/mozilla/search?string=security.properties
Assignee | ||
Comment 1•21 years ago
|
||
patch
Assignee | ||
Updated•21 years ago
|
Attachment #160656 -
Flags: review?(bsmedberg)
Assignee | ||
Comment 2•21 years ago
|
||
I'll also get someone to copy netwerk/resources/locale/en-US/security.properties
to security/manager/ssl/resources/locale/en-US/security.properties
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha5
Comment 3•21 years ago
|
||
Comment on attachment 160656 [details] [diff] [review]
patch
You can't ship a chrome://communicator/ file from the security/manager dir,
because it's optionally built. You have to ship it to chrome://pipnss and
update the code references to the file.
Attachment #160656 -
Flags: review?(bsmedberg) → review-
Assignee | ||
Comment 4•21 years ago
|
||
Attachment #160656 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #164162 -
Attachment description: /tmp/diff → patch v2
Attachment #164162 -
Flags: review?(bsmedberg)
Comment 5•21 years ago
|
||
Comment on attachment 164162 [details] [diff] [review]
patch v2
In SecurityDialogs.mm can you move the #define above the function? (Or make it
a const char[]). In-functions defines are sooo ugly.
Attachment #164162 -
Flags: review?(bsmedberg) → review+
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 164162 [details] [diff] [review]
patch v2
I'll move it above the function
Attachment #164162 -
Flags: superreview?(darin)
Updated•21 years ago
|
Attachment #164162 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 7•21 years ago
|
||
justdave, could you do the cvs copy described in comment 2? thanks!
OS: Linux → All
Hardware: PC → All
Comment 8•21 years ago
|
||
(In reply to comment #7)
> justdave, could you do the cvs copy described in comment 2? thanks!
done.
Assignee | ||
Comment 9•21 years ago
|
||
Checking in camino/src/browser/SecurityDialogs.mm;
/cvsroot/mozilla/camino/src/browser/SecurityDialogs.mm,v <-- SecurityDialogs.mm
new revision: 1.11; previous revision: 1.10
done
Checking in netwerk/resources/jar.mn;
/cvsroot/mozilla/netwerk/resources/jar.mn,v <-- jar.mn
new revision: 1.11; previous revision: 1.10
done
Removing netwerk/resources/locale/en-US/security.properties;
/cvsroot/mozilla/netwerk/resources/locale/en-US/security.properties,v <--
security.properties
new revision: delete; previous revision: 1.9
done
Checking in security/manager/boot/src/nsSecureBrowserUIImpl.cpp;
/cvsroot/mozilla/security/manager/boot/src/nsSecureBrowserUIImpl.cpp,v <--
nsSecureBrowserUIImpl.cpp
new revision: 1.40; previous revision: 1.39
done
Checking in security/manager/boot/src/nsSecurityWarningDialogs.cpp;
/cvsroot/mozilla/security/manager/boot/src/nsSecurityWarningDialogs.cpp,v <--
nsSecurityWarningDialogs.cpp
new revision: 1.11; previous revision: 1.10
done
Checking in security/manager/ssl/resources/jar.mn;
/cvsroot/mozilla/security/manager/ssl/resources/jar.mn,v <-- jar.mn
new revision: 1.6; previous revision: 1.5
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•