Got this automated extension review message that for FF 21.* some
modules were moved from "resource://" to "resource://app".
> Some JS Modules were moved to a different location.
>
> Error: Some JS modules were moved from `resource:///` and `resource://gre/` to `resource://app/`.
>
> See bug
https://bugzilla.mozilla.org/show_bug.cgi?id=763295 for more information.
>
> chrome/reminderfox.jar/content/reminderfox/mail/rmFxMail.js
> 1538 const Ci = Components.interfaces;
> 1539 Cu.import("resource:///modules/iteratorUtils.jsm");
> 1540 Cu.import("resource:///modules/mailServices.js");
I'm running that code without any problem on
> Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Thunderbird/22.0a2 and
> Mozilla/5.0 (X11; Linux i686 on x86_64; rv:22.0) Gecko/20130509 Firefox/22.0
Also the mentioned bug is about:
> Bug 763295 - Port the bookmarks export service to JavaScript
and that's not related with our code at all.
Can anybody help for this?