Closed
Bug 1159978
Opened 10 years ago
Closed 10 years ago
Strip out old StartPane activity
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox40 affected, firefox41 fixed)
RESOLVED
FIXED
Firefox 41
People
(Reporter: liuche, Assigned: karim, Mentored)
Details
(Whiteboard: [good first bug][lang=java])
Attachments
(4 files, 2 obsolete files)
We switched from a StartPane activity to using a Fragment - this bug is for stripping out the old references to StartPane that are no longer used. (Note, there are some references to forms of "startpane" that are still used, but the activity declaration in AndroidManifest.xml.in is definitely obsolete.)
Reporter | ||
Updated•10 years ago
|
Whiteboard: [good first bug][lang=js] → [good first bug][lang=java]
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → benhmida.k
Assignee | ||
Updated•10 years ago
|
Assignee: benhmida.k → kbenhmida
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8608272 -
Flags: review?(liuche)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8608272 [details] [diff] [review]
Strip out old StartPane activity
Review of attachment 8608272 [details] [diff] [review]:
-----------------------------------------------------------------
Just one suggestion and you're good. Upload another version, obsolete the previous patch, and flag me for review :)
::: mobile/android/base/resources/values-large-v11/themes.xml
@@ +7,1 @@
>
Actually, since there are no more styles in the file, you can just remove it entirely :)
(Also, if you weren't removing the file, you could at least remove these trailing spaces. We don't want to make whitespace-only changes, because that changes the hg history and can be confusing, but if you're already making changes in a place and you see trailing spaces [which are shown in red here] you can just remove them.)
Attachment #8608272 -
Flags: review?(liuche) → feedback+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8608272 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Attachment #8608286 -
Flags: review?(liuche)
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8608286 [details] [diff] [review]
Strip out old StartPane activity
Review of attachment 8608286 [details] [diff] [review]:
-----------------------------------------------------------------
Nice, I'll land this for you.
Attachment #8608286 -
Flags: review?(liuche) → review+
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Assignee | ||
Comment 7•10 years ago
|
||
/r/9287 - Bug 1159978 - Strip out old StartPane activity. r=liuche
/r/9289 - Bug 1164301 - Voice input in url activates on click and release. r=liuche
/r/9291 - try: -b o -f -p android-x86,android-api-9,android-api-11 -u all -t none
Pull down these commits:
hg pull -r e3da3cad76c26c8697549e4f2cbf80b2fe1cbca0 https://reviewboard-hg.mozilla.org/gecko/
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8609631 -
Attachment is obsolete: true
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
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
•