aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/src
Commit message (Collapse)AuthorAgeFilesLines
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
| | | | svn path=/trunk/; revision=7525
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-143-123/+0
| | | | svn path=/trunk/; revision=7434
* Fix for move of GeckoPromptService.Christian Persch2007-09-141-23/+3
| | | | svn path=/trunk/; revision=7429
* Move prompt service implementation to components/ and remove theChristian Persch2007-09-133-946/+0
| | | | | | duplicate implementations in src/ and embed/. Doesn't build yet. svn path=/trunk/; revision=7427
* Move AutoJSContextStack and AutoWindowModalState helpers toChristian Persch2007-09-135-170/+1
| | | | | | | embed/xulrunner/utils instead of having two copies of it in src and embed. svn path=/trunk/; revision=7424
* Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now.Christian Persch2007-09-131-6/+6
| | | | svn path=/trunk/; revision=7418
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7407
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1316-16/+16
| | | | svn path=/trunk/; revision=7406
* We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines.Christian Persch2007-09-131-4/+0
| | | | svn path=/trunk/; revision=7405
* Make the xulrunner backend build: change C/CXX/LDFLAGS, comment outChristian Persch2007-09-131-35/+7
| | | | | | some code that isn't ported to gecko 1.9 yet. Doesn't link yet! svn path=/trunk/; revision=7402
* Initial checkin: merged embed/gecko from xulrunner branch to ↵Christian Persch2007-08-2642-0/+6810
embed/xulrunner, and svn copied embed/mozilla to embed/xulrunner/embed. Not integreated with the build yet. svn path=/trunk/; revision=7297