[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs