The World Wide Web Consortium has published a draft of an interface that browsers can use to manipulate files better, one of a series of steps aimed at gradually improving the sophistication and polish of Web site interfaces.
The draft File API (application programming interface) defines a number of ways that browsers and Web sites handle files better. One big part of it: being able to select multiple files for upload, such as on photo-sharing sites or Web-based e-mail, a task that often relies on Adobe Systems' Flash today.
But there are other aspects, too. For example, the interface governs the use of "blobs," or packages of raw binary data such as video files. Google has touted blobs for its Gears browser plug-in as a way to divide large videos into small chunks so that uploads can be more easily resumed if a network problem interrupts the process.
Another benefit: files are handled asynchronously, which the browser won't freeze up while a file is being uploaded or otherwise handled, and the browser reports progress on file transfers.
The technology is one example of work to transform the Web into a better foundation for interactive applications, a move that usurps some power from computer operating systems such as Windows and that's embodied most boldly in Google's Chrome OS project.
Here's one example of use of the Files interface provided by Mike Smith, who works for the W3C on matters relating to HTML--Hypertext Markup Language, the language used to describe Web pages:
"A user uses a Web-based application for reading and sending e-mail. She wants to attach multiple files to particular messages. The Web application provides an user interface that allows her to select multiple files to attach at the same time. After she selects the files, they are uploaded to the Web application asynchronously, allowing the user to perform other actions while they are uploading (for example, finishing the rest of the message she was composing before you added the file attachments). As the attachments are uploaded, the Web applications shows progress bars to indicate how much of the contents of the files have uploaded thus far."
The interface can work in conjunction with various standards including the drag-and-drop support in the HTML 5 now under development and the Web Workers technology that lets browsers better perform multiple operations simultaneously.
The interface also can help Web applications process the contents of files. For example, Smith describes a lyrics finder:
A user has on her local file system a playlist file from her favorite desktop music player. The playlist contains a list of song titles and information, and she wants to be able to easily fetch the lyrics for particular songs without needing to manually search for the lyrics on the Web. So a site can provide a Web-based application that allows her to upload her playlist. The Web application then parses the file and then presents a user interface to her, show in the contents of the file as a hyperlinked, sortable list. She can then retrieve the lyrics for any given song just by clicking on a particular song title.
Mozilla's Arun Ranganathan wrote the specification, according to Chris Blizzard, Mozilla's director of developer relations.
Standards for the Web are advancing rapidly, with the W3C representatives including Microsoft working in conjunction with a parallel effort, WHATWG. New standards require actual implementation in browsers before they are accepted as finished, a fact that can lead to some chaos but that helps ensure the new ideas are tested in the real world.
Firefox 3.6, in beta testing now, will support most of the Files API, Blizzard said.
Google wants to catalyze the era of Web applications with its Chrome OS project, but Mozilla has no plans for its own browser-based operating system, at least for now.
"We're really focused on making the Web the right platform of whatever operating system one is using. That's a fair amount of work," Mozilla Foundation Chairman Mitchell Baker said. "I think we're going to continue to focus for quite awhile on the Web itself as a platform and the capabilities of the Web rather than build an operating system of our own and pull everybody into our world."
Mozilla Foundation Chairman Mitchell Baker
(Credit: Mozilla)Baker shared the thoughts in an interview about the Mozilla Foundation's report of $79 million. The foundation isn't strapped for cash, but it is financially tiny compared to the three main rivals in the browser market today, Microsoft, Apple, and Google.
Microsoft was largely dormant when Firefox was getting its start five years ago, but the company is lighting a fire under its Internet Explorer developers for IE 9. Among the features the company touted are faster execution of Web-based JavaScript programs, better compliance with Web standards, and higher performance in general.
Internet Explorer remains the dominant browser in use today. Today, the elderly IE 6, dating from 2001, still is the most widely used version, and its widespread use is an anchor that keeps Web developers and therefore other browsers from advancing as fast as they might. So, unsurprisingly, Baker was comfortable with the prospect of a higher-powered IE being resurgent.
"If it could resurge enough to pull the hundreds of millions of people still using IE 6, we'd all be ecstatic," she said. "A lot of people are going to continue to use IE. They get it on their machine. If Microsoft makes that product more capable so the Web can move forward, there's good in that."
The Mozilla Foundation, of which Firefox developer Mozilla Corp. is a taxable subsidiary, gets the bulk of its revenue from Google through a search-ad deal that runs through 2011 at present. Search traffic that stems from Firefox's built-in search bar is set by default to go to Google, and a portion of the resulting Google search-ad revenue goes back to Mozilla.
Mozilla is looking to diversify its revenue sources, though, Baker said, and has taken some small steps.
"We did some small diversification in search, for example in Russia," using Google rival Yandex's services, she said. "We look at diversification, but we're not rushing into it."
And she's comfortable with today's funding situation because it doesn't force Mozilla to take Firefox in a direction it doesn't want to go.
"We have search in the product because we want it. We don't have any other discussions with Google about what the product is," she said. "The search and revenue relationship is completely distinct from the product development relationship."
Though Mozilla's revenue grew only at 5 percent from 2007 to 2008, compared to 12 percent the year before, Baker isn't concerned. "It matches our projections" of slow, steady growth, she said. "We're pretty much in line."
Digging into the financial statement, it should be noted that the foundation's $79 million in revenue is after a $7.8 million unrealized loss in the value of its investments. As the economy improves, it's possible those investments will recover some of their value.
The foundation is making more money than it loses. Expenses were $49 million for 2008, according to the financial statement.
"We have adequate resources to do what we have planned, plus save a little bit," Baker said. "Right now we're not bumping up against the ceiling. Our revenue is adequate to meet our needs. We try to be careful with money."
The Internal Revenue Service is scrutinizing Mozilla's corporate structure--a foundation with two taxable if not exactly for-profit subsidiaries. The foundation disclosed the scrutiny a year ago, and that investigation is continuing, Baker said.
"The IRS can be a very slow-moving organization. It's still an open discussion," she said, and the foundation is taking the matter seriously. "We don't have a clear idea what the IRS is thinking."
Two years ago, the Mozilla Foundation established its second taxable subsidiary, Mozilla Messaging, which focuses on the Thunderbird e-mail software and more recently on the Web-based Raindrop universal communications service. For now, that project gets its funding from the Firefox side of the house, but Baker plans to increase its financial focus once the near-final Thunderbird 3 is finished.
"The task now is to ship first Thunderbird 3. We expect to see that this year," Baker said. Mozilla overall is set up to be sustainable, not to be a money machine, but Mozilla Messaging will need to generate more revenue on its own eventually to help with that sustainability effort.
The Mozilla Foundation's revenue grew 5 percent to $79 million in 2008, with its Firefox search-ad deal with Google still the biggest benefactor, the organization said Thursday.
The figure is notable for an open-source effort, but the growth tapered off significantly. For 2007, by comparison, the Mozilla Foundation reported $75 million in revenue, a 12 percent increase over 2006.
Mozilla Chairman Mitchell Baker revealed the latest Mozilla figures on her blog Thursday.
Update: for further details and commentary from Baker, check this follow-up interview.
Firefox has won over about a quarter of the world's users of Web browsers, taking most of that share from Microsoft's still dominant Internet Explorer. The browser faces new challenges, though, in the form of newcomer Google Chrome and Microsoft's resurgent effort to improve Internet Explorer. On Wednesday, Microsoft showed off some elements of the forthcoming IE 9, and Thursday, Google released the source code underlying its Chrome OS, a browser-based operating system for lower-end computers.
Google supplies "the bulk" of the Mozilla Foundation's revenue through a deal that currently lasts through 2011, the foundation said. Under that deal, people performing searches through Firefox using the default Google search engine see and sometimes click on search ads at Google; Google and Mozilla share the resulting revenue. In 2007, Google supplied 89 percent of Mozilla's revenue.
Google isn't the only revenue source, though. Here's how Mozilla described its sources in an FAQ:
"The majority of this revenue is generated from the search functionality in Mozilla Firefox from partners such as Google, Yahoo, Amazon, eBay, and others. Mozilla takes in additional revenue from donations, online affiliate programs, the Mozilla Store, and income on our invested assets. In 2008, we expanded our Firefox partnerships with new firms such as Yandex (Russia Search), Canonical (Ubuntu), and Nokia (Mobile).
Earlier in November, Firefox surpassed 25 percent usage share of Web browsers, according to Net Applications.
(Credit: Net Applications)Mozilla released a third beta of Firefox 3.6 on Wednesday, adding stability and performance features, and said it hopes to lock down the code soon for its first release candidate.
The new beta, for Windows, Mac, and Linux, includes a component directory lockdown that makes it harder for other software to meddle with the open-source browser's state by preventing that software from sidling into the same folder as the browser's own components. The result should be fewer crashes, said Mozilla's Johnathan Nightingale in a blog post, and Firefox still is open to third-party extensions via its official add-on mechanism.
The change should improve security, too, added another Mozilla programmer, Vladimir Vukecevic, who wrote in his own blog post that Mozilla is considering bringing the change to Firefox 3.5, too.
"Creating binary components to interface with the operating system or with other applications is fairly straightforward, though ultimately dangerous. Binary components have full access to the application and OS, and so can impact stability, security, and performance," Vukecevic said.
Also in the latest beta of 3.6 is a feature that lets the browser run some Web-based JavaScript programs asynchronously, which is to say without being so picky about the order the scripts run. This can improve the speed that Web pages load, Mozilla said.
The biggest Firefox 3.6 feature most folks will notice is Personas, the reskinning add-on that's now being built in. More than 10 million Personas have been downloaded so far, Suneel Gupta and Myk Melez of the Personas team said Wednesday.
Mozilla is working to release a final version of Firefox 3.6 before the end of the year, and one sign the project is wrapping up is that the developers are locking down the features and changes that can be added into the release candidate 1. Code freeze for RC1 is scheduled for Wednesday but might be at risk, a Mozilla planning site said this week.
Firefox is steadily gaining in use. Last week, Web traffic monitoring firm Net Applications announced Firefox cleared 25 percent share of those using browsers worldwide--not dethroning Internet Explorer by any means but still winning over new users. Mozilla estimates there are more than 300 million Firefox users total, and this week said there are more than 300,000 testers using the Firefox 3.6 beta
Google's Chrome, meanwhile, is appealing to some of the same browser enthusiasts who were Firefox's first users. One of its big selling points is speed, and Google is working on other ways to make the Web faster, too. Chrome gives it a vehicle to test such ideas out in the real world, a strategy that Apple, Opera, and Firefox have employed to advance the Web state of the art.
One Mozilla programmer, Alexander Limi, revealed a speedup technology called Resource Package for Mozilla, too, on Tuesday. His proposal calls for bundling many Web page elements up into a single compressed file that can be retrieved in a single Web-page request action. Browsers are limited in the number of such actions they can take in parallel, so consolidating the interactions can make pages load faster. The approach is backwards compatible with existing browsers that don't support the feature, he added.
"If the feedback is good we're likely to try and get this implemented for Firefox 3.7," said Mozilla evangelist Christopher Blizzard in a blog post Tuesday.
Mozilla, racing to release Firefox 3.6 before the end of the year, has released a second beta of the open-source browser for Windows, Mac, and Linux.
Firefox 3.6 beta 1 introduced most of the new features, most visibly the ability to customize Firefox's look through Personas, less than two weeks ago. But among the 190 patches in the new beta is what Mike Beltzner, Mozilla's director of Firefox, described in a blog post as "a mechanism to prevent incompatible software from crashing Firefox."
There also are a number of deeper changes in Firefox 3.6 that Web developers likely will be more interested in. Note that one of them, the ability to use color gradients with formatting technology called Cascading Style Sheets (CSS), has changed syntax in between Firefox 3.6 beta 1 and beta 2.
Mozilla is trying to accelerate the pace of Firefox releases; Firefox 3.7 is set for release in the first half of 2010 and 4.0 some time later that year. The project faces new competition from Google's Chrome browser.
Five years ago, Mozilla made it clear that the browser wars weren't over after all.
In the 1990s, Netscape had lost its dominance in the browser market to Microsoft's Internet Explorer, and the Netscape-spawned open-source project called Mozilla had sunk into obscurity. Even a federal antitrust suit accusing Microsoft of anticompetitive practices with its browser and Windows was not enough to turn the tide.
But on November 9, 2004, Firefox 1.0 emerged to fight back again.
The project, originally named Phoenix to symbolize rebirth from Netscape's ashes, has now clawed its way back to account for nearly a quarter of the browser usage today. Microsoft may not be on the run, but it's on the defensive, gradually building its browser development effort back up into fighting form.
... Read moreMOUNTAIN VIEW, Calif.--Thunderbird 3, an update to the e-mail software that Mozilla hopes will give it some of the advantages its Firefox browser has enjoyed, is due to arrive in near-final form next week.
Mozilla Messaging plans to issue release candidate 1 of Thunderbird 3 as soon as Monday, with the final version expected later in November, the e-mail-focused subsidiary of the Mozilla Foundation said Thursday.
"We're down to the last few bugs," said Chief Executive David Ascher. "Feedback with the last beta was enthusiastic." Thunderbird 3 beta 4 can be downloaded for Windows, Mac, and Linux.
Mozilla Messaging CEO David Ascher
(Credit: Stephen Shankland/CNET)Thunderbird doesn't get as much attention as Firefox, the chief product of the Mozilla Foundation's other subsidiary. But with Thunderbird 3, Ascher and Mozilla Messaging are trying harder to take advantage of one technology that's helped the browser's fortunes: add-ons. They could be written for Thunderbird 2, but only with what Ascher termed an act of heroism; Thunderbird 3 makes add-ons much easier.
One area where add-ons show up is a new Thunderbird 3 feature, Google and Yahoo calendar functions in the software--using its built-in Firefox engine for handling Web pages, naturally.
"There are a bunch of actions that start in e-mail that really involve the Web," Ascher said. Another example he said Mozilla Messaging will write if some enterprising person doesn't do it first: an add-on to help people assess whether to follow a particular Twitter user who just signed up to follow you.
Another add-on that's already under way is Lightning, which parallels Outlook's calendar functions. A Thunderbird 3-compatible version should arrive about the same time, he said. Ultimately, Thunderbird should be able to integrate with either Lightning or Web-based calendars, including the automation of operations such as accepting event invitations.
Better search
The add-ons also dovetail with a significant new Thunderbird feature, improved search. With Thunderbird 2's folder-based search approach, people often didn't set up searches so they could find what they needed. With Thunderbird 3, it returns all results that match the text, not just what's in a particular folder.
"It's really important to search everywhere," Ascher said. As with Google, "You type a word, and you get results."
Of course that can retrieve a lot of unwanted results. So the search results page offers a variety of ways to winnow that search down--limiting it to particular people, to messages with a specific tag, or to a particular time frame selected from a timeline that presents messages using the search term.
These functions to refine the search, which Mozilla Messaging calls "facets," are another area where add-ons can help, Ascher said.
Also coming in Thunderbird 3 is a simpler start-up process. The software is set up in advance to automatically set up the increasingly complicated server configuration for various accounts. I tried it with Gmail, and it indeed was up and running in moments after I entered only my name, e-mail address, and password. The software comes with several profiles built in, and it makes intelligent guesses if it doesn't know, but people will be able to write their own modules that can be shared, too.
Another feature in the new version is the archive, a feature borrowed from Google's Gmail that's a kind of digital purgatory. E-mails sent to the archive are still available through search, but they don't clutter up the inbox. Folders are still available for those who want to file messages the traditional way.
"The original idea of e-mail, putting messages in folders one by one, was reasonable when we got ten messages a day. Now that we get a couple hundred or more, that's a huge burden," Ascher said. "We made archive really easy and complemented it with (an) easy-to-use search experience.
Streamlined interface
One big interface change is the addition of tabs. Mail accounts, folders, and individual messages can show as new tabs rather than new windows. It's one of a number of efforts to provide a more streamlined interface.
One other is moving some message-specific operations to the message window--reply, reply to a mailing list, forward, archive, and other options. Another: the main toolbar has been cleaned up so only essential actions show, though others can be added through customization. And people can be added to the address book with a single click of a star next to their names--not unlike Firefox 3.5's one-click bookmark operation.
Some routine tasks--labeling a message as junk, for example--are designed to be faster, he added.
"If you look at the number of seconds saved over the population of Thunderbird users, it tends to be several lifetimes per year," Ascher said.
One new feature in Thunderbird 3 is a simplified account setup. You enter three bits of information, and Thunderbird often can take it from there.
(Credit: Screenshot by Stephen Shankland/CNET)
Mozilla may have released the first beta of Firefox 3.6 nearly two months late, but the organization believes the final version still will arrive on schedule before the end of the year.
The Mozilla wiki page on version 3.6, code-named Namoroka, listed early September for the scheduled release of the first beta, but it actually arrived October 30. Despite that, Mike Shaver, vice president of engineering, said Mozilla wants to release the browser before the holidays and is sticking by the overall schedule for the open-source Web browser.
"We're still looking at a release candidate in November and (final) release in December at this point," Shaver said in a Tuesday interview.
That means Mozilla has a compressed schedule for producing the final version, but Shaver said coders are working hard. "We're not going to coast into it," he said. "We're going to continue shipping beta updates aggressively."
Those involved in open-source projects, with different motivations and pressures than those in the traditional proprietary software industry, sometimes have an attitude of "we'll ship it when it's done." Mozilla, though, recognizes that time matters even for an open-source project.
"We've always been more quality-driven than time-driven," Shaver said. "But we understand timing in the market matters to our users and our competitiveness."
Do you pine for the Netscape Communicator days with unified browser and e-mail software but want something more current? Mozilla on Tuesday released SeaMonkey 2.0, which combines Firefox and Thunderbird.
The new version, for Windows, Mac, and Linux, is rebuilt with Firefox 3.5.4 and is more closely aligned with the standalone browser. "SeaMonkey is now much closer to Firefox as far as user profiles, add-ons, and functionality of user interface elements are concerned," according to the release notes. Among other changes:
Retrieving e-mail using the IMAP (Internet Message Access Protocol) protocol is faster, and for new IMAP accounts, mail is synchronized by default with the local computer.
The Mozilla Lightning calendar plug-in for Thunderbird can be used.
E-mail accounts, folders, and messages can be viewed in tabs.
The mail module lets you subscribe to RSS and Atom feeds that the browser discovers on Web pages.
The browser is faster at running Web-based JavaScript programs and supports a variety of modern Firefox features coming with the HTML5 standard.
Browser tabs can be reopened after being closed, and tabs are reloaded if the browser crashes.
The user interface for handling add-ons, passwords, forms, cookies, and downloads have been overhauled.
The Mac OS X theme fits in better with the look of Leopard and Snow Leopard, the previous and current versions of the Apple operating system.
Several older operating systems are no longer supported: Windows 95, 98, Me, and NT 4 as well as Mac OS X 10.2 (Jaguar) and 10.3 (Panther).
The software is available as a download for Mac OS X, Windows, and Linux in 18 languages.
MOUNTAIN VIEW, Calif.--John Lilly wants it both ways.
Working at Mozilla Corporation since 2005 and as chief executive since early 2008, he helped oversee a remarkable achievement. Mozilla has built the Firefox browser from a largely unsuccessful remnant of the Netscape era of the 1990s into the browser that nearly a quarter of people on the Web use. Now the challenges are different.
Mozilla Corp. CEO John Lilly
(Credit: Stephen Shankland/CNET)First, for new growth, Mozilla must make its open-source browser appeal to an even more mainstream crowd, one that's more interested in working and playing online than in sticking it to Microsoft or being part of a cause. Second, it's got to keep the loyalty of the technically savvy early adopters and Web developers that Google now has been courting with its Chrome browser.
"We have to do both," Lilly said in an interview at Mozilla headquarters here. "We have to be a better browser for your standard everyday user of the Web who uses IE now, but I think we have to redouble our efforts to be good for Web developers."
The world changed for Mozilla when Chrome burst onto the scene in 2008. Mozilla didn't see itself as complacent, but Chrome was a wake-up call that "clarified some of our priorities," Lilly said, including snappy performance.
"It made some things real crisp," Lilly said.
Indeed, in the months after Chrome's arrival, these priorities appeared in Mozilla's Firefox planning: "Observable improvements in user-perceptible performance metrics such as start-up, time to open a new tab, and responsiveness when interacting with the user interface. Common user tasks should feel faster and more responsive." And future versions of Firefox likely will look more like Chrome embracing some of its less obtrusive framing of Web content and applications.
'Web-native' Google
Mozilla's biggest rivals before, Microsoft's Internet Explorer and Apple's Safari, came from companies firmly rooted in the era of desktop computers and operating systems. Not so Google, which not only has Web-based applications such as Google Docs and Gmail to support, but also a browser-based operating system called Chrome OS.
"Competing was hard but at some level simple. Google is much more Web-native," Lilly said.
Google is an unusual rival. Even as Google and Mozilla vie for popularity, they're tight allies in the "Open Web" movement to augment Web standards to today's static pages into tomorrow's applications. And Google almost singlehandedly funds Mozilla by sending back a portion of search-ad revenue that originates from Google searches within Firefox.
In 2007, the last year for which Mozilla has released figures, Google supplied 89 percent of Mozilla's $75 million in revenue. Although the Mozilla-Google revenue-sharing deal is set to expire in 2011, realistically, it's probably safe.
For one thing, Firefox sends a large amount of search traffic to Google--traffic it could easily send to another search engine with the flip of a default setting switch. Second, Google's browser enemy is Internet Explorer, especially the slow and limited IE 6 that's still in widespread use eight years after its release. If Google wanted to cripple Mozilla, the time to do it would have been 2008, when the search-ad deal was up for renewal, but Google renewed it.
New standards
One big part of Mozilla's effort to remain in the vanguard is support for new Web standards.
Mozilla is among those trying to renovate Hypertext Markup Language (HTML) to make it a richer, more capable foundation for programming as well as display. And its significant if not dominant share of usage makes it a major force bringing those "Open Web" technologies to fruition.
"There are still a lot people who think the Web is done--there's this big mission accomplished banner. It's not true," Lilly said. "There are many proprietary technologies, many walled gardens with respect to video and offline technology. There is still is a lot of the Open Web fight to fight," Lilly said. "Getting to Firefox--a quarter of the Web--shows these technologies are real."
One thorny one is Web-based video. Today most online video is sent using Adobe Systems' Flash browser plug-in, which is free; video is encoded with the H.264 standard, which must be licensed. But fees could increase in 2011 with the possibility of new royalties for streaming H.264 video over the Internet.
Mozilla headquarters in Mountain View, Calif.
(Credit: Stephen Shankland/CNET)Perhaps not coincidentally, Google announced plans to acquire On2 Technologies, which has other video encoding and decoding software--or codec--including a new version under development called VP8.
"If VP8 is an open codec and unencumbered (by patent licensing considerations), it's something we'd implement. That changes the whole landscape," Lilly said.
The first update in a decade to the HTML standard used to describe Web pages is under way, and one major feature is a video tag that builds video directly into the Web rather than relying on a plug-in such as Flash, Microsoft's Silverlight, or Apple's QuickTime. Though Mozilla, Google, Apple, and Opera all like the tag, they don't see eye to eye about what format video should be encoded in, which complicates how well the technology works in practice.
Mozilla and Opera urge use of the Ogg Theora video format, which may be implemented in open-source software without licensing complications, and Firefox has had Ogg support since version 3.5 of the browser arrived earlier this year.
But Apple's Safari has H.264 support built in. Google's Chrome supports both standards, but YouTube supports only H.264. Microsoft hasn't said what it plans to do. So for now, video plug-ins appear unthreatened.
Microsoft in the wings
At the other end of the competitive spectrum is the incumbent. Although Microsoft's browser development crept nearly to a standstill after IE won the first browser wars of the 1990s, there's evidence the sleeping giant is awakening.
IE 8, released earlier this year, attempts to conform to existing Web standards rather than setting its own. And though IE still doesn't support many of the latest technologies to make the Web into an application foundation, Microsoft now is actively engaged in discussions over those technologies and their standardization. Finally, Microsoft is working on Web applications of its own in the form of an online version of Office 2010, giving the company a strong new incentive to improve its technology.
So far, though, Microsoft's effect is more theoretical than actual.
"They've given notice they will engage. We haven't seen them influence it a lot," said Mike Shaver, Mozilla's vice president of engineering. He's eager about the possibility that Microsoft will embrace new Web standards. "They represent a large user base--some by choice, some not. Those technologies mean a lot more when they make it to more people."
Something of a wild card factor in today's browser wars is Apple, which has released a Windows version of its browser. The company rarely ventures out of its home turf of Mac OS X unless there's a strong incentive--releasing iTunes for Windows to boost the iPod business, for example--but evidently deemed Safari for Windows a high enough priority to fund development and support efforts if not much in the way of marketing.
Going mobile
Apple, though, has a big head start when it comes to the new era of mobile browsing that's just beginning to mature with high-powered devices such as the iPhone. Like it, Palm's Pre handset and Google's Android operating system for mobile phones use a browser based on the open-source WebKit project.
Firefox is moving more slowly into mobile, though. Its mobile browser project, called Fennec, is slated to emerge later this year under the Firefox brand name for Nokia's Maemo mobile operating system, and Lilly has said Firefox will be available for Google's Android operating system as well.
"I do more browsing than ever in mobile. The boundaries between desktop and mobile are going to blur," Lilly said. "We will release (Fennec) as a product called Firefox later this year."
Lilly likes to look at the bright side of this fluid landscape. "In most ways the world as a Web user is better than it's ever been. There's real choice, not just from Apple and Microsoft but from Google and Opera," he said.
"We're a unique organization. Compared to open-source projects, we look rather wealthy. Compared to the people we're competing with--Apple, Microsoft, Google--$50 million, $60 million, $100 million in revenue that to them isn't really meaningful," Lilly said. "We're competing in a low-expense, scrappy way."






