Undo Close Tab
In case you ever needed to know the JavaScript that causes firefox to undo a closed tab, say for like Mouse Gestures or something here it is:
document.getElementById("History:UndoCloseTab").doCommand()
document.getElementById("History:UndoCloseTab").doCommand()