Closed
Bug 1027555
Opened 10 years ago
Closed 10 years ago
[Vertical Homescreen] No icons on homescreen with DEBUG=1 mode on nightly
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: chens, Assigned: vingtetun)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(3 files)
103.72 KB,
image/png
|
Details | |
9.43 KB,
patch
|
Details | Diff | Splinter Review | |
2.90 KB,
patch
|
bajaj
:
approval-gaia-v2.0+
|
Details | Diff | Splinter Review |
Steps to Reproduce:
1. Build Gaia with DEBUG=1 flag
2. Running Gaia on Nightly
Actual Results:
No icons and app name on homescreen.
Expected Results:
Vertical homescreen with icons and app name
Environment Informations:
- Git commit info: 0517d93acd79a070b11f3e3d576fcc34ef4abdb5
- Platform version: 33.0a1(2014-06-18)/32.0a2(2014-06-18)
Comment 1•10 years ago
|
||
I thought it was failing because of the assertions
we can see on startup about Interapp communication xpcom.
But it still fails with this patch... so I'm not sure it is related.
Comment 2•10 years ago
|
||
Kevin - A bug like this is a dev blocker, right (i.e. block a developer's daily workflow from doing their job)?
Blocks: vertical-homescreen
QA Whiteboard: [VH-FL-blocking-][VH-FC-blocking?]
Flags: needinfo?(kgrandon)
Comment 3•10 years ago
|
||
Yup, it's pretty painful and we should definitely try to fix it if possible.
Flags: needinfo?(kgrandon)
Comment 4•10 years ago
|
||
Ok - I'll mark this as a 2.0? nom for being a dev workflow blocker.
blocking-b2g: --- → 2.0?
QA Whiteboard: [VH-FL-blocking-][VH-FC-blocking?] → [VH-FL-blocking-][VH-FC-blocking+]
Updated•10 years ago
|
Keywords: regression
Comment 5•10 years ago
|
||
Can we bundle SystemAppProxy.jsm and other necessary components into non-production firefox builds? We did that in the past and that seemed to work well.
Comment 6•10 years ago
|
||
We already have a SystamAppProxy thing in browser helper.
Updated•10 years ago
|
blocking-b2g: 2.0? → 2.0+
Updated•10 years ago
|
Whiteboard: [systemsfe]
Assignee | ||
Comment 7•10 years ago
|
||
It's a fun race. On desktop the gaia-grid component load and is ready before the app specific code has a change to add an event listener to initialize the rendering.
Shuffling files around fix it for me. I also need this patch pretty badly since I'm in an bug squashing event and this is the core dev env I want to promote. Due to the nature of the patch, r=me, and I will land once the try is green.
Assignee | ||
Comment 8•10 years ago
|
||
Gaia-Try is green: https://tbpl.mozilla.org/?tree=Gaia-Try&rev=3aed7671c2e1
Let's land it and save the event.
Assignee | ||
Comment 9•10 years ago
|
||
Assignee: nobody → 21
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 10•10 years ago
|
||
Comment on attachment 8443882 [details] [diff] [review]
race.homescreen.on.nightly.patch
This is a relatively low risk patch that is needed for the vertical homescreen.
Attachment #8443882 -
Flags: approval-gaia-v2.0?(bbajaj)
Updated•10 years ago
|
Attachment #8443882 -
Flags: approval-gaia-v2.0?(bbajaj) → approval-gaia-v2.0+
Comment 11•10 years ago
|
||
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
Updated•10 years ago
|
Target Milestone: --- → 2.0 S5 (4july)
You need to log in
before you can comment on or make changes to this bug.
Description
•