Difference between revisions of "Talk:FAQ"

From CDOT Wiki
Jump to: navigation, search
(conv about building patches)
m (urggg silly mediawiki)
Line 6: Line 6:
 
== conversation about building a patch ==
 
== conversation about building a patch ==
 
Glen: hey i just built ff and now I just want to build an extension I just patched. How do I go about building just the patch and not World? When I did my FF build I didn't include the enable-extensions option, do I have to rebuild World again?
 
Glen: hey i just built ff and now I just want to build an extension I just patched. How do I go about building just the patch and not World? When I did my FF build I didn't include the enable-extensions option, do I have to rebuild World again?
 +
 
Glen: with that option
 
Glen: with that option
 +
 
dave: go to mozilla/objdir/extensions/yourextension
 
dave: go to mozilla/objdir/extensions/yourextension
 +
 
dave: make
 
dave: make
 +
 
dave: where objdir==whatever objdir mane you used
 
dave: where objdir==whatever objdir mane you used

Revision as of 14:47, 27 September 2007

Hi ,

I have some problem with unwanted white space between two element nodes how to remove the space 

sugestion

conversation about building a patch

Glen: hey i just built ff and now I just want to build an extension I just patched. How do I go about building just the patch and not World? When I did my FF build I didn't include the enable-extensions option, do I have to rebuild World again?

Glen: with that option

dave: go to mozilla/objdir/extensions/yourextension

dave: make

dave: where objdir==whatever objdir mane you used