Closed
Bug 1239827
Opened 10 years ago
Closed 10 years ago
make the browser_devices_get_user_media_in_frame.js test pass with e10s
Categories
(Firefox :: Site Permissions, defect)
Tracking
()
RESOLVED
FIXED
Firefox 46
People
(Reporter: florian, Assigned: florian)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
|
22.11 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
|
23.68 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
In bug 1071623 I fixed the browser_devices_get_user_media.js test, now it's time to fix the _in_frame variant.
| Assignee | ||
Comment 1•10 years ago
|
||
This factors out the code that's common between browser_devices_get_user_media.js and browser_devices_get_user_media_in_frame.js. There's a new file for the framescript and another one loaded as a subscript that contains all the helper functions that run on the chrome side.
Attachment #8708067 -
Flags: review?(felipc)
| Assignee | ||
Comment 2•10 years ago
|
||
This is green on try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=89f236f70e7a
Attachment #8708071 -
Flags: review?(felipc)
Updated•10 years ago
|
Attachment #8708067 -
Flags: review?(felipc) → review+
Updated•10 years ago
|
Attachment #8708071 -
Flags: review?(felipc) → review+
Updated•10 years ago
|
tracking-e10s:
--- → +
| Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/43a902e35df71792bb7df37ee3603315522a0334
Bug 1239827 - factor out the code that's common between browser_devices_get_user_media.js and browser_devices_get_user_media_in_frame.js, r=felipe.
https://hg.mozilla.org/integration/fx-team/rev/e9a12ad18edba697e232c4ae932e3631aaa62004
Bug 1239827 - make browser_devices_get_user_media_in_frame.js pass with e10s, r=felipe.
Comment 4•10 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/43a902e35df7
https://hg.mozilla.org/mozilla-central/rev/e9a12ad18edb
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 5•10 years ago
|
||
[bugday-20160323]
Status: RESOLVED,FIXED -> UNVERIFIED
Comments:
STR: Not clear.
Developer specific testing
Component:
Name Firefox
Version 46.0b9
Build ID 20160322075646
Update Channel beta
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
OS Windows 7 SP1 x86_64
Expected Results:
Developer specific testing
Actual Results:
As expected
You need to log in
before you can comment on or make changes to this bug.
Description
•