Closed
Bug 1114821
Opened 10 years ago
Closed 9 years ago
Remove nightly-only flag for about logins
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox42 fixed, firefox43 fixed, fennec42+)
RESOLVED
FIXED
Firefox 43
People
(Reporter: mcomella, Assigned: ally)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
liuche
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Assuming part 2 of bug 1095278 lands as is.
Updated•10 years ago
|
Blocks: passwords-2015-Q1
Updated•10 years ago
|
Blocks: mobile-about-passwords
Updated•9 years ago
|
Blocks: mobile-about-passwords-v1
No longer blocks: mobile-passwords, passwords-2015-Q1, mobile-about-passwords
No longer blocks: mobile-passwords, passwords-2015-Q1, mobile-about-passwords
Assignee | ||
Comment 1•9 years ago
|
||
including testAboutPasswords
Summary: Remove nightly-only flag on testAboutPasswords → Remove nightly-only flag for about logins
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ally
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8644062 -
Flags: review?(liuche)
Comment 3•9 years ago
|
||
Comment on attachment 8644062 [details] [diff] [review]
aboutLoginsRemoveNightlyFlags
Review of attachment 8644062 [details] [diff] [review]:
-----------------------------------------------------------------
This looks mostly good, but you're missing changes in AboutRedirector.js, the menu item in BrowserApp.java, GeckoPreferences.java, and a few tests (testSystemPages, testSettingsMenuItems). This is just from a quick mxr search, so double check to make sure there aren't any other places where you're missing NIGHTLY flags.
Attachment #8644062 -
Flags: review?(liuche) → review-
Assignee | ||
Comment 5•9 years ago
|
||
pending try results
Attachment #8644062 -
Attachment is obsolete: true
Assignee | ||
Comment 6•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9acdbb9472c2
weekend's try busted. let's see if I got it all this time.
Assignee | ||
Comment 7•9 years ago
|
||
try's happy.
Attachment #8645801 -
Attachment is obsolete: true
Attachment #8645908 -
Flags: review?(liuche)
Assignee | ||
Comment 8•9 years ago
|
||
Chenxia, any estimate as to when you might get around to this review? Would you like me to find another reviewer?
Flags: needinfo?(liuche)
Comment 9•9 years ago
|
||
Comment on attachment 8645908 [details] [diff] [review]
removeNightlyOnlyFlagsAboutLogins
Review of attachment 8645908 [details] [diff] [review]:
-----------------------------------------------------------------
A little more cleanup, but this is good to go.
::: mobile/android/base/preferences/GeckoPreferences.java
@@ -735,5 @@
> preferences.removePreference(pref);
> i--;
> continue;
> }
> - } else if (PREFS_LOGIN_MANAGE.equals(key)) {
Remove this local variable declaration too, as well as the android:key from the corresponding xml layout file.
::: mobile/android/tests/browser/robocop/testSettingsMenuItems.java
@@ -195,5 @@
> }
>
> - if (!AppConstants.NIGHTLY_BUILD) {
> - final List<String[]> privacy = settingsMap.get(PATH_PRIVACY);
> - privacy.remove(MANAGE_LOGINS_ARR);
Remove this array declaration since it's unused now.
::: mobile/android/tests/browser/robocop/testSystemPages.java
@@ -98,5 @@
> verifyTabCount(expectedTabCount);
> }
> }
>
> private boolean skipItemURL(String item) {
Remove this entire method, because this is the only used for logins and we'd just be making a bunch of calls to a method that always returns false.
Attachment #8645908 -
Flags: review?(liuche) → review+
Updated•9 years ago
|
Flags: needinfo?(liuche)
Assignee | ||
Comment 10•9 years ago
|
||
try looks pretty green https://treeherder.mozilla.org/#/jobs?repo=try&revision=7a1a2475b5a3
Comment 12•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Assignee | ||
Comment 13•9 years ago
|
||
Comment on attachment 8645908 [details] [diff] [review]
removeNightlyOnlyFlagsAboutLogins
Approval Request Comment
[Feature/regressing bug #]: about:logins
[User impact if declined]: users will be unable to access to login/password manager at all
[Describe test coverage new/current, TreeHerder]:all logins tests have been unblocked and will no longer be skipped
[Risks and why]: ^
[String/UUID change made/needed]: none
Attachment #8645908 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
status-firefox42:
--- → affected
Comment 14•9 years ago
|
||
Comment on attachment 8645908 [details] [diff] [review]
removeNightlyOnlyFlagsAboutLogins
We want this feature to be available.
Attachment #8645908 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 15•9 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: I guess this is a new feature on mobile
[Suggested wording]: Login and password manager
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
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
•