Closed
Bug 1165270
Opened 10 years ago
Closed 9 years ago
Use origin for BroadcastChannel
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: allstars.chh, Assigned: baku)
References
Details
Attachments
(1 file)
20.55 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
As in Bug 1163254 we will update the nsIPrincipal.origin, BroadcastChannel should use the new attributes. Check BroadcastChannel.GetOrigin.
Assignee | ||
Comment 1•9 years ago
|
||
In bug 1155153 I implemented the serialization of OriginAttributes for IPC. If we wait for that bug to land, I can take this bug.
Assignee | ||
Comment 2•9 years ago
|
||
This patch, instead using nsContentUtils::GetUTFOrigin, uses principal::GetOrigin. It should be enough, correct?
Attachment #8629456 -
Flags: review?(bobbyholley)
Comment 3•9 years ago
|
||
Comment on attachment 8629456 [details] [diff] [review]
bc.patch
Review of attachment 8629456 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great, thanks baku.
Attachment #8629456 -
Flags: review?(bobbyholley) → review+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → amarchesini
Keywords: checkin-needed
Assignee | ||
Comment 4•9 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
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
•