Closed
Bug 564091
Opened 15 years ago
Closed 15 years ago
change "non-existent" to "nonexistent" in every component
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: mkohler, Assigned: mkohler)
References
Details
Attachments
(3 files, 2 obsolete files)
|
1.12 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
|
807 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
|
69.88 KB,
patch
|
mkohler
:
review+
|
Details | Diff | Splinter Review |
This is a split-off of the misspellings bug (bug 506041). I decided to do that because this change affects a lot of components and is pretty big.
I tried to be as clean as possible, although I don't know all third-party libraries.
Attachment #443779 -
Flags: review?(timeless)
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #443780 -
Flags: review?(nelson)
| Assignee | ||
Comment 2•15 years ago
|
||
Attachment #443781 -
Flags: review?(nelson)
| Assignee | ||
Updated•15 years ago
|
Updated•15 years ago
|
Attachment #443780 -
Flags: review?(nelson) → review+
Updated•15 years ago
|
Attachment #443781 -
Flags: review?(nelson) → review+
Comment on attachment 443779 [details] [diff] [review]
nonexistent v1
> + // use a pseudo-object instead of a (potentially nonexisting) channel for getting
let's consistently replace "non-existing" with "nonexistent".
> $SEP = 0; # the paltform independent path separator
please add <paltform> to the 'spelling' bug :)
> // Once this test passes, we shoud test that onerror gets called and
please add <shoud> to the 'spelling' bug :)
Attachment #443779 -
Flags: review?(timeless) → review-
| Assignee | ||
Comment 4•15 years ago
|
||
Attachment #443779 -
Attachment is obsolete: true
Attachment #445771 -
Flags: review?(timeless)
Attachment #445771 -
Flags: review?(timeless) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
Nelson, did you checkin the fixes to NSS/nsprpub?
Keywords: checkin-needed
Comment 6•15 years ago
|
||
Bug 564091: change "non-existent" to "nonexistent" in every component
Patch contributed by Michael Kohler <michaelkohler@live.com>
nsprpub/pr/tests/nbconn.c; new revision: 3.12; previous revision: 3.11
security/nss/lib/pki/pki3hack.c; new revision: 1.100; previous revision: 1.99
| Assignee | ||
Comment 7•15 years ago
|
||
Attachment #445771 -
Attachment is obsolete: true
Attachment #446981 -
Flags: review+
| Assignee | ||
Comment 8•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/98fd6854ad41
For pushes to the nss and nsprpub repository see comment 6.
You need to log in
before you can comment on or make changes to this bug.
Description
•