Closed
Bug 1738840
Opened 4 years ago
Closed 4 years ago
Use std::tuple instead of mozilla::Tuple in accessible/
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
96 Branch
| 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 | ||
Comment 1•4 years ago
|
||
Hi, I created this bug to submit a patch that replaces mozilla::Tuple with std::tuple usages. Larger goal is to move 1276351 forward.
| Assignee | ||
Comment 2•4 years ago
|
||
(In reply to Shazib Summar from comment #1)
Hi, I created this bug to submit a patch that replaces mozilla::Tuple with std::tuple usages. Larger goal is to move 1276351 forward.
| Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → ssummar.bee16seecs
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/60ae54f7dc7b
Replaces mozilla::Tuple with std::tuple in accessible/ r=emilio
| Assignee | ||
Comment 5•4 years ago
|
||
Thank you :)
Comment 6•4 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
| Assignee | ||
Comment 7•4 years ago
|
||
Yay. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•