| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Favor fallback content in that case (if present). Fallback is always
considered "good" in this case so may end up doing nothing which is what
we'd want for corner cases that hammer this routine with no content.
|
| |
|
|
|
|
|
|
|
| |
nsXMLContentSerializer::CheckElementEnd so that we can properly
determine whether it has children.
This resolves #1221
|
|\
| |
| | |
Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups along with it (1445670 and 1373780 part 2 and 3)
|
| |
| |
| |
| |
| |
| | |
along with it (1445670 and 1373780 part 2 and 3)
Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups along with it (1445670 and 1373780 part 2 and 3)
|
|/ |
|
|\
| |
| | |
Issues #816 / #802 - SpiderMonkey Tuneup
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Wrapper::Renew.
|
| |
| |
| |
| |
| |
| |
| | |
Specifically, three changes:
1) valueOf should be non-enumerable.
2) valueOf should be === to Object.prototype.valueOf.
3) There should be no toJSON.
|
| | |
|
| |
| |
| |
| |
| | |
We already don't allow cross origin POST redirects on 307 redirects;
this adds extra guards to make sure we don't allow them on 308s either.
|
| | |
|
|/ |
|
|\
| |
| | |
Add support for AAC audio in matroska/webm files
|
| |\ |
|
| | |
| | |
| | |
| | | |
Allow CRC32 elements in matroska cluster elements.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Tag #1052 (backout).
Backed out for creating issues like #1191 and other issue-less problems
with e.g. losing the caret from text boxes. Of note: this was also
backed out from m-c for similar reasons in Bug 1332433.
This fixes #1191.
This reverts commit 3424afccaebc71c4acd4fa9eadf519c408c5965b.
|
| | | |
|
| | |
| | |
| | |
| | | |
to background.
|
| | |
| | |
| | |
| | |
| | | |
This patch also makes UDPSocketChild::Bind return NS_ERROR_NOT_AVAILABLE
when mBackgroundManager is null.
|
|\ \ \
| |_|/
|/| | |
Dispatch a PluginRemoved event for actual plugins, not images/unknown/iframe-type <objects>
|
| |/
| |
| |
| |
| |
| |
| |
| | |
images/unknown/iframe-type <objects>
If a page uses or removes many <object> elements which are not actually plugins, loading the page goes to a crawl because UXP recalculates the plugin UI every time.
Only dispatch a PluginRemoved event for actual plugins.
|
| |
| |
| |
| |
| | |
- Allow "Save As..." downloads
- Allow subresource use if the top-level document is also on FTP
|
|/ |
|
| |
|
|
|
|
| |
Allow avc (h.264) content in matroska/webm containers
|
|
|
|
| |
Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
|
|
|
|
|
|
| |
starting in e10s mode.
This resolves #1130
|
|
|
|
|
| |
- Instead of trying the failing refactored Mozilla way, simply add a
check where needed building on what was put in place previously.
|
|
|
|
| |
This reverts commit e69b3f567c4b8957cc09ba4359e84939f77781c5.
|
|
|
|
|
|
| |
Some drivers on Linux are not supportive of very large allocation sizes
(esp. applicable to Linux x86 builds of UXP applications) and could
cause issues. Treat this the same way we already do on Mac/Darwin.
|
| |
|
| |
|
|\
| |
| | |
NodeInfoManager should use a local cache
|
| |
| |
| | |
issue #1111
|
| |
| |
| |
| |
| | |
- Structure the code better
- Directly downmix to mono from multichannel
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
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
|
|/
|
|
| |
Create a new pref 'dom.meta-set-cookie.enabled' which is set to 'false', disabling http-equiv meta cookies.
|
|
|
|
| |
This resolves #1088
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Fixes #1058
|
|
|
|
| |
Tag #1052
|
|
|
|
| |
MOZ_FENNEC
|