Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

extension review message -- unclear/unrelated errors

5 views
Skip to first unread message

gNeandr

unread,
May 10, 2013, 3:35:59 PM5/10/13
to
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?


Philip Chee

unread,
May 11, 2013, 5:55:44 AM5/11/13
to
On traditional Firefox/Thunderbird/SeaMonkey resource:/// is an alias
for resouce://app/

On traditional Firefox/Thunderbird/SeaMonkey resource://app/ and
resource://gre/ map to the same location.

In XULrunner builds (I think some linux distros do FX/TB/SM this way)
resource://app/ and resource://gre/ point to different locations.

In Metro enabled Firefox builds (MetroFox) resource://app/ and
resource://gre/ point to different locations.

Phil

--
Philip Chee <phi...@aleytys.pc.my>, <phili...@gmail.com>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.

gNeandr

unread,
May 11, 2013, 6:13:29 AM5/11/13
to
Good to know .. thanks and have a nice weekend
G�nter
0 new messages