Difference between revisions of "Mozilla.dev.extensions"

From CDOT Wiki
Jump to: navigation, search
(Newsgroup)
(Friday, September 22 - 29, 2006)
Line 35: Line 35:
 
No.  Put them in a single place (here), instead of in the summaries.
 
No.  Put them in a single place (here), instead of in the summaries.
  
===Friday, September 22 - 29, 2006===
+
===[http://developer.mozilla.org/en/docs/Newsgroup_summaries:mozilla-dev-extensions:Extentsions_FAQ Friday, September 22 - 29, 2006]===
 
 
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/f26f8eebd8bfb60d/53b81169c756eeb2#53b81169c756eeb2 Does Firefox support calling COM objects?]
 
** 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]
 
** Asking why extension preferences do not get changed until after it's upgrade.
 
 
 
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/0f66fcf0664c80c9 toolbarbutton coexisting in toolbarpalette and statusbar]
 
** 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]
 
** Asking if there is a way of changing the Thunderbird displays headers when replying and forwarding.
 
 
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a870f7b6cc2e69e5 some rss feeds don't show up as Livemarks when bookmarked...]
 
** 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.
 
 
 
* [http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/e0027bd8b730a32e Places queries]
 
** 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]
 
** 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]
 
** 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]
 
** 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]
 
** 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?]
 
** Asking about the feasibility of making an extension that has the same functionality as “trace route”.
 
 
 
* [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 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 a text box when a button is clicked.
 
  
 
===Friday, September 29 - October 6, 2006===
 
===Friday, September 29 - October 6, 2006===

Revision as of 20:12, 11 October 2006

(back to newsgroup summaries)

Newsgroup

mozilla.dev.extensions

Authors

  1. Man Choi Kwan
  2. Richard Chu

Weekly Summaries

NOTE: these should be turned into links to separate pages.

  1. Friday, September 22 - 29, 2006
  2. Friday, September 29 - October 6, 2006
  3. Friday, October 06, 2006
  4. Friday, October 13, 2006
  5. Friday, October 20, 2006
  6. Friday, October 27, 2006
  7. Friday, November 03, 2006
  8. Friday, November 10, 2006
  9. Friday, November 17, 2006
  10. Friday, November 24, 2006

FAQ

1. How do I create my summary page?

Like this!

2. Should I put the FAQ questions/answers in the summaries?

No. Put them in a single place (here), instead of in the summaries.

Friday, September 22 - 29, 2006

Friday, September 29 - October 6, 2006

UAQ: UnAnswered Questions

Question: How can we programmatically extract the subject, sender, date and the body of an e- mail when you are reading one (in Thunderbird presumably)? [1]

Answer: No answer this week.


Question: Could someone make an addressbook enhancer extension that has the ability to put pictures on a contact and other features the Thunderbird address book lacks. [2]

Answer: No answer this week. The question is not specific enough, is too open ended and ambiguous.


Question: Is there a way to save a whole news thread in Thunderbird? [3]

Answer: No answer this week.


Question: We're seeing a timing issue when using nsITimer on MSWindows that does not occur on GNU/Linux.

A javascript XPCOM component sets a TYPE_ONE_SHOT timer to go off in one hour. The timer does not go off until significantly (more than 2X) after that. Anyone else seems different nsITimer behavior on Windows or have any sort of explanation about whether this is a problem with the win32 timer implementation, or whether there is some workaround? [4]

Answer: No answer this week.


FAQ: Frequently Asked Questions

Question: In IE, when I enter a URL that starts with "file://" in the address bar, an instance of the windows explorer will be launched and display the directory in the URL. However, in Firefox, a custom directory listing will be displayed instead of Windows Explorer. Is there anyway, via plugin or extension, for Firefox to mimic the functionality of IE in this respect? [5]

Answer: The IETab (Opens IE in a Firefox tab) should be able do this if you set it to always open "file://*" URLs in an IE tab.

The appearance with a FireFox tab isn't quite the same as having a completely separate Explorer window. However, it's functional and does allow for the Explorer to be handling the display of the folder contents, and all of the right-click context menu support is present so it should meet my needs.


Question: Hi, I am planning to release our extension on the mozilla extensions site. When I tried uploading it, it said that update.rdf contains invalid location. What is the valid one and what other things do I need to change to make it work on Mozilla site? [6]

Answer: You must remove updateURL from the install.rdf and use a known to AMO minVersion/maxVersion.

No confirmation that the answer given worked yet.


Question: The Function "LoadURL" loads a URL in the Browser window:

function LoadURL(URL)
{
    window._content.document.location = URL;
    window.content.focus();
}

Is it possible to open the URL in a new tab? [7]

Answer:

var tab = getBrowser().addTab( url );
// And if you want it to load in foreground:
getBrowser().selectedTab = tab; 

Question: Is it possible to read the html-code of the current URL/site? [8]

Answer: Yes, this is possible. Use the DOM API (http://www.w3schools.com/dom/default.asp has a good tutorial).

Not the best answer but a good starting point for the question asker to do some research towards the answer.


Question: Why does his extension not able to read the contents of a folder and then produce a segmentation fault after his extension reads preferences in Thunderbird? [9]

Answer: The person was missing a method call to getService.


Question: Are there any built in libraries that can be used to encrypt data? [10]

Answer: Yes.

1. You can use nsISecretDecoderRing.encryptString() and nsISecretDecoderRing.decryptString(). However, I'm not sure how/if that works if the user hasn't defined a master password in Options->Security->Use a master password.

2. You can AES-128 or AES-256 symmetric encryption via aes.js (http://tinyurl.com/pp79t).

No confirmation from the question asker on whether this answer was helpful in solving their problem.