[tbb-bugs] #12977 [Tor Browser]: Fix Firefox's Full Screen Permissions Prompt

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Aug 28 00:56:43 UTC 2014


#12977: Fix Firefox's Full Screen Permissions Prompt
--------------------------------+--------------------------
 Reporter:  mikeperry           |          Owner:  tbb-team
     Type:  defect              |         Status:  new
 Priority:  major               |      Milestone:
Component:  Tor Browser         |        Version:
 Keywords:  tbb-fingerprinting  |  Actual Points:
Parent ID:                      |         Points:
--------------------------------+--------------------------
 It looks like it may be slightly tricky but not impossible to fix the full
 screen permissions prompt. The full screen code lives in
 nsDocument::RequestFullScreen(). It actually registers an observer
 ("fullscreen-approved") topic for reacting to the prompt, but then goes
 ahead and reparents the element and full screens anyway.

 We might be able to refactor this code such that it gets called from the
 observer callback, after the user has interacted with the dialog.

 Probably best done after FF31-ESR though.

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


More information about the tbb-bugs mailing list