diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-11 21:56:43 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-11 21:56:43 +0800 |
commit | aea39d8177f65432073b257d1b6e2ffa40ed5054 (patch) | |
tree | f8f8eec66f80a061aa52f2150d633183b05ea33e /ChangeLog | |
parent | 6603cf97ba05529d11d62176ba5075cb13a7bc74 (diff) | |
download | gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.gz gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.bz2 gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.lz gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.xz gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.zst gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.zip |
Move wallet code to MozillaPrivate since nsIWalletService.h includes
2005-02-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozillaPrivate.cpp:
* embed/mozilla/MozillaPrivate.h:
* embed/mozilla/mozilla-embed-single.cpp:
Move wallet code to MozillaPrivate since nsIWalletService.h includes
nsString.h in older mozilla versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-02-11 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozillaPrivate.cpp: + * embed/mozilla/MozillaPrivate.h: + * embed/mozilla/mozilla-embed-single.cpp: + + Move wallet code to MozillaPrivate since nsIWalletService.h includes + nsString.h in older mozilla versions. + +2005-02-11 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: Add check for nsIWalletService.h. |