| Commit message (Collapse) | Author | Age |
|
|
|
| |
Alias -moz-appearance and -webkit-appearance to this.
|
| |
|
| |
|
|
|
|
|
|
| |
Part of the UX refresh Pale Moon effort. This uses the new -moz-dark-theme media
query to make the logopage dark if the UI is dark, without explicitly relying on
(often not sane) system color values.
|
| |
|
|
|
|
| |
to follow it.
|
|
|
|
| |
onDownloadWindowLoad() is called so that DownloadTaskbarProgress from the Downloads Manager window works when the application doesn't explicitly invoke onBrowserWindowLoad().
|
| |
|
|
|
|
|
| |
When originally implementing ResizeObserver, line endings ended up being CRLF
instead of LF. This commit fixes those line endings (no code changes)
|
| |
|
|\ |
|
| |
| |
| |
| | |
This is chrome-only and unused, and interfered with getting the spec update in.
|
| |
| |
| |
| |
| |
| |
| | |
This adds the later spec revision's contentBoxSize and borderBoxSize, and the
inlineSize and blockSize concepts.
The older spec contentRect remains functional as well for backwards
compatibility with the earlier spec (that was IMHO perfectly fine as it was...)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
GetNodeDepth() is a specialized version for ResizeObserver to get the depth of
a node across Shadow DOM. It's better to have this in ResizeObserver.cpp
instead of the generic ContentUtils.
Also updated the function to bypass the shadow root itself and not count it
because ResizeObserver doesn't observe the shadow root and only needs the
relative depths among all observed targets. IOW we use the flattened tree here.
|
|\ \
| |/
|/|
| |
| |
| | |
stylesheets' (#1785) from athenian200/UXP:bool-chrome-stylesheets into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1785
|
| |
| |
| |
| | |
This functionality was already added to Gecko for UA stylesheets allow the "dom.details_element.enabled" preference to work. I changed the condition to allow bool preferences to be used in chrome stylesheets as well.
|
| |
| |
| |
| |
| | |
These are obsolete system themes; the platform will fall back to generic/unknown
theme support instead.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Since we have calc() and floats working now, this is a trivial fix.
|
| |
| |
| |
| |
| | |
This adds basic calc() support to stroke-dashoffset. It does not provide
CSS animation (yet, todo for part 2)
|
| |
| |
| |
| | |
Follow-up for 9acd98298ccadd83495fa1615573ebcca6648bae
|
| |
| |
| |
| |
| | |
We were not tracing debugger environments for Baseline frames without any
local/expression slots.
|
| |
| |
| |
| |
| |
| |
| |
| | |
In almost all cases this is pointless to include, a ton of useless entries,
and there's no reason to have people post a full enumeration of installed
printers on their system when asked for TS information.
If there's a printer specific issue, people can always be asked to post relevant
info manually.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 0a0830ba8bed438f9e22456da56a284e6a05ade1.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
gtk3' (#1775) from jobbautista9/UXP:master into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1775
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| | |
OS.File already only supports UTF-8 paths on non-Windows systems, so this change
makes our different ways of accessing file paths consistent with each other.
This should prevent unexpected crashes in glibc that expect UTF-8.
This resolves #1772.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This:
- reverts commit 83ecae9ff7ee1469da1675435dbcf26d094aa1c6
- adds a failure check to Connection::GetQuotaObjects
This resolves #1768.
|
| |
| |
| |
| | |
This fixes a typo in 5e705bd5059da5b7a39e3a096b7c7f59cb466730
|
|\ \
| | |
| | |
| | |
| | |
| | | |
auto scroll pop-up' (#1771) from FranklinDM/UXP:scroll-wheel-event-work into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1771
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This rewrites the websocket channel network change detection function to not
skip part of its logic in a situation that has already been checked, preventing
a thread race. See analysis of the problem in the issue.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
Casting it to an int16_t was wrong and would preclude the check for high port
numbers (due to overflow).
This makes the type matching, but adds an explicit check to ensure the port
number passed in is within a valid range.
|
| | |
|