Delphi
| projects: | Home Articles JavaScript Bridge |
|---|---|
| resources: | Bugs Mailing List Source Code Sidebar |
Source Code
You can get source code from the Mozilla-Delphi project in several ways:
- Each article and sub-project has a zip archive available from the mozdev mirrors (see below).
- You can view the latest source using a web interface to CVS.
- You can search and view our source code at Koders.com.
-
You can check out the entire project using CVS with the following commands:
(password is guest)cvs -d :pserver:guest@mozdev.org:/cvs login cvs -d :pserver:guest@mozdev.org:/cvs co delphi
CVS clients and Help Documentation can be found at cvshome.org.
We recommend TortoiseCVS, an open source Windows GUI client for CVS.
See our TortoiseCVS instructions for help.
Zip Archives
- GeckoBrowser
- 27-AUG-2004 Code for the 'Taming the Lizard with Delphi' tutorial which creates a basic browser using the Mozilla ActiveX Control. Tested with Delphi 6 - 7.
- GeckoBrowser-D4
- 07-OCT-2004 Code for 'Delphi 4 Lizard Taming' tutorial, provides solutions to some problems using the Mozilla ActiveX Control in Delphi 4 and a reworked GeckoBrowser framework.
- JavaScript Bridge Official Release
- 09-DEC-2005 JavaScript Bridge classes that enable you to use Mozilla's JavaScript engine (SpiderMonkey) to provide scripting in your applications. Previously beta code from Nov 2004, no major issues have been reported so this is now considered a stable release. Tested with Delphi 5 - 7.