Closed
Bug 236627
Opened 21 years ago
Closed 21 years ago
getReferrer should create uris using the io service
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
1.88 KB,
patch
|
neil
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
81 var uri =
Components.classes["@mozilla.org/network/standard-url;1"].createInstance(Components.interfaces.nsIURI);
82 uri.spec = sourceURL;
Assignee | ||
Comment 1•21 years ago
|
||
also removes the unused makeTempFile
Assignee | ||
Updated•21 years ago
|
Attachment #143075 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•21 years ago
|
||
Comment on attachment 143075 [details] [diff] [review]
patch
Somehow I was not surprised to see this bug filed ;-)
Attachment #143075 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #143075 -
Flags: superreview?(darin)
Comment 3•21 years ago
|
||
Comment on attachment 143075 [details] [diff] [review]
patch
sr=darin
Attachment #143075 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
Checking in resources/content/contentAreaUtils.js;
/cvsroot/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js,v <--
contentAreaUtils.js
new revision: 1.105; previous revision: 1.104
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•