Closed
Bug 1330409
Opened 8 years ago
Closed 8 years ago
Convert CastingApps events to bundle events
Categories
(GeckoView :: General, defect)
Tracking
(firefox54 fixed)
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
|
20.99 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•8 years ago
|
||
Convert the events used in MediaCastingBar and ChromeCastPlayer to
GeckoBundle/BundleEventListener events. UI thread events are used
because the listener performs operations on the UI thread.
Attachment #8827595 -
Flags: review?(s.kaspari)
Comment 2•8 years ago
|
||
Comment on attachment 8827595 [details] [diff] [review]
Convert CastingApps events to bundle events (v1)
Review of attachment 8827595 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/modules/TabMirror.jsm
@@ +18,2 @@
>
> var TabMirror = function(deviceId, window) {
FYI: This file and Casting:Mirror is going to be removed in bug 1199752.
Attachment #8827595 -
Flags: review?(s.kaspari) → review+
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2740c0e26905
Convert CastingApps events to bundle events; r=sebastian
Comment 4•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 54 → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•