Closed
Bug 1200843
Opened 10 years ago
Closed 10 years ago
Make the mixed-content tests pass
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file, 1 obsolete file)
3.15 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8655665 -
Flags: review?(josh)
Assignee | ||
Comment 1•10 years ago
|
||
Consider the console.logs I scattered removed.
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8655665 -
Attachment is obsolete: true
Attachment #8655665 -
Flags: review?(josh)
Attachment #8655671 -
Flags: review?(josh)
Comment 3•10 years ago
|
||
Comment on attachment 8655671 [details] [diff] [review]
0008-Bug-1200843-Make-fetch-mixed-content-tests-pass.-r-j.patch
Review of attachment 8655671 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/web-platform/mozilla/tests/service-workers/service-worker/resources/fetch-mixed-content-iframe.html
@@ +35,5 @@
> function on_state_change(event) {
> if (event.target.state != 'activated')
> return;
> var frame = document.createElement('iframe');
> + console.log("loading frame " + SCOPE);
Remove this?
Attachment #8655671 -
Flags: review?(josh) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•