On the nature of Mozilla's toolkit
On the nature of Mozilla's toolkit
Posted Jun 2, 2005 12:45 UTC (Thu) by markhb (guest, #1003)In reply to: On the nature of bloat by eru
Parent article: What the Linux Desktop Needs (OS Views)
If you look back at the start of the open-source Mozilla project, they didn't start with their own toolkit; they started with the original Navigator architecture of a common backend and various platform-specific front ends: one for Win32, one for Mac, one for Unix, each using it's native widget set (the original Unix versions used Motif, which meant that you had to have a Motif license to build the app in the early days). This had two problems:
- The obvious Motif-related difficulty, and the fact that Lesstif was rudimentary at the time, and
- The fact that most open-source developers were on Linux, while the most important platform from a user-acceptance perspective was (and is) Win32, which required Visual C++ to build.
