Closed
Bug 914994
Opened 11 years ago
Closed 11 years ago
Abnormal process kill after trying to close a notification that failed to show in an app with no permissions
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 901214
People
(Reporter: jsmith, Unassigned)
Details
Attachments
(1 file)
16.81 KB,
text/plain
|
Details |
Build: Master 9/11/2013
Device: Unagi
STR
1. Go to http://mozilla.github.io/qa-testcase-data/webapi/notifications/index.html in browser
2. Install hosted app without permissions
3. Launch that app
4. Click show notification
5. In the close notification area, provide an index of 0 and hit close
Expected
The app process should remain running. onerror should fire on the notification.
Actual
The app process abnormally gets killed.
Might be related to bug 901214.
Reporter | ||
Updated•11 years ago
|
Blocks: b2g-notifications
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → koi?
Reporter | ||
Updated•11 years ago
|
Component: General → DOM
Product: Boot2Gecko → Core
Version: unspecified → Trunk
Comment 2•11 years ago
|
||
Ok thats the right bug:
09-11 09:04:01.880: I/Gecko(109): Security problem: Content process does not have `desktop-notification'. It will be killed.
Should be a dup of 901214 and will be fixed with the patch in bug 904298
Reporter | ||
Comment 3•11 years ago
|
||
Yup, makes sense.
No longer blocks: b2g-notifications
Status: NEW → RESOLVED
blocking-b2g: koi? → ---
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•