Page 1 of 1

[Fixed] FlashGot Broken In Latest Minefield/Trunk

Posted: Mon Jun 07, 2010 6:45 pm
by WildcatRay
(I hope this is the right place.)

With today's nightly build of Minefield/Trunk, the FlashGot context menu item(s) for the content portion of the browser window do not appear with the following error:

Error: DOM is not defined
Source file: file:///C:/Documents%20and%20Settings/(user_name)/Application%20Data/Mozilla/Firefox/Profiles/(profile_name)/extensions/%7B19503e42-ca3c-4c27-b1e2-9cdb2170ee34%7D/components/flashgotService.js
Line: 167

Browser build: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100607 Minefield/3.7a5pre ID:20100607035940

I'm not sure what patch landing is affecting this.

Re: FlashGot Context Menu Items Missing In Latest Minefield/

Posted: Tue Jun 08, 2010 10:42 am
by Giorgio Maone
It's
Bug 533592[Core:DOM]-Get rid of xpcnativewrappers=no [All]

Any extension having a xpcnativewrappers=xyz clause in its chrome.manifest gets broken by this landing.
FlashGot, for instance, had a "xpcnativewrappers=yes" dating back to when native wrappers were disabled by default.

Fixed in latest development build.

Re: [Fixed] FlashGot Broken In Latest Minefield/Trunk

Posted: Tue Jun 08, 2010 10:58 am
by WildcatRay
OK & thanks.