Closed Bug 53874 Opened 25 years ago Closed 25 years ago

dialogBindings.xml uses obsolete <interface> element

Categories

(Core :: XBL, defect, P3)

x86
All
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: jrgmorrison, Assigned: jag+mozbugs)

References

()

Details

(Keywords: regression, Whiteboard: [nsbeta3-][rtm-])

Attachments

(1 file)

Prompted by bug #52891, where a similar bit of obsolete syntax was breaking working code, here is another instance where the XBL needs to be updated (otherwise it is broken). dialogBindings.xml 14 </xul:box> 15 </content> 16 <interface> 17 <property name="title" onset="this.setAttribute('title',val); return val;" 18 onget="return this.getAttribute('title');"/> 19 <property name="description" onset="this.setAttribute('description',val); return val;" 20 uses <interface> Nom: nsbeta3,rtm as this is a simple, safe fix, to make working code work again, has minimum risk (one-line XBL change to match current syntax).
We don't need this for beta 3. Ben, should we fix this for RTM?
Whiteboard: [nsbeta3-]
Why are we using two nearly similar but not quite dialogBindings.xml files? One in global, the other in communicator. I don't see the differences justifying having two files, so is there another reason for keeping both? Anyway, attaching a patch.
Keywords: patch, review
Nav triage team: rtm- We don't see how this affects users -- so not a top priority.
Whiteboard: [nsbeta3-] → [nsbeta3-][rtm-]
Marking Future.
Target Milestone: --- → Future
Taking this.
Assignee: ben → disttsc
Target Milestone: Future → ---
r=hyatt
Status: NEW → ASSIGNED
Keywords: review
Checked in on the trunk. Since this bug is nsbeta3-, rtm-, I'm going to mark it fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: