Because a thing seems difficult for you, do not think it impossible for anyone to accomplish. – Marcus Aurelius
Header

Problem : While downloading file from mozswing, it generates the following exception.

XML Parsing Error: undefined entity 
Location: chrome://mozapps/content/downloads/unknownContentType.xul 
Line Number 30, Column 18:    <description>&intro.label;</description> 

Cause:
Missing DTD for branding, one of the two DTDs Read more

Ω First follow my previous blog “How to compile xulrunner c++ source code for mozswing under windows OS.” 
on Step 5 of my previous blog add following line under conf/mozconfig-part-debug or under any other mozconfig-part-XXXX file.
ac_add_options –enable-debug

Ω Now … Read more

Step 1
Download and install Microsoft Visual Studio 2005 (32 bit).
Note : I have tested this only with Microsoft Visual Studio 2005 on windows XP.

Step 2
Download and install MozillaBuild.
Download Mozilla Build

Also ensure you have … Read more

 

Replace the existing native library of mozswing 2.0 beta 2 with the following native library. This version is same as of mozswing 2.0 beta2 except, it support javascript windows.print() command.

native.zip
Patched and compiled by Shishir Pokharel.

 … Read more