Closed
Bug 253008
Opened 21 years ago
Closed 20 years ago
Set network.proxy.share_proxy_settings if IE has a single proxy set up.
Categories
(Firefox :: Migration, defect)
Tracking
()
RESOLVED
FIXED
Firefox1.0
People
(Reporter: mconnor, Assigned: mconnor)
Details
(Keywords: fixed-aviary1.0, polish)
Attachments
(1 file)
825 bytes,
patch
|
vlad
:
review+
darin.moz
:
superreview+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
If IE is using "use the same proxy for all protocols" we should set
network.proxy.share_proxy_settings to true, so that this is reflected in the
prefpanel. As noted by shaver, we already detect this and expand out the
setting to the prefs.
this is a one-liner, patch upcoming.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
good idea. As punishment, you can review this one-liner. :)
Attachment #154306 -
Flags: review?(shaver)
Comment 3•21 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
Shouldn't we just set the single proxy entry, like the user would if she
checked the box?
Assignee | ||
Comment 4•21 years ago
|
||
no, because when the user checks the box, we actually copy the values to
ssl/ftp/gopher, so that necko still has the same prefs in place. The prefpanel
change is cosmetic only and has no effect on what the backend expects in terms
of prefs. In theory, we could make the new pref a necko pref and just use the
http pref for all cases, but I'm not sure that's necessary. Might be worth
pinging darin about though.
Assignee | ||
Updated•20 years ago
|
Attachment #154306 -
Flags: review?(shaver) → review?(vladimir)
Attachment #154306 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #154306 -
Flags: approval-aviary?
Updated•20 years ago
|
Flags: blocking-aviary1.0?
Comment 6•20 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
a=asa for branch checkin.
Attachment #154306 -
Flags: approval-aviary? → approval-aviary+
Assignee | ||
Comment 7•20 years ago
|
||
not a blocker, will try to get this in soon.
Flags: blocking-aviary1.0? → blocking-aviary1.0-
Whiteboard: needs checkin
Comment 8•20 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
need re-approval now that we're past 1.0 RC. setting back to request.
Attachment #154306 -
Flags: approval-aviary+ → approval-aviary?
Comment 9•20 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
a=asa for checkin to the aviary branch.
Attachment #154306 -
Flags: approval-aviary? → approval-aviary+
Comment 10•20 years ago
|
||
Comment on attachment 154306 [details] [diff] [review]
patch
sr=darin
Attachment #154306 -
Flags: superreview+
Comment 11•20 years ago
|
||
Checked in branch & trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Whiteboard: needs checkin
Target Milestone: --- → Firefox1.0
Comment 12•17 years ago
|
||
I'll try to verify this when I get a chance...
You need to log in
before you can comment on or make changes to this bug.
Description
•