Closed
Bug 601616
Opened 15 years ago
Closed 15 years ago
Explicit setting of HTTP and HTTPS handlers overwrites manual settings
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matthew.gertner, Assigned: matthew.gertner)
Details
Attachments
(1 file)
|
998 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
In webrunner.js the HTTP and HTTPS handlers are forced to the system default settings during startup. Now that we have a preferences dialog, this means that manual changes made by the user are overwritten ever time a web app starts.
| Assignee | ||
Comment 1•15 years ago
|
||
I'm not sure why this is needed but when I removed the code and created a fresh Prism app, it seems to handle HTTP links just fine. Mark, do you see an issue with just removing this?
Attachment #480620 -
Flags: review?(mark.finkle)
Comment 2•15 years ago
|
||
Comment on attachment 480620 [details] [diff] [review]
Remove the forced settings
This was needed only for a short time in xulrunner 1.9.something
Good to see it go
Attachment #480620 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Sending chrome/content/webrunner.js
Transmitting file data .
Committed revision 75205.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•