Cache max length in TextControlState::SelectionProperties when calling SetValue
Categories
(Core :: DOM: Selection, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
A followup after https://phabricator.services.mozilla.com/D98185. Sounds worth doing as I have more plan to introduce changes there.
Assignee | ||
Comment 1•4 years ago
|
||
GetValue() is not a cheap operation, and this allows to skip it in SetSelectionRange.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Backed out changeset 651187869807 (Bug 1680548) for causing valgrind bustages in nsTextControlFrame.
Backout link: https://hg.mozilla.org/integration/autoland/rev/7ce95b6cde2643be60ec53d8c743db28aec30884
Failure log: https://treeherder.mozilla.org/logviewer?job_id=323630845&repo=autoland&lineNumber=60639
Comment 7•4 years ago
|
||
Backed out changeset b9fa2c214287 (bug 1680548) for multiple mochitest failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/dfde38cc70cc6ac40a6a0813342f0bfa5feffcc6
Failures logs:
https://treeherder.mozilla.org/logviewer?job_id=323642082&repo=autoland&lineNumber=2239
https://treeherder.mozilla.org/logviewer?job_id=323642117&repo=autoland&lineNumber=7416
https://treeherder.mozilla.org/logviewer?job_id=323642047&repo=autoland&lineNumber=14305
Comment 10•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Description
•