diff options
author | Christian Persch <chpe@gnome.org> | 2007-03-12 20:47:10 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-03-12 20:47:10 +0800 |
commit | 44bce1ab7d508b27cb8471bfbda15733752f81f8 (patch) | |
tree | 6b7bbc63dc807da574162b8bb9b42fae907e08a5 /embed/mozilla/Makefile.am | |
parent | 5754e9de9cbbf108eb28b28b609bfe95092afbc3 (diff) | |
download | gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar.gz gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar.bz2 gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar.lz gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar.xz gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.tar.zst gsoc2013-epiphany-44bce1ab7d508b27cb8471bfbda15733752f81f8.zip |
Implement nsICookiePromptService. Bug #337826.
2007-03-12 Christian Persch <chpe@gnome.org>
* embed/mozilla/GeckoCookiePromptService.cpp:
* embed/mozilla/GeckoCookiePromptService.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Implement nsICookiePromptService. Bug #337826.
svn path=/trunk/; revision=6961
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 418c7c702..e63cf43a8 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -35,6 +35,8 @@ libephymozillaembed_la_SOURCES = \ EphyUtils.h \ EventContext.cpp \ EventContext.h \ + GeckoCookiePromptService.cpp \ + GeckoCookiePromptService.h \ GeckoFormSigningDialog.cpp \ GeckoFormSigningDialog.h \ GeckoPrintService.cpp \ |