Commit graph

1,173 commits

Author SHA1 Message Date
janekptacijarabaci
e29bf72ab4 Bug 1379762 part 2. Use a more reliable test to figure out when we can skip firing onload in nsDocumentViewer::LoadComplete
Issue #357
2019-02-15 23:58:12 +08:00
janekptacijarabaci
eb80674e82 Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device pixel ratio is set to its current value
Issue #357
2019-02-15 23:58:10 +08:00
janekptacijarabaci
bafa726b15 [PALEMOON] Fix: The settings icon in the notification is missing (copy some files from webextensions)
Issue #121
Pull #273
2019-02-15 23:58:09 +08:00
Jan Steffens
51c2477b99 Bug 1314968 - Explicitly specify the AccessPoint interface name. r=kanru
The DBus specification allows passing an empty string as the interface to the
org.freedesktop.DBus.Properties.GetAll call to get all properties, throwing away the namespace
(interface) information.

However, GDBus does not allow this. When NetworkManager moved to using GDBus, Firefox lost the
ability to retrieve access points from NetworkManager.

Since we're only interested in properties from the org.freedesktop.NetworkManager.AccessPoint
interface, name it explicitly. This works with both the old and the new NetworkManager.

MozReview-Commit-ID: Kc5HaYvwfRZ

--HG--
extra : rebase_source : e1550d327e5a4ea05b8d35d98ef7b27c0add709b
2019-02-15 23:58:07 +08:00
Franziskus Kiefer
3d47693868 Bug 1371991 - don't link against crmf when building with --with-system-nss, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D836

--HG--
extra : rebase_source : 04127ba88296e8bd6849d227641bb0eebae2c23b
extra : amend_source : dde2e35e2d12316950113e5f320d47a914783623
2019-02-15 23:58:06 +08:00
Mike Hommey
62562b80d0 Bug 1384062 - Make SystemResourceMonitor.stop more resilient to errors. r=ahal,gps
The poll() call in SystemResourceMonitor.stop might fail even though
there is something to read from the pipe, in some corner cases, and
python won't let us know about it. In that case, an exception is thrown,
leaving the SystemResourceMonitor (and its callers) in a weird state. In
practice, this leads BuildMonitor.__exit__ to recall stop, which then
fails.

So when poll() throws an exception, we pretend there's still something
to read, and we try to read anyways. If there is something to read,
recv() will return it, otherwise, it will throw an exception of its own,
which we catch, pretending we're done.

Furthermore, when there is nothing to read from the pipe, poll() simply
returns False, and our loop never sets `done` to True, and we then hit
an assert, which doesn't have its place here, so we remove it.

Finally, the other end of the pipe might have died at any time, making
sending over the pipe fail, so we also protect against that.

With all these changes, it feels like the reason to backout bug 1239939
in bug 1272782 should have been dealt with, and we can drop the timeout
again.

--HG--
extra : rebase_source : ac72dd5b2602cf3ffddfb429f95e02380f939893
2019-02-15 23:58:04 +08:00
trav90
b19b96bfe7 Include in-content preferences file security.js in pre-processing 2019-02-15 23:58:03 +08:00
trav90
dbcd0c066f Make safebrowsing optional at build time - Part 5: preferences 2019-02-15 23:58:01 +08:00
trav90
cc09c5f65f Make safebrowsing optional at build time - Part 4: configure 2019-02-15 23:58:00 +08:00
trav90
45921022dc Fix build bustage 2019-02-15 23:57:58 +08:00
trav90
5c16f3d5ba Make safebrowsing optional at build time - Part 3: toolkit/ 2019-02-15 23:57:56 +08:00
trav90
62afe1838f Make safebrowsing optional at build time - Part 2: mobile/ 2019-02-15 23:57:54 +08:00
trav90
e04e651ffe Make safebrowsing optional at build time - Part 1: browser/ 2019-02-15 23:57:53 +08:00
Ascrod
f0af6dce04 Change Reader API to use events, remove messaging. 2019-02-15 23:57:51 +08:00
Ascrod
1c494e80a6 Initial updates for Reader View. 2019-02-15 23:57:50 +08:00
wolfbeast
faaff24342 Clarify Basilisk branding/licensing (official/unofficial) 2019-02-15 23:57:48 +08:00
JustOff
1cb6795a53 Revive the quickdial page (about:newtab) 2019-02-15 23:57:47 +08:00
wolfbeast
ebb869264d Don't linkify data: or javascript: URLs in the web console. 2019-02-15 23:57:45 +08:00
wolfbeast
abd21e76ce Merge libhyphen fix from upstream. 2019-02-15 23:57:44 +08:00
wolfbeast
f6fa2effca Consistently use PR memory functions. 2019-02-15 23:57:42 +08:00
wolfbeast
7ec8b4bf6f Update in-tree freetype2 lib (unused) to 2.9.1 2019-02-15 23:57:40 +08:00
wolfbeast
4070f2c744 Add omitted Skia "Safe Math" includes. 2019-02-15 23:57:38 +08:00
wolfbeast
b2cb4042f0 Check for infinite value in txFormatNumberFunctionCall. 2019-02-15 23:57:36 +08:00
wolfbeast
685ae236c8 Use a temporary in Animation::Tick() 2019-02-15 23:57:35 +08:00
wolfbeast
e0714405a3 Drop invisible characters from downloads filename. 2019-02-15 23:57:33 +08:00
NTD
c62b49db46 Pale Moon version bump 2019-02-15 23:57:32 +08:00
NTD
33f7c5bba3 Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist 2019-02-15 23:57:30 +08:00
JustOff
0aeb4a7e15 Revert incorrect UAO optimization that broke SSUAO 2019-02-15 23:57:29 +08:00
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