Closed
Bug 222127
Opened 21 years ago
Closed 20 years ago
IP network/mask format for "No Proxy For" is not documented
Categories
(Documentation Graveyard :: Help Viewer, defect)
Documentation Graveyard
Help Viewer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.8alpha2
People
(Reporter: iarnell, Assigned: iarnell)
References
Details
(Whiteboard: fixed-aviary1.0)
Attachments
(4 files, 4 obsolete files)
(deleted),
patch
|
neil
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
rjkeller
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
(deleted),
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030914 Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925
The CIDR IP network/mask format for entering IP networks in the "No Proxy For"
box of the Preferences -> Advanced -> Proxies window (as implemented and
described in Bug 80918) does not appear to be documented in the help page.
Reproducible: Always
Steps to Reproduce:
1. Open preferences
2. Navigate to Advanced -> Proxies
3. Click Help
Actual Results:
Help says "Type the domains that you do not want to use a proxy for. Separate
each domain with a comma. (Example: .yourcompany.com, .yourcompany.co.nz)"
Expected Results:
Help should say "Type the domains and/or IP networks that you do not want to use
a proxy for. Separate each entry with a comma. (Example: .yourcompany.com,
.yourcompany.co.nz, 192.168.1.0/24).
It would also make sense to change the example displayed on the Proxies
preference page itself.
xpfe/components/prefwindow/resources/locale/en-US/pref-proxies.dtd
browser/components/prefwindow/locale/pref-connection.dtd (don't forget Firebird!)
<!ENTITY noproxyExplain.label "Example: .mozilla.org, .net.nz, 192.168.1.0/24">
Assignee | ||
Comment 1•21 years ago
|
||
This implements the proposed change to the Example shown in the Prefs->Proxies
page.
Assignee | ||
Comment 2•21 years ago
|
||
Same change for the Options->Connections panel in Firebird
Updated•21 years ago
|
Attachment #133274 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•21 years ago
|
||
Updated•21 years ago
|
Attachment #133278 -
Flags: review?(rlk)
Assignee | ||
Comment 4•21 years ago
|
||
Daniel. The point is that IP networks must be specified as network/mask.
Something like 192.168.* will not work (the wildcard notation is accepted by
IE, and is often expected to work in Mozilla - hence the reason for wanting it
documented correctly).
Assignee | ||
Comment 5•21 years ago
|
||
Oops. Wrong wording in previous attempt. s/domain /entry /
Attachment #133280 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #133281 -
Flags: review?(rlk)
Updated•21 years ago
|
Attachment #133278 -
Attachment is obsolete: true
Attachment #133278 -
Flags: review?(rlk)
Comment 6•21 years ago
|
||
Comment on attachment 133281 [details] [diff] [review]
patch for Help content (corrected wording)
> IP networks that you do not want
Change this to IP address
Attachment #133281 -
Flags: review?(rlk) → review-
Assignee | ||
Comment 7•21 years ago
|
||
s/networks/address/ as requested.
Attachment #133281 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #133285 -
Flags: review?(rlk)
Comment 8•21 years ago
|
||
Comment on attachment 133285 [details] [diff] [review]
patch for Help content
r=rlk
I'll get this checked in soon.
Attachment #133285 -
Flags: review?(rlk) → review+
Comment 10•21 years ago
|
||
Patch checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 11•21 years ago
|
||
Keller, did you also check in the first two patches, which deal with:
browser/components/prefwindow/locale/pref-connection.dtd
xpfe/components/prefwindow/resources/locale/en-US/pref-proxies.dtd
?
Updated•21 years ago
|
Attachment #133274 -
Flags: superreview?(brendan)
Attachment #133274 -
Flags: review?(neil.parkwaycc.co.uk)
Attachment #133274 -
Flags: review+
Assignee | ||
Comment 12•21 years ago
|
||
Mike, can you take QA for Firebird and see if you can get review.
Comment 14•20 years ago
|
||
Comment on attachment 133274 [details] [diff] [review]
proposed change to example in GUI
Not sure sr= was needed, seems not, as the bug was resolved.
/be
Attachment #133274 -
Flags: superreview?(brendan)
Comment 15•20 years ago
|
||
Iain, it looks like there is a slight typo in the IP in the Firefox patch but if
you fixed that you could request review from Mike since he is now reviewing this
sort of thing for Firefox.
It'd definitely by nice to get this in since this is a fairly commonly asked
question over at MZF. (Looks like the Seamonkey version got review but still
needs checking as well for that matter.)
Assignee | ||
Comment 16•20 years ago
|
||
Fixed the typo.
Assignee | ||
Updated•20 years ago
|
Attachment #133275 -
Attachment is obsolete: true
Assignee | ||
Updated•20 years ago
|
Attachment #150645 -
Flags: review?(mconnor)
Assignee | ||
Comment 17•20 years ago
|
||
Okay, patch for firefox updated per pike's request in comment 15. Bug
reopenned. Can we check in the patches for the change to the prefs panels?
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 18•20 years ago
|
||
Comment on attachment 150645 [details] [diff] [review]
proposed change to example in GUI (for Firefox)
this is going to either break weird or orphan bits, based on the default size
of the dialog. Maybe drop the .net.nz bit.
Attachment #150645 -
Flags: review?(mconnor) → review-
Assignee | ||
Comment 19•20 years ago
|
||
Mike, I specifically tested it to be sure that it fits the window. At least on
Windows XP, no matter what resolution or system font size I use, it always
fits.
Updated•20 years ago
|
Attachment #150645 -
Flags: review- → review+
Comment 20•20 years ago
|
||
I would have liked to have this for mozilla 1.7, had I known about it.
Please let me know if there is anything I can do to help.
Severity: trivial → normal
Target Milestone: --- → mozilla1.8alpha2
Assignee | ||
Comment 21•20 years ago
|
||
Ben, for Mozilla, I think all that's needed is for the first patch to be checked
in. I can't do this myself... (same goes for the Firefox patch).
Comment 22•20 years ago
|
||
*** Bug 248476 has been marked as a duplicate of this bug. ***
Attachment #133274 -
Flags: superreview?(darin)
Updated•20 years ago
|
Attachment #133274 -
Flags: superreview?(darin) → superreview+
Comment 24•20 years ago
|
||
if the seamonkey patch still needs to land, just say so and I'll get it in as
well. (What's one more checkin?) The Firefox patch is on branch and trunk.
Whiteboard: needed-aviary1.0 → fixed-aviary1.0
Assignee | ||
Comment 25•20 years ago
|
||
Mike, yes the patch still needs to go in for seamonkey - could you please.
Comment 26•20 years ago
|
||
Shouldn't this go into the HELP component?
Comment 27•20 years ago
|
||
This is fixed..., probably a long time ago ;)
Status: REOPENED → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → FIXED
Comment 28•16 years ago
|
||
V/fixed.
I'm looking at at all the current release right now (FF 3.0.1, FF 2.0.0.16, TB 2.0.0.16, SM 1.0.11
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•