aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner
Commit message (Collapse)AuthorAgeFilesLines
* Remove cruftChristian Persch2008-02-273-330/+0
| | | | svn path=/trunk/; revision=7990
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-1/+5
| | | | svn path=/trunk/; revision=7888
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+2
| | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-145-32/+44
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-161-0/+2
| | | | svn path=/trunk/; revision=7776
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+19
| | | | | | | in Mozilla and XulRunner backends. Bug #476411. svn path=/trunk/; revision=7623
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-111-1/+2
| | | | | | Bug #485670 (see also gtk+ bug #485685). svn path=/trunk/; revision=7527
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
| | | | svn path=/trunk/; revision=7525
* Fix code style.Christian Persch2007-10-092-10/+9
| | | | svn path=/trunk/; revision=7523
* Make it build.Christian Persch2007-09-283-18/+25
| | | | svn path=/trunk/; revision=7505
* A new class designed to handle everything we need to run a modal dialogue.Christian Persch2007-09-282-0/+255
| | | | svn path=/trunk/; revision=7504
* Add app lifecycle helper class.Christian Persch2007-09-283-0/+88
| | | | svn path=/trunk/; revision=7503
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-271-47/+8
| | | | | | | | | | | * embed/xulrunner/components/FilePicker.cpp: * embed/mozilla/FilePicker.cpp: Fix the build of the custom GTK+ filepicker so we can add nice previews and other stuff. svn path=/trunk/; revision=7496
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-251-1/+2
| | | | svn path=/trunk/; revision=7490
* Make PromptService QI to nsIPromptService2 (not implemented yet, though).Christian Persch2007-09-162-18/+36
| | | | svn path=/trunk/; revision=7454
* Use nsILoginManager.Christian Persch2007-09-161-62/+50
| | | | svn path=/trunk/; revision=7445
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-152-0/+4
| | | | | | what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440
* Fix missing symbol on link.Christian Persch2007-09-151-0/+1
| | | | svn path=/trunk/; revision=7439
* Add libephyxulrunnerembed.la so LDADD.Christian Persch2007-09-151-0/+1
| | | | svn path=/trunk/; revision=7438
* Move EphyHistoryListener from embed/ to components/ since it's only used by ↵Christian Persch2007-09-154-2/+2
| | | | | | GlobalHistory code. svn path=/trunk/; revision=7437
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-147-8/+5
| | | | svn path=/trunk/; revision=7434
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-142-0/+2
| | | | svn path=/trunk/; revision=7433
* Move components from embed/ to components/ and fix the build.Christian Persch2007-09-1442-69/+90
| | | | svn path=/trunk/; revision=7431
* Fix the build. We don't need to manually add the window to the window group,Christian Persch2007-09-141-6/+5
| | | | | | since set_transient_for does that for us since gtk 2.10. svn path=/trunk/; revision=7430
* 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-139-956/+38
| | | | | | duplicate implementations in src/ and embed/. Doesn't build yet. svn path=/trunk/; revision=7427
* Move AutoJSContextStack and AutoWindowModalState helpers toChristian Persch2007-09-1311-173/+34
| | | | | | | embed/xulrunner/utils instead of having two copies of it in src and embed. svn path=/trunk/; revision=7424
* 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