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

From CDOT Wiki
Jump to: navigation, search
(Project News)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Project Name ==
 
== Project Name ==
  
Adding tel: support for Windows Mobile
+
Adding tel: link support for Windows Mobile
  
 
== Project Description ==
 
== Project Description ==
Line 20: Line 20:
 
== Project Details ==
 
== Project Details ==
  
Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them.
+
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 ==
 
== 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.
+
[http://nadavers.wordpress.com/2008/11/12/project-change-02/ Nov 12th] - Blog post about project announcement and 0.2 Release goals<br/>
 
+
[http://nadavers.wordpress.com/2008/11/15/02-release/ Nov 15th] - 0.2 Release<br/>
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.
+
[http://nadavers.wordpress.com/2008/11/18/03-release-goals/ Nov 18th] - 0.3 Release goals<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/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