Closed
Bug 136956
Opened 23 years ago
Closed 23 years ago
HTTP preferences panel needs to control proxy settings as well
Categories
(SeaMonkey :: Preferences, defect, P3)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
(Whiteboard: [fixed-trunk][adt2 RTM][verified-trunk][verified-branch])
Attachments
(3 files, 6 obsolete files)
41.09 KB,
image/jpeg
|
Details | |
11.89 KB,
image/png
|
Details | |
7.32 KB,
patch
|
darin.moz
:
review+
alecf
:
superreview+
chofmann
:
approval+
|
Details | Diff | Splinter Review |
HTTP preferences panel needs to control proxy settings as well.
if you enable pipelining under the "HTTP Networking" preferences panel, it only
enables pipelining for normal/direct connections. it should also enable
pipelining for proxy connections. or perhaps we need another checkbox.
the same is true of the persistent connections checkbox.
here's the full set of prefs:
network.http.version
[network.http.proxy.version <- does not exist yet]
network.http.keep-alive
network.http.proxy.keep-alive
network.http.pipelining
network.http.proxy.pipelining
Assignee | ||
Comment 1•23 years ago
|
||
marking this bug nsbeta1 since the existing preferences dialog doesn't work for
proxy users.
Keywords: mozilla1.0,
nsbeta1
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
note that this patch doesn't fix network.http.version ->
network.http.proxy.version since that pref isn't defined yet (and prefs code
doesn't like it when it isn't defined apparently).
comments? feedback?
Comment 4•23 years ago
|
||
brade: Is my build out of date or is yours (???) -- in the list on the left of
the preferences window it's not the "HTTP" pane, it's the "HTTP Networking"
pane .. I'm confused.
Comment 5•23 years ago
|
||
interesting... I took the screenshot on my Mac (which gave me a native PICT
file). That shows: HTTP Network...
However, I converted the PICT to a jpeg and it got truncated to just "HTTP";
very bizarre!
Comment 6•23 years ago
|
||
Comment on attachment 78787 [details]
screenshot without any string changes (proxy is on right side ;-))
doh! I uploaded the wrong file (I have two files named "screenshot.jpeg")
SORRY!
Attachment #78787 -
Attachment is obsolete: true
Attachment #78787 -
Flags: needs-work+
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
Here is a better patch without use of max-width (much improved; thanks to
timeless for the suggestions).
Attachment #78789 -
Attachment is obsolete: true
Assignee | ||
Comment 9•23 years ago
|
||
here's where "Enable Keep-Alive" would be better than "Enable Persistent
Connections" since we're short on space :-)
also, we need to come up with text for the headings, and i need to implement
network.http.proxy.version! see bug 60811.
the right hand side panel (the proxy one i presume) should perhaps be disabled
if "Direct Connection to the Internet" is selected in the proxy panel. although
this is probably not a requirement.
Depends on: 60811
Comment 10•23 years ago
|
||
reviews please?
Darin--we should file another bug on the update issue or hold off on that; I'd
like to land the minimal stuff on the trunk to get some exposure
Attachment #78902 -
Attachment is obsolete: true
Attachment #79321 -
Flags: review+
Assignee | ||
Comment 11•23 years ago
|
||
feel free to suggest alternative wording... i'll attach a screenshot next.
Attachment #79321 -
Attachment is obsolete: true
Assignee | ||
Comment 12•23 years ago
|
||
Comment 13•23 years ago
|
||
Comment on attachment 79661 [details] [diff] [review]
brade's patch + network.http.proxy.version + changes to the wording
This is great except for the problem with accesskeys. Those are duplicated but
shouldn't be.
Darin--would you like me to modify this patch to fix that issue or do you want
to?
Attachment #79661 -
Flags: needs-work+
Assignee | ||
Comment 14•23 years ago
|
||
Attachment #79661 -
Attachment is obsolete: true
Assignee | ||
Comment 15•23 years ago
|
||
Comment on attachment 79716 [details] [diff] [review]
minor revision to fix accesskeys
got an r=brade via AIM.
Attachment #79716 -
Flags: review+
Assignee | ||
Comment 17•23 years ago
|
||
mcarlson, marlon: i'd really like some UE approval on this patch. please see
attachment 79664 [details]. thx!
Comment 18•23 years ago
|
||
Darin--I forgot to tell you to remove "prefNetworking.label" from dtd file since
you aren't using it anymore. :-)
Assignee | ||
Comment 19•23 years ago
|
||
brade: sure thing!
Assignee | ||
Comment 20•23 years ago
|
||
Attachment #79716 -
Attachment is obsolete: true
Assignee | ||
Comment 21•23 years ago
|
||
Comment on attachment 79892 [details] [diff] [review]
revised patch - removed unused prefNetworking.label from .dtd file
carrying forward r=brade
Attachment #79892 -
Flags: review+
Comment 22•23 years ago
|
||
Comment on attachment 79892 [details] [diff] [review]
revised patch - removed unused prefNetworking.label from .dtd file
easy 'nough.
so access keys aren't case-sensitive? (I see a lower case "i" and a lower-case
"s" - just making sure
sr=alecf with that assumption
Attachment #79892 -
Flags: superreview+
Assignee | ||
Comment 23•23 years ago
|
||
yeah, they aren't case sensitive... i was just playing around with something.
i'll make them all uniform before checking in. thx!
Status: NEW → ASSIGNED
Comment 25•23 years ago
|
||
You have l10n approval for UI changes that are post - beta. In other words, if
this is not landing on the branch until after beta ships, then the changes are
fine. thanks
Comment 26•23 years ago
|
||
darin: while accesskeys aren't case sensitive, the algorithms in at least some
places favor the case you pick.
Comment 27•23 years ago
|
||
...so don't blindly change all the access keys to lower case (upper is OK, though)
Assignee | ||
Updated•23 years ago
|
Whiteboard: [fixed-trunk] → [fixed-trunk][RTM]
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → ---
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Updated•23 years ago
|
Whiteboard: [fixed-trunk][RTM] → [fixed-trunk][adt2 RTM]
Comment 28•23 years ago
|
||
Comment on attachment 79892 [details] [diff] [review]
revised patch - removed unused prefNetworking.label from .dtd file
a=chofmann for 1.0.1
Attachment #79892 -
Flags: approval+
Assignee | ||
Comment 29•23 years ago
|
||
fixed-on-branch (got ADT approval for these UI changes)
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 30•23 years ago
|
||
taking this sairuh since I just used those preferences to test another bug
verified trunk - 06/04/02 builds - winNT4, linux rh6, mac osX
Status: RESOLVED → VERIFIED
QA Contact: sairuh → tever
Whiteboard: [fixed-trunk][adt2 RTM] → [fixed-trunk][adt2 RTM][verified-trunk]
Comment 31•23 years ago
|
||
verified branch - 06/04/02 builds - winNT4, linux rh6, mac osX
Keywords: verified1.0.1
Whiteboard: [fixed-trunk][adt2 RTM][verified-trunk] → [fixed-trunk][adt2 RTM][verified-trunk][verified-branch]
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Keywords: fixed1.0.1
Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•