Commit graph

849 commits

Author SHA1 Message Date
janekptacijarabaci
b6d461c817 moebius#154: Notifications - user settings - the immediate duration of the alert
https://github.com/MoonchildProductions/moebius/pull/154
2019-02-15 23:43:03 +08:00
janekptacijarabaci
a324c5b847 Remove an unused (web)extensions icon
Follow up: #122
2019-02-15 23:43:00 +08:00
NTD
5e8d7ac9ea Password Mananger has migration capabilities for only Basilisk 2019-02-15 23:42:57 +08:00
NTD
ac3c78c200 Revert "Restore Dict.jsm" 2019-02-15 23:42:56 +08:00
NTD
8d8b2154ab Fix loops in Dict.jsm
SyntaxError: missing ] after element list
2019-02-15 23:42:54 +08:00
NTD
a6699f01f6 Restore Dict.jsm 2019-02-15 23:42:53 +08:00
NTD
19872a4280 Add missing l10n string 2019-02-15 23:42:51 +08:00
janekptacijarabaci
9eaa4561ac [PALEMOON] about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially) 2019-02-15 23:42:41 +08:00
janekptacijarabaci
56966712f2 moebius#117: Login Manager Prompter - auth: Throws an errors
https://github.com/MoonchildProductions/moebius/pull/117
2019-02-15 23:42:40 +08:00
janekptacijarabaci
c49e86dd42 Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined"
This reverts commit 263927c717e7eb7146091839930f36424d7bd5bf.
2019-02-15 23:42:37 +08:00
janekptacijarabaci
f5aa3696c5 [PALEMOON] Login Manager Prompter: win.gBrowser is undefined 2019-02-15 23:42:31 +08:00
janekptacijarabaci
c25758a0bb [PALEMOON] Update: extension/plugin icons (Windows), passwordmgr icons
050f33015b
2019-02-15 23:42:23 +08:00
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