aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/components
Commit message (Collapse)AuthorAgeFilesLines
* DecruftifyChristian Persch2008-04-0341-10257/+0
| | | | svn path=/trunk/; revision=8182
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-1/+5
| | | | svn path=/trunk/; revision=7888
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-143-13/+22
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* 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
* 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
* 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-153-0/+221
| | | | | | GlobalHistory code. svn path=/trunk/; revision=7437
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-141-0/+1
| | | | svn path=/trunk/; revision=7433
* Move components from embed/ to components/ and fix the build.Christian Persch2007-09-1437-2/+9074
| | | | 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
* Move prompt service implementation to components/ and remove theChristian Persch2007-09-133-0/+968
| | | | | | duplicate implementations in src/ and embed/. Doesn't build yet. svn path=/trunk/; revision=7427
* Add utils/ and components/ directories.Christian Persch2007-09-131-0/+0
svn path=/trunk/; revision=7422