Closed
Bug 626497
Opened 14 years ago
Closed 14 years ago
XBL bindings to resource: URLs should not trigger a validation warning.
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.12.7
People
(Reporter: kmag, Assigned: basta)
References
()
Details
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b10pre) Gecko/20110116 Firefox/4.0b10pre
Build Identifier:
Currently -moz-binding properties in CSS files trigger a warning when they point to any non-chrome: URL. While arguably they should be valid for any non-remote URL, they should certainly not be flagged for resource: URLs, especially as these become more and more common with the introduction of bootstrapped add-ons which are not allowed to register chrome packages.
Reproducible: Always
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•14 years ago
|
||
Jorge: what do you want to do here?
Assignee: nobody → mbasta
Target Milestone: --- → Q1 2011
Comment 2•14 years ago
|
||
We should allow: chrome URLs, relative chrome URLs (no protocol), and resource URLs. That should cover the majority of cases.
Comment 3•14 years ago
|
||
(In reply to comment #2)
> We should allow: chrome URLs, relative chrome URLs (no protocol), and resource
> URLs. That should cover the majority of cases.
Allow meaning no warnings or no errors?
Comment 4•14 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > We should allow: chrome URLs, relative chrome URLs (no protocol), and resource
> > URLs. That should cover the majority of cases.
>
> Allow meaning no warnings or no errors?
Yes, sorry for the ambiguity.
Comment 5•14 years ago
|
||
Double fail...
In the 3 cases mentioned in Comment 2 there should be no warnings or errors at all. In all other cases there should be a warning.
Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: Q1 2011 → 5.12.7
Comment 8•14 years ago
|
||
When does this promote?
Comment 9•14 years ago
|
||
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
•