Closed
Bug 1718607
Opened 3 years ago
Closed 3 years ago
Stop using `int32_t` for offset in parent node in TextServicesDocument
Categories
(Core :: Spelling checker, enhancement, P3)
Core
Spelling checker
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Similar to bug 1714914, we should make TextServicesDocument
use uint32_t
for offset in a DOM node.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D118933
Updated•3 years ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/1bdea2c15342
Make `TextServicesDocument` use `uint32_t` for offset in DOM node r=m_kato
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•