Closed
Bug 1656007
Opened 5 years ago
Closed 5 years ago
Move URLBAR_SELECTED_RESULT_METHODS and URLBAR_SELECTED_RESULT_TYPES out of BrowserUsageTelemetry.jsm
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(2 files)
I just noticed that:
URLBAR_SELECTED_RESULT_METHODSis only used in tests, and is not used inBrowserUsageTelemetry.jsm. This can be moved toUrlbarTestUtils.jsmURLBAR_SELECTED_RESULT_TYPESis not used withinBrowserUsageTelemetry.jsm, we might as well move it toUrlbarUtils.jsmsince then it is alongside the rest of the urlbar definitions we have.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D85301
Updated•5 years ago
|
Severity: N/A → S3
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f88987c08d98
Move URLBAR_SELECTED_RESULT_METHODS to UrlbarTestUtils as it is only used in tests. r=mak
https://hg.mozilla.org/integration/autoland/rev/396895ff559d
Move URLBAR_SELECTED_RESULT_TYPES to UrlbarUtils since it is not used in BrowserUsageTelemetry. r=mak
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f88987c08d98
https://hg.mozilla.org/mozilla-central/rev/396895ff559d
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•