embed-shell: Use g_signal_connect_object everywhere
Change the remaining occurrences of g_signal_connect()
to use g_signal_connect_object()
instead, which ensure that the EphyShell
instance will not be destroyed while signal handlers are being executed.