Commit graph

2,636 commits

Author SHA1 Message Date
Roy Tam
11fc0dd014 Merge remote-tracking branch 'origin/master' into custom 2019-06-15 06:28:55 +08:00
wolfbeast
111ecfd189 Add Yandex (ru) search plugin 2019-06-15 06:27:48 +08:00
wolfbeast
f5923f0626 Add Atomics.notify instead of Atomics.wake according to revised spec.
- Keep .wake as an alias until we're certain it can be removed.
- Enable SAB memory
2019-06-15 06:27:46 +08:00
roytam1
044e258d91
Merge pull request #4 from Mathwi/custom
Point Help / Submit Feedback to MSFN (Serpent)
2019-06-15 06:21:07 +08:00
Mathwi
8584b233fc
Move app.feedback.baseURL here and point to MSFN
Ideally we should instead point to a redirect page at Roytam1's site, but this will do for now
2019-06-10 20:34:01 -05:00
Mathwi
f4b8b0d90c
Move app.feedback.baseURL into branding prefs 2019-06-10 20:28:31 -05:00
Mathwi
a7d2a6260c
Move app.feedback.baseURL pref to branding
Remove the following lines from this file and paste into basilisk-branding.js so official & unofficial builds can have different values:
// base url for web-based feedback pages
pref("app.feedback.baseURL", "https://forum.palemoon.org/viewforum.php?f=61");
2019-06-10 20:25:54 -05:00
Mathwi
250163b9d2
Merge pull request #3 from roytam1/custom
Custom
2019-06-10 19:59:45 -05:00
Roy Tam
f05d85ff6b import change from mozilla upstream: Bug 1384330 - Blocking the mozAddonManager when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r=arthuredelstein,mossop 2019-06-08 20:30:03 +08:00
Roy Tam
5b5d42a6af Merge remote-tracking branch 'origin/master' into custom 2019-06-07 09:53:15 +08:00
wolfbeast
c3a85ded77 Improve origin-clean algorithm based on our previous changes.
- Instead of trying the failing refactored Mozilla way, simply add a
check where needed building on what was put in place previously.
2019-06-07 09:52:36 +08:00
wolfbeast
64acfb5ca0 Revert "Improve origin-clean algorithm"
This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5.
2019-06-07 09:52:34 +08:00
roytam1
a7ad0dde78
Merge pull request #2 from Mathwi/custom
Custom
2019-06-07 09:46:30 +08:00
Mathwi
7254c34007
Update app.support.baseURL pref again
Roytam1 has set up a page at his site for this to point to, so changing the pref to point to it.
2019-06-06 19:53:45 -05:00
Mathwi
426aef14c7
Redirect browser.feedback.url from palemoon.org
See previous commit - one more pref needed changing
2019-06-05 20:57:01 -05:00
Mathwi
1de2444bc9
Redirect support URLs away from palemoon.org
Specifically for unofficial (New Moon) builds, we need to change a prefs app.support.baseURL and browser.slowstartup.help.url not to point to palemoon.org.

Really we should have separate versions of this file for official and unofficial builds, but since this repo will only be used for unofficial builds, this will do.
2019-06-05 20:49:46 -05:00
Mathwi
7a5bba6f84
Merge pull request #1 from Mathwi/Mathwi-patch-1
Change help links for unofficial (Serpent, New Moon) branding
2019-06-03 20:55:09 -05:00
Mathwi
9cee045fdc
Merge pull request #2 from Mathwi/Mathwi-patch-2
Mathwi patch 2
2019-06-03 20:32:10 -05:00
Mathwi
9e4dfbda34
Remove palemoon.org from New Moon branding
Two changes: First, blank out the pref that causes a palemoon.org page to open after updating the New Moon browser. Second, point release notes to the author's blog (as with Serpent) vs. the Pale Moon release notes.
2019-06-03 20:28:01 -05:00
Mathwi
a9836cb569
Update Help link to point to msfn.org
Same change as for Serpent; point the Help / Submit Feedback menu option to the msfn.org topic for unofficial builds of New Moon, instead of the Pale Moon forum.
2019-06-03 20:18:56 -05:00
Mathwi
fb327115f5
Point release notes to author's Web page
This change points the "What's New" link on the Help / About Serpent dialog to the author's blog listing recent versions instead of to a blank page.
2019-06-03 19:43:02 -05:00
Mathwi
65bd689bdb
Change help link for unofficial branding (Serpent)
Serpent Help / Submit Feedback option currently links to Pale Moon forum. This is fine for official builds, but for unofficial builds, it invites feedback that the forum doesn't want to deal with. This change redirects Submit Feedback to a topic at msfn.org devoted to unofficial builds of Serpent.
2019-06-03 19:28:12 -05:00
Roy Tam
6431b85501 Merge remote-tracking branch 'origin/master' into custom 2019-05-31 07:28:33 +08:00
wolfbeast
de22dcde32 [WebGL] Enable size limit on Linux.
Some drivers on Linux are not supportive of very large allocation sizes
(esp. applicable to Linux x86 builds of UXP applications) and could
cause issues. Treat this the same way we already do on Mac/Darwin.
2019-05-31 07:22:28 +08:00
wolfbeast
ac3fb82b48 Treat *.jnlp as an executable class file, like *.jar 2019-05-31 07:22:25 +08:00
wolfbeast
d7fad8539b Make nsFind::Find actually use a string type as input.
Futureproofing follow-up to b89570e31cfb84449241e363a595540b8810c217
2019-05-31 07:22:21 +08:00
wolfbeast
ad95798269 Fix #1091 deprot 2019-05-31 07:22:17 +08:00
wolfbeast
5944b47f79 Perform a size check when dealing with clipboard data to be sure.
Follow-up to 0b6d9a47051be9ef4d064c6f7c60717da91d0bc2
2019-05-31 07:22:14 +08:00
wolfbeast
3a613f462d Update HSTS preload list
Tag #447
2019-05-31 07:21:57 +08:00
wolfbeast
cdfd0e29e7 Improve efficiency of (C++) heap allocations related to
BytecodeEmitter::code.

While there, also add some sanity checks and clean up code.
2019-05-31 07:21:48 +08:00
Jed Davis
f34fd32056 Tweak some NSPR variables for Darwin. 2019-05-31 07:21:43 +08:00
wolfbeast
706ac5f0a4 Make extra sure Compositables don't refer back to layers after reassignment. 2019-05-31 07:21:39 +08:00
wolfbeast
8ad58ee574 Disallow res external protocol handler. 2019-05-31 07:21:35 +08:00
wolfbeast
dfb01e0384 Ensure we AddRef prior to early return in MediaType::Assign. 2019-05-31 07:21:30 +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
9592fe29c8 Show the update UI instantly instead of after 10 minutes of inactivity 2019-05-31 07:21:11 +08:00
wolfbeast
85e68b684f Improve origin-clean algorithm 2019-05-31 07:21:08 +08:00
wolfbeast
21eef2bff9 Port an upstream Skia fix. 2019-05-31 07:21:05 +08:00
wolfbeast
b3deb955e9 [places] Prevent some abuse of smart queries. 2019-05-31 07:21:02 +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
05276951a7 Issue #246 - Remove "enhanced" newtab code from toolkit 2019-05-31 07:20:41 +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
a4371cdad3 Bump platform version for primarily #1112 and #1061 2019-05-31 07:20:06 +08:00
New Tobin Paradigm
4dcc33d0e6 Add commit message style guidelines (#1117)
* Add commit message style guidelines
* Revise commit message style perposal
* Grammar
* Last bit
* Use a space
2019-05-31 07:19:26 +08:00
win7-7
53acd97766 NodeInfoManager should use a local cache
issue #1111
2019-05-31 07:19:14 +08:00
win7-7
10e41a57b5 use memcmp for nsIAtom Equals to improve performance parser/html
issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
2019-05-31 07:19:11 +08:00
win7-7
03bf12d98e use memcmp for nsIAtom Equals to improve performance xpcom/ds
issue #1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
2019-05-31 07:19:06 +08:00
wolfbeast
450910d668 [media] Rewrite AudioConverter::DownmixAudio
- Structure the code better
- Directly downmix to mono from multichannel
2019-05-31 07:18:47 +08:00