Meego Wiki
Views

ARM/N900/Browser

From MeeGo wiki
< ARM | N900(Difference between revisions)
Jump to: navigation, search
(Task List)
(Browser and WLAN for Meego 1.2 N900 Developer Edition)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==
== Browser and WLAN for Meego 1.2 N900 Developer Edition  ==
-
The team contributes to making Intenet browsing experience great on N900 MeeGo 1.2 Developer Edition.
+
Target is to utilize existing [[Project/Browser | Fennec port to meego]] in Developer Edition and we will collaborate with the existing team. However, if it looks like that Fennec does not meet performance requirements, we will consider having also an alternative browser in Developer Edition. Because of startup time performance we integrated [https://github.com/OrangeLabsUK/Helium-Mobile-Browser Helium Mobile Browser] as light-weight browser.
-
 
+
-
Target is to utilize existing [[Project/Browser | Fennec port to meego]] in Developer Edition and we will collaborate with the existing team. However, if it looks like that Fennec does not meet performance requirements, we will consider having also an alternative browser in Developer Edition.  
+
-
 
+
-
=== The team ===
+
-
{| class="wikitable"
+
-
! Name !! Role !! Affiliation !! Irc nick
+
-
|-
+
-
| [http://meego.com/users/vesku Vesa-Matti Hartikainen] || Team Lead || Nokia || veskuh
+
-
|-
+
-
| Janne Siren || Developer || Nokia || jts29
+
-
|-
+
-
| [[User:Ensonic|Stefan Kost]] || Developer || Nokia || ensonic
+
-
|-
+
-
| Jari Palojärvi || Developer || Nokia || jpal
+
-
|-
+
-
|colspan="4"| together with [[Project/Browser/Who_We_Are | MeeGo Fennec team]]
+
-
|}
+
=== Communications ===
=== Communications ===
Line 25: Line 8:
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.
As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs.  We are welcoming contributions and participation from community.
-
* Team synchronisation meetings are held in #meego-meeting on irc.freenode.net every Friday at 10.00 EEST (9.00 CEST, 7.00 UTC).   
+
* Team synchronisation meetings were held in #meego-meeting [[/Meetings|Minutes available]]
-
** [[/Meetings|Minutes available]]
+
-
* #meego-arm IRC channel on irc.freenode.net (IRC channel logs)
+
-
* This wiki area
+
-
* meego-handset@meego.com mailing list, please prefix with 'N900' for team related topics.
+
=== Targets ===
=== Targets ===
Line 47: Line 26:
=== Task List ===
=== Task List ===
-
* Investigate Fennec startup (Stefan)
+
* Helium
-
** Profile Fennec startup
+
** Icon
-
** Investigate prestarting fennec
+
** take v2 qml into use
-
* Other Fennec performance (Casey)
+
** proper handling for site with unknown certificate
-
** Measure FPS of scrolling
+
** zoom buttons / HW buttons to zoom
-
** Profile scrolling
+
** form elements (selection list)
-
** Check JS benchmarks
+
-
** Check performance of mobile firefox beta on Maemo5 to get comparison figures (Vesku)
+
-
* Connectivity
+
-
** Report experiences with N900 and connectivity to here [[/N900DEConnectivity | N900 Connectivity Status]] (ALL)
+
-
** https://bugs.meego.com/show_bug.cgi?id=14958 (Jari)
+
-
** Open connection dialog (not mandatory)
+
=== Done ===
=== Done ===
 +
* Helium
 +
** Set up gitorius repository
 +
** Set up community OBS
 +
** release to DE
 +
** Orientation support
 +
** improve VKB handling (vkb to disappear after entering URL)
 +
* Measure fennec startup time
* Measure fennec startup time
* Check Browser alterantives and report to [[/N900DEBrowserAlternatives | Browser alternatives]]
* Check Browser alterantives and report to [[/N900DEBrowserAlternatives | Browser alternatives]]
 +
** Report experiences with N900 and connectivity to here [[/N900DEConnectivity | N900 Connectivity Status]] (ALL)
* Check status of WiFi related control panel applets and UIs
* Check status of WiFi related control panel applets and UIs
* Verify reopened bugs (Q/A did this, Vesku to make sure that statuses are up-to-date)
* Verify reopened bugs (Q/A did this, Vesku to make sure that statuses are up-to-date)
Line 79: Line 60:
[[Category:N900]]
[[Category:N900]]
-
 
-
=== WLAN (Wifi) Settings ===
 
-
* In build.meego.com/Trunk:Testing (http://download.meego.com/testing-daily/builds/trunk/) build meego-handset-armv7l-n900-1.1.99.0.20110325.85 (and earlier) the Wifi Settings applet was incorrectly in Applications category. This was caused by incorrect category setting in Wifi Settings applet. "Connectivity" category does not exists, thus it fell to default "Applications" category. Now (starting from meego-handset-armv7l-n900-1.1.99.0.20110329.84) changed to "Connnections" category.
 
-
* There seems to be bug with style settings (https://bugs.meego.com/show_bug.cgi?id=14950). With default theme WLAN names cannot be seen. With "Development Theme" WLAN names can be seen.
 

Latest revision as of 14:04, 11 August 2011

Contents

Browser and WLAN for Meego 1.2 N900 Developer Edition

Target is to utilize existing Fennec port to meego in Developer Edition and we will collaborate with the existing team. However, if it looks like that Fennec does not meet performance requirements, we will consider having also an alternative browser in Developer Edition. Because of startup time performance we integrated Helium Mobile Browser as light-weight browser.

Communications

All this work for Meego 1.2 N900 Developer Edition will happen in open in meego.com. There is a project wikipage.

As the project is open, the communications are also open. Project communications will mainly happen in public IRC and public mailing lists, and meego.com wiki. We do planning on meego.com wiki and featurezilla. Meego.com bugzilla will be used for bugs. We are welcoming contributions and participation from community.

Targets

  • Browser performance
    • Startup time
    • Scrolling FPS
    • JS benchmarks (sunspider, v8, dromaeo)
  • Browser features
    • Modern websites like gmail works
  • Connectivity
    • Easy to connect to Internet

Status

Task List

  • Helium
    • Icon
    • take v2 qml into use
    • proper handling for site with unknown certificate
    • zoom buttons / HW buttons to zoom
    • form elements (selection list)

Done

  • Helium
    • Set up gitorius repository
    • Set up community OBS
    • release to DE
    • Orientation support
    • improve VKB handling (vkb to disappear after entering URL)
  • Measure fennec startup time
  • Check Browser alterantives and report to Browser alternatives
  • Check status of WiFi related control panel applets and UIs
  • Verify reopened bugs (Q/A did this, Vesku to make sure that statuses are up-to-date)
  • Check status of conman

Other ideas

  • package the flash plugin
  • package a media player plugin (e.g. totem-browser-plugin)
  • webm support

Packages

Packages should be in Meego:1.1:Core and MeeGo:1.1:Handset repositories.

Personal tools