Mobile/Notes/05-Jan-2009: Difference between revisions
Jump to navigation
Jump to search
(New page: == Details == * Mondays - 9:00am Pacific, 12:00pm Eastern, 17:00 UTC * 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL) * 1-800-707-2533 (pin 369) Conf# 8605 (US) * irc.mozilla.org #...) |
(→QA) |
||
Line 38: | Line 38: | ||
* Finished investigating mochitest [[http://people.mozilla.com/~jmaher/mochitest.htm failures]] | * Finished investigating mochitest [[http://people.mozilla.com/~jmaher/mochitest.htm failures]] | ||
* | * Finished investigating reftest [[http://people.mozilla.com/~jmaher/mochitest.htm failures]] | ||
* Start tracking mochitest failure bugs and update automation [[Mobile/Fennec_Automation| table]] | * Start tracking mochitest failure bugs and update automation [[Mobile/Fennec_Automation| table]] | ||
Existing bugs: | |||
{| class="wikitable" | |||
|- | |||
! BugID !! How Found !! Title | |||
|- | |||
| {{bug|455891}} || Mochitest || unable to set focus() on certain element types | |||
|- | |||
| {{bug|455956}} || Mochitest || embed/objects set width & height to 'auto' instead of default values of 240x200 | |||
|- | |||
| {{bug|455866}} || Mochitest || PluginNotFound event is not being fired | |||
|- | |||
| {{bug|470259}} || Mochitest || mochitests requiring synthesizeMouse seem to be failing in fennec | |||
|- | |||
| {{bug|468995}} || Mochitest || seg fault while running ajax mochitest on fennec (maemo device) | |||
|- | |||
| {{bug|460678}} || Mochitest || XUL scrollbar does not work | |||
|- | |||
| {{bug|469244}} || Mochitest || various css properties values are not able to be set | |||
|- | |||
| {{bug|469166}} || Mochitest || css property cursor has value of none when it should have auto | |||
|- | |||
| {{bug|453470}} || Mochitest || notification bar in fennec needs to be per tab | |||
|- | |||
| {{bug|470280}} || Mochitest || private browsing mochitests don't run in fennec | |||
|- | |||
| {{bug|469748}} || Mochitest || mochitests that test widgets with popups are failing | |||
|- | |||
| {{bug|471917}} || Reftest || reftest fails when png image is displayed and compared to image created with tables and background colors | |||
|- | |||
| {{bug|471711}} || Reftest || reftest bidi-006*.html fails. We appear to be messing with the width of a <p> element | |||
|- | |||
| {{bug|471714}} || Reftest || reftests fail when character sets are not detected | |||
|- | |||
| {{bug|471881}} || Reftest || reftest fails by 1 pixel on maemo | |||
|- | |||
| {{bug|471911}} || Reftest || reftest fails when comparing <img> tag to <input type="image"> tag on maemo | |||
|- | |||
| {{bug|471728}} || Reftest || reftest fails while displaying xml and the math elements | |||
|- | |||
| {{bug|471700}} || Reftest || reftest for native-widgets fail for fennec, but pass in firefox | |||
|- | |||
| {{bug|471686}} || Reftest || reftests that use a percentage for width in SVG files fail on Nokia | |||
|- | |||
| {{bug|470952}} || Manual || unable to install alpha2 from the .install file | |||
|- | |||
| {{bug|470951}} || Manual || fennec crashes while running browser security/crash tests from bcheck.scanit.be | |||
|- | |||
| {{bug|470876}} || Manual || anti-phishing support not in fennec | |||
|- | |||
| {{bug|470870}} || Manual || form manager does not appear to be working in fennec | |||
|- | |||
| {{bug|470862}} || Manual || textarea does not fire onchange event in litmus test case | |||
|- | |||
| {{bug|470861}} || Manual || acid2 test does not display css image | |||
|- | |||
| {{bug|470842}} || Manual || disabled plugins in fennec do not show name or info in the plugins tab | |||
|- | |||
| {{bug|470839}} || Manual || find in page does not highlight words anymore | |||
|- | |||
| {{bug|470829}} || Manual || fennec autocomplete / awesome bar does not display tag or bookmark indications | |||
|- | |||
| {{bug|470303}} || Manual || tab pane only supports 4 tabs, yet appears to support more | |||
|- | |||
| {{bug|464948}} || Manual || find in page highlights words, but doesn't scroll if they are not in the current view | |||
|- | |||
| {{bug|470443}} || Manual || Lose ability to close tabs when you run out of memory | |||
|- | |||
| {{bug|470441}} || Manual || Can't switch tabs between a website and about:config | |||
|- | |||
| {{bug|470440}} || Manual || kerning incorrect at default zoom level in Fennec | |||
|- | |||
| {{bug|465783}} || Manual || Default download location inaccessible to users | |||
|- | |||
| {{bug|465598}} || Manual || Installing from maemo.org is hard with fennec | |||
|} | |||
=== Weave === | === Weave === |
Revision as of 14:17, 5 January 2009
Details
- Mondays - 9:00am Pacific, 12:00pm Eastern, 17:00 UTC
- 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
- 1-800-707-2533 (pin 369) Conf# 8605 (US)
- irc.mozilla.org #mobile for backchannel
Fennec Requirements
Status
UX design
- work-in-progress UI design status page UI design status spreadsheet
- queries: all Fennec UI polish bugs, Fennec uiwanted bugs
- if you open a bug that needs some UI/UX attention, use the "uiwanted" keyword
Geolocation support
Windows Mobile
Symbian
Performance
- Networking
- Graphics
- Startup
Plugins
Builds
- Maemo Talos
QA
- Start tracking mochitest failure bugs and update automation table
Existing bugs:
BugID | How Found | Title |
---|---|---|
bug 455891 | Mochitest | unable to set focus() on certain element types |
bug 455956 | Mochitest | embed/objects set width & height to 'auto' instead of default values of 240x200 |
bug 455866 | Mochitest | PluginNotFound event is not being fired |
bug 470259 | Mochitest | mochitests requiring synthesizeMouse seem to be failing in fennec |
bug 468995 | Mochitest | seg fault while running ajax mochitest on fennec (maemo device) |
bug 460678 | Mochitest | XUL scrollbar does not work |
bug 469244 | Mochitest | various css properties values are not able to be set |
bug 469166 | Mochitest | css property cursor has value of none when it should have auto |
bug 453470 | Mochitest | notification bar in fennec needs to be per tab |
bug 470280 | Mochitest | private browsing mochitests don't run in fennec |
bug 469748 | Mochitest | mochitests that test widgets with popups are failing |
bug 471917 | Reftest | reftest fails when png image is displayed and compared to image created with tables and background colors |
bug 471711 | Reftest | reftest bidi-006*.html fails. We appear to be messing with the width of a element |
bug 471714 | Reftest | reftests fail when character sets are not detected |
bug 471881 | Reftest | reftest fails by 1 pixel on maemo |
bug 471911 | Reftest | reftest fails when comparing <img> tag to <input type="image"> tag on maemo |
bug 471728 | Reftest | reftest fails while displaying xml and the math elements |
bug 471700 | Reftest | reftest for native-widgets fail for fennec, but pass in firefox |
bug 471686 | Reftest | reftests that use a percentage for width in SVG files fail on Nokia |
bug 470952 | Manual | unable to install alpha2 from the .install file |
bug 470951 | Manual | fennec crashes while running browser security/crash tests from bcheck.scanit.be |
bug 470876 | Manual | anti-phishing support not in fennec |
bug 470870 | Manual | form manager does not appear to be working in fennec |
bug 470862 | Manual | textarea does not fire onchange event in litmus test case |
bug 470861 | Manual | acid2 test does not display css image |
bug 470842 | Manual | disabled plugins in fennec do not show name or info in the plugins tab |
bug 470839 | Manual | find in page does not highlight words anymore |
bug 470829 | Manual | fennec autocomplete / awesome bar does not display tag or bookmark indications |
bug 470303 | Manual | tab pane only supports 4 tabs, yet appears to support more |
bug 464948 | Manual | find in page highlights words, but doesn't scroll if they are not in the current view |
bug 470443 | Manual | Lose ability to close tabs when you run out of memory |
bug 470441 | Manual | Can't switch tabs between a website and about:config |
bug 470440 | Manual | kerning incorrect at default zoom level in Fennec |
bug 465783 | Manual | Default download location inaccessible to users |
bug 465598 | Manual | Installing from maemo.org is hard with fennec |
Weave
Current Milestone
- Onward to beta 1