From efccc1eac4ac4e15fd4f5695d27a85c7d25c3cc6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 28 Mar 2013 15:56:23 +0100 Subject: Unify all web context setup in EphyEmbedShell on primary instance startup Cookies, web extension and custom URI handlers were initialized in ephy_embed_shell_init(), so they were always called even for secondary instances. All other initializations were in ephy_shell_startup so that it only happens for the primary instance. Move all the code to ephy_embed_shell_startup to make sure everything happens at the same time and only for the primary instance. https://bugzilla.gnome.org/show_bug.cgi?id=696020 --- embed/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'embed/Makefile.am') diff --git a/embed/Makefile.am b/embed/Makefile.am index 44aa8b11b..1de594330 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -62,6 +62,7 @@ libephyembed_la_CPPFLAGS = \ libephyembed_la_CFLAGS = \ -DSHARE_DIR=\"$(pkgdatadir)\" \ + -DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\" \ $(DEPENDENCIES_CFLAGS) \ $(CODE_COVERAGE_CFLAGS) \ $(AM_CFLAGS) -- cgit v1.2.3