[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.9.0esr-12.5-1] 9 commits: fixup! Bug 10760: Integrate TorButton to TorBrowser core

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue Apr 4 13:23:27 UTC 2023



Pier Angelo Vendrame pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser


Commits:
b786f2f7 by Henry Wilkes at 2023-04-04T14:21:36+01:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Bug 41600 - Remove old circuit display.

- - - - -
fdaa4267 by Henry Wilkes at 2023-04-04T14:21:37+01:00
fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js

Bug 41600 - Remove extensions.torbutton.display_circuit since it will no
longer be used.

It also could not work as intended before because after disabling and
re-enabling, all the circuits and browser credentials that were
established whilst it was switched off would have been lost and were not
recovered.

- - - - -
5b4f215b by Henry Wilkes at 2023-04-04T14:21:37+01:00
fixup! Bring back old Firefox onboarding

Bug 41600 - We remove the additions for "controlCenter", i.e. the site
identity panel, since the tor circuit display no longer lies within it,
so our tour no longer uses it.

- - - - -
f4781831 by Henry Wilkes at 2023-04-04T14:21:38+01:00
fixup! Bug 26961: New user onboarding.

Bug 41600 - Change circuit display tour to use new button and panel.

This also fixes the "See My Path" button, which was broken before.

- - - - -
0b850ee8 by Henry Wilkes at 2023-04-04T14:21:38+01:00
fixup! Bug 10760: Integrate TorButton to TorBrowser core

Bug 41600 - Add API to domain-isolator to get the stored SOCKS username
and password for a given domain and user context ID.

Also get rid of unused newCircuitForUserContextId.

Also remove the return statement from tor-control-port's watchEvent
since addNotificationCallback does not return a value.

- - - - -
230f3584 by Henry Wilkes at 2023-04-04T14:21:39+01:00
fixup! Bug 40925: Implemented the Security Level component

Add cui-widget-panel class to the panel, which gives it the correct font.

- - - - -
03df4bba by Henry Wilkes at 2023-04-04T14:21:39+01:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 41600 - Update the SVG fetch update script for fetching bridge
emojis and annotations, which we will also use for the flag emojis in
the tor circuit display.

We also:
+ Placed the bridgemoji files in a sub-directory.
+ Added a generation note to the generated files/directory.
+ Split the bridge emoji list into an external file, which we fetch in
  connectionPane.js so that the generating file is less fragile to
  a change in the javascript.
+ Store the locale emoji annotations using the string hex value as the
  key, rather than the emoji string sequence. This keeps it in line with
  the SVG file names, and removes ambiguity about whether the emoji
  character sequence includes the emoji variant selector U+FE0F or not.

- - - - -
ba01849e by Henry Wilkes at 2023-04-04T14:22:11+01:00
fixup! Add TorStrings module for localization

Bug 41600 - Add new strings for the circuit display.

- - - - -
4998fba1 by Henry Wilkes at 2023-04-04T14:22:12+01:00
Bug 41600 - Add a tor circuit display panel.

- - - - -


30 changed files:

- browser/app/profile/000-tor-browser.js
- browser/base/content/browser.js
- browser/base/content/browser.xhtml
- browser/base/content/main-popupset.inc.xhtml
- browser/base/content/navigator-toolbox.inc.xhtml
- browser/components/controlcenter/content/identityPanel.inc.xhtml
- browser/components/moz.build
- browser/components/securitylevel/content/securityLevelPanel.inc.xhtml
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1e8.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1e9.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1ea.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1eb.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1ec.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1ee.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f1.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f2.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f4.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f6.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f7.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f8.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1f9.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1fa.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1fc.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1fd.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e6-1f1ff.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e7-1f1e6.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e7-1f1e7.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e7-1f1e9.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e7-1f1ea.svg
- + browser/components/torcircuit/content/tor-circuit-flags/1f1e7-1f1eb.svg


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/d23d3f2cf3cc5cb1d9895108b67489314501dd20...4998fba101a15e495b3c66bbbcc2d0844e08d208

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/d23d3f2cf3cc5cb1d9895108b67489314501dd20...4998fba101a15e495b3c66bbbcc2d0844e08d208
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230404/439364eb/attachment.htm>


More information about the tbb-commits mailing list