Closed
Bug 1193205
Opened 10 years ago
Closed 9 years ago
Add @override annotation to setExtras() in TopSitesCursorWrapper
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox43 affected, firefox45 fixed)
RESOLVED
FIXED
Firefox 45
People
(Reporter: sebastian, Assigned: sanchit.nevgi, Mentored)
References
Details
(Whiteboard: [good first bug][lang=java])
Attachments
(1 file)
1.01 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
setExtras() has been added to the Cursor interface in Android M. We added the method in bug 1183068 to be ready to build with the new SDK but we could not add the @Override annotation as long as we are not actually building with the SDK.
Reporter | ||
Comment 1•9 years ago
|
||
We are now building with the new SDK. So this is a simple and easy thing to start with.
Mentor: s.kaspari
Whiteboard: [good first bug][lang=java]
Assignee | ||
Comment 2•9 years ago
|
||
Hi Sebastian! I would like to work on this bug. I've built Firefox for Desktop. Can I also build Firefox for Android (Fennec if I'm not wrong) from the same tree, how do I go about doing that? Thanks for the help :)
Flags: needinfo?(s.kaspari)
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Sanchit Nevgi from comment #2)
> Hi Sebastian! I would like to work on this bug. I've built Firefox for
> Desktop. Can I also build Firefox for Android (Fennec if I'm not wrong) from
> the same tree, how do I go about doing that? Thanks for the help :)
Hi Sanchit! Yes, you can build Firefox for Android from the same tree. You just need to modify your mozconfig file or create a second one:
https://wiki.mozilla.org/Mobile/Fennec/Android#Preparing_a_Fennec_mozconfig
Make sure to run ./mach bootstrap and select "Firefox for Android" so that you have all prerequisites installed for building:
https://wiki.mozilla.org/Mobile/Fennec/Android#Getting_the_source
Flags: needinfo?(s.kaspari)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8675759 -
Flags: review?(s.kaspari)
Assignee | ||
Comment 5•9 years ago
|
||
Hey Sebastian! I've added the @Override annotation, please review the patch. Thanks! :)
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → sanchit.nevgi
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•9 years ago
|
||
Comment on attachment 8675759 [details] [diff] [review]
Added @Override annotation to setExtras() in TopSitesCursorWrapper
Review of attachment 8675759 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thank you, Sanchit! :)
Try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f5df0fa6d2d7
Attachment #8675759 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Hey Sebastian! I'm wondering why the patch failed (on Android 2.3 and 4.3 I think). Do we need to submit it again?
Flags: needinfo?(s.kaspari)
Reporter | ||
Comment 8•9 years ago
|
||
(In reply to Sanchit Nevgi from comment #7)
> Hey Sebastian! I'm wondering why the patch failed (on Android 2.3 and 4.3 I
> think). Do we need to submit it again?
Rc1 and Rc2 failed but the retry passed successfully (Click on +4). So everything is okay. :)
Flags: needinfo?(s.kaspari)
Reporter | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•4 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
•