Closed
Bug 762434
Opened 11 years ago
Closed 11 years ago
Allow any element to be labelable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
9.20 KB,
patch
|
bzbarsky
:
review+
lsblakk
:
approval-mozilla-aurora+
mounir
:
checkin+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #630919 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•11 years ago
|
||
Comment on attachment 630919 [details] [diff] [review] Patch GetFirstDescendantFormControl should probably be renamed to GetFirstLabelableDescendant. r=me with that.
Attachment #630919 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•11 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla16
Assignee | ||
Updated•11 years ago
|
Attachment #630919 -
Flags: checkin+
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fab542b4877f
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 630919 [details] [diff] [review] Patch [Approval Request Comment] Bug caused by (feature/regressing bug #): none User impact if declined: bug fixed by bug 762435 will stay around for 3 months Risk to taking this patch (and alternatives if risky): this patch alone is pretty safe, it is only moving some logic from a class to another. String or UUID changes made by this patch: mozilla::dom::Element UUID change
Attachment #630919 -
Flags: approval-mozilla-aurora?
Comment 4•11 years ago
|
||
(In reply to Mounir Lamouri (:volkmar) (:mounir) from comment #3) > String or UUID changes made by this patch: mozilla::dom::Element UUID change We typically do not take UUID changes unless we're very confident that there will be no add-on compat or web compat breakage. Can you confirm?
![]() |
||
Comment 5•11 years ago
|
||
There should be no web compat issues from the IID change. Addons are tougher, but QueryInterface to Element _should_ be pretty rare. It's a reasonably new class and most ways of getting one do not involve QueryInterface.
Comment 6•11 years ago
|
||
Comment on attachment 630919 [details] [diff] [review] Patch Thanks bz, approving in that case.
Attachment #630919 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 7•11 years ago
|
||
Pushed in aurora: https://hg.mozilla.org/releases/mozilla-aurora/rev/0e385bd36e31
Target Milestone: mozilla16 → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•