| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
This resolves #377.
|
|\
| |
| | |
[PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't work correctly
|
| |
| |
| |
| |
| |
| | |
work correctly
Issue #121
|
|/
|
|
| |
This resolves #376.
|
|
|
|
| |
Tag #20.
|
| |
|
|
|
|
|
|
| |
Stubs will be removed in follow-up
Tag #20.
|
|
|
|
| |
Tag #20.
|
|
|
|
| |
Tag #20.
|
|\
| |
| | |
[MSE] Add a missing comma in validBoxes
|
| | |
|
|/
|
|
|
| |
Follow-up to 41cbe2d931d2742bb8dd6240eae9599e3bf3a512 to fix a crash regression.
This resolves #374.
|
| |
|
|\
| |
| | |
palemoon/installer: Fix packaging when built --with-system-(nss|nspr)
|
|/
|
|
|
|
|
|
| |
The variables set by 'configure' for --with-system-(nss|nspr) is named
differently in UXP. This breaks packaging for palemoon when system
nss/nspr is used.
This commit corrects the name of said variables.
|
|\
| |
| | |
external/nss: Don't link with libcrmf on --with-system-nss builds
|
|/
|
|
|
|
|
|
|
|
|
| |
Since Bug 1030963, functions that make use of libcrmf has been removed
from the codebase. Therefore, it's no longer necessary to link with
libcrmf.
This commit completely removes the '-lcrmf' for --with-system-nss
builds, as libcrmf is not available on all systems (eg. Arch Linux)
This commit is a follow up to #364
|
| |
|
|\
| |
| | |
Fix: Reader Mode icon in urlbar is not displayed when close the Reader Mode view
|
| |
| |
| |
| |
| |
| | |
firing onload in nsDocumentViewer::LoadComplete
Issue #357
|
| |
| |
| |
| |
| |
| | |
pixel ratio is set to its current value
Issue #357
|
|\ \
| | |
| | | |
[PALEMOON] Fix: The settings icon in the notification is missing (copy some files from webextensions)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
files from webextensions)
Issue #121
Pull #273
|
|\ \ \
| | | |
| | | | |
Explicitly specify the AccessPoint interface name
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | | |
Don't link against crmf while building --with-system-nss
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
r=ted
Differential Revision: https://phabricator.services.mozilla.com/D836
--HG--
extra : rebase_source : 04127ba88296e8bd6849d227641bb0eebae2c23b
extra : amend_source : dde2e35e2d12316950113e5f320d47a914783623
|
|\ \ \ \
| | | | |
| | | | | |
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
|
|\ \ \ \
| | | | |
| | | | | |
Make safebrowsing optional at build time
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Reader and Narrator Updates
|
| | | | | | |
|
| | |/ / /
| |/| | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Revive the quickdial page (about:newtab)
|
|/ / / / |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|