Bug 498514 -- Deleting a message while it's open in another tab causes us to load multiple URLs through the docshell simultaneously. Add a few event handlers we were missing, and rework post-deletion selection logic. r=bienvenu+asuth, sr=bienvenu, blocking-tb3b3+
# .hgignore - List of filenames hg should ignore
# Filenames that should be ignored wherever they appear
~$
\.pyc$
(^|/)TAGS$
# User files that may appear at the root
^\.mozconfig$
^mozconfig$
^\.mozconfig\.mk$
^\.mozconfig\.out$
^configure$
^config\.cache$
^config\.log$
^ID$
#treestate
^.treestate$
# Build directories
^obj-
^objdir-
# directories we check out from other repositories
^directory/c-sdk$
^mozilla$
^.mozilla-trunk$