Closed
Bug 1427691
Opened 8 years ago
Closed 8 years ago
Incorrect nsIWidgetListener function names in nsWebBrowser
Categories
(Core :: Widget, enhancement)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: freesamael, Assigned: freesamael)
Details
Attachments
(1 file)
Was fixing it in another bug but :bz suggested to land it separately since it changes behavior, so I'm filing this bug for the patch.
| Assignee | ||
Comment 1•8 years ago
|
||
The original patch in bug 743975 defined nsIWidgetListener::WindowRaised and
nsIWidgetListener::WindowLowered, but they were renamed to WindowActivated /
WindowDeactivated before landing according to bug 743975 comment 69. The
implementation of nsWebBrowser was left with incorrect names.
MozReview-Commit-ID: 3bmLT0RcZzw
| Assignee | ||
Comment 2•8 years ago
|
||
The patch has been reviewed in bug 1416878.
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/94114f8f6418
Fix the incorrect nsIWidgetListener function names in nsWebBrowser. r=bz
Keywords: checkin-needed
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•