Closed
Bug 1714916
Opened 4 years ago
Closed 4 years ago
Make `HTMLEditor::InsertFromDataTransfer` take `uint32_t` as index of `DataTransfer` items
Categories
(Core :: DOM: Editor, task, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
DataTransfer manages its items with uint32_t now, but editor methods still
access with int32_t. Therefore, editor module should use uint32_t.
Depends on D117115
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/578715b6d3fc
Make `HTMLEditor::InsertFromDataTransfer()` and `GetStringFromDataTransfer()` take `uint32_t` as index of `DataTransfer` items r=m_kato
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 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
•