Closed
Bug 2030410
Opened 2 months ago
Closed 1 month ago
[IPProtection] Refactor IPProtectionHandler.StateInfo from using Int to enum
Categories
(Firefox for Android :: Privacy, enhancement)
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 2•1 month ago
|
||
consider refactoring MenuItem status enums as well, from this discussion
| Assignee | ||
Comment 3•1 month ago
|
||
synced with Tom, a draft of the approach from the sync session
// NOT AUTHORISED
const val PROXY_STATE_NOT_READY = 0
// AUTHORISED
const val PROXY_STATE_READY = 1
// ACTIVATING
const val PROXY_STATE_ACTIVATING = 2
// ACTIVE
const val PROXY_STATE_ACTIVE = 3
const val PROXY_STATE_ERROR = 4
// DATA LIMIT REACHED
const val PROXY_STATE_PAUSED = 5
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → mavduevskiy
| Assignee | ||
Comment 4•1 month ago
|
||
Work in progress
Updated•1 month ago
|
Attachment #9576043 -
Attachment description: WIP: Bug 2030410 - Refactor IPProtection state → Bug 2030410 - Refactor IPProtection state
Pushed by mavduevskiy@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b6bf70a17010
https://hg.mozilla.org/integration/autoland/rev/08194ce087f2
Refactor IPProtection state r=android-reviewers,jonalmeida
Comment 6•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•