Closed
Bug 1497814
Opened 7 years ago
Closed 7 years ago
Clean up UrlbarInput getters and setters
Categories
(Firefox :: Address Bar, enhancement, P1)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
I hadn't realized ES6 classes supported the nicer getter and setter syntax. Also, I believe the focused getter is still broken... it should look for the focused attribute on the textbox rather than the inputField.
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/003208b2dd17
Clean up UrlbarInput getters and setters. r=Standard8
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•