Closed
Bug 552679
Opened 15 years ago
Closed 15 years ago
Add Mobile OSs to TBPL
Categories
(Tree Management Graveyard :: TBPL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: Swatinem)
References
Details
Attachments
(1 file, 1 obsolete file)
12.15 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
Android builds coming soon.
Reporter | ||
Comment 1•15 years ago
|
||
Since yesterday, we now have android nightly builds - can these be added to TBPL?
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Since yesterday, we now have android nightly builds - can these be added to
> TBPL?
Of course, that should be build-on-checkin *and* nightly builds! You can see them here: http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile
OS: Mac OS X → Android
Comment 3•15 years ago
|
||
I don't think we have any mobile builds atm.
Not sure if that invalidates this, or expands the request to cover all of mobile.
Reporter | ||
Comment 4•15 years ago
|
||
Any ETA on getting these builds into TBPL?
(In reply to comment #3)
> I don't think we have any mobile builds atm.
> Not sure if that invalidates this, or expands the request to cover all of
> mobile.
Aki: sorry, dont follow. /me looks at http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile and sees lots of Android, maemo4, maemo5 builds.
Comment 5•15 years ago
|
||
So on the Mobile tree we need these platforms, right?
Android, Linux, Maemo (includes N810), OSX, Win
That means we need to add a "runs on these platforms" field per tree, and do some reorganizing. I'll see what I can do.
Comment 6•15 years ago
|
||
(In reply to comment #4)
> Any ETA on getting these builds into TBPL?
>
>
> (In reply to comment #3)
> > I don't think we have any mobile builds atm.
> > Not sure if that invalidates this, or expands the request to cover all of
> > mobile.
>
> Aki: sorry, dont follow. /me looks at
> http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile and sees lots of
> Android, maemo4, maemo5 builds.
We have zero mobile builds in tbpl afaik.
Therefore, adding Android builds is either invalid or should be expanded to cover the full mobile tree.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → arpad.borsos
Status: NEW → ASSIGNED
Summary: Add Android to TBPL → Add Mobile OSs to TBPL
Assignee | ||
Comment 7•15 years ago
|
||
Now that we don't have a matrix anymore, it becomes very easy to add new OSs. I've also done a bit OS-handling refactoring, also modified the performance comparator to only show OSs for which there are results, otherwise it would overflow and create a scrollbar not that there are a lot more OSs.
Another question: Maemo without version number is Maemo 4, right?
Attachment #450912 -
Flags: review?(mstange)
Attachment #450912 -
Flags: feedback?(ehsan)
Comment 8•15 years ago
|
||
Wouldn't it be more elegant to just add a function which returns the object property names as an array, and remove the OSKeys array?
Comment 9•15 years ago
|
||
(In reply to comment #7)
> Another question: Maemo without version number is Maemo 4, right?
That's correct.
Updated•15 years ago
|
Attachment #450912 -
Flags: review?(mstange) → review-
Comment 10•15 years ago
|
||
Comment on attachment 450912 [details] [diff] [review]
patch
Yeah, what Ehsan said. There's a _keysFromObject function in UserInterface.js, move it anywhere you like.
Assignee | ||
Comment 11•15 years ago
|
||
(In reply to comment #10)
> (From update of attachment 450912 [details] [diff] [review])
> Yeah, what Ehsan said. There's a _keysFromObject function in UserInterface.js,
> move it anywhere you like.
Thanks, I moved it into Controller.
Attachment #450912 -
Attachment is obsolete: true
Attachment #453693 -
Flags: review?(mstange)
Attachment #450912 -
Flags: feedback?(ehsan)
Comment 12•15 years ago
|
||
Comment on attachment 453693 [details] [diff] [review]
fixed [pushed: comment 13]
>diff --git a/js/Controller.js b/js/Controller.js
> UserInterface.init(this);
>
> this.forceRefresh();
> },
>
>+
> getData: function Controller_getData() {
No need for this blank line. Looks great otherwise.
Attachment #453693 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 13•15 years ago
|
||
Comment on attachment 453693 [details] [diff] [review]
fixed [pushed: comment 13]
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/f75476fa2a7e
Thanks.
Attachment #453693 -
Attachment description: fixed → fixed [pushed: comment 13]
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 14•15 years ago
|
||
deployed, thanks
Comment 15•15 years ago
|
||
Thanks for adding Android!
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•