Pier Angelo Vendrame pushed to branch base-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • .gitlab/ci/lint.yml
    ... ... @@ -264,6 +264,7 @@ file-whitespace:
    264 264
             - '**/*.rst'
    
    265 265
             - '**/*.webidl'
    
    266 266
             - '**/*.xhtml'
    
    267
    +        - '**/*.java'
    
    267 268
             - 'tools/lint/file-whitespace.yml'
    
    268 269
         # Run job whenever a commit is merged to a protected branch
    
    269 270
         - if: $CI_COMMIT_REF_PROTECTED == 'true'
    

  • docshell/base/nsAboutRedirector.cpp
    ... ... @@ -193,7 +193,7 @@ static const RedirEntry kRedirMap[] = {
    193 193
     #  endif
    
    194 194
         {"telemetry", "chrome://global/content/aboutTelemetry.xhtml",
    
    195 195
          nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
    
    196
    -#endif 
    
    196
    +#endif
    
    197 197
         {"translations", "chrome://global/content/translations/translations.html",
    
    198 198
          nsIAboutModule::ALLOW_SCRIPT |
    
    199 199
              nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |