Mozilla prism is an opensource system to bring web applications to the desktop
Questions tagged [mozilla-prism]
14 questions
                    
                    6
                    
            votes
                
                8 answers
            
        Open source site-specific browser
Here is what I want to do, very simply:
I want to put a URL into a Mozilla Prism (or some alternative), then be provided with an icon on my desktop that when I click it a window opens and the page is displayed.  The process for this instance of…
        
        Patrick Klingemann
        
- 8,884
 - 4
 - 44
 - 51
 
                    6
                    
            votes
                
                2 answers
            
        Chrome Application Shortcuts / Mozilla Prism Installer
I want to deploy a installer package to my customers.  My application is basically a website, but I want them to have the optimal experience via. Chrome or Mozilla Prism.  I would like to give them an installer (win:msi/exe) that puts an icon on the…
        
        DrydenMaker
        
- 354
 - 2
 - 17
 
                    4
                    
            votes
                
                1 answer
            
        Alternative to Prism/chromeless/WebRunner available for production
I really like the experiments from Mozilla with Mozilla-Prism.
I want to customize Firefox to remove address bar, tabs an open everytime to a single domain name.
All the solution I've found (Prism, Chromeless and WebRunner) are discontinuing.
Are…
        
        Guillaume Vincent
        
- 13,355
 - 13
 - 76
 - 103
 
                    2
                    
            votes
                
                1 answer
            
        Porting addons to Mozilla Prism 1.0b1
I'm trying to port an application to the newest version of Mozilla Prism (1.0b1 currently).  The instructions say to put this in install.rdf:
    
    
       …  
        
        Mike Crowe
        
- 2,203
 - 3
 - 22
 - 37
 
                    2
                    
            votes
                
                3 answers
            
        Shipping a website as a standalone desktop application
I would like to ship a web application as a desktop application, the only restriction is that this desktop application needs to work even without the existence of any web browser. For example, imagine a machine with no browsers at all, now you…
        
        user220755
        
- 4,358
 - 16
 - 51
 - 68
 
                    1
                    
            vote
                
                0 answers
            
        Does Mozilla Prism allow me to build an application bundle that I can upload to the App Store?
Does Mozilla Prism allow me to build an OSX application bundle that I can upload to the Mac App Store?
Does Mozilla Prism allow me to build an OSX application bundle that I can give to another user who does not and will not have prism…
        
        Be Kind To New Users
        
- 9,672
 - 13
 - 78
 - 125
 
                    1
                    
            vote
                
                0 answers
            
        Is their any solution for an error of mozilla central describe below?
I am installing mozilla browzer which runs on local host(offline). For that i install mozilla build setup.
In that firstly i run file name start-shell.bat . In that i need to install mozilla central. While installing mozilla central ,an error occure…
        
        parshav shah
        
- 11
 - 3
 
                    1
                    
            vote
                
                1 answer
            
        Prism: Bundle not working
I am trying something completely new and decided to try out Webapps on Prism. I started out with the dev center on Mozilla on creating the very first bundle. It worked the first time, but once I added the other files to construct the entire bundle,…
        
        Mike
        
- 2,567
 - 3
 - 23
 - 35
 
                    0
                    
            votes
                
                1 answer
            
        Firefox 3.6 required inputs
I'm trying to find a shim which will stop Firefox 3.5 - 3.6 (under Prism) to stop submitting a form when the input is set to required.
I've just tried using Afarkas's webshim but that hasn't worked either.
        
        James
        
- 5,137
 - 5
 - 40
 - 80
 
                    0
                    
            votes
                
                1 answer
            
        How to keep prism application in the system tray?
I need following things:
Show my application in system tray 
A popup menu on System tray for options like "Exit" or disable "Notifications"
The application should stay opened in startup even if user restarts her system
        
        qasimzee
        
- 640
 - 1
 - 12
 - 30
 
                    0
                    
            votes
                
                2 answers
            
        Mozilla Prism: disable pop-up blocker
I'm developing an application using Mozilla Prism. Unfortunately, Prism has its pop-up blocker activated.
I tried to disable it by inserting a line like
user_pref("privacy.popups.policy", "1");
or
user_pref("dom.disable_open_during_load",…
        
        Bob
        
- 5,510
 - 9
 - 48
 - 80
 
                    0
                    
            votes
                
                1 answer
            
        RIA application development on linux platform
I am building a web based RIA application using web technologies including Rails based server side code, and client side based on HTML,CSS,JQuery and plugins etc.
I am looking forward to creating a standalone cross platform application using the…
        
        lorefnon
        
- 12,875
 - 6
 - 61
 - 93
 
                    0
                    
            votes
                
                3 answers
            
        AJAX works fine in firefox, but malfunctions in Mozilla Prism 0.9
I have the following ajax function:
function ajax(value, url, urlVarname, displayContainers_id){    
    if(value == ''){
        document.getElementById(displayContainers_id).innerHTML='';
    }
    /* THIS IS LINE 12*/ xmlhttp = new…
        
        Babiker
        
- 18,300
 - 28
 - 78
 - 125
 
                    0
                    
            votes
                
                2 answers
            
        Prism vs out-of-browser silverlight
I recently started reading up on the out-of-browser ability of Silverlight 3. I also noticed that quite a few people here speak of Prism. I only had a brief time to read up on the topics. 
However, from what I read, both of them perform the same…
        
        Johannes
        
- 1,095
 - 6
 - 17