Closed
Bug 1731374
Opened 3 years ago
Closed 3 years ago
Add string storage to AccAttributes with move semantics
Categories
(Core :: Disability Access APIs, defect, P1)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
nsString in inexplicably large and won't stay in the constraints of our Variant in AccAttributes. If we instead use a smart pointer that contains a string we can get around that.
Also, strings should exclusively support move assignment and not copies so that we don't copy strings around with wild abandon.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/60eb92f08a2e
Add string storage to AccAttributes with move semantics. r=Jamie
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•