Closed
Bug 1013532
Opened 11 years ago
Closed 11 years ago
Prep casting code to enable casting and Roku on Nightly
Categories
(Firefox for Android Graveyard :: Screencasting, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: mfinkle, Unassigned)
Details
Attachments
(1 file)
5.17 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
This patch does a few things:
* Starts looking for "FirefoxNightly" or "Firefox" as the Roku app name on Nightly/Aurora or Beta/Release respectively.
* Stops passing the aApp name around since all users are providing the name internally
* Enables casting on Nightly/Aurora
Attachment #8425715 -
Flags: review?(wjohnston)
Reporter | ||
Comment 1•11 years ago
|
||
I am blocked on releasing the Roku app for this patch. Let me know if you want me to get a different reviewer.
Comment 2•11 years ago
|
||
Comment on attachment 8425715 [details] [diff] [review]
enable-casting v0.1
Review of attachment 8425715 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/modules/RokuApp.jsm
@@ +20,5 @@
> /* RokuApp is a wrapper for interacting with a Roku channel.
> * The basic interactions all use a REST API.
> * spec: http://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide
> */
> function RokuApp(service, app) {
No need for this argument.
Attachment #8425715 -
Flags: review?(wjohnston) → review+
Comment 3•11 years ago
|
||
I wonder if we'll need this back if we want to launch the YouTube app for instance... I'm not sure how we'll do that tbh though.
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #2)
> > function RokuApp(service, app) {
>
> No need for this argument.
Oops. I'll remove.
(In reply to Wesley Johnston (:wesj) from comment #3)
> I wonder if we'll need this back if we want to launch the YouTube app for
> instance... I'm not sure how we'll do that tbh though.
I'd rather make a YouTube subclass. I think. We'll cross that bridge later.
Reporter | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•