Closed
Bug 1486674
Opened 3 years ago
Closed 3 years ago
get rid of nsIDOMXULCheckboxElement
Categories
(Core :: XUL, task)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file)
|
1.96 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
after bug 1486671 is fixed, it seems there's no other dependencies on this interface. Also see bug 1455433 - XUL:checkbox dexblization - for details.
Attachment #9004440 -
Flags: review?(bugs)
Updated•3 years ago
|
Blocks: war-on-xbl
Updated•3 years ago
|
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9004440 -
Attachment mime type: text/x-patch → text/plain
Updated•3 years ago
|
Attachment #9004440 -
Attachment is patch: true
Comment 1•3 years ago
|
||
Comment on attachment 9004440 [details] [diff] [review] patch > * The checkbox storing whether the user wants to remember the selected cert. >- * @type nsIDOMXULCheckboxElement >+ * @type a dom::Element checkbox, has to have |checked| property. Element, not dom::Element. (::dom:: is after all a namespace in C++, not in JS)
Attachment #9004440 -
Flags: review?(bugs) → review+
Pushed by surkov.alexander@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/bc6567e31d48 get rid of nsIDOMXULCheckboxElement, r=smaug
Comment 3•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bc6567e31d48
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•2 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•