Closed
Bug 1568043
Opened 6 years ago
Closed 5 years ago
Remove code paths going through _parseActionUrl(url);
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(2 files)
I think all the code paths bringing to _parseActionUrl(url); are no more used. Worth following them to check that AND to check we ported all the things.
Assignee | ||
Updated•6 years ago
|
Summary: Remove code paths going through UrlbarInput._parseActionUrl(url); → Remove code paths going through _parseActionUrl(url);
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mak
Status: NEW → ASSIGNED
Iteration: --- → 72.1 - Oct 21 - Nov 3
Assignee | ||
Comment 1•5 years ago
|
||
_parseActionUrl was necessary for pre-QuantumBar code, because we were going
through the toolkit autocomplete component. Telemetry has been moved to the
UrlbarController, WebNavigation has a new hook to the QuantumBar, and the
autocomplete widget is no more used. Thus all this code can go.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D50916
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/fe1c34870b98
Remove code paths going through _parseActionUrl(url). r=Standard8
https://hg.mozilla.org/integration/autoland/rev/b9d816ec172a
Remove some legacy urlbar related code from autocomplete. r=Standard8
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fe1c34870b98
https://hg.mozilla.org/mozilla-central/rev/b9d816ec172a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Comment 5•5 years ago
|
||
bugherder landing |
You need to log in
before you can comment on or make changes to this bug.
Description
•