Closed
Bug 597985
Opened 15 years ago
Closed 15 years ago
Port bug 454300 to Thunderbird - Remove locale-specific subdomains from client-generated URLs
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird3.1 .5-fixed)
RESOLVED
FIXED
Thunderbird 3.3a1
| Tracking | Status | |
|---|---|---|
| thunderbird3.1 | --- | .5-fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(2 files)
|
1.38 KB,
patch
|
rain1
:
review+
|
Details | Diff | Splinter Review |
|
2.56 KB,
patch
|
rain1
:
review+
standard8
:
approval-thunderbird3.1.5+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #454300 +++
Per bug 398938 (this bug would likely have to be fixed first before the
functionality is removed), we should remove the locale-specific subdomains Firefox client-generated URLs.
With the same applying to Thunderbird, of course. Of the instances we have left in all-thunderbird.js:
extensions.blocklist.detailsURL handled by bug 597982
extensions.getMore*URL handled by bug 571759
the remaining two by this bug.
Bug 454300 got back-ported to 1.9.2 only, so we'll do the same here, but I'll need to do a separate patch so that the prefs on bug 571759 are handled on branch.
| Assignee | ||
Updated•15 years ago
|
status-thunderbird3.1:
--- → wanted
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #476769 -
Flags: review?(sid.bugzilla)
Comment 2•15 years ago
|
||
Comment on attachment 476769 [details] [diff] [review]
Trunk fix
FWIW <https://addons.mozilla.org/en-US/thunderbird/dictionaries/> redirects to <https://addons.mozilla.org/en-US/thunderbird/language-tools/>.
Attachment #476769 -
Flags: review?(sid.bugzilla) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Comment on attachment 476769 [details] [diff] [review]
> Trunk fix
>
> FWIW <https://addons.mozilla.org/en-US/thunderbird/dictionaries/> redirects to
> <https://addons.mozilla.org/en-US/thunderbird/language-tools/>.
Yeah, just to clarify, I've been told before that dictionaries/ is the right place to got to (and this syncs us with what Firefox currently does).
| Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a1
| Assignee | ||
Updated•15 years ago
|
Attachment #476769 -
Flags: approval-thunderbird3.1.5?
| Assignee | ||
Comment 5•15 years ago
|
||
This patch has a few extra changes in it as the branch has some extra values. It doesn't do the extensions.getMore* prefs as they were never done for Firefox, so I've just left them as they are.
Attachment #478825 -
Flags: review?(sid.bugzilla)
Attachment #478825 -
Flags: approval-thunderbird3.1.5?
| Assignee | ||
Updated•15 years ago
|
Attachment #476769 -
Flags: approval-thunderbird3.1.5?
Updated•15 years ago
|
Attachment #478825 -
Flags: review?(sid.bugzilla) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #478825 -
Flags: approval-thunderbird3.1.5? → approval-thunderbird3.1.5+
| Assignee | ||
Comment 6•15 years ago
|
||
Checked in to 1.9.2:
http://hg.mozilla.org/releases/comm-1.9.2/rev/7efed1f15c9a
You need to log in
before you can comment on or make changes to this bug.
Description
•