Closed
Bug 793420
Opened 12 years ago
Closed 11 years ago
Remove the waiting timer for the 'open-app' mozChromeEvents requested by System Message
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(blocking-basecamp:-)
RESOLVED
FIXED
blocking-basecamp | - |
People
(Reporter: timdream, Assigned: selin)
References
Details
Bug 793082 introduced a generalized mozChromeEvent sender in place that will wait for System app to load. We can go ahead and remove timer introduced in bug 783149.
This can basically done by doing |patch -p1 -R| on attachment 656728 [details] [diff] [review]. However we need to verify we don't break anything. Gene, Ian, what's the STR to test that?
Comment 1•12 years ago
|
||
Yes. We need to carefully have a test on that. The original need for such a timer is to solve the Alarm API issues. The STR is listed as below:
1. Set an Alarm clock time.
2. Shutdown the device and wait until we "passed" the time we set at #1.
3. Turn on the device.
4. If everything works, the expired alarm should be fired when booting up.
Comment 2•12 years ago
|
||
It seems like this was created with blocking-basecamp+ (by using clone bug on a blocker?) but we discussed it during triage and decided it wasn't actually a blocker. Feel free to re-nom if you disagree.
blocking-basecamp: + → -
Comment 3•12 years ago
|
||
Hi Tim,
If you don't mind I can help verify this to see if we can really remove the timer, since Bug 793082 has been done.
Assignee: nobody → clian
Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Gene Lian [:gene] from comment #3)
> Hi Tim,
>
> If you don't mind I can help verify this to see if we can really remove the
> timer, since Bug 793082 has been done.
Please do, thank you!
Updated•12 years ago
|
Blocks: system-message-api
Summary: Remove the waiting timer of System Message API mozChromeEvents → Remove the waiting timer for the 'open-app' mozChromeEvents requested by System Message
Comment 5•11 years ago
|
||
This bug is related to bug 1013671. If we can use SystemAppProxy to fire "system-messages-open-app", we might rely on the SystemAppProxy.setIsReady() to pend the chrome events until the system completely boots up, so that we can remove the ugly 10-sec timer here.
This might be another interesting bug for newbies.
Assignee: gene.lian → nobody
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → selin
Assignee | ||
Comment 6•11 years ago
|
||
The code fix for this bug is combined with the patch of bug 1013671. Abd it has passed review and is waiting for checking in.
Assignee | ||
Comment 7•11 years ago
|
||
The patch of bug 1013671, including the fix for this bug, has landed. Resolving.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•