Changes

Jump to: navigation, search

Closetab cesar

1,067 bytes added, 13:18, 29 September 2006
no edit summary
Started off doing a text search. The best I can do for search was the expression 'close tab'. I got many .properties files, and I don't know what they are for.

Got [http://lxr.mozilla.org/seamonkey/source/browser/components/places/content/controller.js#1446 here] which brought me to a function with this signature :
openLinksInTabs: function PC_openLinksInTabs()
This is not quite what I'm looking for, I think this link is to open all the links in a folder. <br/>
I did some more searching and found how firefox closes a tab/browser in javascript [http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#1874 here] with this signature :
function BrowserCloseTabOrWindow()
Which has #ifdefs. But it was what I was looking for. Trying to look for what defines this; instead I found a function that calls it [http://lxr.mozilla.org/seamonkey/source/suite/browser/navigator.js#1405 here]
I think that's the end of the line. I haven't brushed up on my javascript, but nothing defines the function removeCurrentTab(). All further searches was fruitless
1
edit

Navigation menu