Difference between revisions of "Adding tel support for Windows Mobile"

From CDOT Wiki
Jump to: navigation, search
Line 27: Line 27:
 
Code from Minimo could be used as a basis for the XPCOM component:
 
Code from Minimo could be used as a basis for the XPCOM component:
 
http://mxr.mozilla.org/mozilla1.8/source/minimo/components/phone/
 
http://mxr.mozilla.org/mozilla1.8/source/minimo/components/phone/
 +
 +
Once this code is ported and tested, nsTelProtocolHandler should be updated to make use of this new XPCOM component.
  
 
== Project News ==
 
== Project News ==
 
This is where your regular updates will go.  In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc.
 
 
Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.
 

Revision as of 17:25, 6 December 2008

Project Name

Adding tel: link support for Windows Mobile

Project Description

Adding the ability to click on tel: links in Fennec on Windows Mobile and having the dialer dialog popup allowing you to call that number. Bug can be found here.

Project Leader(s)

Nino D'Aversa

Project Contributor(s)

Mark Finkle
Brad Lassey
Doug Turner
John Wolfe

Project Details

Support for tel: links was added to Fennec for Minimo, but we also need support for Windows Mobile. The plan is to create a basic XPCOM component to access the platform phone functionality and then modify the tel: protocol handler added in bug 437949 to use the XPCOM component on Windows Mobile.

Code from Minimo could be used as a basis for the XPCOM component: http://mxr.mozilla.org/mozilla1.8/source/minimo/components/phone/

Once this code is ported and tested, nsTelProtocolHandler should be updated to make use of this new XPCOM component.

Project News