[Done] Support for Prism 0.8

Various discussions related to Adblock Plus development
Locked
dan000
Posts: 2
Joined: Tue Mar 25, 2008 7:59 pm

[Done] Support for Prism 0.8

Post by dan000 »

Prism is a new Mozilla Labs project (fka WebRunner) to allow Web Apps to run in their own window, own process, etc. It's based on XULRunner, and it's possible to install extensions to it.

It would be great to be able to use AdBlock Plus in Prism.
dan000
Posts: 2
Joined: Tue Mar 25, 2008 7:59 pm

Post by dan000 »

Oh, it looks like it's pretty easy to get working in Prism. I simply added to install.rdf:

Code: Select all

        <!-- Prism -->
        <em:targetApplication>
                <Description>
                <em:id>prism@developer.mozilla.org</em:id>
                <em:minVersion>0.1</em:minVersion>
                <em:maxVersion>0.99</em:maxVersion>
                </Description>
        </em:targetApplication>
It installed just fine. I wasn't able to use the abp:// links, but other than that, it seems to be working perfectly.
Wladimir Palant

Post by Wladimir Palant »

Yes, this will be sufficient if you don't need any user interface integration. But at least displaying an icon in the status bar should be useful.
renczus

Post by renczus »

there is new version of prism...
0.9
maybe you should enable adblock plus support for prism 0.9?
Wladimir Palant

Post by Wladimir Palant »

I hit a wall adding that functionality :-(
https://bugzilla.mozilla.org/show_bug.cgi?id=465991

Edit: found a work-around, it will work.
Wladimir Palant

Post by Wladimir Palant »

Done, Prism 0.9 is now supported: http://hg.mozdev.org/adblockplus/rev/1b45d99bf5a6
Wladimir Palant

Post by Wladimir Palant »

This change is available in the current development build: http://adblockplus.org/development-buil ... r-prism-09
Locked