-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Use SVG Images for about-logo 2. `navigator.whoami` is now fully gated behind the `flamewolf.api.whoami.enabled` pref, enabled by default. On the absence, instead of returning an empty string, it will no longer exist (aka, become `undefined`)
- Loading branch information
1 parent
9116ef5
commit 18c558a
Showing
18 changed files
with
40 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,7 @@ | |
browser.jar: | ||
% content branding %content/branding/ contentaccessible=yes | ||
content/branding/about.png | ||
content/branding/about-logo.png | ||
content/branding/about-logo.svg | ||
content/branding/[email protected] | ||
content/branding/about-logo-private.png | ||
content/branding/[email protected] | ||
content/branding/about-wordmark.svg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ $glyph-forward: url('chrome://browser/skin/forward.svg'); | |
display: inline-block; | ||
height: $logo-size; | ||
width: $logo-size; | ||
background: image-set(url('chrome://branding/content/about-logo.png'), url('chrome://branding/content/[email protected]') 2x) no-repeat center; | ||
background: image-set(url('chrome://branding/content/about-logo.svg')) no-repeat center; | ||
background-size: $logo-size; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1282,7 +1282,7 @@ main section { | |
display: inline-block; | ||
height: 82px; | ||
width: 82px; | ||
background: image-set(url("chrome://branding/content/about-logo.png"), url("chrome://branding/content/[email protected]") 2x) no-repeat center; | ||
background: image-set(url('chrome://branding/content/about-logo.svg')) no-repeat center; | ||
background-size: 82px; | ||
} | ||
.search-wrapper .logo-and-wordmark .wordmark { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1286,7 +1286,7 @@ main section { | |
display: inline-block; | ||
height: 82px; | ||
width: 82px; | ||
background: image-set(url("chrome://branding/content/about-logo.png"), url("chrome://branding/content/[email protected]") 2x) no-repeat center; | ||
background: image-set(url("chrome://branding/content/about-logo.svg")) no-repeat center; | ||
background-size: 82px; | ||
} | ||
.search-wrapper .logo-and-wordmark .wordmark { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1282,7 +1282,7 @@ main section { | |
display: inline-block; | ||
height: 82px; | ||
width: 82px; | ||
background: image-set(url("chrome://branding/content/about-logo.png"), url("chrome://branding/content/[email protected]") 2x) no-repeat center; | ||
background: image-set(url("chrome://branding/content/about-logo.svg")) no-repeat center; | ||
background-size: 82px; | ||
} | ||
.search-wrapper .logo-and-wordmark .wordmark { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
128.1.1 | ||
128.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
128.1.1esr | ||
128.1.2esr |
Oops, something went wrong.