aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner
Commit message (Collapse)AuthorAgeFilesLines
* Add utils/ and components/ directories.Christian Persch2007-09-133-1/+1
| | | | svn path=/trunk/; revision=7422
* Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now.Christian Persch2007-09-132-7/+7
| | | | svn path=/trunk/; revision=7418
* Use G_DEFINE_TYPE.Christian Persch2007-09-131-89/+25
| | | | svn path=/trunk/; revision=7414
* Port to frozen string API by using nsINetUtilChristian Persch2007-09-131-10/+11
| | | | svn path=/trunk/; revision=7410
* Remove check for MOZILLA_INTERNAL_APIChristian Persch2007-09-131-5/+0
| | | | svn path=/trunk/; revision=7409
* Add embed directoryChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7408
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1329-29/+29
| | | | svn path=/trunk/; revision=7407
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1355-55/+55
| | | | svn path=/trunk/; revision=7406
* We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines.Christian Persch2007-09-1314-144/+9
| | | | svn path=/trunk/; revision=7405
* Disable tests directory for now.Christian Persch2007-09-131-1/+2
| | | | svn path=/trunk/; revision=7403
* Make the xulrunner backend build: change C/CXX/LDFLAGS, comment outChristian Persch2007-09-1315-164/+68
| | | | | | some code that isn't ported to gecko 1.9 yet. Doesn't link yet! svn path=/trunk/; revision=7402
* Move ChangeLogChristian Persch2007-09-131-0/+3
| | | | svn path=/trunk/; revision=7401
* Merged from embed/mozillaChristian Persch2007-08-282-5/+32
| | | | svn path=/trunk/; revision=7306
* Initial checkin: merged embed/gecko from xulrunner branch to ↵Christian Persch2007-08-26141-0/+30405
embed/xulrunner, and svn copied embed/mozilla to embed/xulrunner/embed. Not integreated with the build yet. svn path=/trunk/; revision=7297