Closed
Bug 1468557
Opened 6 years ago
Closed 6 years ago
Remove nsXBLSpecialDocInfo::mUserHTMLBindings
Categories
(Core :: XBL, task)
Core
XBL
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: timdream, Assigned: timdream)
References
Details
Attachments
(1 file)
With bug 1367286, mUserHTMLBindings is always nullptr.
Assignee | ||
Comment 1•6 years ago
|
||
Also nsXBLWindowKeyHandler::mUserHandler
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•6 years ago
|
Attachment #8985230 -
Flags: review?(enndeakin)
Assignee | ||
Updated•6 years ago
|
Attachment #8985230 -
Flags: review?(enndeakin) → review?(bugs)
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8985230 [details] Bug 1468557 - Remove nsXBLWindowKeyHandler::mUserHandler and nsXBLSpecialDocInfo::mUserHTMLBindings https://reviewboard.mozilla.org/r/250854/#review257710 ::: dom/xbl/nsXBLWindowKeyHandler.cpp:404 (Diff revision 2) > { > // Load the XBL handlers > EnsureSpecialDocInfo(); > > nsXBLPrototypeHandler* handlers = nullptr; > nsXBLPrototypeHandler* userHandlers = nullptr; Remove userHandlers variable
Attachment #8985230 -
Flags: review?(bugs) → review+
Updated•6 years ago
|
Blocks: war-on-xbl
Comment hidden (mozreview-request) |
Pushed by timdream@gmail.com: https://hg.mozilla.org/integration/autoland/rev/8e1ec724d06f Remove nsXBLWindowKeyHandler::mUserHandler and nsXBLSpecialDocInfo::mUserHTMLBindings r=smaug
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8e1ec724d06f
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•