Commit graph

529 commits

Author SHA1 Message Date
NTD
6af2c1924e [PALEMOON] Fix dragging when tabs are on top and menubar is disabled 2019-02-15 23:41:18 +08:00
trav90
69e5a25a51 Only add -Wno-null-conversion when building with clang
Fixes some GCC warning spam.
2019-02-15 23:41:16 +08:00
trav90
c5757236c9 Fix incorrect assertions in js/src/builtin/
Prevents GCC 7 build warning spam.
2019-02-15 23:41:15 +08:00
NTD
09bb0bc482 [PALEMOON] Fix some errors in tabbrowser.xml by adding usercontextid where needed 2019-02-15 23:41:13 +08:00
NTD
ec2f2fb3de [PALEMOON] Remove instanceof SVGDocument from browser-thumbnails.js 2019-02-15 23:41:12 +08:00
NTD
1344bfe691 [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsm
(SyntaxError: missing ] after element list)
2019-02-15 23:41:10 +08:00
NTD
47e1dee242 [PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTC 2019-02-15 23:41:09 +08:00
NTD
332daa081a Update configure variable verification 2019-02-15 23:41:07 +08:00
NTD
c827ae307d [PALEMOON] Use an array for Lazy Module Getters 2019-02-15 23:41:06 +08:00
NTD
038fd273ea Make code style consistent across all AboutRedirector's 2019-02-15 23:41:04 +08:00
NTD
81c6c590cc Make about:logopage available to any browser that opts into MOZ_PHOENIX
Follow up to 5e8e0689c
2019-02-15 23:41:03 +08:00
NTD
f7b2643855 [PALEMOON] Fix typo in browser-thumbnails.js
Follow up to a0bfb651b
2019-02-15 23:41:01 +08:00
NTD
d372405c3e [WebExAM] Use a special "platform" ID and version number for WebExtensions in XPIProvider.jsm 2019-02-15 23:41:00 +08:00
wolfbeast
30f2bb45a7 Instate unofficial branding (Serpent) 2019-02-15 23:40:58 +08:00
wolfbeast
5934916122 Remove about:home snippets. 2019-02-15 23:40:57 +08:00
wolfbeast
b79a4ce07d Silence for-each-in warnings 2019-02-15 23:40:55 +08:00
NTD
5d61575a9f Port over logopage 2019-02-15 23:40:53 +08:00
NTD
c784ad0ead [PALEMOON] Use unprefixed requestAnimationFrame in tabbrowser.xml 2019-02-15 23:40:52 +08:00
NTD
bb7e0d318f [PALEMOON] Swipe Basilisk's browser-fullZoom.js 2019-02-15 23:40:50 +08:00
NTD
026cd282e0 [PALEMOON] Add missing strings to override netError.dtd 2019-02-15 23:40:48 +08:00
NTD
be3cf619b0 [PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu 2019-02-15 23:40:47 +08:00
NTD
c8af8ae332 [PALEMOON] Switch call to autocomplete from history to unifiedcomplete in tabbrowser.xml 2019-02-15 23:40:45 +08:00
NTD
af609b757b [PALEMOON] Fix preprocessing on preferences 2019-02-15 23:40:44 +08:00
NTD
f3e221a6ac [PALEMOON] Fix for loops in browser-thumbnails.js (SyntaxError: missing ] after element list) 2019-02-15 23:40:42 +08:00
NTD
df8efe59f4 [PALEMOON] Fix for loops in treeView.js (SyntaxError: missing ] after element list) 2019-02-15 23:40:41 +08:00
NTD
9052cdd14f [PALEMOON] Remove check for MSE mixed prefs in nsBrowserGlue.js 2019-02-15 23:40:39 +08:00
NTD
e035963fa2 Take the following project_flags out of moz.configure: and put them back into old-configure
MOZ_PLACES
MOZ_SOCIAL
MOZ_SERVICES_HEALTHREPORT
MOZ_SERVICES_SYNC
MOZ_SERVICES_CLOUDSYNC
2019-02-15 23:40:38 +08:00
wolfbeast
c8f4fb3b7d Make vector image surface caching smarter.
This resolves #91.
2019-02-15 23:40:36 +08:00
trav90
354ae7ebff Fix Twemoji GTK build bustage
Followup to b4e843a.
2019-02-15 23:40:35 +08:00
trav90
92d7ea6db6 Remove extra "+" signs from jar.nm for Linux theme 2019-02-15 23:40:33 +08:00
NTD
8ab87aeebf Ensure WebRTC is off by default in old-configure 2019-02-15 23:40:32 +08:00
janekptacijarabaci
c9cb57f881 Removing the unused variable 2019-02-15 23:40:30 +08:00
NTD
6af0954b6f [PALEMOON] Fix preprocessor call for default bookmarks.html 2019-02-15 23:40:29 +08:00
NTD
a15df7790e [PALEMOON] Update the Windows Installer 2019-02-15 23:40:27 +08:00
NTD
c74b6d7548 [PALEMOON] Fix fuelApplication.js include depth 2019-02-15 23:40:25 +08:00
NTD
32277773cb [PALEMOON] Steal Basilisk's nsBrowserApp 2019-02-15 23:40:23 +08:00
NTD
8ba0d446a1 [PALEMOON] Resolve externals is browsercomps 2019-02-15 23:40:22 +08:00
NTD
3a4bc108d7 [PALEMOON] Wholesale steal Basilisk's shell component 2019-02-15 23:40:20 +08:00
NTD
b76b957009 [PALEMOON] Swipe nsIEHistoryEnumerator from Basilisk 2019-02-15 23:40:19 +08:00
NTD
0a2d226e8d [PALEMOON] use nsresult instead of NS_METHOD in nsFeedSniffer 2019-02-15 23:40:17 +08:00
NTD
fda68c9bfe [PALEMOON] Remove the NS_APP_BOOKMARKS_50_FILE directory service key 2019-02-15 23:40:16 +08:00
NTD
07667373c4 [PALEMOON] Remove nsIAboutModule::GetIndexedDBOriginPostfix(); 2019-02-15 23:40:14 +08:00
NTD
b42687ec11 [PALEMOON] Add defines and subst to application specific configure 2019-02-15 23:40:13 +08:00
NTD
27e66e0b36 [PALEMOON] Build the devtools server 2019-02-15 23:40:11 +08:00
NTD
3e9cfdb92a [PALEMOON] First pass fix of obvious moz.build issues 2019-02-15 23:40:10 +08:00
NTD
002489df68 [PALEMOON] Add moz.configure 2019-02-15 23:40:08 +08:00
NTD
1bc40f51f6 [PALEMOON] Fix Branding Build Files 2019-02-15 23:40:07 +08:00
NTD
26a94309b8 [PALEMOON] Rewrite confvars.sh 2019-02-15 23:40:05 +08:00
NTD
905f607b72 [PALEMOON] Version bunp 2019-02-15 23:40:04 +08:00
wolfbeast
2775c84cbf Change embedded emoji font from EmojiOne to Twemoji. 2019-02-15 23:40:02 +08:00