Difference between revisions of "Summary: mozilla.dev.extensions - September 22 - 29, 2006"
(→Meetings) |
RichardChu (talk | contribs) |
||
Line 2: | Line 2: | ||
== Announcements == | == Announcements == | ||
− | None | + | |
+ | 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?] | + | * [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] | + | * [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] | + | * [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] | + | * [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...] | + | * [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] | + | * [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] | + | * [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] | + | * [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] | + | * [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] | + | * [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?] | + | * [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] | + | * [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?] | + | * [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 | + | |
+ | None during this week. |
Revision as of 11:29, 29 September 2006
(back to mozilla.dev.extensions)
Announcements
None during this week.
Discussions
- Does Firefox support calling COM objects?
- A thread discussing how to write an XPCOM component in C++ that can communicate to a COM component.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
None during this week.