Closed Bug 1321274 Opened 8 years ago Closed 8 years ago

Remove usage of javascript String generics

Categories

(MailNews Core :: Backend, defect)

defect
Not set
normal

Tracking

(thunderbird53 fixed)

RESOLVED FIXED
Tracking Status
thunderbird53 --- fixed

People

(Reporter: aryx, Assigned: aryx)

References

Details

Attachments

(3 files)

String generics are non-standard SpiderMonkey extension and they should be removed.
  * String.charAt
  * String.charCodeAt
  * String.concat
  * String.contains
  * String.endsWith
  * String.includes
  * String.indexOf
  * String.lastIndexOf
  * String.localeCompare
  * String.match
  * String.normalize
  * String.replace
  * String.search
  * String.slice
  * String.split
  * String.startsWith
  * String.substr
  * String.substring
  * String.toLocaleLowerCase
  * String.toLocaleUpperCase
  * String.toLowerCase
  * String.toUpperCase
  * String.trim
  * String.trimLeft
  * String.trimRight
Comment on attachment 8815780 [details]
Bug 1321274 - Remove usage of javascript String generics.

https://reviewboard.mozilla.org/r/96586/#review96796
Attachment #8815780 - Flags: review?(philipp) → review+
Comment on attachment 8815781 [details]
Bug 1321274 - Remove usage of javascript String generics: chat/im.

https://reviewboard.mozilla.org/r/96588/#review96804
Attachment #8815781 - Flags: review?(aleth) → review+
Comment on attachment 8815782 [details]
Bug 1321274 - Remove usage of javascript String generics: mail.

https://reviewboard.mozilla.org/r/96590/#review97260

LGTM! r=mkmmelin
Attachment #8815782 - Flags: review?(mkmelin+mozilla) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: