canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
| Line 37: | Line 37: | ||
** If a function was added it doesn't get listed | ** If a function was added it doesn't get listed | ||
** If a function was removed or changed, list interface name and function | ** If a function was removed or changed, list interface name and function | ||
What not to look for: | |||
* [noscript] interface changes | |||
** Javascript add-ons won't use these anyway, and we don't bump compatibility on binary add-ons. | |||
* ACString -> AUTF8String changes | |||
** e.g. for attribute names. Generally this is just coping with non-ascii strings better, and doesn't affect accessing those attributes/interfaces from javascript. | |||
For each item in the list use mxr to look up the bug number for the change and add to the list. | For each item in the list use mxr to look up the bug number for the change and add to the list. | ||