|
I need both Firefox 2 and Firefox 3 on my Mac OS X for testing purposes.
Is it possible?
Started by Eugene on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can have as many
You just....
See if this approach could help solve your problem: OS X install firefox 2 firefox 3 same computer Firefox to Applications
Rename Firefox to Firefox2
Repeat for Firefox 3.
|
|
Firefox 3 now stores bookmarks in a Sqlite file called profiles.sqlite.
This file is locked while Firefox 3 is running.
I know that there are backup files, but they are old (only written when FF exits).
I do not want the user to have to install a plug...
Started by Peter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
String path_to_db = @"C:\Documents and Settings\Jeff\Application Data\Mozilla\Firefox\Profiles Source=" + path_to_temp + ";Version=3;Compress=True;Read Only=True;"); SQLiteCommand sqlite_command.
|
|
I am trying to update a custom firefox extension that I created for some tasks at work. Basically it is a sidebar that pulls up one of our webpages in an iframe for various purposes. When moving to Firefox 3 the iframe won't appear at all.
Below is an...
Started by Dan Roberts on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a document loaded inside an iframe (look at the Firefox main window in the DOM inspector).
|
Ask your Facebook Friends
|
Flex 3 debugging not working with FIREFOX 3 (under vista)
no trace() shown in console. breakpoints not working.
Started by Tom on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had the same problem a week....
Here 's a link, in case you didn't.
Do you have Flex Builder installed? If not, if you are using the free SDK, did you install the debug version of the Flash player?
Try reinstalling the debug version of the Flash player .
|
|
I really should upgrade to Firefox 3, but I'm very dependent on Firebug working properly.
I know there is a version of Firebug that is supposed to work with Firefox 3, but last time I looked, there seemed to be problems with it.
So, for those that have...
Started by Mike Berrow on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Firebug is stable on Firefox 3, but you have to upgrade to version 1.2.1, since previous but the thing is its consuming more memory
Firebug 1.2.x (the only version that works with Firefox 3 "console.log" calls on....
Caching.
|
|
I think most of the SharePoint developers and administrators know that with the change form Firefox 2 to Firefox 3 some functionality of SharePoint have became unavailable.
Especially adding Webparts to a site and using the PeoplePicker don't work anymore...
Started by Flo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is it trying to run that Firefox 3 won't support?
Is it just using a bad agent sniffer? that can't handleI am using IE Tab: https://addons.mozilla.org/en-US/firefox/addon/1419
What underlying code will be added into browser support....
|
|
I'm using Windows and want to use Firefox 3.5 side-by-side with the older 3.0. How can this be done?
Started by Moshe on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It doesn't need to be installed onto a USB device for the Legacy Versions section to download... .
Use Portable Firefox .
The best way to do this is install Firefox 3.0 on your computer, then download Portable Firefox to run version 3.5.
|
|
Before I upgraded to Firefox 3 I used to constantly use the View Source Chart Firefox Addon which shows the source HTML in a very organized, graphical form. Unfortunately, this addon is only for Firefox 2 and the beta version for Firefox 3 now costs $...
Started by Edward Tanguay on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
$10 for all the useful extensions and all the programs I use all the time (such as firefox+about 12.
|
|
Looking for a Firefox 3 CSS hack that doesn't inherit in Firefox 3.6.
html>/**/body .blockmeta .date-ui, x:-moz-any-link, x:default { border:1px solid #ccc; border-bottom:2px solid #ccc; background:#f2f2f2; margin-top:-1px; }
The code above seems to...
Started by Parrfolio on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Being pixel perfect doesn't really matter as long as it's still fairly accurate to your ... .
Of course, the better option would be to to not rely on hacks at all .
I've not used it, but if you can use JavaScript then CSS Browser Selector looks interesting .
|
|
Another angle: how do I browse all the XUL for a given chrome path, e.g.
http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs has a listing but seems to be out of date.
Started by someguy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The main browser (chrome://browser/content/...) itself:
{where you installed Firefox}/chrome/browser.jar
Firefox add-ons:
....
In Firefox 3, chrome://global/content/netError.xhtml?e=nssBadCert&u= is what you're looking places.
|