Closed
Bug 202349
Opened 22 years ago
Closed 22 years ago
Mailnews Thunderbird change for nsIMessenger::LoadURL
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(1 file)
3.72 KB,
patch
|
Details | Diff | Splinter Review |
Merging some changes I have in my tree to run urls through nsIMessenger with
some recent changes Seth made on the trunk.
He also added a loadURL method.
Instead of adding ifdef MOZ_THUNDERBIRD code to add my new method, I thought I'd
piggy back on his work.
Feel free to object to the way I've made LoadURL do one of two things based on
the input arguments....patch coming.
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
QA Contact: esther → scott
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
I went ahead and checked this patch in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 3•22 years ago
|
||
Bah, as reviewer of the patch that created LoadURL I went to alot of trouble to
have LoadURL (which was designed to load a known URL suitable for the current
window) separate from OpenURL (which will as far as I know load an arbitrary
URL). But since I can't find, or work out how to find, how it's supposed to be
used, what does this new LoadURL gain?
Assignee | ||
Comment 4•22 years ago
|
||
Neil, sorry for the delay. I finally got around to cleaning up what I did as
part of this bug (comment #3). I now have a separate method for thunderbird to
launch an external url directly to the OS. I am no longer piggy backing on
LoadUrl which as you said is intended to be just for a url that needs loading in
the existing msg window and it has been restored to its previous state before I
added stuff to it.
Comment 5•22 years ago
|
||
Great, thanks!
Comment 6•22 years ago
|
||
Hmmm... just noticed that you didn't remove the dom window arg :-/
Assignee | ||
Comment 7•22 years ago
|
||
good catch I forgot I added that. Will fix it today
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•