Hi, I'm writing an application based on TestGtkEmbed. I found there is only one line in TestGtkEmbed.cpp to specify where its profile should be stored in:
gtk_moz_embed_set_profile_path(full_path, "TestGtkEmbed"); Is it possible to use Mozilla's nsIProfile interface, such as nsIProfile::SetCurrentProfile, to let my app use the present profiles. Thanks Kyle
