Open
Bug 1952307
Opened 19 days ago
Updated 15 days ago
change getAttribute to hasAttribute in restoreWindowFeatures
Categories
(Firefox :: Session Restore, task)
Firefox
Session Restore
Tracking
()
NEW
People
(Reporter: erchen, Unassigned)
Details
(Keywords: good-first-bug)
Good first bug: https://searchfox.org/mozilla-central/rev/5c3577d8865aa2d61fa89fd453d803b7c4f8b4ed/browser/components/sessionstore/SessionStore.sys.mjs#6243-6244 should be calling hasAttribute
, instead of getAttribute
. We're interested in if the taskbartab
attribute exists instead of what value it has.
Updated•15 days ago
|
Product: Core → Firefox
Updated•15 days ago
|
Severity: -- → N/A
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•