Closed Bug 1714916 Opened 3 years ago Closed 3 years ago

Make `HTMLEditor::InsertFromDataTransfer` take `uint32_t` as index of `DataTransfer` items

Categories

(Core :: DOM: Editor, task, P3)

task

Tracking

()

RESOLVED FIXED
91 Branch
Tracking Status
firefox91 --- fixed

People

(Reporter: masayuki, Assigned: masayuki)

Details

Attachments

(1 file)

No description provided.

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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: