aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-event.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-181-43/+4
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-151-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Drop support for gecko 1.7.Christian Persch2006-05-111-6/+4
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-4/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Check for broken context event button.Christian Persch2005-01-231-9/+11
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-2/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-0/+4
* Add debug output.Christian Persch2004-02-291-0/+10
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-2/+2
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-0/+208