| Commit message (Collapse) | Author | Age |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I could have done this through a CSSLoader to allow all CSS unit quirks but
I wasn't planning to start passing around document and element references
everywhere, so instead just did it manually by accepting numbers/floats in
addition to pixel and percent.
|
| | |
| | |
| | |
| | |
| | | |
The error when removing this code was an #if vs #elif. But since we're planning
to restore MacOSX anyway, may as well rever the entire file here :)
|
| | |
| | |
| | |
| | | |
This reverts commit fbbcbffcc786ae2b6cbfafd4e812d0a58b517159.
|
| | |
| | |
| | |
| | | |
Resolves #1879
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
length for the IntersectionObserver' (#1882) from FranklinDM/UXP-contrib:work_inobsvr-empty-rootmargin-string into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1882
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This attempts to get the first non-whitespace token, which if exists, continues with previous behavior of parsing the margin string. Otherwise, if the specified margin string is empty or consists only of whitespace characters, is interpreted as zero length.
IntersectionObserver is the only consumer of the `ParseMarginString` method, as far as I can tell, so this should not affect anything else.
Note: For some reason, Firefox and Chrome treat the unitless zero length as invalid, while with this change, we do not change existing behavior in that regard and continue to accept that value.
|
| | |
|
| |
| |
| |
| | |
Resolves #1880
|
| |
| |
| |
| |
| | |
Readd de-unified source changes that got clobbered by commit 378738aaa9924d0b95e2c57f27cbad2b2e644282.
Fix build issues using clang broken by commit 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.
|
| |
| |
| |
| | |
by reverting Issue #1751
|
| |
| |
| |
| | |
Compilation failed due to missing sys/ioctl.h header on MacOS and FreeBSD. Call to function ioctl() with no prototype. This was non-fatal due to the psutil component being optional.
|
| |
| |
| |
| | |
This fix was included earlier but got clobbered by a recent NSPR update.
|
| | |
|
| |
| |
| |
| | |
This reverts commit d3543ca2fecf39a83952872c0b936e4566fe02ff.
|
| |
| |
| |
| | |
This reverts commit 0dd3424f774954627d6f53df9fb47379d9b5c871.
|
| |
| |
| |
| | |
This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
|
| |
| |
| |
| | |
This reverts commit cd1f7241353c35627672dc3f6f73eb8bbd5f4925.
|
| |
| |
| |
| |
| |
| | |
support files from /gfx"
This reverts commit 616b39413d570fd98a9a300483a3b657a00fa43b.
|
| |
| |
| |
| |
| |
| | |
support files from /xpcom"
This reverts commit 1bf0734a7249eb0dc1a96d825e7310eb46cac6dc.
|
| |
| |
| |
| | |
This reverts commit aa0fd3d68c856504646e1d7eb499bc890ef44101.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
This reverts commit ca35efb84ebae522f9ab7803d8e017f721e03207.
|
| |
| |
| |
| | |
This reverts commit 08da125d9cc6eea0bc514023e3a75efd64587259.
|
| |
| |
| |
| | |
This reverts commit b5ece9f77190dd92aef6124350d703daf1a78d7f.
|
| |
| |
| |
| |
| |
| | |
support code"
This reverts commit 1ee35eafa043142293f3d42317c1eee490d00375.
|
| |
| |
| |
| |
| |
| | |
MOZ_WIDGET_TOOLKIT == 'cocoa’”
This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
|
|/
|
|
|
|
| |
pixman"
This reverts commit 2215d8467e260453efe6abcbc66218e367d0d2c3.
|
|\
| |
| |
| |
| |
| | |
webcomps-wchen into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1878
|
| |
| |
| |
| | |
Iterator changes between 42 and 52 were a bit confusing.
|
| |
| |
| |
| | |
tests.
|
| | |
|
| |
| |
| |
| | |
nsBindingManager.
|
|/
|
|
| |
fixed up.
|
|\
| |
| |
| |
| |
| | |
FranklinDM/UXP-contrib:work_nss-locks-assertion into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1875
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ShutdownNSS
This is no longer needed because the call to SSL_ConfigServerSessionIDCache on startup was already removed (see 1425f020c47b3cbe134f71717299714aead28502), meaning LocksInitializedEarly does not become true and only causes an assertion on debug builds.
On the other hand, SSL_ClearSessionCache is already called on XPCOM shutdown and calling it again here is redundant.
Additional context: https://bugzilla.mozilla.org/show_bug.cgi?id=1485087#c5
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1485087
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
normalized parent' (#1874) from FranklinDM/UXP-contrib:work_frames-undisplayedmap-nmparent into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1874
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
handling code
We have four entry points that deal with the parents of display:none/ display:contents content. These are the functions for setting, changing, getting and removing a style context. Or more specifically:
GetStyleContextInMap called by GetDisplay[None|Contents]StyleFor
SetStyleContextInMap called by RegisterDisplay[None|Contents]StyleFor
ChangeStyleContextInMap called by ChangeRegisteredDisplay[None|Contents]StyleFor
UnregisterDisplay[None|Contents]StyleFor okay, this is actually two functions, but they act as a pair
This change makes all these functions call GetApplicableParent up front and act on and pass around the parent that it returns. This is so that throughout the code we are always handling the parent that will be used as the key in the UndisplayedMap entry. This is necessary so that all the code that sets/gets the 'MayHaveChildrenWithLayoutBoxesDisabled' bit on/from an nsIContent object is using the same object, otherwise everything breaks down.
Partially based on part 2 of https://bugzilla.mozilla.org/show_bug.cgi?id=1367214
|
| |/
| |
| |
| |
| |
| | |
This introduces the `ParentForUndisplayedMap` helper method to reduce duplication in terms of getting the parent and asserting parent existence.
Partially based on parts of https://bugzilla.mozilla.org/show_bug.cgi?id=1341083
|
|\ \
| |/
|/|
| |
| |
| | |
trav90/UXP-contrib:compiler-hacks-cleanup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1872
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Changing to vector makes manipulating display list items more risky.
This is to make sure we don't inadvertently end up with duplicates in
the list of display items avoiding double-free scenarios.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
instead of hashtable' (#1866) from win7-7/UXP:pr-1860 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1866
|
| |\ \
| |/ /
|/| | |
|