This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit 1b1cc030829e226e741b3a42b71c518c8209aff7 Author: Punam Dahiya pdahiya@mozilla.com AuthorDate: Sat Mar 12 11:15:33 2022 +0000
Bug 1756860 - Add Firefox Focus promo image r=Mardak, a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D140780 --- .../content/test/static/browser_all_files_referenced.js | 1 + .../privatebrowsing/content/assets/focus-promo.png | Bin 0 -> 49712 bytes 2 files changed, 1 insertion(+)
diff --git a/browser/base/content/test/static/browser_all_files_referenced.js b/browser/base/content/test/static/browser_all_files_referenced.js index 25e512e26dce8..089f0c0f0289c 100644 --- a/browser/base/content/test/static/browser_all_files_referenced.js +++ b/browser/base/content/test/static/browser_all_files_referenced.js @@ -32,6 +32,7 @@ var gExceptionPaths = [ "chrome://activity-stream/content/data/content/assets/remote/", "chrome://browser/content/assets/moz-vpn.svg", "chrome://browser/content/assets/vpn-logo.svg", + "chrome://browser/content/assets/focus-promo.png",
// toolkit/components/pdfjs/content/build/pdf.js "resource://pdf.js/web/images/", diff --git a/browser/components/privatebrowsing/content/assets/focus-promo.png b/browser/components/privatebrowsing/content/assets/focus-promo.png new file mode 100644 index 0000000000000..b7badd3cdde16 Binary files /dev/null and b/browser/components/privatebrowsing/content/assets/focus-promo.png differ