Closed
Bug 1465875
Opened 7 years ago
Closed 7 years ago
Get rid of nsIDOMNSEditableElement
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(5 files)
33.54 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
14.17 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
6.56 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
10.08 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
15.22 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
We expose the relevant APIs on textarea and input elements anyway
(chromeonly). The QIs will throw on a non-input or non-textarea element, but
none of these consumers expect that to happen.
Attachment #8982564 -
Flags: review?(kyle)
![]() |
Assignee | |
Comment 2•7 years ago
|
||
Attachment #8982565 -
Flags: review?(kyle)
![]() |
Assignee | |
Comment 3•7 years ago
|
||
Attachment #8982566 -
Flags: review?(kyle)
![]() |
Assignee | |
Comment 4•7 years ago
|
||
Attachment #8982567 -
Flags: review?(kyle)
![]() |
Assignee | |
Comment 5•7 years ago
|
||
Attachment #8982568 -
Flags: review?(kyle)
Updated•7 years ago
|
Attachment #8982564 -
Flags: review?(kyle) → review+
Comment 6•7 years ago
|
||
Comment on attachment 8982565 [details] [diff] [review]
part 2. Eliminate use of "instanceof nsIDOMNSEditablElement"
Review of attachment 8982565 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/tests/mochitest/editabletext/editabletext.js
@@ +205,3 @@
> return elm.value;
>
> + if (elmClass == "HTMLDocument")
nit: ===
Attachment #8982565 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Attachment #8982566 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Attachment #8982567 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Attachment #8982568 -
Flags: review?(kyle) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3ef0eb8cbf3b
part 1. Eliminate pointless QIs to nsIDOMNSEditableElement. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/7c9969cf727a
part 2. Eliminate use of "instanceof nsIDOMNSEditablElement". r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/51f14f44ca9c
part 3. Eliminate C++ use of nsIDOMNSEditableElement. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/fcf9522e0558
part 4. Eliminate random mentions of nsIDOMNSEditableElement. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/284705205651
part 5. Eliminate nsIDOMNSEditableElement. r=qdot
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3398f70632d6
followup. Fix some Android code that ends up with null elements and was getting false from instanceof as a result. r=bzbarsky
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ef0eb8cbf3b
https://hg.mozilla.org/mozilla-central/rev/7c9969cf727a
https://hg.mozilla.org/mozilla-central/rev/51f14f44ca9c
https://hg.mozilla.org/mozilla-central/rev/fcf9522e0558
https://hg.mozilla.org/mozilla-central/rev/284705205651
https://hg.mozilla.org/mozilla-central/rev/3398f70632d6
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•