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

From CDOT Wiki
Jump to: navigation, search
(Project News)
 
Line 37: Line 37:
 
[http://nadavers.wordpress.com/2008/11/27/03-release-update/ Nov 27th] - 0.3 Release Update<br/>
 
[http://nadavers.wordpress.com/2008/11/27/03-release-update/ Nov 27th] - 0.3 Release Update<br/>
 
[http://nadavers.wordpress.com/2008/12/06/03-release-tel-link-support-in-fennec-for-windows-mobile/ Dec 6th] - 0.3 Release<br/>
 
[http://nadavers.wordpress.com/2008/12/06/03-release-tel-link-support-in-fennec-for-windows-mobile/ Dec 6th] - 0.3 Release<br/>
 +
[http://nadavers.wordpress.com/2008/12/07/03-release-patch-updated/ Dec 7th] - 0.3 Release Patch Updated<br/>

Latest revision as of 00:03, 8 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

Nov 12th - Blog post about project announcement and 0.2 Release goals
Nov 15th - 0.2 Release
Nov 18th - 0.3 Release goals
Nov 27th - 0.3 Release Update
Dec 6th - 0.3 Release
Dec 7th - 0.3 Release Patch Updated