Using the nsIObserver and nsIObserverService

2013-01-18 Thread pmiller . xul
Hi, I am using nsIObserver from within javascript to subscribe to topics and nsIObserverService from C++ xpcom to push notification for topics to the UI. I noticed that the notifications are sent fine but the nsIObserver only receives them when I have a JS/XUL Gui interaction towards _any_ of m

Re: xulrunner 17.0.1 application has issues on shutdown

2013-01-16 Thread pmiller . xul
Am Mittwoch, 16. Januar 2013 15:53:13 UTC+1 schrieb pmill...@gmail.com: > > However, on shutdown, the thing breaks badly. I can see from debugging, that > non of the destructors within the C++ xpcoms get called. I get a free() > corruption somewhere "near" one xpcom and "near" xpcomglue - if I c

xulrunner 17.0.1 application has issues on shutdown

2013-01-16 Thread pmiller . xul
Dear All, I ported a rather large xulrunner 1.9.2 based application to xulrunner 17.0.1. So far, most of all functionality still works. I use both JS and C++ xpcoms, initiated via JS and defined within chrome.manifest. I can use those xpcoms, no issues at all. However, on shutdown, the thing

Re: xulrunner 17.0.1.

2013-01-15 Thread pmiller . xul
> --> Is there any change in xulrunner from 1.9.2 to 17.0.1 that I am missing > which prevents the plugin to receive chrome content? Never mind - a chrome path was missing a trailing slash in the chrome.manifest ;) Paul ___ dev-platform mailing list

xulrunner 17.0.1.

2013-01-14 Thread pmiller . xul
Hi all, I am upgrading a xulrunner 1.9.2 based application towards 17.0.1. One thing I noticed, that for some reason, embedded PDFs via the Adobe Plugin isn't running anymore. XUL code: http://www.w3.org/1999/xhtml"; > I put the Adobe PDF