Closed
Bug 1870081
Opened 2 years ago
Closed 1 year ago
GeckoView Fix Format in `GeckoViewTranslations.sys.mjs`
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox128 fixed)
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: olivia, Assigned: npoon2003, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
GeckoViewTranslations.sys.mjs currently has 10 uses of var. This bug is to correct this and prefer using const or let when possible.
| Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Comment 1•1 year ago
|
||
Moving to GV since it is more a GV code cleanup than a Fenix cleanup.
| Assignee | ||
Comment 2•1 year ago
|
||
I would like to work on this issue
Updated•1 year ago
|
Assignee: nobody → npoon2003
| Assignee | ||
Comment 3•1 year ago
|
||
Pushed by calu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/509c20045edb
Changing variable declarations from `var` to `const` or `let` r=geckoview-reviewers,calu
Comment 5•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•