Open
Bug 1451078
Opened 7 years ago
Updated 2 years ago
Port Bug 1444760 "Combine loadURIWithFlags with loadURI" to SeaMonkey
Categories
(SeaMonkey :: Tabbed Browser, enhancement)
SeaMonkey
Tabbed Browser
Tracking
(seamonkey2.58 affected)
NEW
| Tracking | Status | |
|---|---|---|
| seamonkey2.58 | --- | affected |
People
(Reporter: frg, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
1.78 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1444760 +++
Right now, two forms of loadURIWithFlags are supported:
loadURIWithFlags(aURI, aFlags, aReferrerURI, aCharset, aPostData);
and
loadURIWithFlags(aURI, aParams);
where aParams is an object containing aFlags, aReferrerURI, aCharset, aPostData.
This bug is about supporting only the second form.
| Reporter | ||
Comment 1•7 years ago
|
||
Will look into it when I find some time. If someone else wants to do do it he/she has my blessing :)
| Reporter | ||
Updated•7 years ago
|
Blocks: SeaMonkeyTrunkErrors
Updated•2 years ago
|
Attachment #9386287 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•