[tor-bugs] #10285 [Firefox Patch Issues]: Write test pages for certain FF24 features

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 6 11:19:39 UTC 2013


#10285: Write test pages for certain FF24 features
--------------------------------------+----------------------
     Reporter:  mikeperry             |      Owner:  gk
         Type:  task                  |     Status:  new
     Priority:  major                 |  Milestone:
    Component:  Firefox Patch Issues  |    Version:
   Resolution:                        |   Keywords:  ff24-esr
Actual Points:                        |  Parent ID:
       Points:                        |
--------------------------------------+----------------------

Comment (by gk):

 Replying to [comment:4 gk]:
 > But it seems the permission state is not cleared properly with New
 Identity as I am not asked again to give permission for the notification
 even if I only opted in for a session-wide permission.

 Permissions are not cleared at all on New Identity currently. But that
 would be easily doable with:
 {{{
   let pm = Cc["@mozilla.org/permissionmanager;1"].
            getService(Ci.nsIPermissionManager);
   pm.removeAll();
 }}}
 That helps in the web notification case, too...

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10285#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list