| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
the profile.
Based on the following Mozilla bugs: 1659904, 1659905 and 1659077.
|
| |
|
|
|
|
| |
manifest URLs.
|
|
|
|
| |
This reverts commit d7fadcdef94399e14ad9ad8318ebc7131b78a75a.
|
|\
| |
| |
| |
| |
| |
| | |
SDKs and fix system font crash.' (#1912) from dbsoft/UXP:AppleARM into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1912
Reviewed-by: Moonchild <moonchild@palemoon.org>
|
| |
| |
| |
| | |
emulation and fix required OS version check.
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When installing an incompatible add-on, the add-ons manager checks first if a newer and compatible version of that add-on is available by sending a request either to the AUS or the provided update URL in the manifest.
If there's no update URL in the manifest and if the application does not provide an add-on update URL via preferences, the add-ons manager will error out and fail to notify that the said add-on is incompatible.
This commit addresses that by:
(a) preventing substitutions on the update manifest URL - this throws an error if it's empty; and
(b) failing early in the add-on update checker if the update manifest URL is empty and sends out an error notification
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds a Content-Security-Policy to HTML documents for exported
bookmarks. The change will stop active content (like bookmarklets) from being
directly runnable in the exported local file, which is *not* breaking the
normal use case in which a bookmarklet is intended to modify an existing page.
It *will* affect the use case where you have a full website/application stored
in a bookmarklet that was supposed to replace the current web page. In this
case, users can right-click copy the link and drop it in the address bar.
Note: The CSP does not mean that this is a severe attack vector. It merely
provides a basic protection measure for users who use the exported bookmarks in
a non-standard way as a local file.
|
|
|
|
| |
As part of telemetry removal, d60103257eb83db103f9acab54b1755486b7e9c1 removed the `reportResult` function which also handles the stopping of the sanity test. This also removes unused histogram enumeration values and revises/adds some comments.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Even if `<datalist>` is dynamically changed, the autocomplete controller still
uses the previous search result. If changed, we have to ignore the previous
result that may now be invalid.
Also, even if `<datalist>` is changed, we have to keep the selected index
(See Mozilla Bug 595069), so we cannot use `ResetInternalState` in this
situation because it resets the selected index.
This resolves #1509.
|
|
|
|
|
|
|
|
|
|
| |
A very very old bug and annoyance: tooltips with very long content without
spaces (e.g. long URLs or gibberish data) would just cut off and leave an
un-styled right border going over the widget's constrained space.
Because of an additional bug (still unsolved), this was never properly
addressed because solutions attempted didn't work.
The workaround for the secondary bug allows for word-break to now work and this
primary problem to be resolved.
|
| |
|
|
|
|
| |
These were introduced in Bug 853388 for the sole purpose of tracking the current startup phase for telemetry
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master:
No issue - Update README and SECURITY
Issue #1885 - Follow-up: Update error message if invalid rootMargin specified.
Issue #1879 - Follow-up: Update config/external/nss/target to security/target.
Issue #1885 - Allow unitless rootMargin entries for IntersectionObserver.
Issue #1879 - Revert changes to cryptox.h
Revert "Issue #1879 - spot-fix typo in cryptox.h"
Issue #1879 - spot-fix typo in cryptox.h
Issue #21 - Change MappedAttrParser to store its nsIPrincipal instead of nsSVGElement
Issue #21 - Remove use counters telemetry
Issue #1881 - Interpret empty or whitespace root margin string as zero length
Issue #1877 - Resolve NIGHTLY_BUILD conditionals.
Issue #1880 - Boot Comic Sans out of the font configuration.
|
| | |
|
| |
| |
| |
| |
| | |
Readd de-unified source changes that got clobbered by commit 378738aaa9924d0b95e2c57f27cbad2b2e644282.
Fix build issues using clang broken by commit 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.
|
| |
| |
| |
| | |
by reverting Issue #1751
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the rest of the tree.”
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
|
| |
| |
| |
| | |
This reverts commit e7e63565ee4635198cc51ec3dd6f7a41e554b930.
|
|/
|
|
|
|
| |
MOZ_WIDGET_TOOLKIT == 'cocoa’”
This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
|
| |
|
|
|
|
|
| |
So we can build bzip2 MARs for selectively updating older versions of
the applications that don't understand xz.
|
|
|
|
|
|
|
|
| |
Since there really is no need to add file detection logic to the updater
if updating through AUS is old->new only anyway, replacing bzip2
handling with xz handling is fine, instead of adding it.
Considering the far superior compression of LZMA and MAR not being
a common archive format anyway, let's just K.I.S.S. it :)
|
| |
|
| |
|
|
|
|
|
|
| |
This also removes orange compat warning styling and associated strings.
Reverses the entirety of #1445
|
|
|
|
|
|
| |
GUIDS (remove the dual system)"
This reverts commit 3aa334d0b7de2a554c2234bfbb7a9f4e29dea451.
|
|
|
|
| |
Even when there is no updater.
|
|
|
|
|
| |
This should prevent people using a massive footgun that would blow off
their entire legs. Requires appropriate FE changes.
|
| |
|
| |
|
|
|
|
|
| |
Account for the case where we don't have a tree view in selectedIndex
setter which may break future autocompletes.
|
|
|
|
| |
These calls would cause breakage without the supporting plumbing.
|
| |
|
|
|
|
|
|
| |
This commit fixes the issue where all downloaded files are empty/zero-byte by creating a new `_move` method, which is called in place of the removed `_checkReputationAndMove` method.
In 6042fdd44c0ec532b3e33d4f4046826fa1548d13 the reputation check for downloads was removed but that same method is also being used for moving the part file of completed downloads, which consequently broke all downloads except those without a part file, and made them empty since the actual downloaded file isn't being moved.
|
|
|
|
|
| |
Hard-code the values in AppConstants.jsm for compatibility, even if
nobody should actually be using this in extensions or what not.
|
|
|
|
| |
It even seems this was always forced enabled. :?
|
|
|
|
|
|
|
| |
athenian200/UXP:libcubeb_final into master"
This reverts commit 0bc66e3b04e77af307b62371ae9f4be70b2b19b7, reversing
changes made to 6e6b5d89964ea726b264c711bdf6f02fe0c006f5.
|
|\
| |
| |
| |
| |
| | |
athenian200/UXP:libcubeb_final into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1812
|
| |
| |
| |
| | |
This should help us troubleshoot audio issues better in the future in general, since we'll know more about the hardware involved, etc.
|
| |
| |
| |
| | |
This reverts commit 3635039d2be6264673f3b89b8df390f03159fcaa.
|
| | |
|
| |
| |
| |
| |
| | |
This fixes toolkit modules and prevents toolkit component breakage.
Also removes about:telemetry
|
| |
| |
| |
| |
| | |
Note this won't give working applications. Requires FE changes and
additional js module changes (next part).
|
| |
| |
| |
| | |
Resolves #1835
|
| |
| |
| |
| | |
helper functions.
|
| |
| |
| |
| | |
Also updates more comments.
|
| |
| |
| |
| | |
as well as robocop.
|
| |
| |
| |
| | |
processors, some Andoid packaging stuff, Eclipse IDE support et al.
|