Closed
Bug 805785
Opened 13 years ago
Closed 13 years ago
Package PeerConnection DOM interface (from mozilla-central Bug 694807)
Categories
(SeaMonkey :: Installer, defect)
SeaMonkey
Installer
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.16
People
(Reporter: philip.chee, Assigned: philip.chee)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.80 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
From Bug 694807 - Implement PeerConnection object
> Create initial subset of the W3C WebRTC interfaces to implement. This is
> not necessarily the implementation, but a decision on the minimum needed
> and the rough API.
> We can start with the basics needed to create a connection/call, and
> anticipate what we think the likely API will look like (such as for
> getUserMedia())
https://hg.mozilla.org/mozilla-central/rev/86aef70706f9
Mozilla18
| Assignee | ||
Comment 1•13 years ago
|
||
This currently doesn't do anything as far as I can tell. Possibly because MOZ_WEBRTC isn't turned on.
Assignee: installer → philip.chee
Status: NEW → ASSIGNED
Attachment #680134 -
Flags: review?(bugspam.Callek)
Comment 2•13 years ago
|
||
Comment on attachment 680134 [details] [diff] [review]
Patch v1.0 Package it.
Review of attachment 680134 [details] [diff] [review]:
-----------------------------------------------------------------
rs+ here, but I know it doesn't do anything (we don't have WebRTC on) nor am I sure side affects/if we want it on. E.g. theres many lines in http://mxr.mozilla.org/comm-central/search?string=MOZ_WEBRTC&find=configure.in that we'd need.
Attachment #680134 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/8c671db50bd4
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.16
You need to log in
before you can comment on or make changes to this bug.
Description
•