Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Extension Development | Forum profile

Forum profile page for Extension Development on http://www.mozillazine.org. This report page is the aggregated overview from a single forum: Extension Development, located on the Message Board at http://www.mozillazine.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Extension Development" on the Message Board at http://www.mozillazine.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MozillaZine Forums - Extension Development (site profile, domain info mozillazine.org)
Title: Extension Development
Url: http://forums.mozillazine.org/viewforum.php?f=1...
Users activity: 16 post per thread
Forum activity: 30 active threads during last week
 

Posting activity on Extension Development:

  Week Month 3 Months
Threads: 30 153 676
Post: 31 199 1,050
 

Extension Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
17
user's latest post:

Published (2009-12-18 00:00:00)
problem adding url shortener services to urlbarext • mozillaZine Forums Board index ‹ Extensions and Themes ‹ Extension Development Change font size problem adding url shortener services to urlbarext Talk about add-ons and extension development. Post a reply 1 post • Page 1 of 1 anystupidassname   Posts: 95 Joined: October 15th, 2004, 9:54 pm Location: Earth Today, 8:26 am Posted Today, 8:26 am...
vtempest
2
user's latest post:
Is there an extension for...
Published (2009-12-11 02:56:41)
Tab Mix Plus adds to the context menu an item to open all selected links. Linkification turns plain text urls into links you can use firefox to open up that notepad file, then linkification will turn those into links. select all and open with tmp
smallBug
2
user's latest post:
Newbie: How to open...
Published (2009-12-14 00:00:00)
Hi, icecrystal, This is really helpful. I do have the DOM Inspector but just didn't know how do find the right layout (chrome url for the xul.) I dug into FF_INSTALLATION_DIR/chrome/browser.jar and found all the kids inside! I am wondering if there is an easier/more "structured" way to navigate these xul files? Any addon or documentations? Thanks!
iav
1
user's latest post:
Post the extensions you want...
Published (2009-12-11 00:00:00)
Yes... But should I copy the whole xul and change inside only 2 words, or there is more gently way - like it was with weave?
Philip Chee
1
user's latest post:
Post the extensions you want...
Published (2009-12-11 02:40:07)
iav wrote: Yes... But should I copy the whole xul and change inside only 2 words, or there is more gently way - like it was with weave? I'll have a look at this extension tonight. Then I shall have a clearer idea. Phil
abhinaye
1
user's latest post:
Trying to develop an extension...
Published (2009-12-13 00:00:00)
PLEASE TELL ME WHERE FIREFOX MOVES the directory if an addon is uninstalled.. I need to find my files please!
max1million
1
user's latest post:
embedding xul into xhtml document
Published (2009-12-13 02:39:03)
You can add html to xul. If it's a web page may not be able to use some xul elements.
_development
1
user's latest post:
max1million's bug page
Published (2009-12-13 02:54:35)
Hello! Sorry for disturb, but I'm just using MACOSX since one week, today I continue the develop of add-ons with this system and noticed that JavaScript command is not showing the evaluate buttons I don't know if I missing something, but I use this tool to evaluate chrome JavaScript. An screenshot http://godzuki.info/temp/js.png I probably can setup my own toolbar button to evaluate, but maybe there is some obvious fix.
Reverend Duck
1
user's latest post:
Is there a contentTitle changed...
Published (2009-12-14 00:00:00)
To obtain the current page title for an extension I'm developing, I've set an event handler to retrieve the gBrowser.contentTitle value on every load event. The load event doesn't fire until all of the elements on the page have been loaded, however; the title itself is visible earlier. Is there a way to retrieve the contentTitle value any time it changes? I suppose I could set a timeout that continually checks for changes, but...
mcalpine
1
user's latest post:
Is the FFclickonce 0.8 addon...
Published (2009-12-14 00:00:00)
Is the FFclickonce 0.8 add on going to be updated at some point does anyone know. Link- https://addons.mozilla.org/en-US/firefox/addon/1608 Its this program I want to run below but it requires the above add on to be updated from FFox 3 to 3.5.5.- http://www.auctionsplash.com/Download2.asp Thanks!
 

Latest active threads on Extension Development::

MozillaZine Forums
Started 2 weeks, 2 days ago (2009-12-04 20:24:00)  by Philip Chee
This is what Thunderbird 3 uses: Code: Select all function ThreadPaneOnDragStart(aEvent) { if (aEvent.originalTarget.localName != "treechildren") return; let messages = gFolderDisplay.selectedMessageUris; if (!messages) return; gFolderDisplay.hintAboutToDeleteMessages(); let ios = Components.classes["@mozilla.org/network/io-servic e;1"] .getService(...
Thread:  Show this thread (3 posts)   Thread info: Noob: Multiple dragable items from XUL listbox? Size: 2,770 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Noob: Multiple dragable items from XUL listbox? :: Extension Development :: MozillaZine Forums"
 

Hot threads for last week on Extension Development::

Extension Development
Started 1 week ago (2009-12-13 02:39:03)  by max1million
You can add html to xul. If it's a web page may not be able to use some xul elements.
Thread:  Show this thread (2 posts)   Thread info: embedding xul into xhtml document Size: 91 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: embedding xul into xhtml document :: Extension Development :: MozillaZine Forums"
Extension Development
Started 1 week, 1 day ago (2009-12-12 00:00:00)  by smallBug
Hi, I found it. Here https://developer.mozilla.org/En/Code_s ... _page_load Thanks!
Thread:  Show this thread (2 posts)   Thread info: Inline window using XUL? Size: 217 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Inline window using XUL? :: Extension Development :: MozillaZine Forums"
Extension Development
Started 1 week ago (2009-12-13 00:00:00)  by abhinaye
PLEASE TELL ME WHERE FIREFOX MOVES the directory if an addon is uninstalled.. I need to find my files please!
Thread:  Show this thread (2 posts)   Thread info: Trying to develop an extension for the disabled. Please help Size: 175 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Trying to develop an extension for the disabled. Please help :: Extension Development :: MozillaZine Forums"
Extension Development
Started 2 years, 4 months ago (2007-08-21 17:21:00)  by max1million
ThinkDifferently I can not duplicate that with my setup. Perhaps some other extension is interfering with it. "Show the Downloads window..." is a standard Firefox 2 option.
Thread:  Show this thread (52 posts)   Thread info: max1million's bug page Size: 284 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: max1million's bug page :: Extension Development :: MozillaZine Forums"

This page was found by:   delsweil 2009