Closed
Bug 994276
Opened 11 years ago
Closed 11 years ago
[B2G][Tarako][Notifications] Get Notifications is showing all notifications in the Logcat from previous usages of the Web Notifications API
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(b2g-v1.3T affected)
RESOLVED
DUPLICATE
of bug 930794
| Tracking | Status | |
|---|---|---|
| b2g-v1.3T | --- | affected |
People
(Reporter: jmitchell, Unassigned)
Details
(Whiteboard: 1.3tarakorun2)
Attachments
(1 file)
|
118.40 KB,
text/plain
|
Details |
Description:
The Notification API can be used to show prior notifications in the Logcat by using the Get Notification function. This function should only retrieve notifications from the last time the browser was run and the show notifications tool was used(closing the browser app and restarting it should clear the old notification data). The Get Notification function is retrieving notification data from prior instances / usages of the webpage.
Repro Steps: (with the device plugged in and logcat running)
1) Update a Tarako to BuildID: 20140409060053
2) Go to http://mozilla.github.io/qa-testcase-data/webapi/notifications/
3) Show a notification
4) Kill & restart the browser process
5) Go to http://mozilla.github.io/qa-testcase-data/webapi/notifications/ 6) Select "Get" under get notification
Actual:
The logcat indicates that 1 notification (from step 3) is shown.
Expected:
The logact should indicate that 0 notifications were shown.
1.3T Environmental Variables:
Device: Tarako 1.3T MOZ
BuildID: 20140409060053
Gaia: 643f3e6676cbb89c62708a9f7cbef2edc795a552
Gecko:
Version: 28.1
Firmware Version: SB8810
Repro frequency:100%
Link to failed test case: https://moztrap.mozilla.org/runtests/run/3694/env/27694/?&pagenumber=1&pagesize=100&sortfield=order&sortdirection=asc&filter-id=11277&filter-id=11280&filter-id=11282&filter-id=11284&filter-id=11285&filter-id=11286&filter-id=11287
See attached: logcat.txt
Notes: This does not repro on the 1.3 Buri due to https://bugzilla.mozilla.org/show_bug.cgi?id=932929 - "Events on notifications retrieved via .get() don't fire"
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•