Closed
Bug 1482498
Opened 6 years ago
Closed 6 years ago
Replace mozMatchesSelector usage with matches in browser-places.js
Categories
(Firefox :: Bookmarks & History, defect, P3)
Tracking
()
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: miketaylr, Assigned: e7358d9c)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/browser/base/content/browser-places.js#175
> if (!this.panel.mozMatchesSelector(":hover")) {
should be changed to:
> if (!this.panel.matches(":hover")) {
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•6 years ago
|
||
Comment on attachment 9002403 [details]
Bug 1482498 - Remove mozMatchesSelector(…) usage from browser‑places.js
Mike Taylor [:miketaylr] (62 Regression Engineering Owner)(PTO Aug 15 - 17) has approved the revision.
Attachment #9002403 -
Flags: review+
Keywords: checkin-needed
Pushed by dvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/32a3585e5b0b
Remove mozMatchesSelector(…) usage from browser‑places.js r=miketaylr
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•