Slashdot Mirror


Mozilla Partners Up With LG To Combat Apple and Google

MrSeb writes "At Mobile World Congress, which begins in three days, Mozilla will finally take the wraps off the Mozilla Marketplace and allow developers to submit their open web technology (HTML5, JavaScript, CSS) apps. While the Marketplace will play an important role in keeping Firefox in step with Chrome, these apps will actually play a far more important role: Boot to Gecko (B2G), Mozilla's upcoming smartphone and tablet OS, will also use the Marketplace. For B2G to succeed it must have apps, and to create apps you need developers. That's why, at MWC, according to a source close to the matter, Mozilla will also be announcing that it has partnered up with LG to make a developer-oriented B2G-powered mobile device. Even more interestingly, Brendan Eich, Mozilla's Chief Technology Officer, says that it will unveil other partners at MWC as well — probably carriers, who are eager to use the open B2G and its Marketplace to escape the huge control that Apple and Google currently exert in the smartphone space."

163 comments

  1. I hope this is true opensource. by cyfer2000 · · Score: 2

    Dear Mozilla,

    I have been a tester from mozilla M18.

    I hope this is true opensource and a good product.

    Sincerely,

    --
    There is a spark in every single flame bait point.
  2. Eager by Anonymous Coward · · Score: 0

    probably carriers, who are eager to use the open B2G and its Marketplace to escape the huge control that Apple and Google currently exert

    I suspect B2G comes somewhere behind WebOS and possibly even Windows Phone 7 and whatever the Linux flavor is called these days (not Meego, the other one(?) that came after it) in degree of carrier eagerness. If carriers are rushing to escape Apple and Google then they do have choices.

  3. Barcode scanner app by tepples · · Score: 2

    How would one make a barcode scanner application for this platform? I was under the impression that web browsers had no standardized, widely implemented way to (ask for the user's permission to) read from the camera and microphone (if any) connected to a device.

    1. Re:Barcode scanner app by Anonymous Coward · · Score: 5, Informative

      Mozilla is building a WebAPI open standard along with B2G so you can access hardware from html / javascript. Check this out http://arewemobileyet.com/

    2. Re:Barcode scanner app by bigbangnet · · Score: 1

      It's called w3c. Those standards are there for a reason. unfortunately, not a lot of web browser dev don't use it 100%. That's one reason we got so many open alley in our pc's via the web browser today. I can't blame them 100% but theres a small percentage that goes to them of course. Theres also the fact that the bigger the code you got, the bigger holes you MIGHT have.

    3. Re:Barcode scanner app by AmiMoJo · · Score: 4, Funny

      Flash can do that and more. Maybe HTML5?

      Oh yay, another market place. Just what I wanted. Apps for my apps. Or apps for the plugins of my apps.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    4. Re:Barcode scanner app by jesser · · Score: 4, Informative

      Device APIs are a key part of the B2G effort. Mozilla is making those APIs and getting them standardized.

      --
      The shareholder is always right.
    5. Re:Barcode scanner app by Billly+Gates · · Score: 1

      Excel has teh functionality built inside it. You can with a Windows 8 tablet with a scanner hooked into the usb port

    6. Re:Barcode scanner app by Anonymous Coward · · Score: 2, Insightful

      It's called w3c.

      Excellent. So after about twenty years of political bickering and bureaucratic deadlock, we'll have a half-written standard for camera access whose capabilities will be twenty-five years out of date to what everyone will be actually using at the time and won't be adopted by anyone but the most frothing and hardcore of open-source zealots who will be in a constant state of bewilderment as to why nobody wants to adopt this new "standard"? I can't wait!

    7. Re:Barcode scanner app by ciderbrew · · Score: 3, Funny

      I can't stand the term apps. You're post means I now have to go to the pub(s) after work and drink a Friday worth.I didn't want to go. But now I must.

    8. Re:Barcode scanner app by TheCRAIGGERS · · Score: 5, Funny

      I can't stand incorrect usage of your/you're. Which pub are you going to? Perhaps we can meet up.

    9. Re:Barcode scanner app by Anonymous Coward · · Score: 0

      Actually WAC is a better acronym... See www.wacapps.net

    10. Re:Barcode scanner app by Anonymous Coward · · Score: 0

      Perhaps the Mozilla Marketplace will be the perfect catalyst to speed up the development of methods to accomplish this. If it catches on, developers will want to be able to do many of the same things as native apps and some may work towards implementing solutions and submitting them to appropriate standards bodies.

    11. Re:Barcode scanner app by ciderbrew · · Score: 3, Informative

      :( Fair point well made. Here -> Canary Wharf, London - Fullers

    12. Re:Barcode scanner app by BasilBrush · · Score: 1

      Good luck decoding barcodes from images in real time with Javascript.

    13. Re:Barcode scanner app by James+Carnley · · Score: 1

      We can already detect porn images in real-time using JavaScript so doing something simple like reading a barcode will be trivial.

    14. Re:Barcode scanner app by BasilBrush · · Score: 1

      I have no idea how well that nudity detector works. But the demo is taking about 4 seconds to process a frame on my laptop. Realtime would would process 25-60 frames per second. Your example Javascript app is at least 100 times too slow to be real time.

      You just underlined my point.

      And don't think scanning barcodes from video is an easier problem, unless you've tried it.

    15. Re:Barcode scanner app by pinkeen · · Score: 1

      Let's just add inline asm to JavaScript and we're good to go.

      It's just feels wrong to watch the growing fragmentation in browser-based web technologies.

    16. Re:Barcode scanner app by James+Carnley · · Score: 1

      You are not understanding my point and it looks like you are not paying attention to what the OP is saying.

      It takes under a second for the sample images to be scanned on my machine. It's fast. It's pure client side HTML/JavaScript.

      If you look on the same page that I linked to then you will see that it can also process video in JavaScript doing the same checks.

      Further more, barcode scanning algorithms are plentiful and are not nearly as complex as other processing we are already doing in JavaScript. This demo's algorithm is doing harder work than a barcode algorithm would be doing and performance is very good.

      The bottom line is that a barcode scanner application is technically and practically possible. This demonstrates that very well. The Mozilla app store will have no problem creating a shopping app using their web capabilities.

    17. Re:Barcode scanner app by mcgrew · · Score: 1

      I can't stand the term apps.

      Why? It's just shorthand for "applications" and I, for one, prefer monosyllable words to multisyllable words (which I would have used just now if I could have thought of a synonym for "monosyllable").

      Are you as annoyed by the word "docs" as well?

    18. Re:Barcode scanner app by BasilBrush · · Score: 2

      You are not understanding my point and it looks like you are not paying attention to what the OP is saying.

      It takes under a second for the sample images to be scanned on my machine. It's fast. It's pure client side HTML/JavaScript.

      What are you not understanding? Analysing one frame per second is not real time for video. Analysing 25-60 frames a second is real time.

      If you look on the same page that I linked to then you will see that it can also process video in JavaScript doing the same checks.

      Aagin, what are you not understanding? I ran the demo and it does about 1 analysis every 4 seconds. Far from real time.

      Now, you might be prepared to throw away 100 to 200 frames for every frame you analyse when looking for porn. I don't know. But you can't do that for real time analysis of bar codes.

      If you think analysing 1 frame every 1 to 4 seconds is good enough for real time capture of bar codes from video, than you don't understand the problem.

    19. Re:Barcode scanner app by BasilBrush · · Score: 1

      Let's just add inline asm to JavaScript and we're good to go.

      Yes. Or magic pixie dust.

    20. Re:Barcode scanner app by BasilBrush · · Score: 1

      Sorry didn't quite finish answering.

      Further more, barcode scanning algorithms are plentiful and are not nearly as complex as other processing we are already doing in JavaScript.

      Once again, not in real time. Do you understand what those words mean?

      The bottom line is that a barcode scanner application is technically and practically possible.

      You don't know what you are talking about. Real time analysis of video for barcodes is challenging for C. The only way it's going to be done in Javascript on a mobile device, is with a few more cycles around Moore's Law.

      Now I'm not going to comment on the difficulty of analysing video for porn, because I haven't done it myself. But that example demonstrates Javascript not doing it nearly fast enough. And your uniformed estimation that bar-code scanning is easier is dubious, to say the least.

    21. Re:Barcode scanner app by Anonymous Coward · · Score: 0

      It's just feels wrong to watch the growing fragmentation in browser-based web technologies.

      It's ActiveX all over again, except this time it's from Mozilla and Google.

    22. Re:Barcode scanner app by gl4ss · · Score: 1

      well.. you would have api's. manufacturer specific at first, with manufacturer specific bugs. oh wait that's where html5&css apps on mobiles have been for years.
      in this regard LG would be creating javascript api's to access those devices, just like samsung already did..

      http://developer.bada.com/help_2.0/topic/com.osp.webapireference.help/symbols/WAC.Camera.html

      for nokias I couldn't find a camera api off the bat(it might not exist, I don't remember seeing it anyhow), but this is where that would be anyways.. http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/symbian-web-runtime-versions-and-device-support.html

      oh and bada has sold in some relevant numbers.

      but it's all shite really, web apps on mobiles... java makes much more sense and native apps of course even more. they're glorified web pages you're going to be looking at anyhow and things like phonegap already give you the possibility to do your stuff in html5 if you really insist..

      --
      world was created 5 seconds before this post as it is.
    23. Re:Barcode scanner app by tepples · · Score: 1

      Real time analysis of video for barcodes is challenging for C. The only way it's going to be done in Javascript on a mobile device, is with a few more cycles around Moore's Law.

      I was under the impression that the existing Android barcode scanner app was written in pure Java, and that both Java and JavaScript were running in a JIT VM nowadays.

    24. Re:Barcode scanner app by BasilBrush · · Score: 1

      At the risk of repeating myself, the question is not whether you can decode a barcode using Javascript. It's whether you can do it fast enough to call it real-time. Unless you are analysing every frame of video, live, then it's not real-time.

      I'm not an Android user, so I don't know specific barcode scanners. But a search on Android barcode scanning gave me this:
      http://shopsavvy.mobi/developers/

      It promises to do bar code scanning on iOS and Android. On Android though, to get the speed up, they do some of the processing server side. Now, how many frames of video are you going to get uploaded to a server, and what's the lag going to be on getting results? It's certainly not going to be analysing 25-100 frames per second. And thus it's not real-time. Not anywhere near.

      Wil Shipley invented the first real-time video barcode scanner. It uses hardware acceleration (SSE2) directly to do it. Getting an image and analysing it with looping Javascript is not going to get you real time.

    25. Re:Barcode scanner app by Anonymous Coward · · Score: 0

      It seems there are a growing number of "multi platform" environments these days. Indeed, pretty much every new device has its own such environment and needs new apps written for it.

    26. Re:Barcode scanner app by rohan972 · · Score: 1

      Short words and long words.

  4. Actually... by fuzzyfuzzyfungus · · Score: 4, Funny

    Come to think of it, the 'LG XULRunner' would actually be a better-than-average name for a cellphone...

    1. Re:Actually... by Anonymous Coward · · Score: 0

      LOL! True! What's with the new share link next to the "Reply to This"?

    2. Re:Actually... by TheRaven64 · · Score: 2

      What's with the new share link next to the "Reply to This"?

      It now hides the obnoxious twitter / facebook / whatever things unless you click on the link. It's not as good as simply not having them at all, but it's better than having them visible on every post.

      --
      I am TheRaven on Soylent News
  5. This Isn't To Stick It To Apple by Anonymous Coward · · Score: 0

    If LG is doing it, the point is to stick it to Samsung. Those companies hate each other even more than Apple hated Microsoft in the 1990s...

    1. Re:This Isn't To Stick It To Apple by datavirtue · · Score: 1

      Microsoft saved Apple's ass in the 90's. WTF are you talking about? Bill Gates floated Steve Jobs 100 million dollars and all-out saved the company---they were days away from bankruptcy.

      --
      I object to power without constructive purpose. --Spock
    2. Re:This Isn't To Stick It To Apple by JackAxe · · Score: 1

      MS gave Apple money, so that they would ship every new Mac with IE. It wasn't MS saving them, it was because at that time Netscape was the king of browsers and MS wanted to dethrone it.

      Apple wasn't doing great at that time, but they had 6 billion in the bank from what I recall.

      What really saved Apple, was the return of that **** Jobs. He killed the clones off ( Which would have been the death of Apple outside of software. ) and focused completely on consumers for the first few years of his return; and we can also give Adobe credit here, because without Photoshop and a few other key graphic apps, Macs would have been nothing but an overpriced PC in the nineties -- outside of the art departments(where I've always been), hardly anyone used Macs.

  6. Well, there's a new marketplace by elrous0 · · Score: 5, Funny

    I think a company announcing they're NOT doing a marketplace would probably get bigger headlines these days.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
    1. Re:Well, there's a new marketplace by Magic5Ball · · Score: 1

      How about a marketplace that efficiently clears?

      --
      There are 1.1... kinds of people.
    2. Re:Well, there's a new marketplace by Anonymous Coward · · Score: 1

      Just wait until I launch my Marketplace Marketplace, where you can browse for Marketplaces through one streamlined, friendly interface.

    3. Re:Well, there's a new marketplace by toxonix · · Score: 1

      Stand the shit back I think you've got something there. A META-Marketplace! I'm filing a paaaatent as I type this

    4. Re:Well, there's a new marketplace by noh8rz2 · · Score: 1

      yo dawg, i hear you like marketplaces, so I put a marketplace up in your marketplace so you can shop while you shop. http://www.bing.com/images/search?q=yo+dawg&qpvt=yo+dawg&FORM=IGRE

    5. Re:Well, there's a new marketplace by M.+Baranczak · · Score: 1

      I think a company announcing they're NOT doing a marketplace would probably get bigger headlines these days.

      SCO, a well-know leader in the software field, is just about to announce theirs. They only have one app so far, and it costs $699.00.

    6. Re:Well, there's a new marketplace by Anonymous Coward · · Score: 0

      Fuck bing and fuck you, heretic!

    7. Re:Well, there's a new marketplace by Anonymous Coward · · Score: 0

      I'll buy it only if I can buy it from within itself.

    8. Re:Well, there's a new marketplace by datavirtue · · Score: 1

      Jesus-God! This is what we have needed all along. Finally a method to the madness--I can get all my apps in one place!

      --
      I object to power without constructive purpose. --Spock
    9. Re:Well, there's a new marketplace by gl4ss · · Score: 1

      that's pure genius! many mods for you!

      --
      world was created 5 seconds before this post as it is.
  7. Wish by uigrad_2000 · · Score: 2

    I just wish I could open up a wormhole, and send this headline to the version of myself who existed 10 years ago. That would be one confused sonofa...

    --
    Free unix account: freeshell.org
  8. Vendor lock-in from the open source guys by Anonymous Coward · · Score: 0

    As anyone who has ever hosted their own extensions knows, you can forget about self-hosting once there is an "app store". Great. You can still host your own software, but nobody's going to find it, and if you want to be found, you have to accept the middleman. This is a game that I won't play. Fuck the middleman.

    1. Re:Vendor lock-in from the open source guys by peppepz · · Score: 1

      I think he regrets that with an official app store in place, he either has to accept being subject to the rules dictated by whoever runs the one official app store, or suffer the competitive disadvantage of not being on the one official app store where his potential customers will probably look first.

    2. Re:Vendor lock-in from the open source guys by Anonymous Coward · · Score: 0

      No, you've clearly never experienced the difference from a developer point of view. People will not find your apps in any reasonable size app store if they're not steered towards them, but other than real world recommendations from your friends, the recommendations in app stores are manipulated to hell and back. Have you never wondered why there is tons of truly free software for PCs (Linux and even Windows), but on your phone your only choices seem to be for pay or advertising supported (each with a good helping of spying on you)? Even the simplest of programs come with one or more ad trojans, and of course the stores are perfectly fine with that. The whole concept is get-rich-quick driven on all sides.

      What was wrong with portal web sites in the 90s is still wrong with app stores today. It's the same parasitic model where someone inserts themselves between the producer and the consumer by promising a bigger market to one side and less work to the other side. What everybody gets is less choice: The producer has his choices reduced to one middleman and the consumer has his choices reduced to the most profitable apps (and guess who pays for all that). Do not believe for a moment that Apple's 30% of everything isn't an introductory offer. The music industry isn't content with just 30% of sales and neither will Apple or any other of the middleman be.

    3. Re:Vendor lock-in from the open source guys by datavirtue · · Score: 1

      As a developer, app markets have no appeal to me. They are too big or too small. They let everything in which cheapens the whole experience for users and developers. you still have to promote outside the app store and then you have to pay the middle man on top of it. Don't see the allure.

      --
      I object to power without constructive purpose. --Spock
  9. App providers can pull apps by tepples · · Score: 1
    The application cache and DOM storage allow web applications written in JavaScript to be installed on a device and used offline, just like native applications. But as described here, the developer can force a web application to be removed from devices:

    If an application's manifest file is removed from the server, the browser removes all application caches that use that manifest, and sends an "obsoleted" event to the applicationCache object. This sets the application cache's state to OBSOLETE.

    1. Re:App providers can pull apps by Anonymous Coward · · Score: 0

      Why on earth would we need marketplace for AppCache Apps?
      That makes no sense at all. You simply navigate to the site and cache whatever the manifest says -- upto the AppCache size is limit.

      Mozilla already has a marketplace of sorts for browser extensions/plugins It seems logical that they'd use that as the basis for their OS App Marketplace. These should be persistant, more privileged apps than a mere JS browser app, complete with OS API access and allowed to have a larger file system footprint (upto say, 2GB) and be able to do potentially insecure things if blessed with users permission.

      The real issue I see is how to enforce a common UI -- existing Mozilla plugins are all willy-nilly for their UIs.
      And while that may be ok for a web browser extension, it wont cut it for OS apps, mobile or otherwise.

    2. Re:App providers can pull apps by tepples · · Score: 1

      Why on earth would we need marketplace for AppCache Apps?

      To give developers a way to feed their families while developing applications.

      You simply navigate to the site and cache whatever the manifest says

      But if you use the application while online and the browser discovers that the application has been deleted from the site, then the application ends up deleted from your device.

      upto the AppCache size is limit

      Which poses problems for games, which might quickly exceed a limit of 5 MB per origin.

    3. Re:App providers can pull apps by Anonymous Coward · · Score: 0

      Do you have an iphone, an iPad or Android device?
      A native app can use the devices SQLite DB for data storage and create files in its app directory (not browser appcache)
      I suspect you've never done mobile development and therefor don't understand the supreme advantages over native apps vs limited browser sandbox apps.

      Moreover, forcing all websites to use a marketplace instead of being freely available in the browser as they presently are would kill this endeavor before it even began. What idiot would expect websites to go through some marketplace to do what they can already do in any modern web browser?

      I think you have failed to understand the issue at hand here. They want to create a full fledged Mobile OS with native apps and an AppStore, not force the Internet to go through a marketplace to use the w3 appcache standard.

    4. Re:App providers can pull apps by tepples · · Score: 1

      Do you have an iphone, an iPad or Android device?

      I don't own an Android phone or an iPhone because smartphones cost a hefty chunk of change per month.

      A native app

      The article is about an alternative to native apps. Native apps can use only the Web Storage API, which is likewise limited to a quota that is as small as 5 MB on some devices.

      I suspect you've never done mobile development

      You suspect correctly.

      and therefor don't understand the supreme advantages over native apps vs limited browser sandbox apps.

      The big disadvantage of native apps is more difficult deployment. With iOS, you have to pay just for your beta testers to be able to run your pre-release app on their devices. And then you have to get the app and each bug fix past weeks-long approval process.

    5. Re:App providers can pull apps by Anonymous Coward · · Score: 0

      The deployment caveat on iOS has it's advantages.
      Android, which is far more fast and loose is rife with malware, while iOS is not.

      And you don't pay for beta testers on iOS, you are limited to 100 per year, per developer license.
      Services like testflightapp make deployment to beta testers and bug reporting a pretty slick process actually, and it's free.

      And FYI: the Web Storage API is for websites, not native apps. It gives a JS based website the ability to make use of a DB to store name/value pairs. 5Mb is far more expansive than the 14kb cookie limit (forcing sites to create hundreds of cookies and custom code to store complex data)

      Native Apps have no need for AppCache or WebStorage, they get sandboxed DB and file system access with far more size and privileges than a mobile browser app.

  10. Free and Fragmented? by Merk42 · · Score: 1

    How is something like B2G going to be both FOSS and yet prevent OEMs from modifying the hell out of it so it's inconsistent and incompatible with other B2G devices a la various Android?

    1. Re:Free and Fragmented? by Anonymous Coward · · Score: 0

      How is something like B2G going to be both FOSS and yet prevent OEMs from modifying the hell out of it so it's inconsistent and incompatible with other B2G devices a la various Android?

      I doubt there's any plans to prevent it being modified and made inconsistent. Where did you get that from?

    2. Re:Free and Fragmented? by Anonymous Coward · · Score: 1

      The fuck you mean a la Android? More FUD spewing? I have more Android devices laying here than I can shake a stick at everything from an Android powered wristwatch to a tablet running ICS hooked up to a monitor with bluetooth keyboard/mouse running as a desktop replacement and they all run 99.99 percent the same applications in the same way. PLEASE FIND NEW FUD.

    3. Re:Free and Fragmented? by Desler · · Score: 1

      How is it FUD? Motorola, Samsung, HTC, etc all slap on their proprietary skins and crapware on their phones.

    4. Re:Free and Fragmented? by Anonymous Coward · · Score: 0

      Er, are you stupid? The skins don't make the devices incompatible any more than changing the theme on your desktop and using different icons makes your workstation incompatible. What is with the influx of low IQ slashdotters?

    5. Re:Free and Fragmented? by capnchicken · · Score: 1

      They do install crapware that can't be deleted by normal means (like the Sprint only apps like Sprint NASCAR, or Sprint TV), you either have to root it or install another flavor of Android to get rid of it, not something a lot of people feel comfortable with. And I know of someone that has to routinely go through the "delete all exercise" when his cheapie Android phone resets itself, reinstalls all of the crapware by default (the kind that can be deleted by normal means) and takes up all of the storage space on said cheapie device.

      Not sure about the incompatible FUD, but they already do things that make the device difficult to modify for non-device-stability reasons. They have business model stability reasons, sure, and we all know which reasons will overtake which if a for profit corporation or a cabal for profit corporations is left to its own devices.

      --
      A libertarian shat on my carpet once. Claimed the free market would sort it out. -Ford Prefect(8777)
  11. Re:too bad i switched to chrome....... by elrous0 · · Score: 5, Interesting

    Give me a call when Chrome has NoScript and isn't developed by a company that has grown notorious for its privacy issues, user web tracking, and targeted ads.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  12. It's the basics by Anonymous Coward · · Score: 0

    Firefox crashes too often. Each release fixes a stunningly large number of bugs. But as stability doesn't noticeably improve, each release must be introducing a comparably large number of bugs.

    I used to beta test Mozilla back in the early days when nobody else use it. It is kind of discouraging that it is still the most unstable app I use, all these years later.

    1. Re:It's the basics by Anonymous Coward · · Score: 0

      What are you doing to make it crash? I don't remember it ever crashing except when flash took it down. Lately flash crashes on its own and firefox keeps running.

    2. Re:It's the basics by Anonymous Coward · · Score: 0

      Trolls don't always tell the truth.

    3. Re:It's the basics by Anonymous Coward · · Score: 0

      Just using it. If you don't open/close it with each session it will go down on its own.

  13. Re:too bad i switched to chrome....... by jank1887 · · Score: 4, Informative

    same here, but then I switched back sometime around FF10. Much happier with it than back in the 3.x days. I now go back and forth without much concern.

  14. I think it's more accurate to say... by Bill_the_Engineer · · Score: 3, Interesting

    Mozilla has found another source of income in addition to Google. With LG's money, Mozilla will be able to add features that counter Chrome's increased share in the browser marketplace. I assume FirefoxOS will counter ChromeOS and webOS more than Android and iOS.

    Wether or not this adversely affects Mozilla's ability to increase user satisfaction with FireFox being used as a browser remains to be seen. I hope and wish them the best, but am concerned that they will lose focus on their core product which should be a web browser people would actually like to use (or in my case continue to use).

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    1. Re:I think it's more accurate to say... by Asic+Eng · · Score: 1

      Actually, the bookmark syncing between your desktop(s) and mobile devices is a great browser feature. Firefox navigation on Android is way superior to the stock browser, too. The only thing currently missing is Flash - it was scheduled to happen in Q1 this year. If they manage to do that, I'll use Firefox exclusively on my Android phone.

    2. Re:I think it's more accurate to say... by RebelWebmaster · · Score: 1

      Flash support should arrive with version 13 if they end up shipping with the Native UI enabled as is currently the plan.

    3. Re:I think it's more accurate to say... by icebraining · · Score: 1

      I disagree; ChromeOS is dead, it has been superseded by Android, particularly after the launch of the Transformer and now Chrome itself. Sergey Brin had already said in 2009 that the two would likely converge at some point in the future and in my opinion, that's mostly done.

    4. Re:I think it's more accurate to say... by Bill_the_Engineer · · Score: 1

      Okay then just WebOS.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    5. Re:I think it's more accurate to say... by Bill_the_Engineer · · Score: 1

      I disagree; ChromeOS is dead,

      After I elliminated ChromeOS as a possible competitor, I just found that ChromeOS is being updated soon to solve a WiFi problem, Samsung is still pushing the newest Chromebook, and there are features being developed in the dev and beta branches of the OS. Apparently ChromeOS and Chrome share much of the same source code (makes sense).

      Anyway I place ChromeOS back in the arena.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    6. Re:I think it's more accurate to say... by BZ · · Score: 1

      Mozilla's core product should be (and is) a free and open web.

      In 2004 that meant a web browser. And perhaps more to the point, that was all Mozilla had the resources to do at the time.

      Today that's not enough. And, importantly, it's been done. Users have a pretty wide choice of web browsers. Improving Firefox is still important, but is no longer sufficient. In fact, overfocus (needed at the time due to resource constraints) on Firefox in the past has led to some of the issues that Mozilla is now facing on mobile...

      http://blog.lizardwrangler.com/2011/07/26/the-browser-by-many-other-names/ is worth reading in this context.

  15. Performance? by luke923 · · Score: 0

    If B2G is as slow and has the memory leaks of Firefox, I don't think I'd want to develop for it. Right now, it often requires 1GB of RAM dedicated to Firefox with Firebug running -- and that with only one page open! Imagine what will happen when you have your app running for a significant period what that would do to the device along with other programs running in the background.

    --
    "Good, Fast, Cheap: Pick any two" -- RFC 1925
    1. Re:Performance? by Anonymous Coward · · Score: 0

      I see the trolls and liars are out in force.

    2. Re:Performance? by Billly+Gates · · Score: 1

      Well he is right. ... however he fails to mention all browsers will use a gig of ram when running Firebug or some intense developing app with loads of jquery or some bloated ajax library.

      Responsive wise for kicks I installed and played with FF 3.6 from last year. WOW, is it a dog compared to IE 8, IE 9, Chrome, and future versions of itself. Smooth and faster scrolling and less bloat have helped in later releases. I am still not running the later versions of FF as I do not trust htem nor agree with Asa's release schedule.

      I could change. I did start using IE 9 after 9 years of quiting IE 6 cold turkey.

    3. Re:Performance? by Anonymous Coward · · Score: 0

      2004 called they want your gig of ram back

    4. Re:Performance? by Anonymous Coward · · Score: 0

      Well he is right.

      No, he's not right. He's pointing to a corner case and claiming that it's somehow fundamentally relevant. It's a LIE. It's like pointing to research which says that potatoes are good for you and then going on to say that Fries and Potato chips are good for you. The very credible research about potatoes doesn't make the lie that follows true. His intent was to deceive and that makes him a troll and a liar which is not "right."

      Also, the "Left for Chrome" trolls and the "rapid release is bad" trolls are incompatible. It's hard to take you seriously when you praise Chrome and then say something about not trusting the release schedule.

      BTW, most spell checkers will catch typo's like "htem." Does IE not have such a feature because it's making you look like a jackass.

    5. Re:Performance? by Anonymous Coward · · Score: 0

      I am at work

    6. Re:Performance? by mcgrew · · Score: 1

      Right now, it often requires 1GB of RAM dedicated to Firefox with Firebug running -- and that with only one page open!

      Dude, you have something wrong with your computer. I watch TV on mine, in Flash, fullscreen, with three more tabs open with radio stations ready to play (also in flash) while ripping a CD and copying files from the notebook -- and it's only got 750 megs of memory.

      Are you using Windows? That may be your problem right there. Kubuntu runs FireFox just fine with no problems at all. Try a different AV; McAfee and Norton are horrible hogs. Or a different OS.

  16. Meanwhile... by virgnarus · · Score: 4, Funny

    Windows Phone 7 is peering through a window to watch the fight, eyes welling with tears.

    1. Re:Meanwhile... by oodaloop · · Score: 1

      And RIM is watching Windows Phone 7 through binoculars from 2 miles away.

      --
      Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
  17. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    Well, ever since FF10 it keeps crashing constantly. So now im switching to Opera.

  18. And when you get home by Billly+Gates · · Score: 1

    Your tablet will be out of date

  19. Re:too bad i switched to chrome....... by Billly+Gates · · Score: 1

    Does it still freezes up every few seconds? I know it uses less resources.

    Even IE 8 is feels faster and more responsive than FF 3.6. FF had some bad releases

  20. Re:too bad i switched to chrome....... by Billly+Gates · · Score: 1

    NoScript is not that big of a deal as it once was. It was mainly used for XSS filtering and cross domain scripting protection. All the major browsers do this by default now in their javacript engines and security features without it.

    I used to install NoScript and simply disabled it, which left it open to run AJAX but blocked global cross domain scripting. Now I do not need to do this.

  21. Re:too bad i switched to chrome....... by Allicorn · · Score: 2
    --
    OMG!!! Ponies!!!
  22. Re:Another smartphone OS by Anonymous Coward · · Score: 0

    uhhh, I don't like Microsoft's practices either, but WP7/8 look nothing like they copied anything out of anyone's software... I've never see the Metro UI anywhere else. As for gnome, you might have a fighting chance at that... but then again, how else do you propose to have a task switcher? All the common ideas have been implemented by the big two desktop OSes

  23. Oblig Xzibit Meme by Anonymous Coward · · Score: 0

    YO DAWG, I herd you like apps, so we put a marketplace in yo app so you can use apps in yo app!

  24. LG? by kelemvor4 · · Score: 1

    LG? I've owned LG phones in the past. While they were inexpensive, they were the cheapest (quality wise) phones I've ever owned, and simultaneously lacked features common on competing products. Mozilla could have made a better choice by going with pretty much any other company.

    1. Re:LG? by wcrowe · · Score: 1

      I have to agree with this. The last LG phone I owned was back in 2003. It was a horrible piece of crap. I was so happy to get a new phone, I took the old LG out in the back yard and smashed it to bits ala Office Space. It is the last LG product I will ever own.

      --
      Proverbs 21:19
    2. Re:LG? by datavirtue · · Score: 1

      Their LCD TVs are of high quality and affordable. Good stuff. Monitors too.

      --
      I object to power without constructive purpose. --Spock
    3. Re:LG? by mcgrew · · Score: 1

      Same here. I owned exactly ONE LG product, a phone, around 2005ish. Piece of shit crashed often, the screen would display backwards or upside down, all sorts of crazy stuff like that. I sent it back under warrantee and the new one was even worse. I think they were running Windows 3.1 on it...

  25. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    That sounds like your personal experience which isn't a reflection of the general NoScript user. I never used it exclusively for XSS filtering. Yes, it was a major bullet point, but lets not pigeonhole it into being the only relevant feature just because you're a Chrome fanboy trying to justify your decision (at least that's how your post comes across to me).

  26. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    The 3.x days? You mean last year? (Seriously, 4.0 was only released in March 2011.)

  27. I hope it's actually something that makes sense by poetmatt · · Score: 3, Interesting

    I hope it makes sense and is well done. I guess the sign of it becoming real is when google applauds it at the same time as apple/microsoft sue Mozilla. So, 6 months? Again, how it is designed is going to be important. Anyone can clone the whole smartphone layout as it exists but they're going to need to do something *different* for it to be worthwhile.

    I should also point out that apple and google are considered competition, but Microsoft is not (as microsoft is not relevant in the smartphone market). Quite a telling point.

    1. Re:I hope it's actually something that makes sense by tobiasly · · Score: 2

      I hope it makes sense and is well done. I guess the sign of it becoming real is when google applauds it at the same time as apple/microsoft sue Mozilla.

      Google probably will applaud it publicly but this is absolutely a big threat to Android. Google has been paying lip service to "open" claims for a long time while Android becomes more & more proprietary. It has never been developed in the open, which has been a sticking point for many since its inception.

      So now we have B2G and WebOS, two truly open OSes, one of which is backed by (arguably) the single biggest open source success story in history when it comes to a consumer-facing product. Mozilla lives & breathes openness and user empowerment; it's their entire reason for being. I could easily see this quickly gaining mindshare with enough geeks to have genuine crossover appeal to the masses (just like Firefox).

      And I wonder if they told Google, "this is what you get for releasing Chrome."

    2. Re:I hope it's actually something that makes sense by datavirtue · · Score: 1

      Google and Apple have started the slow process of freeing us from the damn carriers' crappy closed off phones that couldn't do anything. Now I can buy a phone without some carrier's logo on it if I want and install apps or hell, make my own app! Bunch of spoiled ungrateful brats.... remember the days when you had to take some crappy phone that had a proprietary OS where you could only install the carrier's apps if at all? Now Google and Apple are oppressing us. What a joke.

      --
      I object to power without constructive purpose. --Spock
    3. Re:I hope it's actually something that makes sense by datavirtue · · Score: 0

      Who cares, it runs a Linux kernel and I can write and install my own software if I wish. Boo hoo.

      --
      I object to power without constructive purpose. --Spock
    4. Re:I hope it's actually something that makes sense by Daniel+Phillips · · Score: 1

      Google probably will applaud it publicly but this is absolutely a big threat to Android.

      It's mainly a big threat to hubris, arrogance and certain nascent elements of evil at Google. Hard to complain about that.

      --
      Have you got your LWN subscription yet?
    5. Re:I hope it's actually something that makes sense by Daniel+Phillips · · Score: 1

      Now Google and Apple are oppressing us. What a joke.

      No joke. In the end, the customer is king.

      --
      Have you got your LWN subscription yet?
    6. Re:I hope it's actually something that makes sense by symbolset · · Score: 1

      The point of Android isn't to take over the world. It's to keep an open environment available so Google can do their business without being shut out of the lucrative mobile advertising market. It doesn't have to be huge - it's just got to be available and open enough that Google can't be shut out. By Android keeping the door open, the others must stay just barely open enough to let us have our Googly bits too.

      --
      Help stamp out iliturcy.
  28. Lots of these lately by Anonymous Coward · · Score: 0

    B2G is just ane of the attempts at creating a "web" OS, or actually an environment for which applications can be written in HTML/JS.
    We already had HP WebOS, Blackberry WebWorks, JIL, BONDI, ChromeOS, PhoneGap, Appcelerator, WAC and finally Tizen.

    Nothing new here. Move along.

  29. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    "Give me a call when Chrome has NoScript and isn't developed by a company that has grown notorious for its privacy issues"

    What privacy issues? Seriously, be specific. This meme of Google-evil-privacy-invader has grown up, but without any real substance. I think it's the result of a very successful FUD campaign because when I look for actual problems there's not much there.

    I can think of two real privacy issues Google has had. The logging of packet content during Wifi scanning, and the Buzz decision to automatically connect people to others in their contacts. Those two mistakes were serious, but they hardly show a pattern.

    There have also been lots of complaints about the StreetView cameras, but it's pretty well-established that what can be seen from public roads is not private. Google goes beyond the legal requirements by blurring faces, license plate numbers and other items that could potentially raise privacy concerns.

    What else? Anything?

  30. Wait a minute . . . by Anonymous Coward · · Score: 3, Insightful

    Um, am I right in thinking this will give carriers more control over my phone?

    From TFA, "Basically, Apple and Google have so much control over the smartphone landscape that carriers have effectively become nothing more than retailers. Worse than that, their infrastructures have been reduced to that of a dumb pipe, where it is Apple and Google who ultimately decide how the network will be used."

    I don't know about other countries, but the last thing I would ever do in the US is give a mobile carrier more control over my phone. It that is the case, I'll pass.

    1. Re:Wait a minute . . . by supersloshy · · Score: 1, Interesting

      That's exactly the point, but not really the way you're thinking. TFA says that Apple and Google basically control, more or less, how the phones using their OSes are used. Mozilla doesn't want to give carriers more control over your data or freedom. Rather, they want to give carriers more freedom to make something unique that can give them a potential advantage over competitors. Whether or not a carrier will use that to allow an open device is besides the point.

      --
      "Our country is not nearly so overrun with the bigoted as it is overrun with the broadminded." -Archbishop Fulton Sheen
    2. Re:Wait a minute . . . by Anonymous Coward · · Score: 0

      So basically they are giving the carriers free reign to lock things down. Woot? If they don't think the carriers will do so and wont just modify B2G to give themselves tracking ability then the Mozilla people are tremendous retards.

    3. Re:Wait a minute . . . by dionye · · Score: 1

      they want to give carriers more freedom to make something unique

      with all the bitching about fragmentation and bloatware on android, they want to give them MORE? mozilla just cannot get enough of showing the world how out of touch they are.

    4. Re:Wait a minute . . . by capnchicken · · Score: 1

      They're a non-profit company trying to find other revenue streams than Google, especially since Google is now a heavy hitter in their current primary arena. By latching on to hardware manufactures and pipe maintainers for revenue they can create a product that allows those entities more leverage in a space that is currently dominated by interests whose only real interest is keeping you in their walled garden so that they can mine your data.

      There is a potential that pipe maintainers, using their new found independence, would seek new revenue streams that the mobile OS developers were previously capitalizing on, but competition will be ripe for the carrier that wants the more privacy concerned niche and just wants to sell plans to those tech savvy types (who will in turn tell their non-savvy friends and give it the right 'buzz').

      In the end hardware providers sell phones, pipe maintainers sell data plans, mobile OS providers try to steer you to a walled garden and sell marketing information about you, unless your company is a not for profit company, not beholden to shareholders. This will hopefully be better for consumers in the end because of the entity involved and the competition it creates. If anything it will create a check against going against openness and consumer privacy, much like how Linux is a check against MS. MS may not be open, but they are much more open than if Linux was never conceived.

      --
      A libertarian shat on my carpet once. Claimed the free market would sort it out. -Ford Prefect(8777)
    5. Re:Wait a minute . . . by Anonymous Coward · · Score: 0

      What a naive post. The carriers would just build their own walled gardens using B2G as the base and they'll tightly lock the hardware. And since Mozilla is a bit player they'll have no leverage to stop it. Yay more fragmentation and lock-down!

    6. Re:Wait a minute . . . by gl4ss · · Score: 1

      going with a platform locked to html5 apps is not a path to freedom.

      --
      world was created 5 seconds before this post as it is.
    7. Re:Wait a minute . . . by Anonymous Coward · · Score: 0

      Lol, more fragmentation and lock down. You do realize those things have, by definition, an inverse relationship, you fucking tool!

  31. Re:too bad i switched to chrome....... by NotBorg · · Score: 1

    Does it still freezes up every few seconds?

    Not as often as your grammar checker does.

    --
    I want this account deleted.
  32. Re:too bad i switched to chrome....... by Jessified · · Score: 1

    No doubt. I would switch in a second if it wasn't for that. Firefox is so tedious though. It crashes once a day on my computer (apparently it's some problem specific to this type of laptop graphics card driver on Windows 7). Nonetheless all the other browsers seem to work without crashing...

  33. Geeks can be amusing by DavidinAla · · Score: 1

    It's cute to watch a certain type of geek when he's delusional enough to think that a plan such as this will work. They don't understand the way business incentives actually work, which makes it even funnier when their predictions don't come true. ;-)

  34. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    NoScript and AdBlock have been available forever for Chrome. If you don't trust Google free free to use Chromium (as I do), the fully open source version. It turns out Google doesn't care about people who care about their privacy because there aren't enough of us to matter to their bottom line.

  35. Re:too bad i switched to chrome....... by LaRainette · · Score: 4, Informative

    When did you last use FF ? v3.5 ?

      I use both right now, on win7, Linux Mint and CrunchBang. My FF always has 20-30 tabs opened, it's my main browser, I only use Chrome when have no browser opened and I don't want to wait for FF to start with my 30 opened tabs.

      Based on my experience, FF 10 isn't bloated at all. It's as fast as Chrome and has way more useful plugins.

      On an unrelated note I trust mozilla a gazillion times more than I trust google.

  36. Re:too bad i switched to chrome....... by LaRainette · · Score: 1

    Yes because One year is such a short time in software developement nowadays...

  37. Web apps = Fail by Anonymous Coward · · Score: 0

    Mozilla claims that they are 'the good guys' because they promote an 'open' Web, versus Apple and Google's 'closed' Web.

    First of all, I'm sick of this 'open Web vs walled gardens' argument. The important thing is the Internet, not the Web. As long as we have interconnected networks, everybody can use them for whatever they like, be it the HTTP protocol or some other alternative.

    Second, the usability of the web apps simply sucks, because the web wasn't designed for them. I prefer an app with an interface that takes all the advantages that the hardware offers, although it lives in a walled garden.

    1. Re:Web apps = Fail by DavidinAla · · Score: 1

      Quit being reasonable and making sense. There's no room for that in the Church of Openness. ;-)

    2. Re:Web apps = Fail by peppepz · · Score: 2

      The important thing is the Internet, not the Web. As long as we have interconnected networks, everybody can use them for whatever they like, be it the HTTP protocol or some other alternative.

      Only if "there's an app for that".

      Second, the usability of the web apps simply sucks, because the web wasn't designed for them.

      It wasn't designed to let you read emails, view videos, listen to music, consult maps, play games, talk to your friends, buy books, either.
      But since it was designed to be open and extensible, it was improved over the years and now you can do all that stuff pretty well. Can't see why this process of extension and improvement should be halted now, and left to proprietary architectures.

    3. Re:Web apps = Fail by bussdriver · · Score: 1

      FYI, some "apps" are just customized web browsers restricted to a custom web site and only are presented to look like a native app. They still waste considerable resources; simply putting a bookmark to an "optimized" website would be better.

    4. Re:Web apps = Fail by symbolset · · Score: 1

      The web wasn't designed for how we're using it now either. It was supposed to be stateless. How we got here was quite accidental, but both the web and the clients are more than capable enough now so why not?

      --
      Help stamp out iliturcy.
  38. Re:too bad i switched to chrome....... by noh8rz2 · · Score: 1

    they hacked my safari to steal my data against my explicit decisions for them not to do so.

  39. Re:too bad i switched to chrome....... by noh8rz2 · · Score: 1

    IE9 is awesome. on par with the other browsers.

  40. Compete not Combat by jockm · · Score: 1

    Look LG & Moz aren't doing this to fight some evil in the world. They are doing this because they have a product (and/or services) they want to sell. I am not saying this isn't a good thing, but this is good old fashioned competition, not a holy quest.

    --

    What do you know I wrote a novel
  41. Patents by Anonymous Coward · · Score: 0

    Isn't everything about mobile phones patented? How is Mozilla planning to survive the lawsuits?

  42. Boot 2 Gecko by rossdee · · Score: 1

    Will it also save you 15% on your car insurance?

  43. Re:too bad i switched to chrome....... by Lussarn · · Score: 1

    I accidentely modded you down...

  44. Re:too bad i switched to chrome....... by Billly+Gates · · Score: 1

    In browser time yes. Remember how IE 9 was competitive and was the fastest browser under any benchmark except Google's V8 javascript one?

    Now it is slow and only half as fast as Chrome and FF. FF realized this and would be killed as users would look at the html 5 spec support and benchmarks and within weeks would be behind the competition again.

    FF 3.6 really is slow. I fired it up last week and the scrolling up and down was glacial compared to the more modern browsers. Google Maps were painfull too

  45. Windows Phone 7 is just a stepping stone by LostMyBeaver · · Score: 0

    Don't get me wrong. Microsoft and Nokia advertise the hell out of it and are doing whatever they can to sell it. But, as an iPad to Windows 8 tablet convert for the past 3 months, I have to say that if Microsoft does get Windows 8 Phone up and running on an x86 platform with moderate battery life, I'll consider dumping iPhone as well. See, on my Windows 8 tablet, I run iTunes desktop which lets me keep all my music, movies and videos. I have apps like TomTom for U.S. and Western Europe which were big investments I'll need an iPhone for, but the rest of the apps were a buck or two and most of the ones I actually use are free. So, I really think I'd be happier with a Windows 8 Phone than a iPhone if the Windows 8 Phone is like the Windows 8 tablet which gives me the ability to plug it into a screen and keyboard and use it as a PC as well.

    I'm looking forward to a time when I can have the power of a dual core Sandy Bridge Core i5 as a telephone running Windows 8 with the phone interface when I carry it and the desktop interface when it's docked. A single device to do everything. Then I can have some sort of laptoppish dock for when I need a desktop on the road. This way, I can find a dock with the perfect screen and perfect keyboard and then find a PC/Phone with the perfect specs and only upgrade one or the other when I find something much better.

    I type this now from an AWESOME Asus N53SV notebook with a Core i7, 16 Gigs of RAM and dual 400GB 525/500 MB/sec SSDs... it has the worst keyboard and trackpad EVER!!!! though. I would love to buy the ultimate keyboard and screen dock... use it until I'm 150 years old and then just upgrade the computer part which would effectively be my phone as well.

    So... bash Windows Phone all you want.... but the way things are going, Windows 8 Phone will almost certainly be the first truly converged device operating system. Able to run Windows Metro, Windows Desktop, Android, etc... apps. Able to run practically every program made since 1978. Able to work on phone, tablet, laptop, desktop and TV all equally well. Etc... Sure, it could end up being a niche, but I'm pretty sure that this is what people will demand in the years to come.

  46. And? by LostMyBeaver · · Score: 1

    LG is what you buy when you desperately need a phone while your real phone is in for repair.

    I have heard of old people and REALLY poor people using LG phones because they're cheap. The old people don't want the gadget phones and LG makes some with big buttons. The poor people just want a phone and you couldn't just reach into the telephone recycling boxes in the past, so you bought an LG.

  47. Lately? by LostMyBeaver · · Score: 1

    It's been a shit idea for the past 12 years. I was demoing products like this back at CeBit 2000 with Ericsson. It was a bad idea back then, it's a slightly less bad idea today.

  48. My Windows 8 Tablet runs them all by LostMyBeaver · · Score: 1

    I have a Samsung Series 7 Slate and I can run IE, Opera, Chrome, Safari and that one from the guys who rewrote Netscape's old crap... can't remember their name since they died so long ago.

    How about a device which runs them all and if you need one, run that one. If you need another, run the other instead.

    Oh.... sorry. Forgot, these days we're support to have some sort of compatibility between browsers by using standards and stuff. But still.. my tablet run Windows, Linux, Android, Mac OS X or a pile of other operating systems. Choice is nice.

  49. Huh? by LostMyBeaver · · Score: 1

    It's not about the only browser without a tablet presence trying to get a tablet presence by latching onto the last major electronics company to not have a tablet strategy?

    You're saying they have a product. I see it more as not having a product and slapping some shit together hoping what they poop out will become a product.

    1. Re:Huh? by jockm · · Score: 1

      But again, that is Competing not Combating. I am complaining about the strange word choice. Nothing you said casts the events in a way that justifies the word.

      --

      What do you know I wrote a novel
  50. Re:too bad i switched to chrome....... by courteaudotbiz · · Score: 1

    My FF always has 20-30 tabs opened

    What size and resolution is (are) your monitor(s)? Is it usable, or do you have to [ctrl]+[tab] between all your tabs so much that by the time you get the tab you want, the day is over?

    Besides this, I HAVE TO use FF10 for work, and it is a pity to start it up in the morning. Takes so long that I have time to grab a coffee. Otherwise, it's pretty fast for browsing once it's started.

  51. Re:too bad i switched to chrome....... by phorm · · Score: 1

    I use it to block facebook and google analytics javascripts as well.
    From what I heard from other posts, this isn't an uncommon usage.

  52. Re:too bad i switched to chrome....... by datavirtue · · Score: 1

    I'm a browser whore...I bounce from Firefox, into Chrome, over to Opera, and maybe a little IE if I'm feeling like I need something to fail. IE and Firefox are the worst, with Chrome in the middle and Opera at a solid #1. Opera is a like a red-headed step child (whatever that is). It works VERY well, has no memory leaks, no perceivable bloat, completely compliant (never had any issues) and it just works. Yet no one will use it because "it isn't very popular." Best excuse I've heard. Not like it matters, as a tool it renders the internet perfectly. I use Firefox for development work and as a second browser (I usually have two open to segregate tasks beyond tabbing). I use Opera as my private browser. IE is just there, because..... it is just there. It is more of a curiosity anymore.

    --
    I object to power without constructive purpose. --Spock
  53. Re:too bad i switched to chrome....... by nullchar · · Score: 1

    Dude, you need grouped, colored tabs on the side instead of the top. Like the parent, I always have 20+ tabs open, often peaking at 80+ when doing research. (E.g. open children from a search - those tabs now in a collapsible group. repeat.) And yes, I ctrl+tab a lot for switching back and forth between a small subset of tabs.

    Use this for 3.6.x : https://addons.mozilla.org/en-US/firefox/addon/tab-kit/
    This for 4.x+ : https://addons.mozilla.org/en-US/firefox/addon/tabkit-2nd-edition/ (not nearly as feature complete)

    [FF10 startup] takes so long that I have time to grab a coffee

    I'm sorry if you have that slow of a work desktop. Every advanced user needs at least 2 monitors and a decent box, if they want to be productive on the computer.

    My current instance of 3.6 has been running for about 2 weeks. Using 500G resident, while the plugin-container is using 900M resident. I restart FF every few weeks to wipe flash cookies and reduce memory.

  54. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    ScriptNo extension.
     
    Jesus dude, welcome to 2010.

  55. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    No problem.

    Seriously, no problem - I've called Doctor Who, and I'll be going back in time to a point when Mozilla was able to create a browser that doesn't completely fucking suck in every way.

    I'll be calling you in a few years, err, a few years ago; how does this time travel thing work? Whatever - Firebird, here I come!

  56. 20+ fps not needed by tepples · · Score: 1

    Under that definition of "real time", I'd argue that "real time" performance isn't needed for the intended use. You don't need to analyze 20+ frames per second because the image from a handheld camera pointed directly at a barcode isn't going to be changing that fast. It's not like you're scanning strobe-lit products going down a high-speed conveyor. I think ZXing does a quick pass looking for the big black boxes in concentric rings at the corners of the QR code and processes the image further (possibly taking half a second or so) once it finds them.

    1. Re:20+ fps not needed by BasilBrush · · Score: 1

      You've been at a self service checkout? Scan your own grocery items. Sometimes you get a barcode and it won't get recognised. You need to straighten it out, hold it at various angles, etc. and then after a few seconds you've held it just right, and it gets recognised.

      That's using laser scanning, hundreds of times per second. Laser means there's no focus issues. No fuzzy edges, except for if the barcode itself is badly printed.

      With video, you're dealing with mostly out of focus images. And you need to try many times per second to get that moment when the user places the barcode and the phone in just the right pace for perfect recognition.

      There's a range of phone bar-code scanners. The very first ones took a single snapshot, then took a few seconds to analyse it. If it failed the user had to take another stil and try again.

      At the other end of the scale are real-time bar-code scanners. They analyse every video frame.

      In between, there is a whole range from bad to good.

      But you can't call it real-time unless it really is looking at every frame (or at least 10s of frames a second).

      QR codes are not the same problem. And I'm not going to discuss them because algorithms for them is not something I know about.

  57. Winner, winner chicken dinner by symbolset · · Score: 1

    That's genius right there. A shame you didn't sign that one.

    --
    Help stamp out iliturcy.
  58. Re:too bad i switched to chrome....... by caspy7 · · Score: 1

    If loading many tabs on startup is a burden, make sure to defer loading of tabs until they're selected.
    Options -> General -> "Don't load tabs until selected" (checkbox)

  59. Re:too bad i switched to chrome....... by LaRainette · · Score: 1

    Apparently you can't be touched by irony and/or you don't like making sense.

        I meant to say (to be clear) that 12 months is a very long time considering how fast browser tech advances nowadays, which you seemed to disagree with, but you provided a example that was 100% backing my view.

      So Again : FF 3.6 OLD SLOW BAD. FF10 NEW FAST GOOD. Got it ?

  60. Re:too bad i switched to chrome....... by LaRainette · · Score: 1

    On my laptop (Core 2 duo P8600, 2GB RAM, aka crap) FF10 with a fresh session (0 tabs) opens in a little under 2.5 seconds under win7.

      So either you run pretty fast, or your PC is full of bloatware/very slow.

      Then again that would be so surprising, the same laptop boots to CATIA V5 in less than 10 seconds, but it takes my university's Quad Core XEON with 16GB RAM over a minute to start the same application.

      Also to consider, when you see the desktop screen of win7, the boot process isn't complete, so it's no freaking use clicking on FF 10 icon, because there are 20 processes running in the background.

  61. Re:too bad i switched to chrome....... by LaRainette · · Score: 1

    I love you.

  62. Re:too bad i switched to chrome....... by swillden · · Score: 1

    they hacked my safari to steal my data against my explicit decisions for them not to do so.

    Google "hacked" Safari? I'm intrigued. Please explain.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  63. Re:too bad i switched to chrome....... by noh8rz2 · · Score: 1

    you asked for examples of goog privacy violations. there you go. my safari was set (by me) for a specific privacy setting, but goog exploited HTML hacks to get around this setting.

  64. Re:too bad i switched to chrome....... by swillden · · Score: 1

    you asked for examples of goog privacy violations. there you go. my safari was set (by me) for a specific privacy setting, but goog exploited HTML hacks to get around this setting.

    Can you explain in more detail what exactly Google did?

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  65. Re:too bad i switched to chrome....... by noh8rz2 · · Score: 1
  66. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    Dude, stop posting in every Google story trying to defend them. Google fucked up with the Safari thing. Otherwise management wouldn't have asked for an emergency frontend push to disable the 'feature'. Are you really that thick or you're just so brainwashed that cannot accept the fact that Google screws up from time to time.

    --
    I care about my privacy, so I NEVER use any Google products.

  67. Re:too bad i switched to chrome....... by swillden · · Score: 1

    lmgtfy http://bit.ly/AwgQMK

    I knew what you were referring to... my suspicion is that you don't.

    Were you logged into a Google account? Because if you weren't, then Google didn't do anything.

    If you were, then Google worked around the Safari restriction to show you what you had asked to be shown. The degree of "invasion of privacy" is really debatable here. You had basically expressed two opposing requests, one to Safari and one to Google. Google fulfilled your request to Google in spite of the fact that you'd given opposite information to Safari. And what Google actually did was to (a) enable "+1" button to work and (b) personalize the ads shown to you.

    Also, it's worth pointing out that Google has now stopped this practice -- but Facebook continues. Not that being better than Facebook on privacy is anything to be proud of, but it does show that Google tries to do the right thing. Facebook had long made a practice of working around these sorts of browser privacy settings in order to make the ubiquitous "Like" buttons work. I'm sure some Google engineers figured that wasn't unreasonable so that the "+1" buttons could work, and also figured that nobody must mind because no one had ever called Facebook on it. When called on it, Google stopped, though.

    In any case, I agree with the AC at the top of this thread... if this is the extent of Google's "pattern of privacy abuse", someone's FUD machine has been extraordinarily effective.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  68. Re:too bad i switched to chrome....... by noh8rz2 · · Score: 1

    You had basically expressed two opposing requests, one to Safari and one to Google. Google fulfilled your request to Google in spite of the fact that you'd given opposite information to Safari.

    this is the best summary I've read of the issue to date. Two conflicting requests. However, given two conflicting requests, wouldn't the appropriate thing to do be respect the most conservative / privacy request? second most appropriate, pop up a prompt saying that you need to change the safari settings to get the full google experience. I'm sure we could think of many possible approaches to this conflict. But the very bottom of the barrel is for goog to secretly override the safari settings without informing the user. this is why it's shady at best. I would expect it more from warez.ru not google.com.

  69. Re:too bad i switched to chrome....... by swillden · · Score: 1

    I agree that given conflicting requests, the best thing to do is to respect the most conservative. Even better would be to find some way to highlight to the user that Google's +1 button isn't going to work properly on various sites because of the Safari privacy setting so the user understands the nature of their choice and can make an appropriate decision.

    I think this situation was the result of a decision to follow the lead of Facebook, which is clearly not what Google should be doing, but it's somewhat understandable because respecting the privacy decision means that on many sites for users of Safari the Facebook "Like" button works while the Google+ "+1" button does not. Anyway, I agree that the choice was wrong, but I can understand the competitive motivation, and it's hard to classify really as "privacy invasion", even though it technically is overriding of a user's privacy selection.

    The "+1" button actually could be made to work even with the privacy setting in place, but it will require sites that host the button to implement some server-side code, so the Javascript can send requests to the hosting site, which will then forward the requests back to Google. But that's a sufficiently-large burden that few sites will be willing to do it. They're willing to host "+1" buttons because it adds some value to their users and costs them nothing more than adding a small snippet of HTML. But they're not going to be willing to modify their server-side code.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  70. Re:too bad i switched to chrome....... by Anonymous Coward · · Score: 0

    Nobody gives a shit about your opinion, hunting asshole. Fuck you and the fucking assholes you work for!