Use std::tuple instead of mozilla::Tuple in widget/
Categories
(Core :: General, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: ssummar, Assigned: ssummar)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
Hi, I created this bug to replace mozilla::Tuple usages in widget/ with std::tuple. I'll be publishing a patch soon.
| Assignee | ||
Comment 2•4 years ago
|
||
This bug depends on two other bugs
-
Bug 1603127
Inwidget/gtk/nsClipboard.cppthere is callsite formozilla::Decoder::DecodeToUTF16(...)(linked here). This was migrated to std::tuple in bug 1603127. -
Bug 1738840
Inwidget/windows/WinHeaderOnlyUtils.his a function definition formozilla::ModuleVersion::AsTuple(linked here). This was migrated to std::tuple in bug 1738840.
Instead of making these changes again, I added these bugs as dependecies for this bug.
| Assignee | ||
Comment 3•4 years ago
|
||
(In reply to Shazib Summar from comment #1)
Hi, I created this bug to replace mozilla::Tuple usages in widget/ with std::tuple. I'll be publishing a patch soon.
THe bigger goal is to push bug 1276351 forward step by step.
| Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
| bugherder | ||
Description
•