| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Use memcmp in nsHtml5Portability::localEqualsBuffer
|
| |
| |
| | |
issue MoonchildProductions#1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
|
| |
| |
| | |
issue #1113 Use memcmp and not slower string Equals in nsHtml5Portability::localEqualsBuffer
|
| |
| |
| |
| |
| | |
- Structure the code better
- Directly downmix to mono from multichannel
|
| |
| |
| |
| |
| |
| | |
- Fix incorrect goanna prefix
- Remove dead/insecure 30boxes service for webcal
- Add preset order for Ecosia
|
| |
| |
| |
| | |
with snow-white objects.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Normally we wouldn't need to send any notifications if the actor was
already destroyed, but it can be a VersionChangeOp which needs to
notify its parent operation (OpenDatabaseOp) about the failure.
So SendFailureResult needs to be called even when the actor was
destroyed. Normal operations redundantly check if the actor was
destroyed in SendSuccessResult and SendFailureResult, therefore it's
ok to call it in all cases here.
|
| |
| |
| |
| |
| |
| |
| | |
We were missing error checks at two points. In one case an error return
is meaningful; in another case it is not, as the problem should have
been guarded against at a higher level by emitting far jump islands soon
enough during pasteup of compiled code.
|
| | |
|
|/ |
|
|\
| |
| | |
Add NS_Atomize cache for main thread use
|
| |
| |
| | |
based to patch for https://bugzilla.mozilla.org/show_bug.cgi?id=1352235 v1 add main thread only cache.
|
| |
| |
| | |
nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
|
| | |
|
| | |
|
| |
| |
| | |
add main thread only cache for nsIAtoms to speed up atomization
|
| |
| |
| | |
add main thread only cache for nsIAtoms to speed up atomization
|
|\ \
| | |
| | | |
Disable <meta http-equiv=set-cookie>
|
|/ /
| |
| |
| | |
Create a new pref 'dom.meta-set-cookie.enabled' which is set to 'false', disabling http-equiv meta cookies.
|
| |
| |
| |
| | |
Fixes #1092
|
|/
|
|
|
|
|
|
| |
* Simplify the dispatch-to-content region
Simplify the dispatch-to-content region in nsDisplayLayerEventRegions::AddFrame() and AddInactiveScrollPort() if it starts to get large.
* tabs to spaces
|
|\
| |
| | |
Remove a stubbed telemetry function from app AUS.
|
| | |
|
|\ \
| | |
| | | |
Clicking a link with a target should open only 1 tab
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- This modifies `loadOneTab` and `addTab` to accept an opener
- This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
|
|\ \ \
| | | |
| | | | |
Support gzip-compressed SVGs in OpenType+SVG fonts
|
|/ / / |
|
|\ \ \
| |_|/
|/| | |
Enable double buffering when using XRENDER.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes flickering/bars/stripes showing up during quickly-updating
operations on Intel hardware when using XRENDER.
For more information, refer to the code comment.
See #1061
|
|\ \
| | |
| | | |
Remove unboxed objects phase 1
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A note about the Scalar Replacement Changes: The M{Load,Store}Unboxed*
instructions in theory could be used to manipulate and analyze typed
arrays. However, TypedArrays should already be excluded from eligibility
because of the potential for cross-thread sharing in a SharedArrayBuffer
world, and so the only support in Scalar Replacement here is for Unboxed
Objects, meaning it can all be removed.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | |/
| |/| |
Issue #971 - Fix browser.link.open_newwindow functionality in Pale Moon
|
|/ / |
|
| |
| |
| |
| | |
Resolves #1096
|
| |
| |
| |
| |
| |
| | |
Self-hosted implementation that adds both functions and adds them to
@@unscopables as specced in ES2019.
Resolves #1095
|
| |
| |
| |
| | |
This resolves #1088
|
| |
| |
| |
| |
| |
| | |
This renames our internal function names because *Left and *Right might
be deprecated and have to be removed later, making that trivial.
Resolves #1089
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
targetFrame is modified during the intersection computation loop, so
it's not the viewport you want if there are scrollframes around.
This bug triggers when IntersectionObservers are used on frames that
wrap.
Follow-up for #249.
|