#7944: Standalone flash proxy
-------------------------+--------------------------------------------------
 Reporter:  akrey        |          Owner:  dcf         
     Type:  enhancement  |         Status:  needs_review
 Priority:  normal       |      Milestone:              
Component:  Flashproxy   |        Version:              
 Keywords:               |         Parent:              
   Points:               |   Actualpoints:              
-------------------------+--------------------------------------------------

Comment(by cjb):

 Oh, it's probably because those messages have moved inside if (BROWSER):

 {{{
     this.onopen_callback = function(event) {
         if (BROWSER) {
             var ws = event.target;
             log(ws.label + ": connected.");
         }
     }.bind(this);
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7944#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to