Closed
Bug 771248
Opened 13 years ago
Closed 13 years ago
Enable WebRTC in builds by default (except for Android/B2G)
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 4 obsolete files)
1.86 KB,
patch
|
Details | Diff | Splinter Review |
This is in preparation for landing getUserMedia (bug 691234); I want to shake out any build issues (especially on the wide selection of developer's systems; it works on Try) before landing navigator.mozGetUserMedia().
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #639414 -
Attachment is obsolete: true
Assignee | ||
Comment 2•13 years ago
|
||
Try without code to disable for ANdroid & B2G:
https://tbpl.mozilla.org/?tree=Try&rev=36739e0635df
(Note: talos reds, build purple are due to hg/etc infrastructure failure during the run.)
Try of patch with webrtc disabled for Android/B2G:
https://tbpl.mozilla.org/?tree=Try&rev=0c8116c581a9
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 639457 [details] [diff] [review]
Flip webrtc build pref to on
Time to flip the pref for webrtc in preparation for landing getUserMedia (up for review now). Warning was given to people in the Platform weekly meeting and notes.
Attachment #639457 -
Flags: review?(roc)
Comment on attachment 639457 [details] [diff] [review]
Flip webrtc build pref to on
Review of attachment 639457 [details] [diff] [review]:
-----------------------------------------------------------------
Don't you need to switch the configure option to --disable-webrtc?
Assignee | ||
Comment 5•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #639457 -
Attachment is obsolete: true
Attachment #639457 -
Flags: review?(roc)
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 639589 [details] [diff] [review]
Flip webrtc build pref to on
Flip pref name to match new default (--disable-webrtc works in either case, and it defaults to on either way, but this gives the correct impression of the default if you do configure --help)
Attachment #639589 -
Flags: review?(roc)
Attachment #639589 -
Flags: review?(roc) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Backed out for failing PGO builds the exact same way it did when you pushed it to try.
http://hg.mozilla.org/integration/mozilla-inbound/rev/fec28c1afb63
Assignee | ||
Comment 9•13 years ago
|
||
This bounce was because of bug 771588, which we had no reason to believe would show up without PGO being turned on for libvpx. (We ran across the bug with PGO on when trying to merge gkmedia back into libxul when doing tests for bug 768325, and the bug went away with PGO off, so we didn't think there was any reason to anticipate a problem with the landing.)
My trys last night were ok (modulo infrastructure failure), but being normal trys didn't run PGO builds.
Assignee | ||
Comment 10•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #639589 -
Attachment is obsolete: true
Assignee | ||
Comment 11•13 years ago
|
||
Try (still) running at https://tbpl.mozilla.org/?tree=Try&pusher=rjesup@wgate.com
Assignee | ||
Comment 12•13 years ago
|
||
Comment on attachment 639824 [details] [diff] [review]
Flip webrtc build pref to on and disable PGO for libvpx offset generation
asking any build peer for review... (on the assumption the try goes ok - it's running with PGO)
Attachment #639824 -
Flags: review?(ted.mielczarek)
Attachment #639824 -
Flags: review?(mh+mozilla)
Attachment #639824 -
Flags: review?(khuey)
Assignee | ||
Comment 13•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #639824 -
Attachment is obsolete: true
Attachment #639824 -
Flags: review?(ted.mielczarek)
Attachment #639824 -
Flags: review?(mh+mozilla)
Attachment #639824 -
Flags: review?(khuey)
Assignee | ||
Comment 14•13 years ago
|
||
libvpx changes are now in patch on bug 771588
Assignee | ||
Comment 15•13 years ago
|
||
Comment 16•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•