Identify each tab uniquely

Discuss building things with or for the Mozilla Platform.
Post Reply
mayooran99
Posts: 1
Joined: May 28th, 2014, 5:11 pm

Identify each tab uniquely

Post by mayooran99 »

I need to get the URL in each tab and its memory address. How can I do this in C#? If not any other language possible? Can I query the about:memory page somehow?
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Re: Identify each tab uniquely

Post by Philip Chee »

mayooran99 wrote:I need to get the URL in each tab and its memory address. How can I do this in C#? If not any other language possible? Can I query the about:memory page somehow?
Tabs have no memory addresses. No you can't do this in C-hash. JavaScript is the usual route. Mozilla is open source, nothing stopping you from looking at the source for about:memory.

Phil
Post Reply