Commit graph

137 commits

Author SHA1 Message Date
wolfbeast
5b0d5686c0 Fix aboutSupport.js
Addresses comments:
bf6bb142fc (commitcomment-28527974)
0f99df52d5 (commitcomment-28527792)
2019-02-15 23:42:19 +08:00
janekptacijarabaci
c03236765c [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, extensions) 2019-02-15 23:42:04 +08:00
janekptacijarabaci
b688ccaecc [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)
Issue #102
2019-02-15 23:42:02 +08:00
wolfbeast
9d2e0ff0c4 Remove telemetry experiments framework 2019-02-15 23:41:25 +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
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
d372405c3e [WebExAM] Use a special "platform" ID and version number for WebExtensions in XPIProvider.jsm 2019-02-15 23:41:00 +08:00
NTD
5d61575a9f Port over logopage 2019-02-15 23:40:53 +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
trav90
92d7ea6db6 Remove extra "+" signs from jar.nm for Linux theme 2019-02-15 23:40:33 +08:00
wolfbeast
2775c84cbf Change embedded emoji font from EmojiOne to Twemoji. 2019-02-15 23:40:02 +08:00
wolfbeast
434f3590e3 Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
Tom Ritter
ed176bb836 Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
MozReview-Commit-ID: 6xhQ71a5rDU

--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
2019-02-15 23:37:22 +08:00
wolfbeast
d789488825 Hard-disable the use of sponsored tiles. 2019-02-15 23:36:45 +08:00
wolfbeast
85d1f82c59 Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons. 2019-02-15 23:36:44 +08:00
wolfbeast
963560a1d2 Remove Rust from the tree.
Part 4 for #58
2019-02-15 23:36:42 +08:00
wolfbeast
5983fef8c5 Remove cargo nsstring component
Part 3 for #58
2019-02-15 23:36:41 +08:00
wolfbeast
0429ca95e0 Remove Rust URL parser CAPI
Part 2 for #58
2019-02-15 23:36:39 +08:00
wolfbeast
1ef84eb532 Remove Rust MP4 parser
Part 1 for #58
2019-02-15 23:36:38 +08:00
NTD
3adb72e0f0 Fix for loops in selectAddons.js (SyntaxError: missing ] after element list) 2019-02-15 23:36:36 +08:00
NTD
66e00ae185 Remove the hard blocker on unmodified jetpack extensions from TychoAM
Be sure to remove the now unused string from Pale Moon
2019-02-15 23:36:35 +08:00
NTD
801b7a4d47 Adjust error number for WebExtensions on TychoAM and add the string to Basilisk
Pale Moon l10n will need an adjustment as well from -5 to -9
2019-02-15 23:36:33 +08:00
NTD
e088654914 Fix for loops in update.js (SyntaxError: missing ] after element list) 2019-02-15 23:36:32 +08:00
janekptacijarabaci
fc9d873b31 [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE) 2019-02-15 23:36:05 +08:00
janekptacijarabaci
17a44dcd1d Bookmarks - HTML export - Write CRLF on Windows systems and LF on others. 2019-02-15 23:36:02 +08:00
trav90
d338ea9cea Fix a truncation leading to an error with GCC 7 2019-02-15 23:35:57 +08:00
trav90
c0174b24f7 Disable -Wimplicit-fallthrough in jsoncpp
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:50 +08:00
NTD
45c9880478 Port Pale Moon commit a3044d3 - Exclude default theme from update checks.
Do this both for TychoAM and WebExAM
2019-02-15 23:35:40 +08:00
trav90
fab2253b26 Import lss code from esr52
Fixes build bustage on Linux (even with crashreporter disabled).
2019-02-15 23:35:29 +08:00
wolfbeast
49ceae702e Remove testing-only UI components for e10s
This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.)
This resolves #37
2019-02-15 23:35:22 +08:00
janekptacijarabaci
8a1405d8b9 moebius#342: Columns are not sorted correctly (Natural Sort algorithm)
Issue #31
https://github.com/MoonchildProductions/moebius/pull/342
2019-02-15 23:35:17 +08:00
NTD
b0c683be50 Correct toolkit search component moz.build 2019-02-15 23:35:02 +08:00
janekptacijarabaci
38e95f9e35 DevTools - network - security (improvements)
https://github.com/MoonchildProductions/moebius/pull/113
https://github.com/MoonchildProductions/moebius/pull/118
https://github.com/MoonchildProductions/moebius/pull/127
2019-02-15 23:34:38 +08:00
janekptacijarabaci
63ba51f58e DevTools - Browser Console - restore sessions
https://github.com/MoonchildProductions/moebius/pull/112
2019-02-15 23:34:35 +08:00
janekptacijarabaci
89e59d4f24 Basilisk - the cmd line - help (the columns alignment, error improvements) - follow up
https://github.com/MoonchildProductions/moebius/pull/58
2019-02-15 23:34:30 +08:00
janekptacijarabaci
e1f7b9e459 Basilisk - the cmd line - help (the columns alignment, error improvements)
https://github.com/MoonchildProductions/moebius/pull/58
2019-02-15 23:34:22 +08:00
NTD
a25b655d51 Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places 2019-02-15 23:34:16 +08:00
NTD
cf9cbb8255 Remove non-functional nsDragAndDrop due to refactoring 2019-02-15 23:34:10 +08:00
wolfbeast
cae1c0318b Don't build GMP-clearkey when not building EME. 2019-02-15 23:33:58 +08:00
wolfbeast
297f13362a Move --enable-eme out of mozconfigure 2019-02-15 23:33:57 +08:00
NTD
8bce4f2b81 Restore toolkit/obsolete files and reinstate them to toolkit/content 2019-02-15 23:33:32 +08:00
NTD
52ac5baf89 Revert "Restore toolkit/obsolete"
This reverts commit b61927d4cdb92636758c4c80d5050b3266486529.
2019-02-15 23:33:31 +08:00
wolfbeast
f82a2fe7e4 Update various texts and references. 2019-02-15 23:33:07 +08:00
janekptacijarabaci
c066de6ba2 Notifications - Run (Desktop) Notifications twice (and more) in a row does not work 2019-02-15 23:32:48 +08:00
NTD
16ee2a0626 Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER (backend) and make both optional 2019-02-15 23:32:43 +08:00
NTD
5672cd8138 Add a configure option to disable including jetpack 2019-02-15 23:32:42 +08:00
NTD
7f4808c99a Don't generate redundant packaging artifacts 2019-02-15 23:32:38 +08:00
NTD
71e4f74bc5 Put generated installers and mar files in dist root 2019-02-15 23:32:35 +08:00
NTD
c78c331102 Use BUILDID for package name for Basilisk and ONLY Basilisk 2019-02-15 23:32:34 +08:00