aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-08-09 01:33:08 +0800
committerDan Vrátil <dvratil@redhat.com>2012-08-09 01:39:27 +0800
commit967b238b77c1912c33e1a508781d9124b9e351a7 (patch)
tree71bbf3a185a1cbe047cf97f60f38fa504bc2a51f /mail/Makefile.am
parentb24af8b9cd942e50c43c61e7e688fda175ea858f (diff)
downloadgsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar.gz
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar.bz2
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar.lz
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar.xz
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.tar.zst
gsoc2013-evolution-967b238b77c1912c33e1a508781d9124b9e351a7.zip
Remove all references to JavaScriptCore and use of JavaScript
JavaScript is disabled in EWebView, so any attempt to evaluate a JavaScript code will fail. We are using DOM bindings instead to interact with the document. This commit removes some helper functions created in the early days of WebKit port which are not used anymore and also fixes mail-to-task plugin, which was relying on some JavaScript.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 09c274aad7..3cc30971f7 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -23,7 +23,6 @@ libevolution_mail_la_CPPFLAGS = \
$(CANBERRA_CFLAGS) \
$(CLUTTER_CFLAGS) \
$(GTKHTML_CFLAGS) \
- $(JAVASCRIPTCORE_CFLAGS) \
$(LIBSOUP_CFLAGS) \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
@@ -228,7 +227,6 @@ libevolution_mail_la_LIBADD = \
$(CANBERRA_LIBS) \
$(CLUTTER_LIBS) \
$(GTKHTML_LIBS) \
- $(JAVASCRIPTCORE_CFLAGS) \
$(E_WIDGETS_LIBS) \
$(SMIME_LIBS) \
$(LIBSOUP_LIBS) \