Remove unused mobile/android config variables
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: sysrqb, Assigned: sysrqb)
Details
Attachments
(1 file, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta-
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0 Build ID: 20100101 Steps to reproduce: There are unused/dead variable in `mobile/android/confvars.sh`. Specifically, I don't see MOZ_XULRUNNER and MOZ_CAPTURE used anywhere in the codebase. https://dxr.mozilla.org/mozilla-central/search?q=MOZ_XULRUNNER https://dxr.mozilla.org/mozilla-central/search?q=MOZ_CAPTURE Expected results: Can these be deleted?
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Updated•5 years ago
|
Updated•5 years ago
|
Hi! I've never contributed to the open-source community. Can I be assigned this bug?
Can someone please review the patch I uploaded?
Comment 7•5 years ago
|
||
Id like to contribute to this bug?
Sam
Comment 8•5 years ago
|
||
This bug already has a patch. It is not a good one to take. The needinfo that Korina left went to the wrong person so this got missed.
Nick is it possible to review this patch in its current state or does everything go through Phabricator these days?
Comment 9•5 years ago
|
||
(In reply to Kevin Brosnan [:kbrosnan] from comment #8)
This bug already has a patch. It is not a good one to take. The needinfo that Korina left went to the wrong person so this got missed.
Nick is it possible to review this patch in its current state or does everything go through Phabricator these days?
Yes. We should also remove the following lines: https://searchfox.org/mozilla-central/rev/f1c7ba91fad60bfea184006f3728dd6ac48c8e56/old-configure.in#1730-1733 and https://searchfox.org/mozilla-central/rev/f1c7ba91fad60bfea184006f3728dd6ac48c8e56/old-configure.in#1742.
Everything does go through Phab these days, which raises the barrier to entry.
samueljselvarajah, if you would like to make these additional changes, please do!
Comment 10•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:korina.houghtaling, could you have a look please?
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
I pushed a patch for review - https://phabricator.services.mozilla.com/D31421
Assignee | ||
Comment 13•5 years ago
|
||
I have a try build that looks green - https://treeherder.mozilla.org/#/jobs?repo=try&revision=9a4ee5d70ea23d8edd7d99a82aeae9687a866584
Assignee | ||
Comment 14•5 years ago
|
||
The patch ready to land, but it is based on mozilla-beta. I probably did this backwards. Can this be uplifted?
Comment 15•5 years ago
|
||
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7cfd61c3840
Delete unused confvars entries on Android r=nalexander
Comment 16•5 years ago
|
||
(In reply to Matthew Finkel [:sysrqb] from comment #14)
The patch ready to land, but it is based on mozilla-beta. I probably did this backwards. Can this be uplifted?
Heh -- I didn't even notice that it was against beta :) I landed it using Lando (in Phabricator), so we're good. Thanks, Matthew!
Updated•5 years ago
|
Comment 17•5 years ago
|
||
(In reply to Matthew Finkel [:sysrqb] from comment #14)
The patch ready to land, but it is based on mozilla-beta. I probably did this backwards. Can this be uplifted?
relman: this patch is essentially no risk; it's a build time change (a tiny one) that should only result in broken builds. I'll request approval.
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 18•5 years ago
|
||
Comment on attachment 9065368 [details]
Bug 1478438 - Delete unused confvars entries on Android
Beta/Release Uplift Approval Request
- User impact if declined: None. It's only deleting variables that aren't used.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Not risky, but uplifting a tor browser patch.
- String changes made/needed:
Comment 19•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 20•5 years ago
|
||
Comment on attachment 9065368 [details]
Bug 1478438 - Delete unused confvars entries on Android
beta is now 68
Updated•3 years ago
|
Description
•