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)

57 Branch
defect

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")) {
Priority: -- → P3
Assignee: nobody → e7358d9c
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
https://hg.mozilla.org/mozilla-central/rev/32a3585e5b0b
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: