From: Ben Hutchings Date: Sat, 12 Apr 2008 16:10:53 +0000 (+0000) Subject: Added support for XULRunner/GRE 1.9: X-Git-Tag: 1.2.3~15 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112;hp=9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112;p=videolink.git Added support for XULRunner/GRE 1.9: - Use XPCOM and GtkMozEmbed glue code - Do not set rpath in executable - Use not since the internal string API is not exported - Do not define MOZILLA_INTERNAL_API macro - Do not use nsACString::{Begin,End}Reading since they are not exported (bug?) - Do not add per-module directories to include search path, since they no longer exist - Add NSPR header directory to include search path, since mozilla-gtkmozembed-embedding.pc doesn't do that (bug) - Move use of nsPresContext to a separate source file since its header still requires MOZILLA_INTERNAL_API to be defined (bug?) ---