[tbb-bugs] #30943 [Applications/Tor Browser]: Show Tor Browser version on Android

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jun 21 17:40:35 UTC 2019


#30943: Show Tor Browser version on Android
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:  new
 Priority:  Medium                               |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-mobile, tbb-parity, tbb-         |  Actual Points:
  torbutton                                      |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------
Changes (by gk):

 * owner:  (none) => tbb-team
 * keywords:  tbb-mobile, tbb-parity => tbb-mobile, tbb-parity, tbb-
               torbutton
 * component:  - Select a component => Applications/Tor Browser


Comment:

 We have
 {{{
     <div id="torbrowser-info">
       <div id="torbrowser-version"/>
       <div id="torbrowser-changelog-link"><a
 href="about:tbupdate">&aboutTor.viewChangelog.label;</a></div>
     </div>
 }}}
 in `aboutTor.xhtml` and
 {{{
 body[mobile] #torbrowser-info,
 body[mobile] .searchbox,
 body[mobile] .top .heading2,
 body[mobile] #manual,
 body[mobile] #mission {
   display: none;
 }
 }}}
 Which is presumably why the version number is not shown on mobile. It's
 not clear why we decided to not show all the things in `torbrowser-info`
 on mobile but sysrqb thinks that might be due to `about:tbupdate` not be
 available there. I guess we could just set `display:none;` on mobile for
 `torbrowser-changelog-link` instead?

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


More information about the tbb-bugs mailing list