This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch geckoview-102.3.0esr-12.0-1 in repository tor-browser.
commit d74be19592019631c59fed3b25bba98e24bf66a4 Author: Ryan VanderMeulen ryanvm@gmail.com AuthorDate: Tue Sep 6 17:24:39 2022 -0400
Bug 1780839 - Fix browser_parsable_css.js failures. a=bustage DONTBUILD
This was removed in bug 1774017 and got missed in the uplift patch. --- browser/base/content/test/static/browser_parsable_css.js | 3 --- 1 file changed, 3 deletions(-)
diff --git a/browser/base/content/test/static/browser_parsable_css.js b/browser/base/content/test/static/browser_parsable_css.js index 5cfbfa6bc9b4d..dde51220c6014 100644 --- a/browser/base/content/test/static/browser_parsable_css.js +++ b/browser/base/content/test/static/browser_parsable_css.js @@ -145,9 +145,6 @@ let propNameWhitelist = [
// This variable is used from CSS embedded in JS in adjustableTitle.js { propName: "--icon-url", isFromDevTools: false }, - - // This variable is used from CSS embedded in JS in pdf.js - { propName: "--zoom-factor", isFromDevTools: false }, ];
// Add suffix to stylesheets' URI so that we always load them here and