Closed Bug 289991 Opened 19 years ago Closed 19 years ago

[FIX]Crash related to PrivilegeManager

Categories

(Core :: Security: CAPS, defect, P1)

x86
Windows XP
defect

Tracking

()

RESOLVED FIXED
mozilla1.8beta2

People

(Reporter: bugzilla, Assigned: bzbarsky)

References

Details

(4 keywords)

Attachments

(2 files)

I've cornered a crash which is caused either by
	netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
or	netscape.security.PrivilegeManager.revertPrivilege("UniversalBrowserWrite");

Mozilla 1.8b2 build 2005041106 under XP Pro SP2 here.

1 TalkbackID incident: 5020066 
(there are 3 others talkbackid but I did not get the talkback id)

Reduced testcase coming.
Attached file Reduced testcase
Load this testcase, then unload the page by going to another url.

On an unload event, the testcase execute these instructions:

       
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
	window.locationbar.visible = originalLocationbar ;
	window.menubar.visible = originalMenubar ;
	window.personalbar.visible = originalPersonalbar ;
	window.statusbar.visible = originalStatusbar ;
	window.toolbar.visible = originalToolbar ;
netscape.security.PrivilegeManager.revertPrivilege("UniversalBrowserWrite");
Summary: Crash related to PrivilegeManager → Crash related to PrivilegeManager
Assignee: general → dveditz
Component: General → Security: CAPS
Product: Mozilla Application Suite → Core
QA Contact: general
Blocks: 289925
Attached patch PatchSplinter Review
This is a silly mistake in the patch for bug 289643.  In this one case we
forget to set the our param on successful return, and then all heck breaks
lose.

The other change in this diff is just a whitespace change that I meant to do in
bug 289643 and forgot...
Attachment #180456 - Flags: superreview?(brendan)
Attachment #180456 - Flags: review?(caillon)
Blocks: 289643
Attachment #180456 - Flags: review?(caillon) → review+
Assignee: dveditz → bzbarsky
Priority: -- → P1
Summary: Crash related to PrivilegeManager → [FIX]Crash related to PrivilegeManager
Target Milestone: --- → mozilla1.8beta2
Attachment #180456 - Flags: superreview?(brendan)
Attachment #180456 - Flags: superreview+
Attachment #180456 - Flags: approval1.8b2+
Patch checked in.  Gerard, thanks for the excellent testcase.  Made it possible
to find people willing to help debug remotely, if nothing else... ;)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
*** Bug 289925 has been marked as a duplicate of this bug. ***
*** Bug 290014 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.

Attachment

General

Creator:
Created:
Updated:
Size: