Closed
Bug 1487313
Opened 5 years ago
Closed 5 years ago
stop using nsIDOMXULLabelElement and nsIDOMXULDescriptionElement in a11y
Categories
(Core :: Disability Access APIs, task, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file)
1.76 KB,
patch
|
Jamie
:
review+
|
Details | Diff | Splinter Review |
part of dexblization, see bug 1446830 comment 34 for details
Attachment #9005113 -
Flags: review?(jteh)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → surkov.alexander
Comment 1•5 years ago
|
||
Comment on attachment 9005113 [details] [diff] [review] patch Review of attachment 9005113 [details] [diff] [review]: ----------------------------------------------------------------- ::: accessible/xul/XULElementAccessibles.cpp @@ -20,4 @@ > #include "Logging.h" > #endif > > -#include "nsIDOMXULDescriptionElement.h" Heh, so we never actually used this interface anyway, just included the header?
Attachment #9005113 -
Flags: review?(jteh) → review+
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
(In reply to James Teh [:Jamie] from comment #1) > > -#include "nsIDOMXULDescriptionElement.h" > > Heh, so we never actually used this interface anyway, just included the > header? I think it was used before, but now just artifact, hg history should have a story of it
Pushed by surkov.alexander@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ce62b711b82 stop using nsIDOMXULLabelElement and nsIDOMXULDescriptionElement in a11y, r=jamie
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2ce62b711b82
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•5 years ago
|
Blocks: war-on-xbl
Updated•4 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•