Closed
Bug 1103203
Opened 11 years ago
Closed 11 years ago
Remove visitLink from toolkit/content/globalOverlay.js
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
People
(Reporter: Gijs, Assigned: Gijs)
Details
Attachments
(1 file)
1.92 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
As best I can tell it is unused in m-c, c-c, and add-ons:
https://mxr.mozilla.org/mozilla-central/search?string=visitLink
https://mxr.mozilla.org/comm-central/search?string=visitLink
https://mxr.mozilla.org/addons/search?string=visitLink
and it does have a weird window.opener chain thing going on. Let's kill it with fire.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8527048 -
Flags: review?(jaws)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8527048 [details] [diff] [review]
rm visitLink,
Review of attachment 8527048 [details] [diff] [review]:
-----------------------------------------------------------------
CVS Blame points to bug 170499 introducing this function to globalOverlay.js (although the linked patch shows it still in aboutDialog.xul). Then bug 349841 and bug 350205 followed (in order) to add to the function. Everything seems to be focused on usage for the About dialog and Thunderbird. The About dialog now uses <label class="text-link" href="" /> which has its behavior defined by http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/text.xml?rev=e947cee33a92#292
Attachment #8527048 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/313043e41d71
Marco, can this be added to the spreadsheet? Thanks!
Iteration: --- → 36.3
Points: --- → 1
Flags: qe-verify-
Flags: needinfo?(mmucci)
Flags: in-testsuite-
Flags: firefox-backlog+
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•