Open main menu

CDOT Wiki β

Changes

User talk:Kwpark1

435 bytes added, 17:45, 19 September 2008
no edit summary
== ProjectLab 3: Import sqlite test suite Mozilla Build ==
Import sqlite test suite[http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2008_Weekly_Schedule#Week_3_.28Sept_15.29_-_Managing_and_Building_large_source_trees Build Firefox 3]
== Project Description Result ==[[Image:MyFirefox.jpg]]
Mozilla uses an embedded version of SQLite extensively to store data such as bookmarks, history, etc. To insure that it runs properly within Mozilla, it would be good to add the entire sqlite test suite to Mozilla's tests, so that testing == Checking before install ==This is the browser also means testing sqlite. The sqlite test suite is written in TCL and needs to be ported to JavaScriptprerequisites [http://developer. Some work has already been done, but more is required to get full test coveragemozilla.org/en/Windows_Build_Prerequisites checking]
== Project LeaderMy Laptop's setting* H/W** CPU: Genuine Intel CPU T2250 @ 1.73GHz** RAM: 512M (512M X 2)** HDD: 30G free of 90G* S/W** Windows XP Pro. SP3** Microsoft Visual Studio 2005** .NET Framework 2.0** Microsoft Windows SDK(s) ==** MozillaBuild
== Process ==I did the easiest way of [http://zenitdeveloper.senecacmozilla.on.ca/wikiorg/index.phpen/User:Kwpark1 Park, KiWonMozilla_Source_Code_(Mercurial) Mozilla Source Code via Mercurial]
* Run batch file <pre>C:\mozilla-build\start-msvc8.bat</pre>* Install [http://www.gnu.org/software/autoconf/ Autoconf]* Get the mozilla source code <pre>hg clone http://hg.mozilla.org/mozilla-central/ src</pre>* Change current dir to src <pre>cd src</pre>* Configuration <pre>echo 'ac_add_options --enable-application=browser' > .mozconfig </pre><pre>echo 'mk_add_options MOZ_CO_PROJECT= Project Contributorbrowser' >> .mozconfig</pre>* Bulid (sneed around 1Hr) ==<pre>make -f client.mk build</pre>* Run firefox <pre>dist/bin/firefox -no-remote -profilemanager</pre>
== Project Details == [https://bugzilla.mozilla.org/show_bug.cgi?id=391756 bug 391756] <br />[http://www.0xdeadbeef.com/weblog/?p=368 http://www.0xdeadbeef.com/weblog/?p=368] == Project News == <b>Sept 1516, 2008</b> Create ProjectCreated
1
edit