Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 39e031e

Browse files
authored
Hotfix upboarding page (#19278)
Remove upboarding page and outdated assets reasons 1. No UI updates with this next release 2. Visual changelog caused issues with different UX experiences that need more thought and consideration
1 parent f1fffc5 commit 39e031e

File tree

7 files changed

+0
-97
lines changed

7 files changed

+0
-97
lines changed

chromium/background-scripts/background.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -932,21 +932,6 @@ chrome.runtime.onMessage.addListener(function(message, sender, sendResponse) {
932932
}
933933
});
934934

935-
/**
936-
* @description Upboarding event for visual changelog
937-
*/
938-
chrome.runtime.onInstalled.addListener(async ({reason, temporary}) => {
939-
if (temporary) return;
940-
switch (reason) {
941-
case "update":
942-
{
943-
const url = chrome.runtime.getURL("pages/onboarding/updated.html");
944-
await chrome.tabs.create({ url });
945-
}
946-
break;
947-
}
948-
});
949-
950935
/**
951936
* Clear any cache/ blacklist we have.
952937
*/

chromium/background-scripts/modules/on_before.js

Whitespace-only changes.
-738 KB
Binary file not shown.
-579 KB
Binary file not shown.

chromium/pages/onboarding/style.css

Lines changed: 0 additions & 42 deletions
This file was deleted.

chromium/pages/onboarding/updated.html

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/chrome/locale/en/https-everywhere.dtd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151

5252
<!ENTITY https-everywhere.onboarding.intro "Encrypt the Web! Automatically use HTTPS security on many sites.">
5353
<!ENTITY https-everywhere.onboarding.header "HTTPS Everywhere has been updated!">
54-
<!ENTITY https-everywhere.onboarding.details_one "EASE Mode Optimized">
55-
<!ENTITY https-everywhere.onboarding.details_two "You can now whitelist sites to disable in HTTPS Everywhere">
5654
<!ENTITY https-everywhere.onboarding.footer "HTTPS Everywhere is an EFF project">
5755

5856
<!ENTITY https-everywhere.chrome.settings_for_this_site_header "Settings for this site">

0 commit comments

Comments
 (0)