Closed
Bug 1497476
Opened 7 years ago
Closed 7 years ago
Remove nsITransferable.kFlavorHasDataProvider
Categories
(Core :: Widget, enhancement)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(2 files)
kFlavorHasDataProvider (= 0) is saved as a special value for length in transferables. That is incompatible with my plan of removing the length completely. We can just try QI'ing to nsIFlavorDataProvider instead, because there is only implementation: nsContentAreaDragDropDataProvider
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → evilpies
| Assignee | ||
Comment 1•7 years ago
|
||
Running clang-format makes this code at least a bit more pleasant to look at.
| Assignee | ||
Comment 2•7 years ago
|
||
Depends on D8074
| Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 9015484 [details]
Bug 1497476 - Clang-format nsTransferable.cpp. r?karlt
Maybe those requests don't show up on phabricator somehow?
Attachment #9015484 -
Flags: review?(mstange)
| Assignee | ||
Updated•7 years ago
|
Attachment #9015485 -
Flags: review?(enndeakin)
Comment 4•7 years ago
|
||
Ouch, I hadn't noticed that the Bugzilla dashboard had stopped showing a list of Phabricator review requests and now only shows a link to the list instead. I missed a bunch of reviews that way.
Updated•7 years ago
|
Attachment #9015485 -
Flags: review?(enndeakin) → review+
| Assignee | ||
Updated•7 years ago
|
Attachment #9015484 -
Flags: review?(mstange)
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
| Assignee | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d1e4e5029ffb
Remove nsITransferable.kFlavorHasDataProvider. r=NeilDeakin
Comment 7•7 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: mozilla64 → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•