Closed
Bug 1501874
Opened 7 years ago
Closed 7 years ago
Improve CreateUriList in nsDragService
Categories
(Core :: Widget: Gtk, enhancement)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(1 file)
I mostly wanted to get rid of nsPrimitiveHelpers::CreateDataFromPrimitive, but this whole function needed some work.
I think the FindCharInReadable usage is correct, but I am still getting used to Gecko string functions. The previous code also handled \r, but all code I could find uses \n like the comment suggests.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #9019877 -
Attachment description: Bug 1501874 - Improve CreateUriList in nsDragService. r?karlt → Remove CreateDataFromPrimitive usage from CreateUriList and clean up surrounding code
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/077264ea997e
Remove CreateDataFromPrimitive usage from CreateUriList and clean up surrounding code r=karlt
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•