Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Taming the Lizard


New Architect: Mozilla has done an admirable job of standards compliance—perhaps a better job than any other browser. Why is it so difficult to build a solid, standards-compliant Web browser?

Gervase Markham: Go and read the specs for HTML, XHTML, CSS 1, 2, and 3, the DOM, XML, and ECMAScript 1.5. Imagine for a moment how they all interact, and how many gray areas that produces. Then, go and examine several million broken Web pages, each of which caters to a different quirk of old browsers—their proprietary DOMs, workarounds, and hacks. Then see if that question still requires an answer!

NA: In our experience, QA is often the forgotten component of the development process, overlooked and undervalued. Was it difficult to get the Mozilla team to recognize the importance of a QA process?

GM: Because Mozilla was initially driven by Netscape, which had a QA department, QA has always been a feature of Mozilla development. Each component of the product has a QA contact who is (theoretically) responsible for quality in that area. The need has always been understood. Actually getting the resources is sometimes a harder thing.

NA: An open source project of Mozilla's scope is certainly ambitious, but crafting an organized QA process with so many far-flung volunteers must be nearly as challenging.

GM: The Mozilla Project got off to a slightly rocky start with regard to external involvement. It took the efforts of Eli Goldberg at Netscape and Asa Dotzler, then of Texas and now of mozilla.org, to pull in QA people and create a community. We're organized around our three communications tools: newsgroups, IRC, and Bugzilla, which is a bug system and a giant message board in one.

NA: On the Mozilla QA homepage, you quote Eric S. Raymond as saying, "Given enough eyeballs, all bugs are shallow." How does a QA process benefit from throwing more manpower at it, where many other types of projects don't?

GM: QA benefits from more bodies because, as Raymond also says, "debugging is parallelizable." Ten people triaging bugs is ten times as effective as one—more so, because they can communicate via IRC and hand off bugs to the person with the expertise in a particular area.

NA: What have been the biggest challenges along the long road to Mozilla 1.0?

GM: Bug triage. Our bug system is totally open. Anyone can file a bug, and some days it seems almost everyone has. We get several hundred bugs filed per day, fifty percent of which end up resolved as duplicates of other bugs. We've had to be very proactive about developing techniques to stop people from filing pointless, vague, or duplicate reports.

NA: The browser has taken a central role in computing today. Do you sense any special pressure or intensity surrounding QA for such a pivotal piece of software?

GM: The browser is under particular pressure to be secure, and this obviously reflects on the QA team, which tests it. Microsoft has a particularly poor track record in this area, and Mozilla has been leading the way with a better security architecture and response to problems. The first security hole was found in Mozilla recently, and it was fixed and patches were made available within 48 hours. By contrast, IE currently has fourteen open holes (see www.jscript.dk/unpatched/), with no news as to when they'll be closed.

NA: What can other companies learn from the Mozilla QA process?

GM: The lessons from Mozilla QA are open source lessons: Release early, release often, and let your customers bang on it. They are your best testers. But be sure they know it's not the finished product.

NA: With the release of Mozilla 1.0, what will be next for the Mozilla Organization, and the QA team in particular? Will you be winding down?

GM: Absolutely not. Mozilla 1.0 is a beginning, not an end. It's about API freezes, and saying to embedders and to our customers (OEMs) that we're now happy for them to take Mozilla and build on it in safety. Going forward, there will be both trunk builds and 1.0-branch builds, with QA going on for both. I don't think there's a particular focus; people file bugs on everything! We just do what needs doing at the time.

NA: So what's next on Mozilla QA's immediate agenda, post-1.0?

GM: Mozilla's future and goals aren't driven by the QA team. We'll just keep making the product rock more and more.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.