-
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.