Closed
Bug 149283
Opened 23 years ago
Closed 23 years ago
Typo in xulsecurity.mn
Categories
(Core Graveyard :: Embedding: Mac, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
(Keywords: topembed, Whiteboard: [needs a= drivers emailed 6/6])
Attachments
(1 file, 1 obsolete file)
|
540 bytes,
patch
|
tao
:
review+
alecf
:
superreview+
jud
:
approval+
|
Details | Diff | Splinter Review |
as tao pointed out in email, there's a typo in the xul security manifest file:
7 locale/XXXX/pipnss, XXXX/locale/XXXX/pippki
which should read
7 locale/XXXX/pippki, XXXX/locale/XXXX/pippki
patch upcoming
| Assignee | ||
Comment 1•23 years ago
|
||
can i get r/sr here?
| Assignee | ||
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Comment on attachment 86399 [details] [diff] [review]
fix typo
r=ccarlen
Attachment #86399 -
Flags: review+
Comment 3•23 years ago
|
||
Attachment #86399 -
Flags: superreview+
Comment on attachment 86399 [details] [diff] [review]
fix typo
>Index: mozilla/embedding/config/xulsecurity.mn
>===================================================================
>RCS file: /cvsroot/mozilla/embedding/config/xulsecurity.mn,v
>retrieving revision 1.1.2.1
>diff -u -2 -r1.1.2.1 xulsecurity.mn
>--- mozilla/embedding/config/xulsecurity.mn 17 Apr 2002 14:11:14 -0000 1.1.2.1
>+++ mozilla/embedding/config/xulsecurity.mn 5 Jun 2002 13:57:00 -0000
>@@ -5,5 +5,5 @@
>
> content/pipnss, pipnss/content/pipnss
>-locale/XXXX/pipnss, XXXX/locale/XXXX/pippki
>+locale/XXXX/pippki, XXXX/locale/XXXX/pippki
Should this be "pipnss" like below instead?
+locale/XXXX/pipnss, XXXX/locale/XXXX/pipnss
>
>
| Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 86399 [details] [diff] [review]
fix typo
tao, you're right, i'm an idiot.
Attachment #86399 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•23 years ago
|
||
Comment on attachment 86412 [details] [diff] [review]
again, the correct fix
r=tao
Attachment #86412 -
Flags: review+
Comment 8•23 years ago
|
||
Comment on attachment 86412 [details] [diff] [review]
again, the correct fix
sr=alecf
Attachment #86412 -
Flags: superreview+
| Assignee | ||
Updated•23 years ago
|
Keywords: adt1.0.1,
mozilla1.0.1
Whiteboard: [needs a= drivers emailed 6/6]
Comment 9•23 years ago
|
||
please checkin to the 1.0.1 branch. once there, remove the "mozilla1.0.1+"
keyword, and add the "fixed1.0.1" keyword.
Keywords: mozilla1.0.1 → mozilla1.0.1+
Updated•23 years ago
|
Attachment #86412 -
Flags: approval+
Comment 10•23 years ago
|
||
adding adt1.0.1+ for checkin to 1.0.1
Comment 11•23 years ago
|
||
please check this into the branch as soon as possible.
| Assignee | ||
Comment 13•23 years ago
|
||
really fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Keywords: mozilla1.0.1+
BRANCH:
http://lxr.mozilla.org/mozilla1.0/source/embedding/config/xulsecurity.mn#7
6 content/pipnss, pipnss/content/pipnss
7 locale/XXXX/pipnss, XXXX/locale/XXXX/pipnss
TRUNK:
http://lxr.mozilla.org/seamonkey/source/embedding/config/xulsecurity.mn#7
6 content/pipnss, pipnss/content/pipnss
7 locale/XXXX/pipnss, XXXX/locale/XXXX/pipnss
Verified FIXED using LXR.
Status: RESOLVED → VERIFIED
Keywords: fixed1.0.1 → verified1.0.1
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•