Confirmed users
1,225
edits
No edit summary |
|||
| (11 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
=== Bugs for this sprint === | === Bugs for this sprint === | ||
*Pending bugs to be fixed in FxOS-S6 (04 Sep) target milestone:https://goo.gl/an7s0s | *Pending bugs to be fixed in FxOS-S6 (04 Sep) target milestone:https://goo.gl/an7s0s | ||
**Pending bugs to be fixed in FxOS- | **Pending bugs to be fixed in FxOS-S8 (04 Sep) target milestone that already have a patch: https://goo.gl/iZTihu | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
| Line 28: | Line 28: | ||
== Regressions introduced by our work (highest priority) == | == Regressions introduced by our work (highest priority) == | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1185143 Bug 1185143] - [Contacts] Backing out of selecting an emergency/ICE contact brings user to blank page in Contacts (Manu) '''2.5+''' | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1185143 Bug 1185143] - [Contacts] Backing out of selecting an emergency/ICE contact brings user to blank page in Contacts (Manu) '''2.5+ (Resolved)''' | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1191471 Bug 1191471] - [Contacts] Creating a new contact has no default fields populated. '''Francisco to confirm if it's a bug or not''' | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1191471 Bug 1191471] - [Contacts] Creating a new contact has no default fields populated. '''Francisco to confirm if it's a bug or not''' | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1191606 Bug 1191606] - [Contacts][Import] Contact thumbnails are improperly cropped to the upper left portion of the image on the import screen ('''FerJ''') Borja to review it. '''2.5+''' | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1191606 Bug 1191606] - [Contacts][Import] Contact thumbnails are improperly cropped to the upper left portion of the image on the import screen ('''FerJ''') Borja to review it. '''2.5+''' | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1197750 Bug 1197750] - [Contacts] After updating contacts, the old one and new one both exist, but they are same. Introduced when landing the "update" view. '''2.5+''' | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1197750 Bug 1197750] - [Contacts] After updating contacts, the old one and new one both exist, but they are same. Introduced when landing the "update" view. '''2.5+ (Resolved)''' | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1192180 Bug 1192180] - [Contacts]It can't enter contact details page. '''2.5''' Regression or better, extra feature. | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1192180 Bug 1192180] - [Contacts]It can't enter contact details page. '''2.5''' Regression or better, extra feature. | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1183645 Bug 1183645] - Performance regression in Contacts | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1201419 Bug 1201419] - [NFC] Unable to share contact via NFC | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1201052 Bug 1201052] - After updating a contact the statusbar turns from blue to grey | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1202217 Bug 1202217] - [Contacts]Merge contact B to contact A, but the contact B is also displayed. | |||
== Other bugs to pay attention == | == Other bugs to pay attention == | ||
| Line 52: | Line 56: | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1191288 Bug 1191288] - Broken UI in Contacts matching screen | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1191288 Bug 1191288] - Broken UI in Contacts matching screen | ||
**It's due to [https://bugzilla.mozilla.org/show_bug.cgi?id=1168951 Bug 1168951] - [User Story] Pin Page, so System FE team should take care of it. | **It's due to [https://bugzilla.mozilla.org/show_bug.cgi?id=1168951 Bug 1168951] - [User Story] Pin Page, so System FE team should take care of it. | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1198522 Bug 1198522] - Long pressing on an image in edit mode will bring up a menu that does not function. | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1202359 Bug 1202359][Contacts]Tap the check box(small rectangular box) in "Duplicates Found" view for once, actually it performed double taps. | |||
**It seems similar to the already resolved by Etienne [https://bugzilla.mozilla.org/show_bug.cgi?id=1190775 Bug 1190775] - [System] If an activity perform a window.open, the popup will be unresponsive. NI to Etienne for more info. | |||
== Daily meetings == | == Daily meetings == | ||
| Line 60: | Line 68: | ||
**Content wrapper has also been suggested as a navigation alternative but it won't be the panacea, gecko has problems loading several documents at the same time. We can perform tests to avoid to do everything at the same time (just like prerendering does), but that's not related to sw or prerendering. Besides it implies more work, view separation + content wrapper and there are doubts about the memory consumption: | **Content wrapper has also been suggested as a navigation alternative but it won't be the panacea, gecko has problems loading several documents at the same time. We can perform tests to avoid to do everything at the same time (just like prerendering does), but that's not related to sw or prerendering. Besides it implies more work, view separation + content wrapper and there are doubts about the memory consumption: | ||
***No prerendering support in the platform and mocking it at the app level could imply memory problems. With platform support, we don't prerender anything if we have not enough memory. But we can't emulate that on the app side as we have no idea of the current memory consumption. So we will always be prerendering the next screen no matter what memory we have. | ***No prerendering support in the platform and mocking it at the app level could imply memory problems. With platform support, we don't prerender anything if we have not enough memory. But we can't emulate that on the app side as we have no idea of the current memory consumption. So we will always be prerendering the next screen no matter what memory we have. | ||
**Gecko team requested a profiling of the navigation problem (e.g. white | **Gecko team requested a profiling of the navigation problem (e.g. white flash when moving from a document to another document) so they can be aware of them and try to find an easier fix. Borja and Julien will work on it. | ||
**When Francisco comes back next week from his holidays, it will be decided what to do. | ***Julien has created the bug and has added the profiling info [https://bugzilla.mozilla.org/show_bug.cgi?id=1199674 Bug 1199674] , Platform team is looking at it to see if to see why we're slow at changing pages and if a patch could replace the use of the pre-rendering. | ||
**When Francisco comes back next week from his holidays and [https://bugzilla.mozilla.org/show_bug.cgi?id=1199674 Bug 1199674] is investigated, it will be decided what to do. | |||
== Demos == | == Demos == | ||