Closed
Bug 1386468
Opened 7 years ago
Closed 7 years ago
SelectionChangeListener shows up in profiles for text controls without the feature being enabled
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should probably only register this listener for plaintext controls when the feature is enabled (aka on Nightly for now).
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8892694 -
Flags: review?(michael)
Updated•7 years ago
|
Attachment #8892694 -
Flags: review?(michael) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b7a0f888294
Only register SelectionChangeListener for plaintext controls when dom.select_events.textcontrols.enabled is turned on; r=mystor
Backed out for failures in browser_contentSearchUI.js like https://treeherder.mozilla.org/logviewer.html#?job_id=120553056&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/2d9de26c3fda
Flags: needinfo?(ehsan)
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff89a15be298
Only register SelectionChangeListener for plaintext controls when dom.select_events.textcontrols.enabled is turned on; r=mystor
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•7 years ago
|
Assignee: nobody → ehsan
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
•