Commit graph

2,253 commits

Author SHA1 Message Date
wolfbeast
e3e1be66db Make InitRuntimeNumberState's return type reflect its infallible nature. 2019-02-15 23:56:18 +08:00
wolfbeast
8e9e42c7d8 Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals. 2019-02-15 23:56:17 +08:00
wolfbeast
04679df9c6 Issue #325 Part 13: Remove Mozilla implementation of the bidi engine completely and use ICU. 2019-02-15 23:56:15 +08:00
wolfbeast
f3ce7263ac Issue #325 Part 12: Manually edit Unicode property tables.
Although this is generated code, the #ifdefs in it are blockers.
!! Do not regenerate these files until the script has been updated !!
See #326.
2019-02-15 23:56:14 +08:00
wolfbeast
6b2478e225 Issue #325 Part 11: Fix up build files. 2019-02-15 23:56:12 +08:00
wolfbeast
b8114dcbc0 Issue #325 Part 10: Remove non-Intl conditionals from installer files. 2019-02-15 23:56:11 +08:00
wolfbeast
f2d90ee4a4 Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame. 2019-02-15 23:56:09 +08:00
wolfbeast
29c4fdcc58 Issue #325 Part 8: Remove non-Intl legacy code paths from nsChromeRegistry. 2019-02-15 23:56:08 +08:00
wolfbeast
d4d0fbf3d5 Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. 2019-02-15 23:56:06 +08:00
wolfbeast
3f6fb7bb4a Issue #325 Part 6: Remove non-Intl legacy code paths from line-breaker code. 2019-02-15 23:56:04 +08:00
wolfbeast
d1c16b1326 Issue #325 Part 5: Remove non-Intl legacy code paths from js. 2019-02-15 23:56:03 +08:00
wolfbeast
4d5e597e5f Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implementation. 2019-02-15 23:56:01 +08:00
wolfbeast
cbc1d586e1 Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfxHarfBuzzShaper. 2019-02-15 23:55:59 +08:00
wolfbeast
6008e3c1f5 Issue #325 Part 2: Build ICUUtils unconditionally. 2019-02-15 23:55:58 +08:00
wolfbeast
1af1f5b3a3 Issue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService. 2019-02-15 23:55:56 +08:00
wolfbeast
b19e3c348c Remove the option to build without INTL/ICU
This resolves #324.
2019-02-15 23:55:55 +08:00
wolfbeast
8726b2dc33 Adjust tests for android-enabled Intl. 2019-02-15 23:55:53 +08:00
wolfbeast
bbcc0d9172 Unconditionally switch on the INTL API on all platforms. 2019-02-15 23:55:52 +08:00
JustOff
401655260c Fix regex escaping in old-configure and js/src/old-configure 2019-02-15 23:55:50 +08:00
JustOff
8524393860 Delay and shorten animation of transition to the full-screen 2019-02-15 23:55:49 +08:00
wolfbeast
56ab88575b Remove unused sanbox l10n strings (about:support) 2019-02-15 23:55:47 +08:00
wolfbeast
9c63659ade Remove nsPluginTag::InitSandboxLevel 2019-02-15 23:55:46 +08:00
wolfbeast
48c807d319 Remove unused XREShellData 2019-02-15 23:55:44 +08:00
wolfbeast
a0decb1dcc Nuke the sandbox 2019-02-15 23:55:43 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
wolfbeast
aa9ae963f6 Remove GMP sandbox code. 2019-02-15 23:55:38 +08:00
wolfbeast
369378d566 Remove content process sandbox code. 2019-02-15 23:55:37 +08:00
trav90
d87cc84005 Add support for libavcodec 58/FFmpeg 4.0 2019-02-15 23:55:35 +08:00
trav90
e44a157583 Import FFmpeg 4.0 header files 2019-02-15 23:55:34 +08:00
janekptacijarabaci
575e9cc773 [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the entire function "onKeywordFieldBlur"
Issue #121
2019-02-15 23:55:32 +08:00
janekptacijarabaci
d0022b0f76 [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty value) does not work
Issue #121
2019-02-15 23:55:31 +08:00
janekptacijarabaci
9ab20590c6 Building with "--enable-debug" - fix some warnings
https://github.com/MoonchildProductions/moebius/pull/146
https://github.com/MoonchildProductions/Pale-Moon/pull/1400
2019-02-15 23:55:29 +08:00
janekptacijarabaci
b56d147095 Fix unsafe "instanceof" negations
https://github.com/MoonchildProductions/Pale-Moon/pull/1173
2019-02-15 23:55:28 +08:00
NTD
a073130d31 [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actually built
This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
2019-02-15 23:55:26 +08:00
NTD
7c7a4bc6b8 Un-depercate synchronous search initialization 2019-02-15 23:55:25 +08:00
NTD
c9446a4319 [TychoAM] Make the Add-ons Manager conditionally devtools free 2019-02-15 23:55:23 +08:00
NTD
7a6b61c05f Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now 2019-02-15 23:55:22 +08:00
NTD
69920e72f2 Only set and show the dual-guid indicators when dual-guid has been built 2019-02-15 23:55:20 +08:00
NTD
2517dc59dc [PALEMOON] Update error number for webextensions to match the platform 2019-02-15 23:55:19 +08:00
JustOff
4656ff95ec [PALEMOON] Align the application with the updated fullscreen API 2019-02-15 23:55:17 +08:00
JustOff
211c4325ba [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in fullscreen mode and simplify related code 2019-02-15 23:55:15 +08:00
JustOff
3d8fca1220 [PALEMOON] Added padding to toolbar autohide 2019-02-15 23:55:13 +08:00
JustOff
f42005f392 [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen 2019-02-15 23:55:12 +08:00
janekptacijarabaci
5975ed3076 Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should throw error 2019-02-15 23:55:10 +08:00
janekptacijarabaci
5eca87831c Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection 2019-02-15 23:55:08 +08:00
janekptacijarabaci
5e4986611d [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js
Tag #273
2019-02-15 23:55:07 +08:00
JustOff
a964b09e43 [PALEMOON] Replace serializing nsISHEntry.owner with nsISHEntry.triggeringPrincipal 2019-02-15 23:55:05 +08:00
JustOff
ac6379189c [PALEMOON] Replace owner with triggeringPrincipal to match the updated UXP docshell 2019-02-15 23:55:04 +08:00
janekptacijarabaci
b23e47c51a [PALEMOON] Fix feeds - "Subscribe to this page..."
Issue #121
2019-02-15 23:55:02 +08:00
janekptacijarabaci
cf54612b55 Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js 2019-02-15 23:55:01 +08:00