Closed
Bug 1022733
Opened 11 years ago
Closed 11 years ago
Entry points lost their splash screen/overlay icons
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 verified, b2g-v2.1 verified)
People
(Reporter: etienne, Assigned: lanker)
References
Details
(Keywords: regression)
Attachments
(2 files)
It's a pretty recent regression. But everything works find on the homescreen.
| Reporter | ||
Comment 1•11 years ago
|
||
Reverting bug 1020903 fixes the issue.
Can you take a look Fredrik?
The Dialer and Contacts app are different entry points of the same app and it looks like we were using the code path you changed to handle this.
blocking-b2g: --- → 2.0?
Flags: needinfo?(fredrik.lanker)
Updated•11 years ago
|
Blocks: 1020903
Keywords: regression
| Assignee | ||
Comment 2•11 years ago
|
||
In this case, the launch_path is included in the origin too, so the URI for the splash icon ends up incorrect. I think I'll make a fix that parses the origin to get the "real origin".
Flags: needinfo?(fredrik.lanker)
| Assignee | ||
Comment 3•11 years ago
|
||
The reason for doing it like this instead of handling the port issue in the original code (prior to the fix in bug 1020903) is that we want to support having basic authentication in the URI too. I haven't found a way to do that without parsing the URI like this.
Attachment #8437547 -
Flags: review?(alive)
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 4•11 years ago
|
||
Comment on attachment 8437547 [details] [review]
Bug 1022733 - Entry points lost their splash screen/overlay icons
r+ but please make unit test next time.
Attachment #8437547 -
Flags: review?(alive) → review+
Updated•11 years ago
|
Assignee: nobody → fredrik.lanker
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S4 (20june)
Comment 6•11 years ago
|
||
Comment 8•11 years ago
|
||
Hi Etienne,
Could you please provide the detailed reproduce steps or video for me to verify this bug?
Thank you very much!
Flags: needinfo?(etienne)
| Reporter | ||
Comment 9•11 years ago
|
||
STR:
- kill all apps
- launch the Phone app
- During the opening animation we should see the "phone" icon on a black background, not just a black background.
Flags: needinfo?(etienne)
Comment 10•11 years ago
|
||
This issue has been verified successfully on Flame 2.0 & 2.1.
See attachment: Verify_Video_Flame.MP4
Reproducing rate: 0/10
Flame v2.0 version:
Gaia-Rev 8d1e868864c8a8f1e037685f0656d1da70d08c06
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/c756bd8bf3c3
Build-ID 20141201000201
Version 32.0
Flame v2.1 version:
Gaia-Rev ccb49abe412c978a4045f0c75abff534372716c4
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g34_v2_1/rev/18fb67530b22
Build-ID 20141201001201
Version 34.0
Updated•11 years ago
|
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•