Open main menu

CDOT Wiki β

Adding tel support for Windows Mobile

Revision as of 18:07, 6 December 2008 by Nadavers (talk | contribs)

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)

Project Contributor(s)

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