Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:If only it was usable.... (Score 4, Informative) 128

There's a bug that causes random system freezes on the original Droid and the Droid 2: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D602252 Unfortunately we just discovered this today, too late to fix it for beta 1. We'll fix it before the stable release, of course.

Comment Re:Too bad it's still slow (Score 1) 57

Note: I am on the Mobile Firefox development team.

Load time is definitely an issue on Maemo. The built-in MicroB browser uses "faststart" which means that it starts a process when the device starts up, and that process stays in memory even after you close the browser. Firefox 1.1 doesn't use faststart, but we and Nokia are working on it for version 2 which will be the default MeeGo browser.

The "fennec" process running after you close the window is a bug, and one that I don't think we've seen before. If you'd like to help us solve it, you can report it here or to bugzilla.mozilla.org. Thanks!

Comment Re:Any plans for a Symbian version? (Score 1) 57

Note: I am on the FIrefox Mobile development team.

MeeGo for Handsets is actually based heavily on Maemo. From our point of view at least, it's an incremental change rather than a complete replacement. Firefox for MeeGo will be an evolution of Firefox for Maemo. Of course, it helps that the bulk of Firefox code is already platform- and toolkit-agnostic - for example, we already have Qt builds for Maemo 5.

Comment Re:Why not both? (Score 3, Informative) 289

It's real Java. You can use most existing Java libraries. What's different is:

* It uses its own bytecode and its own virtual machine instead of the JVM.
* It uses its own GUI libraries rather than AWT or Swing.

So, you basically need to write your UI from scratch - but otherwise you can reuse any existing Java libraries and source code.

Comment Re:Apple made a rod for their own back with Obj-C (Score 1) 158

The only thing that sucks is Apple dropping OPENSTEP / Obj-C for Windows.

What in God's name are you talking about?

Back when Apple's aquisition of NeXT was first announced, Apple had indicated that they'd continue to support OPENSTEP Enterprise (the Windows implementation of OpenStep). But it was killed off pretty quick.

Slashdot Top Deals

"There is nothing new under the sun, but there are lots of old things we don't know yet." -Ambrose Bierce

Working...