Closed
Bug 1617778
Opened 5 years ago
Closed 5 years ago
Sharing IMEData logging
Categories
(Core :: DOM: Events, enhancement, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(2 files)
Actually, there is the logging code for SelectionChangeData and TextChangeData in IMEContentObserver and widget. I want it to GeckoEditable to debug sync text issue, I will change it to use https://searchfox.org/mozilla-central/source/mfbt/ToString.h instead.
Assignee | ||
Comment 1•5 years ago
|
||
It is useful to use ToString.h to log text and selection change instead of
adding it each source code. Actually, there is same code in
IMEContentObserver and widget.
Also, mozilla namespace is required since this conflicts with
WinModifierKeyState.h.
Assignee | ||
Comment 2•5 years ago
|
||
To debug more easily, I would like to add it.
Depends on D64021
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/07e0b03d97e9
Use ToString.h to share text and selection change logging. r=masayuki
https://hg.mozilla.org/integration/autoland/rev/81567171ab5c
Log text and selection change via ALOGIME. r=geckoview-reviewers,esawin
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/07e0b03d97e9
https://hg.mozilla.org/mozilla-central/rev/81567171ab5c
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•