Closed
Bug 284398
Opened 20 years ago
Closed 20 years ago
Typo in nsDefaultCLH.js and nsMailDefaultHandler.js - nsISupporst
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
Attachments
(1 file)
|
1.51 KB,
patch
|
benjamin
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050301 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050301 Firefox/1.0+ It appears that there is a typo of Components.interfaces.nsISupporst instead of Components.interfaces.nsISupports in both nsDefaultCLH.js and nsMailDefaultHandler.js. http://lxr.mozilla.org/seamonkey/source/toolkit/components/nsDefaultCLH.js#38 http://lxr.mozilla.org/seamonkey/source/mail/components/nsMailDefaultHandler.js#38 Reproducible: Always Steps to Reproduce:
| Assignee | ||
Comment 1•20 years ago
|
||
Ben - I noticed what appears to be a typo in these two files that you checked in so I am cc'ing you.
| Assignee | ||
Comment 2•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → moz_bugzilla
Status: NEW → ASSIGNED
Attachment #176016 -
Flags: first-review?(benjamin)
Comment 3•20 years ago
|
||
Comment on attachment 176016 [details] [diff] [review] patch (Checked in) Wow. I'm surprised that doesn't seem to have affected the function.
Attachment #176016 -
Flags: first-review?(benjamin) → first-review+
| Assignee | ||
Updated•20 years ago
|
Attachment #176016 -
Flags: second-review?(darin)
Comment 4•20 years ago
|
||
Comment on attachment 176016 [details] [diff] [review] patch (Checked in) No sr needed, you can just commit this (find somebody on irc.mozilla.org#developers to do it).
Attachment #176016 -
Flags: second-review?(darin)
Comment on attachment 176016 [details] [diff] [review] patch (Checked in) Checking in mail/components/nsMailDefaultHandler.js; /cvsroot/mozilla/mail/components/nsMailDefaultHandler.js,v <-- nsMailDefaultHandler.js new revision: 1.3; previous revision: 1.2 done Checking in toolkit/components/nsDefaultCLH.js; /cvsroot/mozilla/toolkit/components/nsDefaultCLH.js,v <-- nsDefaultCLH.js new revision: 1.4; previous revision: 1.3 done
Attachment #176016 -
Attachment description: patch → patch (Checked in)
Comment 6•20 years ago
|
||
Thank you Robert and IanN!
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
(In reply to comment #3) > (From update of attachment 176016 [details] [diff] [review] [edit]) > Wow. I'm surprised that doesn't seem to have affected the function. > It did, see bug 279213.
Updated•18 years ago
|
Flags: in-testsuite-
Component: XRE Startup → Startup and Profile System
QA Contact: nobody → startup
You need to log in
before you can comment on or make changes to this bug.
Description
•