Lauching firefox with -chrome option in Mac machine make it to hang. We are calling ./firefox - chrome chrome:// URL

We have written a firefox extension to launch a web site from the applicaiton. We are launching the firefox using the command
./firefox -chrome chrome://iolaunch/content/temp.xul.
till 3.6 it used to work fine. but in 4.0 the above command make the firefox to hang.
the content of the xul file look like below.
<?xml version="1.0"?>
<overlay id="iolaunch-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
var Cc = Components.classes;
var Ci = Components.interfaces;
cookie_manager = Cc["@mozilla.org/cookieService;1"].createInstance(Ci.nsICookieService);
uri = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService).newURI('#URL#', 'ISO-8859-1', null);
cookie_manager.setCookieString(uri, null, 'X-Login'+ '='+ '#Info1#' , null);
cookie_manager.setCookieString(uri, null, 'X-Token'+ '='+ '#Info2#' , null);
cookie_manager.setCookieString(uri, null, 'X-Go'+ '='+ '#Info3#' , null);
</script>
</overlay>
can you tell me why this does not work. Infact none of the chrome URL is getting loaded in firefox 4.0.

You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
Where is the main HTML located ?
Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
See:
*http://kb.mozillazine.org/Links_to_local_pages_do_not_work

Similar Messages

  • I have set up my iPhone to wifi sync with iTunes on my Mac Air, but my iPhone's contacts are not displaying in Contacts on my Mac...any ideas?

    I have set up my iPhone to wifi sync with iTunes on my Mac Air, but my iPhone's contacts are not displaying in Contacts on my Mac...any ideas?

    Hi there kushfromgbr,
    You may find the information in the article below helpful.
    About SyncServices
    http://support.apple.com/kb/HT5847
    OS X Mavericks
    OS X Mavericks v10.9 and later do not use SyncServices. Instead, Mavericks supports sharing your information using several network-based and cloud-based solutions. If you want to sync your information across multiple devices and computers, you should use one or more of these methods. These include iCloud, CardDAV servers, CalDAV servers, and servers that utilize the Exchange ActiveSync protocol.
    If you would like more information about setting up iCloud on your devices you can take a look at the article below.
    iCloud: Set up iCloud on your devices
    http://support.apple.com/kb/PH2609
    -Griff W. 

  • Why does my mac mail constantly rebuild itself in the area called Mail Activity?

    My Mail is constantly rebuilding itself. When at home with a super fast internet connection, it's not big deal, but when travleing and using a slower connection the activity runs all the time.  Seems to me that it's taking up resources. I have Gmail and Yahoo accounts set up and sometimes it's downloading 12,000 messages!  Is this a problem?  What happens if I hit the "x" or cancel button during a download?

    Sounds more like a server issue rather than rebuilidng and as a matter of fact, an actual rebuild might help.
    Mail (Mountain Lion): Rebuild mailboxes

  • Very odd problem with CS2 on Power Mac G4

    My office has 18 identical Power Mac G4s (1Ghz dual processor, 768MB RAM) all running OS X 10.4.9 and Adobe CS2. All except one that is, which for some reason InDesign and Photoshop always quit on startup with unexpected errors, or an unusual error saying that the application is still shutting down so cannot be opened.
    I'll skip some of the troubleshooting details, but basically we've tried clean installing the OS on a separate drive and putting CS2 onto the clean install with no optional extras and it makes no difference. We tried swapping hard discs with a machine that was working fine, and the same machine continued to have the same problems while the other machine was fine. We then swapped out RAM, graphic cards, and removed all unnecessary devices and no difference, meaning logically the problem must be with one of the processors or the logic board. We sent the machine off to Apple TWICE and both times it came back with no problems found. Adobe won't help as it must be a hardware problem, and Apple won't help cause they can't find any problems. We offered them money to just exchange the logic board and processors, but they said no.
    As a last resort, we tried installing CS1, foolishly assuming that as it was different software it might actually work. It actually worked even less well as Illustrator won't run either.
    Does anybody have the faintest idea what the problem might be, and how we could go about fixing it?
    Many thanks.

    Thanks for the suggestion. We'd actually joked that the desk might be cursed, but honestly figured that if there was a low voltage problem then it would show up in other ways. The machine's been in use for over 4 years and this is the first time it's ever shown any issues. Even now it's just those 3 applications, and always at start up.
    I'll try moving it to a different desk anyway and see if that helps, failing which we may have to bite the bullet and buy a new one, but we've already splashed out on 18 machines worth of OS X licences, CS2, Office, Font Folio etc. so they're not going to give us the money lightly...

  • I am trying to authenticate at Filevault preboot using external Serial (RS232) to USB convertor where USB port is connected to my mac machine.But on preboot I am not able to type the password using console where my machine is connected.

    I am using an external keyboard which is actually a Device KeyAT who do the keyboard simulator kind of operation over Serial (RS232) to USB connector.
    I have a controller machine connected with Serial Port and MAC machine is connected by a USB port to that device.
    I am able to type the password on OS X login screen but on using the same device and set up on Filevault preboot I am not able to type the password.
    This connector is detected as a USB 2.0 composite device in System Hardware table.
    Can someone hints or point out a potential cause or to rectify this issue.
    Thanks in Advance.

    Which os version are you using? 
    Which iPod Nano model do you have?  iPod Models 
    iPod not recognized in iTunes and Mac desktop 

  • PermGen with -server option

    Hello all. I have quite a trouble with JVM:
    We're developing a multimodule web application. Modified wars (=modules) are sent from continuous integration server to our development JBoss many times a day - this redeploys modified WAR. The same for clients - we'd like to redeploy single modules without restarting the server.
    Unfortunately after few redeploys we get PermGen space. Server is useless and must be restarted.
    1) When JVM started with -client option I can avoid PermGen space, but from time to time (~1/10 redeploys), I get this:
    Cause: Class 'org.richfaces.renderkit.html.SuggestionBoxRenderer' is missing a runtime dependency: java.lang.NoClassDefFoundError: org/ajax4jsf/renderkit/compiler/ElementBase$1
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
    at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
    I need to restart redeploy. After few redeploys this error repeats.
    A bug in JVM or JBoss, or do I need to add some magical command line options for JVM?
    2) With -server option I still have PermGen space, because JVM doesn't call finalize() methods on objects. Finalization queue is big.
    Is there any JVM option for enabling finalization in -server mode (except manual calling System.runFinalization()), or this is a bug in JVM?
    3) According to -XX:+TraceClassUnloading, JVM unloads unused classes only when PermGen memory is full. Lots of unused classes from WEB-INF/lib are kept in memory for long time. Couldn't this unloading be done earlier?
    Any ideas? My JVM version is 1.6.0_10.

    And another thing I don't understand with -server option. Sometimes instead of throwing PermGen, the application is frozen by GC. But even weak references to some objects aren't removed, for example:
    Class Name | Ref. Objects | Shallow Heap | Ref. Shallow Heap | Retained Heap
    class java.lang.reflect.Proxy @ 0x3fd83b8 System Class | 1 | 40 | 120 | 58 504
    '- loaderToCache java.util.WeakHashMap @ 0x8cf8ad8 | 1 | 48 | 120 | 41 312
    '- table java.util.WeakHashMap$Entry[128] @ 0xa2e3fe8 | 1 | 528 | 120 | 41 232
    '- [43] java.util.WeakHashMap$Entry @ 0xa9e0390 | 1 | 40 | 120 | 2 344
    '- referent org.jboss.mx.loading.UnifiedClassLoader3 @ 0xa89a360| 1 | 120 | 120 | 1 636 912
    -----------------------------------------------------------------------------------------------------------------------------------------

  • I cannot able able to start my macbook and then i started my mac in a recovery mode now mac os X utility window opens with 4 options 1. Restore From Time Machine Backup 2. Reinstall Mac OSX 3. Get Help Online 4. Disk Utility if i try to restore my mac wit

    i cannot able able to start my macbook and then i started my mac in a recovery mode now mac os X utility window opens with 4 options 1. Restore From Time Machine Backup 2. Reinstall Mac OSX 3. Get Help Online 4. Disk Utility if i try to restore my mac with time machine no option appears if i reinstall from Mac OSX error comes and cannot able to recover from disk utility please help how can i reinstall mac OSX

    Guitar21,
    your MacBook Pro has booted into its Recovery mode. From the OS X Utilities menu, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Does it get to the login screen now?

  • The iPhoto library is a Time Machine backup, and so cannot be used as the main library. Reopen iPhoto with the Option key held down to choose another library.

    I recently tried to look up my pictures on my time machine back up on an external hard drive. As soon as I try to open it I get the following message.
    "The iPhoto library is a Time Machine backup, and so cannot be used as the main library. Reopen iPhoto with the Option key held down to choose another library."
    I have tried holding down the option key but still couldn't few the photos.
    I want to know if there is anyway I can actually view these photos. I have over 85gbs of photos on the hard drive.  I have tried googling and looking at pervious forums with the same problem but nothing is working.
    Please help!

    Select Mac Help from the Finder's Help menu. Search for "Restore items backed up with Time Machine."

  • I downloaded the new firefox and now I get an error stating it won't run with my version of Mac OS? What is the fix?

    I was prompted to upgrade to Firefox 4 - I have a 3.6 version. When I move it to my application folder and tried to run it, I get the error that it cannot run with my version of Mac OS. I'm not sure how to update my OS version or go back to an older version of Firefox.

    Firefox 4 requires at least OS X 10.5. You can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • An automatic update arrived and installed itself but then told me it was incompatible with my version of Mac: 10.5.8. Firefox version 3.6.26 is on it now. It seems to work the same. Is there going to be a problem or should I ignore that message?

    An automatic update arrived and installed itself but then told me it was incompatible with my version of Mac: 10.5.8. Firefox version 3.6.26 is on it now. It seems to work the same. Is there going to be a problem or should I ignore that message?
    If I must replace it where do I get an older version?
    Thanks

    Firefox '''4 '''versions '''and later do not run on a PowerPC Mac''' and require at least OS X 10.5 and an '''Intel Mac'''.
    The latest''' supported''' version for your os is '''3.6.26''' , your are fully updated.
    see for more info:
    [http://www.mozilla.org/en-US/firefox/3.6/system-requirements/ Firefox 3.6 System Requirements]
    [http://www.mozilla.org/en-US/firefox/10.0/system-requirements/ Firefox 10 System Requirements]
    [For older Macs that aren't supported in Firefox 4+ versions, if you like, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8]
    http://www.floodgap.com/software/tenfourfox/
    http://tenfourfox.blogspot.com/
    https://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Apex 5 not working with Chrome, works perfectly with firefox.

    Hi All,
    So after a few days of trying to upgrade my 4.2 PDB to 5.0. Finally, Success.
    I have encountered a new issue.
    Apex works fine under Firefox, but the same cannotbe said for google chrome.  Even though I can log in via chrome, certain things do not work.
    For example.
    When I click on my username for the account menu in the top right corner, nothing happens with chrome (see image1).
    When I do the same exact thing under Firefox, I get the drop down account menu as intended. (see image2)
    I am a linux user, so at first I thought maybe it was something related to chrome with Linux.
    Then I thought maybe it was some sort of caching issue, so i cleared my cache and all temp files.
    Finally, I checked the chrome vs firefox comparison on 3 different PC's. 1 linux, 1 Windows 8.
    When I use Apex via Firefox, I have not bumped into a single bug, I was able to test it thoroughly to make sure desiger and all features worked without an issue.
    Under chrome, some things work, others do not.
    Another example of something that doesnt work under chrome. When I get an authentication error, the countdown timer (please wait 5 seconds) does not count down nor disappear after 5 seconds. Under firefox, works. This can be said for an assortment of buttons, links, drop down menus.
    Has anyone bumped into this? Anyone successfully using apex5 via chrome?
    Thanks in advance,
    John T.
    image1
    image2

    Hi John,
    based on the error message that almost looks like that our desktop.min.js library didn't load. Can you please try the following.
    1) On the page where you see that error, click the Hamburger icon in the top right corner and select 'More tools' -> View Source.
    2) In the HTML source displayed, search for desktop.min.js (use Ctrl+F) and click on that link of the file. desktop.min.js should be right before wwv_flow.js_messages.
    Does it show the source of the file?
    If that works, can you do the same for jquery-2.1.3.min.js right before desktop.min.js.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • SSL certificate not valid in Safari, but webservice  works with Chrome and Firefox

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

  • Adobe Reader compatibility with Chrome on MAC OS

    Hi,
    Are Adobe Reader 9, 10 & 11 versions compatible with Chrome on a MAC OS?
    I found below Adobe Reader tech specs where Chrome is not explicitly listed under Mac OS but again Chrome isn’t explicitly listed for Adobe Reader 9 and 10 specs for windows either but this works fine –
    http://www.adobe.com/uk/products/reader/tech-specs.html
    Any pointers will be really appreciated.
    Thanks in advance!
    Ambika

    Chrome uses its own PDF viewer, not the Adobe Reader plugin.
    To configure Chrome to use the Adobe PDF plugin see http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • "Open Page With" menu option does not list Firefox anymore

    I recently updated Safari to 4.0.3 and I am no longer able to open the current page in Firefox via the "Develop > Open Page With" menu option. It does not list Firefox even though I have 3.5.2 installed. Also, I am unable to show the Debug menu. Any thoughts?
    thx

    When Firefox downloaded the 3.5.1 to 3.5.2 update, the new installation was not recognized by Safari. I had to download the full 3.5.2 setup file and reinstall. That fixed it.

  • My numbers program created on my mac version 3.0 won't work on my ipad version 2.0. It says I have to save the file with preview option but there is no such option in preferences. Any thoughts?

    my spreadsheet created with numbers program version 3.0 created on my mac won't work on my ipad version 2.0. It says I have to save the file with preview option but there is no such option in preferences. Any thoughts?

    For the update to run Aperture must be installed in the system Application folder and named simply Aperture, not Aperture3.2.2 or anything else.
    I don't know if this would also affect photo stream but if your Aperture is misnamed or installed in an incorrect location fixing that to see if it clears up the problem would be a good first step.

Maybe you are looking for

  • BAPI_PO_CHANGE - changing prices

    Hi, We have a batch job that is changing the Document Type at the PO header (EKKO-BSART) and the code sets the following fields to be changed.   MOVE 'ZB'   TO poheader-doc_type.   MOVE 'X'     TO poheaderx-doc_type. BAPI_PO_CHANGE is called to chang

  • Missing code in "Offline Interactive Forms Using ABAP" SDN document?

    I am trying to build a sample offline form scenario using the code published in the SDN document "Offline Interactive Forms Using ABAP" written by Vani Krishnamoorthy. Everything works perfectly up to the point where we instantiate the PDF Object to

  • BPM startting with two IDoc Types

    Hi All!! I have designed a BPM starting with two IDocs (MATMAS05 y CLFMAS02). Is designed with two start process in a switch. When one comes, wait a minute for the other. I'm not sure what IDoc comes first to the process, the I can lose data. Somebod

  • SID vs Service_Name

    Came across these entries (example) in TNSNAMES.ORA on a client machine; and need some clarifications from the gurus here. 10g TNSNAMES.ORA Server 123.456.789.111 DEV.SERVER.WORLD.COM =   (DESCRIPTION =     (ADDRESS_LIST =       (ADDRESS = (PROTOCOL

  • Custom Dynamic OA Page creation for Isupport

    Hi , i have ot create a Custom page in OA from scratch. The purpose of this pag is show questions and answers to the iSupport users and save it corresponding SR realted CUG_INCIDNT_ATTR_VALS_B table. The chalange it to create A free text or Poplist d