Closed
Bug 1232906
Opened 10 years ago
Closed 10 years ago
Use channel.asyncOpen2 within dom/apps/AppsUtils.jsm
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 1•10 years ago
|
||
Even though this is the right fix we potentially have to wait with this bug to land till all we have investigated all of those callsites to pass a channel that was created using the right security flags before we can call asyncOpen2 on it.
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8698798 [details] [diff] [review]
bug_1232906_asyncopen2_dom_apps.patch
I think we can also land this callsite now.
Attachment #8698798 -
Flags: review?(jonas)
Attachment #8698798 -
Flags: review?(jonas) → review+
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3f5a7f35db7479643fd27850f7fe880aeb0c2cdd
Backed out changeset d16cd4717c3b (bug 1232906) for mochitest bustage
| Assignee | ||
Comment 5•10 years ago
|
||
Ok, apparently this one is not ready to land yet, we have to make sure those work:
373 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_app_addons.html | undefined assertion name - got "[object Object]", expected "MANIFEST_MISMATCH"
381 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_app_addons.html | unexpected installation error: [object Object]
383 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_app_addons.html | Checking alert message for http://mochi.test:8888/tests/dom/apps/tests/addons/index.html - got "Lorem ipsum", expected "Hello World!"
384 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_app_addons.html | Checking alert message for http://mochi.test:8888/tests/dom/apps/tests/addons/index.html - got "rgb(0, 0, 0)", expected "rgb(255, 0, 0)"
385 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_app_addons.html | Checking alert message for http://mochi.test:8888/tests/dom/apps/tests/addons/index.html - got "Uncustomized content", expected "Customized content"
dom/tests/mochitest/fetch/test_fetch_app_protocol.html
1040 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_bug_945152.html | uncaught exception - TypeError: this.error is undefined at chrome://mochitests/content/chrome/dom/apps/tests/test_bug_945152.html:45
1049 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_operator_app_install.xul | Download error [object Object]
928262 Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/apps/tests/test_operator_app_install.xul | Test timed out.
1056 INFO TEST-UNEXPECTED-FAIL | dom/apps/tests/test_packaged_app_asmjs.html | uncaught exception - TypeError: this.error is undefined at chrome://mochitests/content/chrome/dom/apps/tests/test_packaged_app_asmjs.html:56
Comment 7•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•