Closed
Bug 595024
Opened 14 years ago
Closed 14 years ago
Add prompts for indexedDB permissions (port bug 591516 app parts)
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(blocking-seamonkey2.1 b3+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking-seamonkey2.1 | --- | b3+ |
People
(Reporter: kairo, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 591516 added prompts for indexedDB permissions to Firefox, we should add those as well.
Reporter | ||
Updated•14 years ago
|
blocking-seamonkey2.1: --- → ?
Comment 1•14 years ago
|
||
This is also responsible for some new testfails:
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_permissionsPromptAllow.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_permissionsPromptAllow.js | Found a tab after previous test timed out: http://mochi.test:8888/browser/dom/indexedDB/test/browser_permissionsPrompt.html
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_permissionsPromptDeny.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_permissionsPromptDeny.js | Found a tab after previous test timed out: http://mochi.test:8888/browser/dom/indexedDB/test/browser_permissionsPrompt.html
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_quotaPromptAllow.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_quotaPromptAllow.js | Found a tab after previous test timed out: http://test1.example.org/browser/dom/indexedDB/test/browser_quotaPrompt.html
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_quotaPromptDeny.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/dom/indexedDB/test/browser_quotaPromptDeny.js | Found a tab after previous test timed out: http://test2.example.org/browser/dom/indexedDB/test/browser_quotaPrompt.html
Blocks: SmTestFail
Updated•14 years ago
|
Version: SeaMonkey 2.0 Branch → Trunk
Comment 2•14 years ago
|
||
(In reply to comment #1)
> This is also responsible for some new testfails:
These are 6 new 'mochitest-browser-chrome' tests.
***
By email, Callek noticed that 2 'mochitests-5/5' tests now fail too:
{
5860 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/components/passwordmgr/test/test_notifications.html | Got popupNotifications
5867 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/components/passwordmgr/test/test_notifications.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - aPopupNote is undefined at http://mochi.test:8888/tests/toolkit/components/passwordmgr/test/notification_common.js:23
5878 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/components/passwordmgr/test/test_prompt.html | Got popupNotifications
6129 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/components/passwordmgr/test/test_prompt.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - aPopupNote is undefined at http://mochi.test:8888/tests/toolkit/components/passwordmgr/test/notification_common.js:23
}
Severity: normal → major
Comment 3•14 years ago
|
||
(In reply to comment #2)
> These are 6 new 'mochitest-browser-chrome' tests.
Well, 4 tests (= 8 failures), actually :->
***
And 2 'mochitests-3/5' tests too:
{
5088 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/notification/test_basic_notification.html | test for notification.
5089 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/notification/test_basic_notification.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - navigator.mozNotification is undefined at http://mochi.test:8888/tests/dom/tests/mochitest/notification/test_basic_notification.html:31
5092 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/notification/test_basic_notification_click.html | test for notification.
5093 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/notification/test_basic_notification_click.html | [SimpleTest/SimpleTest.js, window.onerror] An error occurred - navigator.mozNotification is undefined at http://mochi.test:8888/tests/dom/tests/mochitest/notification/test_basic_notification_click.html:33
}
Comment 4•14 years ago
|
||
(In reply to comment #3)
> And 2 'mochitests-3/5' tests too:
These are actually new tests from bug 573588.
Depends on: 573588
Reporter | ||
Comment 5•14 years ago
|
||
Gah, thanks for the needless bugspam. This bug right here is NOT _responsible_ for any test failures, though it might fix them. Of course, nothing can be done here at all before the base doorhanger patch isn't reviewed and checked in.
Comment 6•14 years ago
|
||
only c#2 relates to this bug, the passwordmgr tests are doorhanger too but do not this, and the stuff in c#3 is Bug 595273
Comment 7•14 years ago
|
||
Not sure which bug it is exactly, but "this" is also causing:
{
TEST-UNEXPECTED-FAIL | Shutdown | application timed out after 330 seconds with no output
mochitest-browser-chrome: ... L-FAIL
}
Updated•14 years ago
|
Comment 8•14 years ago
|
||
Neil, was this port fully done yet in bug 595810 (or elsewhere) or is there something left todo?
Comment 9•14 years ago
|
||
No, it hasn't been completed yet.
Comment 10•14 years ago
|
||
Blocking b3, if no string changes needed then this could be pushed out to blocking final.
blocking-seamonkey2.1: ? → b3+
Comment 11•14 years ago
|
||
Neil, looks like Bug 595810 fixed this, reopen or comment if I am wrong.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•