KingMuttley / tabgroupsmanager

Automatically exported from code.google.com/p/tabgroupsmanager
1 stars 0 forks source link

Firefox 36 compatibility #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to be sure TabGroupsManager is fully compatible with Firefox 36, I 
will add usefull information and resources with some of the possible bugs and 
changes to made in TGM code.
https://developer.mozilla.org/en-US/Firefox/Releases/36
https://developer.mozilla.org/en-US/Firefox/Releases/36/Site_Compatibility

Recommended using of: var instead of let, taking care of the scope and behavior.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let
#Temporal_dead_zone_and_errors_with_let

Changes for add-on and Mozilla developers
JavaScript code modules:
- PromiseUtils.resolveOrTimeout is implemented (bug 1080466).
- PromiseUtils.defer (a replacement for Promise.defer) is implemented (bug 
1093021).

XUL
No change.

Original issue reported on code.google.com by miguelro...@gmail.com on 26 Jan 2015 at 9:14

GoogleCodeExporter commented 8 years ago
The let change was not important for us. We would get errors in console, so 
this is not related to TGM. I have seen such errors in keefox addon and fixed 
it.

Original comment by micha.go...@arcor.de on 26 Jan 2015 at 10:10