1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Commit Graph

1145 Commits

Author SHA1 Message Date
NTD 3f5f572bde [PALEMOON] Override Windows Installer usage of MOZ_APP_DISPLAYNAME when appropriate 2019-02-15 23:57:27 +08:00
NTD 796831d0cd [*AM] Make soft-blocked phrasing more generic so people will cry less when we do our job 2019-02-15 23:57:25 +08:00
wolfbeast fd9202fef0 Remove moz_widget_toolkit_gonk
Tag #288
2019-02-15 23:57:24 +08:00
janekptacijarabaci 80abe5b30b about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in aboutSessionRestore.js 2019-02-15 23:57:22 +08:00
janekptacijarabaci 9860239ea3 about:sessionrestore - fix an error "treeView.treeBox is null" in aboutSessionRestore.js 2019-02-15 23:57:21 +08:00
NTD 56cbcefcae [PALEMOON] Remove non-applicable lines from package-manifest.in that block basic macintosh packaging 2019-02-15 23:57:18 +08:00
wolfbeast 978ed6a45a Add AMO override. 2019-02-15 23:57:16 +08:00
wolfbeast 74df182488 Remove other gonk widget conditionals and unused files.
Tag #288.
2019-02-15 23:57:15 +08:00
wolfbeast 5830ff1f2b Remove missed MOZ_WIDGET_GONK ifdef
Tag #288
2019-02-15 23:57:13 +08:00
wolfbeast 0e73df8e21 Fix incorrectly removed #includes
Tag #288.
2019-02-15 23:57:12 +08:00
wolfbeast 2531de02eb Remove MOZ_WIDGET_GONK [2/2]
Tag #288
2019-02-15 23:57:10 +08:00
wolfbeast b586913598 Remove MOZ_WIDGET_GONK [1/2]
Tag #288
2019-02-15 23:57:08 +08:00
wolfbeast 9195e9e4e3 Convert uses of KEY_MAP_ANDROID_EXCEPT_B2G to KEY_MAP_ANDROID 2019-02-15 23:57:07 +08:00
wolfbeast 719ac1bc38 Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08:00
wolfbeast 75d98fd33e Remove gonk IDL reference in /hal.
Solves build bustage. Follow-up to cfe5ef4ac7cd59f094b538252161ad74223c47da
2019-02-15 23:57:04 +08:00
wolfbeast 800b6be51b Bug 1449548. 2019-02-15 23:57:02 +08:00
JustOff 3b0cc3da02 Remove the obsolete media.mediasource.format-reader control from the preferences UI 2019-02-15 23:57:01 +08:00
wolfbeast 66ea8f0645 Remove Gonk build directories 2019-02-15 23:56:58 +08:00
wolfbeast c1cd55bc25 Enable xrender by default.
Resolves perf regressions over remote X, and makes sense for our content back-ends.
Resolves #341.
2019-02-15 23:56:56 +08:00
Lee Salzman 31eaa575a5 Bug 1454692 - Backport some upstream Skia fixes to ESR52. r=rhunt, a=abillings
--HG--
extra : histedit_source : 0fcd64cabe6f54a2286083d6518e4e6451183a19%2C37f5e7f9dbbfc01102631c33b23329d2af5aa71b
2019-02-15 23:56:55 +08:00
Paul Adenot 8e5fec311a Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. r=pehrsons, a=RyanVM 2019-02-15 23:56:53 +08:00
Jim Mathies e6afe55c10 Bug 1447080 - Remove SEE_MASK_FLAG_NO_UI for better Windows 10 compatibility. r=dparks, a=lizzard
MozReview-Commit-ID: FbaKIfQdV8K

--HG--
extra : source : 56bfd2178dcad46a5b611b14e31938f1d96124a0
extra : intermediate-source : ed7be30d31414eedb16d557c0a2e7a9aeb5ec36d
2019-02-15 23:56:52 +08:00
janekptacijarabaci 75705f87a2 Add UTF-8 as a default fallback encoding for unknown encodings
Issue #315
2019-02-15 23:56:50 +08:00
wolfbeast 1aa30f609c Font fallback should detect emoji range for color emoji font. 2019-02-15 23:56:49 +08:00
wolfbeast 826e420144 Fix build bustage
Fix nsAtom->nsIAtom and FindAndAddFamilies()
2019-02-15 23:56:47 +08:00
wolfbeast c0de3e4c0b Set font.name-list.emoji for some platforms.
- Twemoji Mozilla for Windows. Can be prefixed with Segoe UI emoji for native Win8+ emoji, but reduces uniformity.
- Apple Color Emoji for OSX
- Twemoji Mozilla for GTK (Linux). fontconfig doesn't support emoji as family name.
- Noto Color Emoji for Android
2019-02-15 23:56:46 +08:00
wolfbeast 0022f326a5 Use font.name-list.emoji preference for emoji presenration. 2019-02-15 23:56:44 +08:00
wolfbeast 33a4b11c98 Add emoji presentation API 2019-02-15 23:56:43 +08:00
janekptacijarabaci 14cceb8708 [follow up] DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console - not in the context menu)
Issue #102 and #337
2019-02-15 23:56:41 +08:00
janekptacijarabaci d5a58699de DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
Issue #102
2019-02-15 23:56:40 +08:00
janekptacijarabaci 30e2f6345d [regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
Issue #102
2019-02-15 23:56:38 +08:00
janekptacijarabaci 5873c0487c moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588
https://github.com/MoonchildProductions/moebius/pull/231/files
https://bugzilla.mozilla.org/show_bug.cgi?id=1264588
2019-02-15 23:56:36 +08:00
janekptacijarabaci 745e1809b0 moebius#231: Consider blocking top level window data: URIs (tests)
https://github.com/MoonchildProductions/moebius/pull/231
2019-02-15 23:56:35 +08:00
JustOff b6f0383b26 [PALEMOON] Remove fullscreen and pointer-lock from permission managing 2019-02-15 23:56:32 +08:00
JustOff 614562a3c6 [PALEMOON] Replace fullscreen permission dialog with a warning 2019-02-15 23:56:30 +08:00
JustOff fe4cd1c6e2 [PALEMOON] Update fullscreen activation event to match UXP 2019-02-15 23:56:29 +08:00
NTD b7158e06ac Use application specific application.ini 2019-02-15 23:56:27 +08:00
NTD 7e68bd3582 Rename VisualElementsManifest for Basilisk unofficial branding 2019-02-15 23:56:26 +08:00
janekptacijarabaci d520c739ac [follow up] moebius#154: Notifications - user settings - the immediate duration of the alert
https://github.com/MoonchildProductions/moebius/pull/154
https://github.com/MoonchildProductions/UXP/pull/132
2019-02-15 23:56:25 +08:00
trav90 648b8b2917 Remove nameprep.c from moz.build
Follow up to e6d4a8daf3497986d55bd4b4cfd85b11bc5684d1
2019-02-15 23:56:23 +08:00
JustOff 85a31335e2 [PMkit] Fix Empty string passed to getElementById() warning in buttons.js 2019-02-15 23:56:21 +08:00
wolfbeast 127b2c99dc Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags. 2019-02-15 23:56:20 +08:00
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