Closed
Bug 1501874
Opened 5 years ago
Closed 5 years ago
Improve CreateUriList in nsDragService
Categories
(Core :: Widget: Gtk, enhancement)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
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•5 years ago
|
||
Updated•5 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•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/077264ea997e
Status: NEW → RESOLVED
Closed: 5 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
•