Closed
Bug 1310967
Opened 9 years ago
Closed 9 years ago
Update MessageEvent to the latest spec
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file, 1 obsolete file)
|
14.81 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This doesn't cover ServiceWorker events because their spec is still not updated.
Attachment #8802054 -
Flags: review?(bugs)
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8802054 -
Attachment is obsolete: true
Attachment #8802054 -
Flags: review?(bugs)
Attachment #8802058 -
Flags: review?(bugs)
Updated•9 years ago
|
Attachment #8802058 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/133feae49330
Update MessageEvent to the latest spec, r=smaug
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dac69b2b8d26
Update MessageEvent to the latest spec - part 2, r=me
Backed out for test failures like https://treeherder.mozilla.org/logviewer.html#?job_id=37854956&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/86858f4eb39603554e24cad5e35ebf6953206b9d
Flags: needinfo?(amarchesini)
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1fc115bbc7be
Update MessageEvent to the latest spec, r=smaug
Comment 6•9 years ago
|
||
Backed out again for failing test_messageEvent_init.html (the failure is the first one from last time):
https://hg.mozilla.org/integration/mozilla-inbound/rev/373086fe0a0f0571132946aaab5475bf04001e4e
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=1fc115bbc7bebf25b9685dfff2f4a0c2ba9f9a11
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=38127635&repo=mozilla-inbound
09:24:19 INFO - 1727 INFO TEST-START | dom/events/test/test_messageEvent_init.html
09:24:19 INFO - TEST-INFO | started process screentopng
09:24:21 INFO - TEST-INFO | screentopng: exit 0
09:24:21 INFO - 1728 INFO TEST-PASS | dom/events/test/test_messageEvent_init.html | We have a MessageEvent
09:24:21 INFO - 1729 INFO TEST-UNEXPECTED-FAIL | dom/events/test/test_messageEvent_init.html | By default MessageEvent.ports is null - got [], expected null
09:24:21 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:270:5
09:24:21 INFO - @dom/events/test/test_messageEvent_init.html:12:1
Flags: needinfo?(amarchesini)
| Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(amarchesini)
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e8ba0559c5af
Update MessageEvent to the latest spec, r=smaug
Comment 8•9 years ago
|
||
Btw, I think the ServiceWorker spec was updated too.
| Assignee | ||
Comment 9•9 years ago
|
||
I filed bug 1312705.
Comment 10•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•