Closed
Bug 1400059
Opened 7 years ago
Closed 7 years ago
Replace strings in ProgressListener.SecurityInformation with static ints
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: droeh, Assigned: droeh)
Details
Attachments
(1 file)
13.06 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
We should get rid of the strings in SecurityInformation.
Assignee | ||
Comment 1•7 years ago
|
||
Update securityMode, trackingMode, mixedModeActive, and mixedModePassive in SecurityInformation to no longer be strings.
Attachment #8908387 -
Flags: review?(snorp)
Comment on attachment 8908387 [details] [diff] [review]
Remove strings from SecurityInformation
Review of attachment 8908387 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/modules/geckoview/GeckoViewProgress.jsm
@@ +24,5 @@
> }
>
> var IdentityHandler = {
> // No trusted identity information. No site identity icon is shown.
> + IDENTITY_MODE_UNKNOWN: 0,
Should probably add a comment that these values need to be kept in sync with those in GeckoView
Attachment #8908387 -
Flags: review?(snorp) → review+
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff8b9eddddc4
Replace strings in ProgressListener.SecurityInformation with ints. r=snorp
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/613e05258559
Fix trailing whitespace r=me
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 6•7 years ago
|
||
bugherder |
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 57 → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•