Closed
Bug 221232
Opened 22 years ago
Closed 22 years ago
[permmgr] js error in chrome://navigator/content/navigator.js
Categories
(Core :: Networking: Cookies, defect)
Core
Networking: Cookies
Tracking
()
VERIFIED
FIXED
People
(Reporter: dwitte, Assigned: mvl)
References
Details
Attachments
(1 file)
1.67 KB,
patch
|
mvl
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
saw this while hacking around on cookiemgr today:
Error: popupManager.getEnumerator is not a function
Source File: chrome://navigator/content/navigator.js
Line: 172
looks like there's no getEnumerator method on nsIPopupWindowManager... mvl, is
this you?
Assignee | ||
Comment 1•22 years ago
|
||
I guess this is for firebird.
popupManager needs to be permissionManager. I'm not sure why the enumarator is
used. It seems to me that testPermission would work too, but i need to double
check that.
Reporter | ||
Comment 2•22 years ago
|
||
firebird? no, i saw this on seamonkey.
please fix :)
Assignee | ||
Comment 3•22 years ago
|
||
The popupwindowmanager enumerator is gone, the permission manager should be
used instead.
Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 133572 [details] [diff] [review]
patch v1
on irc: <dwitte_z> r=me
bryner, can you sr?
Attachment #133572 -
Flags: superreview?(bryner)
Attachment #133572 -
Flags: review+
Updated•22 years ago
|
Attachment #133572 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 5•22 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 7•20 years ago
|
||
*** Bug 200305 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•