FranklinDM
936be91587
[BASILISK] A prompt should be shown for new foreign add-ons on start up
...
- Follow up to: 2cbbc5de4596ef3436685fa3316eeed9af700249 and #937
- Should be `RecentWindow.getMostRecentBrowserWindow()` instead of `this.getMostRecentBrowserWindow()`.
2019-07-19 10:04:06 +08:00
Matt A. Tobin
fdd8829fea
Follow up to #1177 - Clean up package-manifest.in
2019-07-19 10:03:14 +08:00
wolfbeast
8c1500707f
Remove WebIDE devtools component.
...
This resolves #1123
2019-07-19 10:01:13 +08:00
Gaming4JC
eec3edd17d
Issue #1160 - [Basilisk] Remove unused HotFix preferences
2019-07-08 20:29:10 +08:00
FranklinDM
41758fcea8
Issue #1158 - Reinstate tabcontainer variable
...
- This was erroneously removed in commit 1f5194b5f1deb0f36b36ed886d94ce5f8b62ca9d because it is still being used by surrounding code.
2019-07-06 06:45:38 +08:00
FranklinDM
0709a30e71
Issue #1158 - Remove extraneous closing brace
...
- This also adjusts code indentation
2019-07-06 06:45:35 +08:00
Kevin Bhasi
ac213f2b20
Issue #1148 - Part 2: Add StartupWMClass to .desktop for official
2019-07-05 21:33:53 +08:00
Kevin Bhasi
9ab1bd23eb
Issue #1148 - Part 1: Add StartupWMClass to .desktop for unofficial
2019-07-05 21:33:50 +08:00
wolfbeast
cebf8fc436
Give Mac an Linux (small sizes) the same treatment
2019-07-05 21:33:28 +08:00
wolfbeast
3c8712bcc1
Add adjusted icon for 2k/XP classic grey toolbar backgrounds.
...
(because otherwise we won't hear the end of it)
2019-07-05 21:33:24 +08:00
wolfbeast
a74875d8bc
Remove FT's polyfill.io SSUAO now they have fixed their detection.
...
See also: https://github.com/Financial-Times/polyfill-useragent-normaliser/pull/12
2019-07-05 21:33:18 +08:00
wolfbeast
c135831979
Update 16x16 branding images/icons for improved contrast on grey
...
backgrounds.
2019-07-05 21:31:58 +08:00
wolfbeast
04fc506fcd
Update SSUAO for web.whatsapp.com.
...
This resolves #1152
2019-07-05 21:31:52 +08:00
wolfbeast
c09dcbb6f2
New cycle version bump.
2019-07-05 21:30:50 +08:00
Matt A. Tobin
c135f205d9
[Pale Moon] Add a configure flag to functionally disable personas at build time
2019-07-05 21:30:02 +08:00
wolfbeast
c7f629f30e
[Pale Moon] Remove *.pdf file association in the installer.
2019-06-29 09:20:43 +08:00
wolfbeast
cf79506995
Re-save wordmark SVG as plain SVG.
...
Tag #1010
2019-06-29 06:03:53 +08:00
wolfbeast
f2a2359427
Update branding.
2019-06-29 06:03:51 +08:00
wolfbeast
448a762a65
Clean up the nsis installer script a litte.
...
- remove stub installer leftovers
- remove maintenance service leftovers
- remove unused macros
2019-06-22 09:47:33 +08:00
Gaming4JC
5ee1469263
[Basilisk] Fix packaging when sync is not built
...
Packaging will fail due to missing ifdefs when --disable-sync is passed in .mozconfig. This fixes that issue by including the missing ifdefs.
2019-06-21 09:58:19 +08:00
wolfbeast
97c44cca9f
Revert "Add Yandex (ru) search plugin"
...
Since Yandex is greedy and only accepts a partnership if they are the
browser default. They don't deserve the traffic.
This reverts commit c9edf588ed6d9b53038125c6d79c466b398e2da4.
2019-06-19 21:36:13 +08:00
wolfbeast
111ecfd189
Add Yandex (ru) search plugin
2019-06-15 06:27:48 +08:00
Matt A. Tobin
254714d53b
[Pale Moon] Update the check for updates menu item logic for already staged automatic updates
2019-05-31 07:21:14 +08:00
Matt A. Tobin
257e674bde
[Pale Moon] Fix event.stopPropagation is not defined when clicking the show/hide tiles on about:newtab
2019-05-31 07:20:59 +08:00
adeshkp
825f472a93
Issue #246 - Remove "enhanced" newtab code from Pale Moon
2019-05-31 07:20:44 +08:00
adeshkp
5465d68447
Issue #246 - Remove more of compact mode and newtab junk from Basilisk
2019-05-31 07:20:38 +08:00
adeshkp
769ac1dbfc
Issue #246 - Revert "Revert "Remove unwanted newtab page code""
...
Page thumbnails hiccups seem to have resolved, so it can be landed again.
This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4.
Conflicts:
application/basilisk/modules/DirectoryLinksProvider.jsm
2019-05-31 07:20:34 +08:00
wolfbeast
b7894a3bdc
[Basilisk/Pale Moon] Update region.properties.
...
- Fix incorrect goanna prefix
- Remove dead/insecure 30boxes service for webcal
- Add preset order for Ecosia
2019-05-31 07:18:44 +08:00
FranklinDM
18f9f38e8b
Issue #1104 - Pass an opener to loadOneTab in the openURI function
2019-05-24 21:57:18 +08:00
FranklinDM
70c0d40d9b
Issue #1104 - Set the browser's opener when adding a new tab
...
- This modifies `loadOneTab` and `addTab` to accept an opener
- This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
2019-05-24 21:57:17 +08:00
FranklinDM
69e171fb9a
Issue #971 - Fix browser.link.open_newwindow functionality in Pale Moon
2019-05-24 21:55:02 +08:00
Matt A. Tobin
cc3e413793
Remove deprecated appending of #-moz-resolution from Pale Moon and left over from nsMediaFragmentURIParser.h
...
This also magically makes Aero Peek work properly with Pale Moon thus:
Resolves #809
2019-05-17 22:16:24 +08:00
Matt A. Tobin
e0171dc973
[PALEMOON] buildHelpMenu() is executed by the shared help menu but not all windows have the AppMenu
2019-05-17 22:16:01 +08:00
Franklin DM
e164082a5a
Issue #1084 - Add null check for URL Bar in the writePlaceholder() method
2019-05-17 22:15:59 +08:00
Matt A. Tobin
37f0839a64
Issue #968 - Preload the permissions manager with permissions file
2019-05-11 06:22:49 +08:00
Matt A. Tobin
112961367a
Issue #1081 - Restore "release notes" item in the help menu
2019-05-11 06:22:47 +08:00
Matt A. Tobin
9d9a113400
Issue #1083 - Deprecate FUEL extension helper javascript library
2019-05-11 06:22:45 +08:00
Matt A. Tobin
c14d99f0ed
Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for Extension compatibility
2019-05-11 06:22:44 +08:00
Ascrod
85caaf571c
Update surrounding code for new Readerable module. Tag #361 .
2019-05-11 06:21:58 +08:00
Ryan C
0fbf778732
Don't shrink the tab bar in customize mode
2019-05-11 06:21:26 +08:00
wolfbeast
abb71ced51
Update icon to the new and improved branding.
...
Many thanks to "browser tech" and "CharmCityCrab" on the forum
for suggesting the elements that make up this much improved design!
2019-05-11 06:21:22 +08:00
wolfbeast
87dabd6682
Restore BROWSER_NEW_TAB_URL check in Basilisk.
...
This resolves #1066
2019-05-03 21:35:29 +08:00
wolfbeast
100fe48e7b
[PALEMOON] Prevent overlapping modal prompts and preserve prompt order.
2019-05-03 21:31:53 +08:00
wolfbeast
ad9ac70742
New cycle version bump.
2019-05-03 21:31:20 +08:00
adeshkp
c2c31f51af
[minor] Fix a variable name in Basilisk error page
...
Related commit: e313e5e2ec (diff-115f6bd87b)
2019-04-27 08:56:20 +08:00
Matt A. Tobin
72a828438c
[PALEMOON] Remove errent extensions.blocklist.* from shared branding prefs
2019-04-27 08:55:47 +08:00
Matt A. Tobin
97059c1b48
Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC
2019-04-27 08:51:55 +08:00
Matt A. Tobin
85045bf6be
Sort out search service
...
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
2019-04-27 08:27:19 +08:00
Ascrod
c6b9a5aa9f
Remove geo-specific search engine default preferences. Tag #245 .
2019-04-27 08:25:27 +08:00
wolfbeast
e94155c91f
Update Twemoji Mozilla COLR font to 0.4.0 (TweMoji v11.4.0)
2019-04-27 08:24:40 +08:00