Difference between revisions of "Summary: mozilla.dev.extensions - September 22 - 29, 2006"

From CDOT Wiki
Jump to: navigation, search
(Meetings)
Line 2: Line 2:
  
 
== Announcements ==
 
== Announcements ==
None for this week
+
 
 +
None during this week.
  
 
== Discussions ==
 
== Discussions ==
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/f26f8eebd8bfb60d/53b81169c756eeb2#53b81169c756eeb2 Does Firefox support calling COM objects?] - Discussion on how to write an XPCOM component in C++ that will talk to the
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/f26f8eebd8bfb60d/53b81169c756eeb2#53b81169c756eeb2 Does Firefox support calling COM objects?]
COM component.
+
** A thread discussing how to write an XPCOM component in C++ that can communicate to a COM component.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/afe8158e59686900 Observer don't get preferences change after extension upgrade] - Discussion on extension preference does not change after upgrade.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/afe8158e59686900 Observer don't get preferences change after extension upgrade]
 +
** A thread asking why extension preferences do not get changed until after it's upgrade. No reply to the query this week.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/0f66fcf0664c80c9 toolbarbutton coexisting in toolbarpalette and statusbar] - Looking for ways to have customizable toolbar button coexist in toolbarpalette and status bar.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/0f66fcf0664c80c9 toolbarbutton coexisting in toolbarpalette and statusbar]
 +
** A thread discussing methods of having a customizable toolbar button to coexist in a toolbar palette and status bar.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a577f169c04ee1c3 Header display when replying and forwarding] - Is there a way changing the Thunderbird displays headers when replaying and forwarding?
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a577f169c04ee1c3 Header display when replying and forwarding]
 +
** A thread asking if there is a way of changing the Thunderbird displays headers when replying and forwarding. No replies to this thread this week.
 
   
 
   
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a870f7b6cc2e69e5 some rss feeds don't show up as Livemarks when bookmarked...] - Why do all rss feeds not appear as live marks when bookmarked even though the necessary tags are present in the feeds source
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a870f7b6cc2e69e5 some rss feeds don't show up as Livemarks when bookmarked...]
 +
** A thread enquiring why there are some rss feeds that do not appear as livemarks when bookmarked even though the necessary tags for the feed to appear as a livemark are seemingly present and properly formatted in the feeds source. No replies to this thread this week.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/e0027bd8b730a32e Places queries] - Need help with a queries extension.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/e0027bd8b730a32e Places queries]
 +
** A thread asking for help in knowing the data that is typed into text boxes.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/6bc16685f1444c22 WM_COPY trouble] - Need help with an extension that process Windows messages.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/6bc16685f1444c22 WM_COPY trouble]
 +
** A thread asking for help with getting an extension to process Windows messages.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/66dcbff6b8c299b0 Replace HTML] - Discussion on creating an extension that replace HTML code on a specific page that does not use Greasemonkey.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/66dcbff6b8c299b0 Replace HTML]
 +
** A thread discussing the deasibility of creating an extension that can replace HTML code on a specific page that does not use Greasemonkey.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/bc66e42472949b9d XUL Image] - Discussion on how to place an image in the window that can be move around and always remain on top.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/bc66e42472949b9d XUL Image]
 +
** A thread discussing the feasibility of placing an image in a window that can be moved around anywhere within the window and will always remain on top.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/0f5845e2bf564748 Sample dynamic menu creation, similar to Firefox Bookmarks drop down] - Looking for JavaScript dynamic drop down menu sample for an extension.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/0f5845e2bf564748 Sample dynamic menu creation, similar to Firefox Bookmarks drop down]
 +
** A thread discussing how to create a dynamic drop down menu that may have submenus using JavaScript for an extension.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/3fd0417291253302 Tracert extension feasible?] - Is it possible to create an extensions that does the same function as “trace route”?
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/3fd0417291253302 Tracert extension feasible?]
 +
** A thread asking about the feasibility of making an extension that has the same functionality as “trace route”. No replies to this thread this week.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/ef9709352421fd67 Thunderbird extension request - easy email within a default domain] - Request for a Thunderbird extension that detect a default domain, if no domain is found create a default domain.
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/ef9709352421fd67 Thunderbird extension request - easy email within a default domain]
 +
** This thread is a request for a Thunderbird extension that can automatically detect the default domain when composing e-mails via autodetect.
  
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/6f8064a85182b2c0 How to access the toolbar elements in extension?] - How to get the value of the textbox when click button.?
+
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/6f8064a85182b2c0 How to access the toolbar elements in extension?]
 +
** A thread asking how to get the value of a text box when a button is clicked. No replies to this thread this week.
  
 
== Meetings ==
 
== Meetings ==
None for this week
+
 
 +
None during this week.

Revision as of 12:29, 29 September 2006

(back to mozilla.dev.extensions)

Announcements

None during this week.

Discussions

  • some rss feeds don't show up as Livemarks when bookmarked...
    • A thread enquiring why there are some rss feeds that do not appear as livemarks when bookmarked even though the necessary tags for the feed to appear as a livemark are seemingly present and properly formatted in the feeds source. No replies to this thread this week.
  • Places queries
    • A thread asking for help in knowing the data that is typed into text boxes.
  • WM_COPY trouble
    • A thread asking for help with getting an extension to process Windows messages.
  • Replace HTML
    • A thread discussing the deasibility of creating an extension that can replace HTML code on a specific page that does not use Greasemonkey.
  • XUL Image
    • A thread discussing the feasibility of placing an image in a window that can be moved around anywhere within the window and will always remain on top.
  • Tracert extension feasible?
    • A thread asking about the feasibility of making an extension that has the same functionality as “trace route”. No replies to this thread this week.

Meetings

None during this week.