Closed
Bug 720989
Opened 13 years ago
Closed 13 years ago
Remove javascript:/data: URIs may be incompatible test
Categories
(addons.mozilla.org Graveyard :: Add-on Validation, defect)
addons.mozilla.org Graveyard
Add-on Validation
Tracking
(Not tracked)
RESOLVED
FIXED
2012-08-09
People
(Reporter: eviljeff, Assigned: basta)
Details
Any instance of a hard coded "data:" uri in addon source code throws the following warning:
"Notice: javascript:/data: URIs may be incompatible with Firefox 6.
Loading 'javascript:' and 'data:' URIs through the location bar may no longer work as expected in Firefox 6. If you load these types of URIs, please test your add-on on the latest Firefox 6 builds, or refer to https://bugzilla.mozilla.org/show_bug.cgi?id=656433 for more information."
I can't recall seeing this as a true positive in any addons, at least not recently. I recommend the rule be removed to reduce unnecessary warnings.
Comment 1•13 years ago
|
||
I think Kris filed this same bug some time ago.
Comment 2•13 years ago
|
||
I was thinking of bug 671387, but that's slightly different.
Comment 3•13 years ago
|
||
+1
I've never seen (nor can I imagine) a true positive for this, and even with the changes in bug 671387 this is still generating quite a lot of noise. The only way an add-on could even conceivably be affected by this would be to inject a URL into the urlbar and manually submit it, and an add-on that did that would be so broken that there would be little point in nitpicking over the principal that said URL gets loaded with.
Comment 4•13 years ago
|
||
Argh! Please make this die!
Comment 5•13 years ago
|
||
Should be easy to just remove the test.
Assignee: nobody → mattbasta
Target Milestone: --- → 2012-08-02
Updated•13 years ago
|
Target Milestone: 2012-08-02 → 2012-08-09
Assignee | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•