Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Is Firefox safer? (Score 5, Informative) 194

You may want to read https://addons.mozilla.org/en-US/developers/docs/policies/reviews for Mozilla's policy for hosted addons. It says "will", but that page is also two years old. Those policies are in place now. The short of it is:
  1. All addons hosted by Mozilla get reviewed.
  2. Open source is not required, but source disclosure to Mozilla is.
  3. Any update to the addon triggers a new review cycle.

Comment Re:Even runs on iPhone 5s... (Score 2) 177

It depends.

Once you're in steady state, and if you don't use workers and don't use the new parallel processing primitives people are proposing for JS, you're right.

But during JIT warmup, and any time you have to JIT a new function or new codepath it matters because on multicore hardware you can do background compilation.

Comment Re:Didn't know it launched. (Score 2) 76

Are you in a market where it's available in stores? The marketing has mostly focused on those markets, obviously.

That said, the launch was covered on Slashdot back in July: http://mobile.slashdot.org/story/13/07/09/1414232/mozilla-launches-firefox-os-devices-in-stores-opens-up-app-payments and several other articles, as well as other tech press. No non-tech-focused marketing in the US so far, since it's not like you can buy one of these in a store in the US right now...

Comment Re:Embrace, Extend, Extinguish? (Score 2) 170

Actually, WebKit cuts corners on standards a lot more than Firefox and IE do. For example, the official CSS 2.1 test suite from when the standard was finalized two years ago shows WebKit passing about 89% of the tests (for comparison, Firefox passed about 97%).

If Firefox/IE aren't rendering a page and WebKit is, it's almost always because the page author has written WebKit-specific code (e.g. used -webkit CSS prefixes on properties that are supported without a prefix in other browsers).

What WebKit and especially Chrome _does_ have is much better marketing. Not least because they have a much larger marketing budget than, say, Mozilla. Sadly, their marketing is working well on you.

Comment Re:Master Password (Thuderbird+Firefox) (Score 1) 482

Firefox doesn't use keychain access on Mac. It uses its own password store, encrypted with its own master password. That's why https://bugzilla.mozilla.org/show_bug.cgi?id=106400 is still open.

Likewise on Windows, last I checked.

I haven't checked recently whether Firefox use gnome-keyring on Gnome, but based on past code inspection I rather doubt it.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...