| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Probably fallout from the refactoring in #2109
Tag #1382
|
|\
| |
| |
| |
| |
| | |
jobbautista9/UXP:1693-nss-nspr-3_79_4-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2138
|
| |
| |
| |
| | |
NSS 3.79.4 and NSPR 4.35 upgrades require a clobber.
|
| |
| |
| |
| |
| | |
Based on latest SeaMonkey's security/nss.symbols, as well as some
unresolved external symbols I found myself.
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
Based on a patch from Mozilla bug 1598164.
Needed due to identifier collision between NSS and IDBTransaction.
Co-authored by: Simon Giesecke <simon.giesecke@gmail.com>
Co-authored by: Matt A. Tobin <email@mattatobin.com>
|
|
|
|
|
| |
Since we're enabling WebComponents, we should enable this too.
TODO: merge the two relevant prefs.
|
|\
| |
| |
| |
| |
| | |
shadow-including tree order' (#2134) from FranklinDM/UXP-contrib:work_wc-define-upgrade-in-shadow-including-tree-order into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2134
|
| |
| |
| |
| |
| |
| | |
shadow-including tree order
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1326028
|
| | |
|
| |
| |
| |
| |
| |
| | |
Speech recognition was removed a while back. The pref is just leftover.
Having the TTS API available will provide some accessibility benefits
for users, so flip that on while we're here.
|
| |
| |
| |
| |
| | |
WebM is certainly mature enough to have hooked into MSE (default on
Linux and other for years now).
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
use correct insertion point during reconstruction' (#2130) from FranklinDM/UXP-contrib:work_sdom-1404789 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2130
|
| |
| |
| |
| |
| |
| | |
direct children of a shadow root
This should've been changed alongside bug 1404789 when it landed.
|
|/
|
|
| |
This should've been removed alongside bug 1404789 when it landed.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
convert
|
| | |
|
| |
| |
| |
| |
| | |
Loosely based on current mozilla code
https://hg.mozilla.org/mozilla-central/file/25a8668d92431d469b443f0f2030328bab754aea/gfx/ycbcr/yuv_convert.cpp
|
| |
| |
| |
| |
| | |
Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from
https://chromium.googlesource.com/libyuv/libyuv/
|
| |
| |
| |
| | |
Required for upcoming libyuv update
|
| |
| |
| |
| | |
https://hg.mozilla.org/integration/autoland/rev/6f4c7904cda8
|
|\|
| |
| |
| |
| |
| | |
into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2125
|
| |
| |
| |
| | |
https://hg.mozilla.org/mozilla-central/rev/be342c90755d11551623362f2058c0326f63bbb3
|
|/
|
|
|
|
| |
upstream mozilla code more closely.
https://hg.mozilla.org/mozilla-central/file/4fba5295dc19f9d2f5d065ba502a44d8f2dc9e85/gfx/thebes/gfxUtils.cpp#l1246
|
|\
| |
| |
| |
| |
| | |
elements' (#2129) from FranklinDM/UXP-contrib:work_wc-fix-parser-for-custom-elements into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2129
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
FranklinDM/UXP-contrib:work_css-fix-host-selector-matching into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2128
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, we would match `:host` if:
(a) we don't have any arguments and our parent is the shadow root, or;
(b) if any of the arguments match, then reject if we don't have a containing shadow
Revised, we would match `:host` if:
(Preconditions) The element must have a shadow root, the selector must not have any feature selectors, and it is not blocked from matching `:host` (e.g. .matches outside of the shadow root context)
(a) The selector does not have any arguments, or;
(b) It matches any of its arguments in the functional part of the pseudo-class
With this, we now pass these tests that were previously failing:
http://wpt.live/css/css-scoping/css-scoping-shadow-host-rule.html
http://wpt.live/css/css-scoping/host-descendant-002.html
http://wpt.live/css/css-scoping/host-multiple-001.html
Improved (1 less red box):
http://wpt.live/css/css-scoping/css-scoping-shadow-host-namespace.html
|
|\ \
| | |
| | |
| | |
| | |
| | | |
called only by frames whose parent is an anonymous block' (#2127) from FranklinDM/UXP-contrib:work_css-remove-svg-frame-assertion into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2127
|
| | |
| | |
| | |
| | | |
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=842114
|
| |/
| |
| |
| |
| |
| |
| |
| | |
is called only by frames whose parent is an anonymous block
This is always hit if an SVG effect is applied on other frame types.
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1340257
|
|\ \
| |/
|/|
| |
| |
| | |
extra precomplete file.' (#2123) from dbsoft/UXP:Mac2117 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2123
|
| |
| |
| |
| |
| |
| | |
during package staging"
This reverts commit c622e988fed60f2e868cd0419f5cf517323b5c2a.
|
| |
| |
| |
| | |
and arm64 for Apple Silicon.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
(#2122) from FranklinDM/UXP-contrib:work_css-propagate-combinator-restriction into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2122
|
| | |
| | |
| | |
| | | |
Based on spec discussion: https://github.com/w3c/csswg-drafts/issues/5093
|
| | | |
|
| | |
| | |
| | |
| | | |
ParsePseudoClassWithSelectorListArg
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
consistency' (#2121) from FranklinDM/UXP-contrib:work_css-pseudoclass-funcdef-move into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2121
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
FranklinDM/UXP-contrib:work_css-host-matching-fixes into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2120
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
:host/:host-context
Current spec says these two pseudo-classes accept only a single compound selector:
:host( <compound-selector> )
:host-context( <compound-selector> )
|
| | |
| | |
| | |
| | |
| | |
| | | |
IsLink
Calling IsLink ignores whatever state we have for aTreeMatchContext and will trigger an assertion if aTreeMatchContext.mForStyling is false. This also adds a comment about what that line effectively does.
|