StringBeginsWith/StringEndsWith not use Substring to compare
Categories
(Core :: XPCOM, enhancement)
Tracking
()
People
(Reporter: noiseyou99, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
Steps to reproduce:
I think we don't need to use Substring to compare, and we can use Comparator directly, it can save some time.
Updated•4 years ago
|
Hi,
Do you have any suggestion for this patch?
Comment 4•4 years ago
|
||
Because this report is still untriaged, setting it to Core: XPCOM, if this is not the right component, please move it to a more appropriate one. Thanks!
Comment 5•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Comment 6•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:nika, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 7•3 years ago
|
||
I don't think this is a big issue right now, and I don't love the impact on readability, so I'm going to close this as WONTFIX for now.
Description
•