mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 03:18:56 +00:00
e39f9f88f7
- Bug 1152171 part 2 - Rename AnimationTimeline to DocumentTimeline; r=smaug (26c118319) - Bug 1152171 part 3 - Update web-platform-tests expectations; r=jgraham (b7b4032aa) - Bug 1153734 part 1 - Remove AnimationEffect; r=smaug (9cf67a02e) - Bug 1153734 part 2 - Rename Animation to KeyframeEffectReadonly; r=smaug (b69556ee6) - Bug 1153734 part 3 - Rename AnimationPlayer.source to AnimationPlayer.effect; r=smaug (50d3130ee) - Bug 1153734 part 4 - Rename other uses of 'source' and 'source content'; r=jwatt (b02c4ba36) - Bug 1153734 part 5 - Add AnimationEffectReadonly as a superinterface of KeyframeEffectReadonly; r=smaug (c3395d3f5) - Bug 1149990 - Support replaying of finished CSS transitions by supporting setting of currentTime/startTime. r=birtles (3fb2cb401) - Bug 1154615 part 1 - Rename AnimationPlayer to Animation in WebIDL; r=smaug (6c2125b49) - Bug 1154615 part 2 - Rename PendingPlayerTracker to PendingAnimationTracker; r=jwatt (8d6804def) - Bug 1154615 part 3 - Rename internal members of PendingAnimationTracker; r=jwatt (f348f6355) - Bug 1154615 part 4 - Rename references to players in dom/animation; r=jwatt (0250572e8) - Bug 1117603 part 1 - Don't assume style rules have been refreshed in GetAnimationRule; r=dbaron (a5d340d0f) - remove kungFuDeathGrip (49df758e6) - Bug 1117603 part 2 - Don't unregister from the refresh driver unless we are also queueing events; r=dbaron (715c9caa1) - Bug 1154615 part 5 - Rename AnimationPlayerCollection to AnimationCollection; r=jwatt (4c596f089) - Bug 1154615 part 6 - Rename references to players within layout/; r=jwatt (42405f3fc) - Bug 1154615 part 7 - Rename CSSAnimationPlayer and CSSTransitionPlayer; r=jwatt (49ab272ed) - Bug 1154615 part 8 - Rename references to players in animation observers; r=jwatt (c3fa26d7a) - Bug 1154615 part 9 - Rename test files; r=jwatt (9d9f03e7b) - Bug 1145439 (Part 1) - Throttle requestAnimationFrame for non-visible iframes. r=mstange,mchang (be7d183d6) - Bug 1145439 (Part 2) - Make test_scroll_event_ordering.html wait for rAF to unthrottle. r=roc (9ac8317c9) - Bug 1144324 - Try to register for, and handle, touch events when APZ is enabled. r=dvander,jimm (fb75d1665) - Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm (710617e6b) - Bug 1003991 - Disable https:// only load for ServiceWorkers when Developer Tools are open. r=nsm, r=miker (9d6669814) - Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan (e4555c90c) - Bug 1153267 - part 2 - use smart pointers instead of manual NS_ADDREF'ing outparams; r=ehsan (ae8b60d5a) - Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage (08fdb3c4f) - Bug 1146843 - Revert part of cset 33c30e283fa8 because the code is used in Fennec. r=snorp (407248257) - Bug 1151940 part 1. Make some readonly properties defined on Window by CSSOM-view replaceable. r=smaug (5cb9b91f0) - Bug 1151940 part 2. Add a convenience function in nsGlobalWindow for replacing a property on the window with a new value. r=smaug (2ba39331c) - Bug 1151940 part 3. Make some writable cssom-view attributes that we only allow setting from chrome act the way readonly replaceables would when called from content. r=smaug (b485e1b44) - Goanna -> Gecko (2c539d7be) - Goanna -> Gecko (25d34e213) - Bug 1148962 - Use TakeOwnershipOfErrorReporting in CPOW code (r=bholley) (96c997639) - pointer style (a07fbffaa) - Bug 1152577: Add 'aReason' argument to AutoEntryScript constructor, and provide plausible names for its instantiations. r=bholley (512fa27e2) - bug 1155691 - Expose WindowRoot to chrome from window in webidl. r=smaug (235281924) - Bug 404828 - No need to assert that the top window isn't reachable. r=smaug (d73154fa0) - Bug 404828 - Followup: remove assertion expectations on a CLOSED TREE. a=tomcat (a5dabe1b7) - Bug 1156102 - Mark nsGlobalWindowObserver::mWindow as MOZ_NON_OWNING_REF; r=baku (c0d4208b7) - Bug 1107801 - Improve gamepad support on MacOS. r=ted (c591bd5ac) - Goanna -> Gecko (d9b81bc9e) - Bug 852944 - Gamepad API IPC; r=ted, r=baku (521892538) - Bug 1143529 part 1. Stop manually calling WrapObject in DataStoreService::GetDataStoresResolve. r=baku (056ad6bfe) - Bug 1143529 part 2. Tighten up the assert in binding Wrap methods. r=peterv (765a13325) - Bug 1152169 - DataStoreService should check if the first revision exists, r=bent (ee371cc5d) - Bug 1152169 followup: Mark FirstRevisionIdCallback methods Run() and HandleEvent() as 'override'. rs=ehsan (8186c4168) - Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan (a50f0a54b) - Bug 1144322 - Handle tabindex in overridden IsInteractiveHTMLContent methods. r=smaug (fd4b9beed) - Bug 1086684 - Stash the full path for file inputs to avoid doing IPC at inopportune times. r=ehsan/bent/gps (b843b1efc) - Bug 1143934 - Disallow mozSetFileNameArray in content processes. r=ehsan (42e5c8c6d) - Bug 1143934 - Fix assorted forms mochitests for e10s-compatibility. r=smaug (7a3babfed) - Bug 1143934 - Work around SessionStore dependency on current brokenness. r=ttaubert (5b0fcb5ce) - Bug 956530 - Clear the delayed caret data when clicking on a selected part of a text control if the focus event handler selects the control; r=roc (2859f07b4) - Bug 956530 follow-up: Fix the test failure on Windows 8 caused by the text box having a glowing outline as a result of being clicked on (d34e8da1a) - Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv (800da50e2) - Bug 1157898 part 2. Make code of the form "NS_ENSURE_SUCCESS(rv.ErrorCode(), rv.ErrorCode());" use Failed and StealNSResult instead. r=peterv (472432a83) - Bug 1157898 part 3. Fix the remaining consumers of rv.ErrorCode() in NS_ENSURE_* expressions to not do that. r=peterv (d452807e7) - Bug 1122238 part 1. Switch to using the new stackframe APIs in JSStackFrame. r=bholley (9d87b261a) - Bug 1122238 part 2. Stop caching things in JSStackFrame when we're called over Xrays. r=bholley (83eda7275) - Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley (f237aa948) - add support for NetBSD/SPARC64 (065783b70) - Bug 1153484 - Fetch should ignore invalid headers, but still process later headers. r=nsm (8925ddd77) - Bug 1157754 part 2. Convert consumers of ErrorResult::ClearMessage() to the new better APIs we have for suppressing exceptions on ErrorResult. r=bkelly (6519fbd5e) - Bug 1157754 part 3. Make ClearMessage private on ErrorResult. r=peterv (3fb218692) - Bug 1157898 part 4. Add ErrorResult::ErrorCodeIs() and use it in various places to get rid of ErrorCode(). r=peterv (bed7bfb4c) - Bug 1130686 - Refactor PromiseHolder in the service worker clients code. r=nsm (b3dbdcbfe) - Bug 1130686 - Implement client.focus. r=baku (5dee6d850) - Bug 1149163 part 1 - Clean up nsHTMLEditRules::GetInnerContent; r=froydnj (cc8f65b54) - Bug 1149163 part 2 - Make nsDOMIterator infallible; r=froydnj (d975f6c62) - Bug 1149163 part 3 - Clean up nsHTMLEditRules::BustUpInlinesAtBRs; r=froydnj (58155adad) - Bug 1149163 part 4 - Allow use of temporary nsBoolDomIterFunctor; r=froydnj (dbafec00f) - Bug 1149163 part 5 - Clean up nsHTMLEditRules::GetNodesForOperation; r=froydnj (41179d810) - Bug 1149163 part 6 - Clean up nsHTMLEditRules::LookInsideDivBQandList; r=froydnj (0b757bf14) - Bug 1149163 part 7 - Clean up nsHTMLEditRules::PromoteRange; r=froydnj (c49c714b1) - Bug 1149163 part 8 - Clean up nsHTMLEditRules::GetPromotedRanges; r=froydnj (5163a0026) - Bug 1148228 - Stop checking ul twice (43a22088c) - Bug 1141017 - resurrect serif and monospace. r=ehsan (95a1b6fcf) - Bug 1147412 part 1 - Make methods take nsINode*, not just nsIContent*; r=ehsan (7f762cdbe) - Bug 1147412 part 2 - Clean up nsHTMLEditor::SetInlinePropertyOnTextNode; r=ehsan (faf805587) - Bug 1147412 part 3 - Fix completely broken nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet implementation; r=ehsan (73fea67c1) - Bug 1147412 part 4 - Clean up nsHTMLEditor::GetInlinePropertyBase; r=ehsan (3265bfbce) - Bug 1147412 part 5 - Clean up nsHTMLEditor::RemoveInlinePropertyImpl; r=ehsan (0f402bd7e) - Bug 1147412 part 6 - Remove nsHTMLCSSUtils::IsCSSEditableProperty(nsIDOMNode*,...); r=ehsan (100e4038a) - Bug 1147412 part 7 - Remove nsHTMLCSSUtils::GetComputedStyle(nsIDOMElement*); r=ehsan (6c51103bc) - Bug 1147412 part 8 - Clean up nsHTMLCSSUtils::IsCSSInvertible; r=ehsan (01e60c446) - Bug 1147412 part 9 - Convert some nsHTMLEditor members to Element; r=ehsan (e7efb1ac4) - Bug 1147412 part 10 - Clean up nsHTMLCSSUtils::Get*Property, GetCSSInlinePropertyBase; r=ehsan (54154143d) - Bug 1149163 part 9 - Clean up nsHTMLEditRules::GetNodesFromSelection; r=froydnj (5186308b9) - Bug 1154701 part 1 - Clean up nsHTMLEditor::CreateListOfNodesToPaste; r=ehsan (ea95238d5) - Bug 1153629 part 1 - Clean up nsHTMLEditRules::GetListActionNodes; r=ehsan (51f3b3e95) - Bug 1153629 part 2 - Clean up nsHTMLEditRules::GetParagraphFormatNodes; r=ehsan (a27bd7751) - Bug 1153629 part 3 - Clean up nsHTMLEditRules::GetNodesFromPoint; r=ehsan (edc7e4561) - Bug 1153629 part 4 - Clean up nsHTMLEditRules::ListIsEmptyLine; r=ehsan (ce3289bc7) - Bug 1153629 part 5 - Clean up nsHTMLEditRules::GetChildNodesForOperation; r=ehsan (b3a509dbf) - Bug 1153629 part 6 - Clean up nsHTMLEditRules::MakeBlockquote; r=ehsan (cb3808182) - Bug 1153629 part 7 - Clean up nsHTMLEditRules::RemoveBlockStyle, RemovePartOfBlock; r=ehsan (660b9f76e) - Bug 1153629 part 8 - Clean up nsHTMLEditRules::ApplyBlockStyle; r=ehsan (f54f9538c) - Bug 1153629 part 9 - Clean up nsHTMLEditRules::MakeTransitionList; r=ehsan (fb63cf6d8) - Bug 1153629 part 10 - Clean up nsHTMLEditRules::AlignInnerBlocks; r=ehsan (752d2df7a) - Bug 1153629 part 11 - Clean up nsHTMLEditRules::AdjustSpecialBreaks; r=ehsan (16ef0416b) - Bug 1153629 part 12 - Clean up nsHTMLEditRules::RemoveEmptyNodes; r=ehsan (d528e70e6) - Bug 1154701 part 2 - Use more OwningNonNull in editor; r=ehsan (85b1929e6) - Bug 1154701 part 3 - Clean up nsHTMLEditor::GetListAndTableParents, DiscoverPartialListsAndTables, ScanForListAndTableStructure, ReplaceOrphanedStructure; r=ehsan (7fe31f058) - Bug 1154701 part 4 - Switch nsHTMLEditor::mContentFilters to nsTArray; r=ehsan (64e6dd160) - Bug 1154701 part 5 - Switch nsHTMLEditor::objectResizeEventListeners to nsTArray; r=ehsan (036bc65fe) - Bug 1154701 part 6 - Clean up nsHTMLEditor::SetInlinePropertyOnNodeImpl; r=ehsan (2d619ca16) - Bug 1154701 part 7 - Clean up nsHTMLEditor::SetInlineProperty; r=ehsan (7a367d31b) - Bug 1154701 part 8 - Clean up nsHTMLEditor::SetInlinePropertyOnNode; r=ehsan (707c07d93) - Bug 1154701 part 9 - Clean up nsHTMLEditor::RelativeFontChange; r=ehsan (273ae9c64) - Bug 1154701 part 10 - Switch nsEditor::mActionListeners to nsTArray; r=ehsan (d2b5732fe) - Bug 1154701 part 11 - Switch nsEditor::mEditorObservers to nsTArray; r=ehsan (25a5af12e) - Bug 1154701 part 12 - Switch nsEditor::mDocStateListeners to nsTArray; r=ehsan (665af0792) - Bug 1154701 part 13 - Clean up nsHTMLEditor::SetCSSBackgroundColor; r=ehsan (ba424ade8) - Bug 1154701 part 14 - Remove unused nsCOMArray cruft; r=ehsan (3a8679a67) - Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup (ae37b5464) - Bug 1137447 - New app update telemetry for patch type (complete or partial), extended error codes, and general cleanup. r=bbondy (c736ae502)
1252 lines
35 KiB
C++
1252 lines
35 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "mozilla/dom/HTMLImageElement.h"
|
|
#include "mozilla/dom/HTMLImageElementBinding.h"
|
|
#include "nsGkAtoms.h"
|
|
#include "nsStyleConsts.h"
|
|
#include "nsPresContext.h"
|
|
#include "nsMappedAttributes.h"
|
|
#include "nsSize.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsIDOMMutationEvent.h"
|
|
#include "nsIScriptContext.h"
|
|
#include "nsIURL.h"
|
|
#include "nsIIOService.h"
|
|
#include "nsIServiceManager.h"
|
|
#include "nsIAppShell.h"
|
|
#include "nsWidgetsCID.h"
|
|
#include "nsNetUtil.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsContainerFrame.h"
|
|
#include "nsNodeInfoManager.h"
|
|
#include "mozilla/MouseEvents.h"
|
|
#include "nsContentPolicyUtils.h"
|
|
#include "nsIDOMWindow.h"
|
|
#include "nsFocusManager.h"
|
|
#include "mozilla/dom/HTMLFormElement.h"
|
|
#include "nsAttrValueOrString.h"
|
|
#include "imgLoader.h"
|
|
|
|
// Responsive images!
|
|
#include "mozilla/dom/HTMLSourceElement.h"
|
|
#include "mozilla/dom/ResponsiveImageSelector.h"
|
|
|
|
#include "imgIContainer.h"
|
|
#include "imgILoader.h"
|
|
#include "imgINotificationObserver.h"
|
|
#include "imgRequestProxy.h"
|
|
|
|
#include "nsILoadGroup.h"
|
|
|
|
#include "nsRuleData.h"
|
|
|
|
#include "nsIDOMHTMLMapElement.h"
|
|
#include "mozilla/EventDispatcher.h"
|
|
#include "mozilla/EventStates.h"
|
|
|
|
#include "nsLayoutUtils.h"
|
|
|
|
#include "mozilla/Preferences.h"
|
|
static const char *kPrefSrcsetEnabled = "dom.image.srcset.enabled";
|
|
|
|
static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID);
|
|
|
|
NS_IMPL_NS_NEW_HTML_ELEMENT(Image)
|
|
|
|
#ifdef DEBUG
|
|
// Is aSubject a previous sibling of aNode.
|
|
static bool IsPreviousSibling(nsINode *aSubject, nsINode *aNode)
|
|
{
|
|
if (aSubject == aNode) {
|
|
return false;
|
|
}
|
|
|
|
nsINode *parent = aSubject->GetParentNode();
|
|
if (parent && parent == aNode->GetParentNode()) {
|
|
return parent->IndexOf(aSubject) < parent->IndexOf(aNode);
|
|
}
|
|
|
|
return false;
|
|
}
|
|
#endif
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
|
|
// Calls LoadSelectedImage on host element unless it has been superseded or
|
|
// canceled -- this is the synchronous section of "update the image data".
|
|
// https://html.spec.whatwg.org/multipage/embedded-content.html#update-the-image-data
|
|
class ImageLoadTask : public nsRunnable
|
|
{
|
|
public:
|
|
explicit ImageLoadTask(HTMLImageElement *aElement) :
|
|
mElement(aElement)
|
|
{}
|
|
|
|
NS_IMETHOD Run()
|
|
{
|
|
if (mElement->mPendingImageLoadTask == this) {
|
|
mElement->mPendingImageLoadTask = nullptr;
|
|
mElement->LoadSelectedImage(true, true);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
private:
|
|
~ImageLoadTask() {}
|
|
nsRefPtr<HTMLImageElement> mElement;
|
|
};
|
|
|
|
HTMLImageElement::HTMLImageElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo)
|
|
: nsGenericHTMLElement(aNodeInfo)
|
|
, mForm(nullptr)
|
|
{
|
|
// We start out broken
|
|
AddStatesSilently(NS_EVENT_STATE_BROKEN);
|
|
}
|
|
|
|
HTMLImageElement::~HTMLImageElement()
|
|
{
|
|
DestroyImageLoadingContent();
|
|
}
|
|
|
|
|
|
NS_IMPL_ADDREF_INHERITED(HTMLImageElement, Element)
|
|
NS_IMPL_RELEASE_INHERITED(HTMLImageElement, Element)
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_INHERITED(HTMLImageElement,
|
|
nsGenericHTMLElement,
|
|
mResponsiveSelector)
|
|
|
|
// QueryInterface implementation for HTMLImageElement
|
|
NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED(HTMLImageElement)
|
|
NS_INTERFACE_TABLE_INHERITED(HTMLImageElement,
|
|
nsIDOMHTMLImageElement,
|
|
nsIImageLoadingContent,
|
|
imgIOnloadBlocker,
|
|
imgINotificationObserver)
|
|
NS_INTERFACE_TABLE_TAIL_INHERITING(nsGenericHTMLElement)
|
|
|
|
|
|
NS_IMPL_ELEMENT_CLONE(HTMLImageElement)
|
|
|
|
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Name, name)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Align, align)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Alt, alt)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Border, border)
|
|
NS_IMPL_INT_ATTR(HTMLImageElement, Hspace, hspace)
|
|
NS_IMPL_BOOL_ATTR(HTMLImageElement, IsMap, ismap)
|
|
NS_IMPL_URI_ATTR(HTMLImageElement, LongDesc, longdesc)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Sizes, sizes)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Lowsrc, lowsrc)
|
|
NS_IMPL_URI_ATTR(HTMLImageElement, Src, src)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, Srcset, srcset)
|
|
NS_IMPL_STRING_ATTR(HTMLImageElement, UseMap, usemap)
|
|
NS_IMPL_INT_ATTR(HTMLImageElement, Vspace, vspace)
|
|
|
|
bool
|
|
HTMLImageElement::IsInteractiveHTMLContent(bool aIgnoreTabindex) const
|
|
{
|
|
return HasAttr(kNameSpaceID_None, nsGkAtoms::usemap) ||
|
|
nsGenericHTMLElement::IsInteractiveHTMLContent(aIgnoreTabindex);
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::IsSrcsetEnabled()
|
|
{
|
|
return Preferences::GetBool(kPrefSrcsetEnabled, false);
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::GetCurrentSrc(nsAString& aValue)
|
|
{
|
|
if (!IsSrcsetEnabled()) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsCOMPtr<nsIURI> currentURI;
|
|
GetCurrentURI(getter_AddRefs(currentURI));
|
|
if (currentURI) {
|
|
nsAutoCString spec;
|
|
currentURI->GetSpec(spec);
|
|
CopyUTF8toUTF16(spec, aValue);
|
|
} else {
|
|
SetDOMStringToNull(aValue);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::GetItemValueText(DOMString& aValue)
|
|
{
|
|
GetSrc(aValue);
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::SetItemValueText(const nsAString& aValue)
|
|
{
|
|
SetSrc(aValue);
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::Draggable() const
|
|
{
|
|
// images may be dragged unless the draggable attribute is false
|
|
return !AttrValueIs(kNameSpaceID_None, nsGkAtoms::draggable,
|
|
nsGkAtoms::_false, eIgnoreCase);
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::Complete()
|
|
{
|
|
if (!mCurrentRequest) {
|
|
return true;
|
|
}
|
|
|
|
if (mPendingRequest) {
|
|
return false;
|
|
}
|
|
|
|
uint32_t status;
|
|
mCurrentRequest->GetImageStatus(&status);
|
|
return
|
|
(status &
|
|
(imgIRequest::STATUS_LOAD_COMPLETE | imgIRequest::STATUS_ERROR)) != 0;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetComplete(bool* aComplete)
|
|
{
|
|
NS_PRECONDITION(aComplete, "Null out param!");
|
|
|
|
*aComplete = Complete();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
CSSIntPoint
|
|
HTMLImageElement::GetXY()
|
|
{
|
|
nsIFrame* frame = GetPrimaryFrame(Flush_Layout);
|
|
if (!frame) {
|
|
return CSSIntPoint(0, 0);
|
|
}
|
|
|
|
nsIFrame* layer = nsLayoutUtils::GetClosestLayer(frame->GetParent());
|
|
return CSSIntPoint::FromAppUnitsRounded(frame->GetOffsetTo(layer));
|
|
}
|
|
|
|
int32_t
|
|
HTMLImageElement::X()
|
|
{
|
|
return GetXY().x;
|
|
}
|
|
|
|
int32_t
|
|
HTMLImageElement::Y()
|
|
{
|
|
return GetXY().y;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetX(int32_t* aX)
|
|
{
|
|
*aX = X();
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetY(int32_t* aY)
|
|
{
|
|
*aY = Y();
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetHeight(uint32_t* aHeight)
|
|
{
|
|
*aHeight = Height();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::SetHeight(uint32_t aHeight)
|
|
{
|
|
ErrorResult rv;
|
|
SetHeight(aHeight, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetWidth(uint32_t* aWidth)
|
|
{
|
|
*aWidth = Width();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::SetWidth(uint32_t aWidth)
|
|
{
|
|
ErrorResult rv;
|
|
SetWidth(aWidth, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::ParseAttribute(int32_t aNamespaceID,
|
|
nsIAtom* aAttribute,
|
|
const nsAString& aValue,
|
|
nsAttrValue& aResult)
|
|
{
|
|
if (aNamespaceID == kNameSpaceID_None) {
|
|
if (aAttribute == nsGkAtoms::align) {
|
|
return ParseAlignValue(aValue, aResult);
|
|
}
|
|
if (aAttribute == nsGkAtoms::crossorigin) {
|
|
ParseCORSValue(aValue, aResult);
|
|
return true;
|
|
}
|
|
if (ParseImageAttribute(aAttribute, aValue, aResult)) {
|
|
return true;
|
|
}
|
|
}
|
|
|
|
return nsGenericHTMLElement::ParseAttribute(aNamespaceID, aAttribute, aValue,
|
|
aResult);
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::MapAttributesIntoRule(const nsMappedAttributes* aAttributes,
|
|
nsRuleData* aData)
|
|
{
|
|
nsGenericHTMLElement::MapImageAlignAttributeInto(aAttributes, aData);
|
|
nsGenericHTMLElement::MapImageBorderAttributeInto(aAttributes, aData);
|
|
nsGenericHTMLElement::MapImageMarginAttributeInto(aAttributes, aData);
|
|
nsGenericHTMLElement::MapImageSizeAttributesInto(aAttributes, aData);
|
|
nsGenericHTMLElement::MapCommonAttributesInto(aAttributes, aData);
|
|
}
|
|
|
|
nsChangeHint
|
|
HTMLImageElement::GetAttributeChangeHint(const nsIAtom* aAttribute,
|
|
int32_t aModType) const
|
|
{
|
|
nsChangeHint retval =
|
|
nsGenericHTMLElement::GetAttributeChangeHint(aAttribute, aModType);
|
|
if (aAttribute == nsGkAtoms::usemap ||
|
|
aAttribute == nsGkAtoms::ismap) {
|
|
NS_UpdateHint(retval, NS_STYLE_HINT_FRAMECHANGE);
|
|
} else if (aAttribute == nsGkAtoms::alt) {
|
|
if (aModType == nsIDOMMutationEvent::ADDITION ||
|
|
aModType == nsIDOMMutationEvent::REMOVAL) {
|
|
NS_UpdateHint(retval, NS_STYLE_HINT_FRAMECHANGE);
|
|
}
|
|
}
|
|
return retval;
|
|
}
|
|
|
|
NS_IMETHODIMP_(bool)
|
|
HTMLImageElement::IsAttributeMapped(const nsIAtom* aAttribute) const
|
|
{
|
|
static const MappedAttributeEntry* const map[] = {
|
|
sCommonAttributeMap,
|
|
sImageMarginSizeAttributeMap,
|
|
sImageBorderAttributeMap,
|
|
sImageAlignAttributeMap
|
|
};
|
|
|
|
return FindAttributeDependence(aAttribute, map);
|
|
}
|
|
|
|
|
|
nsMapRuleToAttributesFunc
|
|
HTMLImageElement::GetAttributeMappingFunction() const
|
|
{
|
|
return &MapAttributesIntoRule;
|
|
}
|
|
|
|
|
|
nsresult
|
|
HTMLImageElement::BeforeSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
const nsAttrValueOrString* aValue,
|
|
bool aNotify)
|
|
{
|
|
|
|
if (aNameSpaceID == kNameSpaceID_None && mForm &&
|
|
(aName == nsGkAtoms::name || aName == nsGkAtoms::id)) {
|
|
// remove the image from the hashtable as needed
|
|
nsAutoString tmp;
|
|
GetAttr(kNameSpaceID_None, aName, tmp);
|
|
|
|
if (!tmp.IsEmpty()) {
|
|
mForm->RemoveImageElementFromTable(this, tmp,
|
|
HTMLFormElement::AttributeUpdated);
|
|
}
|
|
}
|
|
|
|
return nsGenericHTMLElement::BeforeSetAttr(aNameSpaceID, aName,
|
|
aValue, aNotify);
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
const nsAttrValue* aValue, bool aNotify)
|
|
{
|
|
if (aNameSpaceID == kNameSpaceID_None && mForm &&
|
|
(aName == nsGkAtoms::name || aName == nsGkAtoms::id) &&
|
|
aValue && !aValue->IsEmptyString()) {
|
|
// add the image to the hashtable as needed
|
|
MOZ_ASSERT(aValue->Type() == nsAttrValue::eAtom,
|
|
"Expected atom value for name/id");
|
|
mForm->AddImageElementToTable(this,
|
|
nsDependentAtomString(aValue->GetAtomValue()));
|
|
}
|
|
|
|
// Handle src/srcset/crossorigin updates. If aNotify is false, we are coming
|
|
// from the parser or some such place; we'll get bound after all the
|
|
// attributes have been set, so we'll do the image load from BindToTree.
|
|
|
|
nsAttrValueOrString attrVal(aValue);
|
|
|
|
if (aName == nsGkAtoms::src &&
|
|
aNameSpaceID == kNameSpaceID_None &&
|
|
!aValue) {
|
|
// SetAttr handles setting src since it needs to catch img.src =
|
|
// img.src, so we only need to handle the unset case
|
|
if (InResponsiveMode()) {
|
|
if (mResponsiveSelector &&
|
|
mResponsiveSelector->Content() == this) {
|
|
mResponsiveSelector->SetDefaultSource(NullString());
|
|
}
|
|
QueueImageLoadTask();
|
|
} else {
|
|
// Bug 1076583 - We still behave synchronously in the non-responsive case
|
|
CancelImageRequests(aNotify);
|
|
}
|
|
} else if (aName == nsGkAtoms::srcset &&
|
|
aNameSpaceID == kNameSpaceID_None &&
|
|
IsSrcsetEnabled()) {
|
|
PictureSourceSrcsetChanged(this, attrVal.String(), aNotify);
|
|
} else if (aName == nsGkAtoms::sizes &&
|
|
aNameSpaceID == kNameSpaceID_None &&
|
|
HTMLPictureElement::IsPictureEnabled()) {
|
|
PictureSourceSizesChanged(this, attrVal.String(), aNotify);
|
|
} else if (aName == nsGkAtoms::crossorigin &&
|
|
aNameSpaceID == kNameSpaceID_None &&
|
|
aNotify) {
|
|
// Force a new load of the image with the new cross origin policy.
|
|
if (InResponsiveMode()) {
|
|
// per spec, full selection runs when this changes, even though
|
|
// it doesn't directly affect the source selection
|
|
QueueImageLoadTask();
|
|
} else {
|
|
// Bug 1076583 - We still use the older synchronous algorithm in
|
|
// non-responsive mode. Force a new load of the image with the
|
|
// new cross origin policy.
|
|
ForceReload(aNotify);
|
|
}
|
|
}
|
|
|
|
return nsGenericHTMLElement::AfterSetAttr(aNameSpaceID, aName,
|
|
aValue, aNotify);
|
|
}
|
|
|
|
|
|
nsresult
|
|
HTMLImageElement::PreHandleEvent(EventChainPreVisitor& aVisitor)
|
|
{
|
|
// If we are a map and get a mouse click, don't let it be handled by
|
|
// the Generic Element as this could cause a click event to fire
|
|
// twice, once by the image frame for the map and once by the Anchor
|
|
// element. (bug 39723)
|
|
WidgetMouseEvent* mouseEvent = aVisitor.mEvent->AsMouseEvent();
|
|
if (mouseEvent && mouseEvent->IsLeftClickEvent()) {
|
|
bool isMap = false;
|
|
GetIsMap(&isMap);
|
|
if (isMap) {
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
}
|
|
}
|
|
return nsGenericHTMLElement::PreHandleEvent(aVisitor);
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::IsHTMLFocusable(bool aWithMouse,
|
|
bool *aIsFocusable, int32_t *aTabIndex)
|
|
{
|
|
int32_t tabIndex = TabIndex();
|
|
|
|
if (IsInDoc()) {
|
|
nsAutoString usemap;
|
|
GetUseMap(usemap);
|
|
// XXXbz which document should this be using? sXBL/XBL2 issue! I
|
|
// think that OwnerDoc() is right, since we don't want to
|
|
// assume stuff about the document we're bound to.
|
|
if (OwnerDoc()->FindImageMap(usemap)) {
|
|
if (aTabIndex) {
|
|
// Use tab index on individual map areas
|
|
*aTabIndex = (sTabFocusModel & eTabFocus_linksMask)? 0 : -1;
|
|
}
|
|
// Image map is not focusable itself, but flag as tabbable
|
|
// so that image map areas get walked into.
|
|
*aIsFocusable = false;
|
|
|
|
return false;
|
|
}
|
|
}
|
|
|
|
if (aTabIndex) {
|
|
// Can be in tab order if tabindex >=0 and form controls are tabbable.
|
|
*aTabIndex = (sTabFocusModel & eTabFocus_formElementsMask)? tabIndex : -1;
|
|
}
|
|
|
|
*aIsFocusable =
|
|
#ifdef XP_MACOSX
|
|
(!aWithMouse || nsFocusManager::sMouseFocusesFormControl) &&
|
|
#endif
|
|
(tabIndex >= 0 || HasAttr(kNameSpaceID_None, nsGkAtoms::tabindex));
|
|
|
|
return false;
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
nsIAtom* aPrefix, const nsAString& aValue,
|
|
bool aNotify)
|
|
{
|
|
// We need to force our image to reload. This must be done here, not in
|
|
// AfterSetAttr or BeforeSetAttr, because we want to do it even if the attr is
|
|
// being set to its existing value, which is normally optimized away as a
|
|
// no-op.
|
|
//
|
|
// If we are in responsive mode, we drop the forced reload behavior,
|
|
// but still trigger a image load task for img.src = img.src per
|
|
// spec.
|
|
//
|
|
// Both cases handle unsetting src in AfterSetAttr
|
|
if (aNameSpaceID == kNameSpaceID_None &&
|
|
aName == nsGkAtoms::src) {
|
|
|
|
// This is for dom.disable_image_src_set, which predates "srcset"
|
|
// as an attribute. See Bug 773429
|
|
if (nsContentUtils::IsImageSrcSetDisabled()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
if (InResponsiveMode()) {
|
|
if (mResponsiveSelector &&
|
|
mResponsiveSelector->Content() == this) {
|
|
mResponsiveSelector->SetDefaultSource(aValue);
|
|
}
|
|
QueueImageLoadTask();
|
|
} else if (aNotify) {
|
|
// If aNotify is false, we are coming from the parser or some such place;
|
|
// we'll get bound after all the attributes have been set, so we'll do the
|
|
// sync image load from BindToTree. Skip the LoadImage call in that case.
|
|
|
|
// Note that this sync behavior is partially removed from the spec, bug 1076583
|
|
|
|
// A hack to get animations to reset. See bug 594771.
|
|
mNewRequestsWillNeedAnimationReset = true;
|
|
|
|
// Force image loading here, so that we'll try to load the image from
|
|
// network if it's set to be not cacheable... If we change things so that
|
|
// the state gets in Element's attr-setting happen around this
|
|
// LoadImage call, we could start passing false instead of aNotify
|
|
// here.
|
|
LoadImage(aValue, true, aNotify, eImageLoadType_Normal);
|
|
|
|
mNewRequestsWillNeedAnimationReset = false;
|
|
}
|
|
}
|
|
|
|
return nsGenericHTMLElement::SetAttr(aNameSpaceID, aName, aPrefix, aValue,
|
|
aNotify);
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
|
|
nsIContent* aBindingParent,
|
|
bool aCompileEventHandlers)
|
|
{
|
|
nsresult rv = nsGenericHTMLElement::BindToTree(aDocument, aParent,
|
|
aBindingParent,
|
|
aCompileEventHandlers);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsImageLoadingContent::BindToTree(aDocument, aParent, aBindingParent,
|
|
aCompileEventHandlers);
|
|
|
|
if (aParent) {
|
|
UpdateFormOwner();
|
|
}
|
|
|
|
bool addedToPicture = aParent && aParent->IsHTMLElement(nsGkAtoms::picture) &&
|
|
HTMLPictureElement::IsPictureEnabled();
|
|
if (addedToPicture) {
|
|
QueueImageLoadTask();
|
|
} else if (!InResponsiveMode() &&
|
|
HasAttr(kNameSpaceID_None, nsGkAtoms::src)) {
|
|
// We skip loading when our attributes were set from parser land,
|
|
// so trigger a aForce=false load now to check if things changed.
|
|
// This isn't necessary for responsive mode, since creating the
|
|
// image load task is asynchronous we don't need to take special
|
|
// care to avoid doing so when being filled by the parser.
|
|
|
|
// FIXME: Bug 660963 it would be nice if we could just have
|
|
// ClearBrokenState update our state and do it fast...
|
|
ClearBrokenState();
|
|
RemoveStatesSilently(NS_EVENT_STATE_BROKEN);
|
|
|
|
// We still act synchronously for the non-responsive case (Bug
|
|
// 1076583), but still need to delay if it is unsafe to run
|
|
// script.
|
|
|
|
// If loading is temporarily disabled, don't even launch MaybeLoadImage.
|
|
// Otherwise MaybeLoadImage may run later when someone has reenabled
|
|
// loading.
|
|
if (LoadingEnabled()) {
|
|
nsContentUtils::AddScriptRunner(
|
|
NS_NewRunnableMethod(this, &HTMLImageElement::MaybeLoadImage));
|
|
}
|
|
}
|
|
|
|
return rv;
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::UnbindFromTree(bool aDeep, bool aNullParent)
|
|
{
|
|
if (mForm) {
|
|
if (aNullParent || !FindAncestorForm(mForm)) {
|
|
ClearForm(true);
|
|
} else {
|
|
UnsetFlags(MAYBE_ORPHAN_FORM_ELEMENT);
|
|
}
|
|
}
|
|
|
|
if (aNullParent && GetParent() &&
|
|
GetParent()->IsHTMLElement(nsGkAtoms::picture) &&
|
|
HTMLPictureElement::IsPictureEnabled()) {
|
|
// Being removed from picture re-triggers selection, even if we
|
|
// weren't using a <source> peer
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
nsImageLoadingContent::UnbindFromTree(aDeep, aNullParent);
|
|
nsGenericHTMLElement::UnbindFromTree(aDeep, aNullParent);
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::UpdateFormOwner()
|
|
{
|
|
if (!mForm) {
|
|
mForm = FindAncestorForm();
|
|
}
|
|
|
|
if (mForm && !HasFlag(ADDED_TO_FORM)) {
|
|
// Now we need to add ourselves to the form
|
|
nsAutoString nameVal, idVal;
|
|
GetAttr(kNameSpaceID_None, nsGkAtoms::name, nameVal);
|
|
GetAttr(kNameSpaceID_None, nsGkAtoms::id, idVal);
|
|
|
|
SetFlags(ADDED_TO_FORM);
|
|
|
|
mForm->AddImageElement(this);
|
|
|
|
if (!nameVal.IsEmpty()) {
|
|
mForm->AddImageElementToTable(this, nameVal);
|
|
}
|
|
|
|
if (!idVal.IsEmpty()) {
|
|
mForm->AddImageElementToTable(this, idVal);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::MaybeLoadImage()
|
|
{
|
|
// Our base URI may have changed, or we may have had responsive parameters
|
|
// change while not bound to the tree. Re-parse src/srcset and call LoadImage,
|
|
// which is a no-op if it resolves to the same effective URI without aForce.
|
|
|
|
// Note, check LoadingEnabled() after LoadImage call.
|
|
|
|
LoadSelectedImage(false, true);
|
|
|
|
if (!LoadingEnabled()) {
|
|
CancelImageRequests(true);
|
|
}
|
|
}
|
|
|
|
EventStates
|
|
HTMLImageElement::IntrinsicState() const
|
|
{
|
|
return nsGenericHTMLElement::IntrinsicState() |
|
|
nsImageLoadingContent::ImageState();
|
|
}
|
|
|
|
// static
|
|
already_AddRefed<HTMLImageElement>
|
|
HTMLImageElement::Image(const GlobalObject& aGlobal,
|
|
const Optional<uint32_t>& aWidth,
|
|
const Optional<uint32_t>& aHeight,
|
|
ErrorResult& aError)
|
|
{
|
|
nsCOMPtr<nsPIDOMWindow> win = do_QueryInterface(aGlobal.GetAsSupports());
|
|
nsIDocument* doc;
|
|
if (!win || !(doc = win->GetExtantDoc())) {
|
|
aError.Throw(NS_ERROR_FAILURE);
|
|
return nullptr;
|
|
}
|
|
|
|
already_AddRefed<mozilla::dom::NodeInfo> nodeInfo =
|
|
doc->NodeInfoManager()->GetNodeInfo(nsGkAtoms::img, nullptr,
|
|
kNameSpaceID_XHTML,
|
|
nsIDOMNode::ELEMENT_NODE);
|
|
|
|
nsRefPtr<HTMLImageElement> img = new HTMLImageElement(nodeInfo);
|
|
|
|
if (aWidth.WasPassed()) {
|
|
img->SetWidth(aWidth.Value(), aError);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (aHeight.WasPassed()) {
|
|
img->SetHeight(aHeight.Value(), aError);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
}
|
|
|
|
return img.forget();
|
|
}
|
|
|
|
uint32_t
|
|
HTMLImageElement::NaturalHeight()
|
|
{
|
|
uint32_t height;
|
|
nsresult rv = nsImageLoadingContent::GetNaturalHeight(&height);
|
|
|
|
if (NS_FAILED(rv)) {
|
|
MOZ_ASSERT(false, "GetNaturalHeight should not fail");
|
|
return 0;
|
|
}
|
|
|
|
if (mResponsiveSelector) {
|
|
double density = mResponsiveSelector->GetSelectedImageDensity();
|
|
MOZ_ASSERT(IsFinite(density) && density > 0.0);
|
|
height = NSToIntRound(double(height) / density);
|
|
height = std::max(height, 0u);
|
|
}
|
|
|
|
return height;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetNaturalHeight(uint32_t* aNaturalHeight)
|
|
{
|
|
*aNaturalHeight = NaturalHeight();
|
|
return NS_OK;
|
|
}
|
|
|
|
uint32_t
|
|
HTMLImageElement::NaturalWidth()
|
|
{
|
|
uint32_t width;
|
|
nsresult rv = nsImageLoadingContent::GetNaturalWidth(&width);
|
|
|
|
if (NS_FAILED(rv)) {
|
|
MOZ_ASSERT(false, "GetNaturalWidth should not fail");
|
|
return 0;
|
|
}
|
|
|
|
if (mResponsiveSelector) {
|
|
double density = mResponsiveSelector->GetSelectedImageDensity();
|
|
MOZ_ASSERT(IsFinite(density) && density > 0.0);
|
|
width = NSToIntRound(double(width) / density);
|
|
width = std::max(width, 0u);
|
|
}
|
|
|
|
return width;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
HTMLImageElement::GetNaturalWidth(uint32_t* aNaturalWidth)
|
|
{
|
|
*aNaturalWidth = NaturalWidth();
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::CopyInnerTo(Element* aDest)
|
|
{
|
|
if (aDest->OwnerDoc()->IsStaticDocument()) {
|
|
CreateStaticImageClone(static_cast<HTMLImageElement*>(aDest));
|
|
}
|
|
return nsGenericHTMLElement::CopyInnerTo(aDest);
|
|
}
|
|
|
|
CORSMode
|
|
HTMLImageElement::GetCORSMode()
|
|
{
|
|
return AttrValueToCORSMode(GetParsedAttr(nsGkAtoms::crossorigin));
|
|
}
|
|
|
|
JSObject*
|
|
HTMLImageElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
|
{
|
|
return HTMLImageElementBinding::Wrap(aCx, this, aGivenProto);
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
nsIDOMHTMLFormElement*
|
|
HTMLImageElement::GetForm() const
|
|
{
|
|
return mForm;
|
|
}
|
|
#endif
|
|
|
|
void
|
|
HTMLImageElement::SetForm(nsIDOMHTMLFormElement* aForm)
|
|
{
|
|
NS_PRECONDITION(aForm, "Don't pass null here");
|
|
NS_ASSERTION(!mForm,
|
|
"We don't support switching from one non-null form to another.");
|
|
|
|
mForm = static_cast<HTMLFormElement*>(aForm);
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::ClearForm(bool aRemoveFromForm)
|
|
{
|
|
NS_ASSERTION((mForm != nullptr) == HasFlag(ADDED_TO_FORM),
|
|
"Form control should have had flag set correctly");
|
|
|
|
if (!mForm) {
|
|
return;
|
|
}
|
|
|
|
if (aRemoveFromForm) {
|
|
nsAutoString nameVal, idVal;
|
|
GetAttr(kNameSpaceID_None, nsGkAtoms::name, nameVal);
|
|
GetAttr(kNameSpaceID_None, nsGkAtoms::id, idVal);
|
|
|
|
mForm->RemoveImageElement(this);
|
|
|
|
if (!nameVal.IsEmpty()) {
|
|
mForm->RemoveImageElementFromTable(this, nameVal,
|
|
HTMLFormElement::ElementRemoved);
|
|
}
|
|
|
|
if (!idVal.IsEmpty()) {
|
|
mForm->RemoveImageElementFromTable(this, idVal,
|
|
HTMLFormElement::ElementRemoved);
|
|
}
|
|
}
|
|
|
|
UnsetFlags(ADDED_TO_FORM);
|
|
mForm = nullptr;
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::QueueImageLoadTask()
|
|
{
|
|
// If loading is temporarily disabled, we don't want to queue tasks
|
|
// that may then run when loading is re-enabled.
|
|
if (!LoadingEnabled() || !this->OwnerDoc()->IsCurrentActiveDocument()) {
|
|
return;
|
|
}
|
|
|
|
// The task checks this to determine if it was the last queued event, so this
|
|
// implicitly cancels earlier tasks
|
|
mPendingImageLoadTask = new ImageLoadTask(this);
|
|
nsCOMPtr<nsIAppShell> appShell = do_GetService(kAppShellCID);
|
|
if (appShell) {
|
|
appShell->RunInStableState(mPendingImageLoadTask);
|
|
} else {
|
|
MOZ_ASSERT(false, "expect appshell for HTMLImageElement");
|
|
}
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::HaveSrcsetOrInPicture()
|
|
{
|
|
if (IsSrcsetEnabled() && HasAttr(kNameSpaceID_None, nsGkAtoms::srcset)) {
|
|
return true;
|
|
}
|
|
|
|
if (!HTMLPictureElement::IsPictureEnabled()) {
|
|
return false;
|
|
}
|
|
|
|
Element *parent = nsINode::GetParentElement();
|
|
return (parent && parent->IsHTMLElement(nsGkAtoms::picture));
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::InResponsiveMode()
|
|
{
|
|
// When we lose srcset or leave a <picture> element, the fallback to img.src
|
|
// will happen from the microtask, and we should behave responsively in the
|
|
// interim
|
|
return mResponsiveSelector ||
|
|
mPendingImageLoadTask ||
|
|
HaveSrcsetOrInPicture();
|
|
}
|
|
|
|
nsresult
|
|
HTMLImageElement::LoadSelectedImage(bool aForce, bool aNotify)
|
|
{
|
|
nsresult rv = NS_ERROR_FAILURE;
|
|
|
|
if (aForce) {
|
|
// In responsive mode we generally want to re-run the full
|
|
// selection algorithm whenever starting a new load, per
|
|
// spec. This also causes us to re-resolve the URI as appropriate.
|
|
UpdateResponsiveSource();
|
|
}
|
|
|
|
if (mResponsiveSelector) {
|
|
nsCOMPtr<nsIURI> url = mResponsiveSelector->GetSelectedImageURL();
|
|
if (url) {
|
|
rv = LoadImage(url, aForce, aNotify, eImageLoadType_Imageset);
|
|
}
|
|
} else {
|
|
nsAutoString src;
|
|
if (!GetAttr(kNameSpaceID_None, nsGkAtoms::src, src)) {
|
|
CancelImageRequests(aNotify);
|
|
rv = NS_OK;
|
|
} else {
|
|
// If we have a srcset attribute or are in a <picture> element,
|
|
// we always use the Imageset load type, even if we parsed no
|
|
// valid responsive sources from either, per spec.
|
|
rv = LoadImage(src, aForce, aNotify,
|
|
HaveSrcsetOrInPicture() ? eImageLoadType_Imageset
|
|
: eImageLoadType_Normal);
|
|
}
|
|
}
|
|
|
|
if (NS_FAILED(rv)) {
|
|
CancelImageRequests(aNotify);
|
|
}
|
|
return rv;
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::PictureSourceSrcsetChanged(nsIContent *aSourceNode,
|
|
const nsAString& aNewValue,
|
|
bool aNotify)
|
|
{
|
|
bool isSelf = aSourceNode == this;
|
|
|
|
if (!IsSrcsetEnabled() ||
|
|
(!isSelf && !HTMLPictureElement::IsPictureEnabled())) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(isSelf || IsPreviousSibling(aSourceNode, this),
|
|
"Should not be getting notifications for non-previous-siblings");
|
|
|
|
nsIContent *currentSrc =
|
|
mResponsiveSelector ? mResponsiveSelector->Content() : nullptr;
|
|
|
|
if (aSourceNode == currentSrc) {
|
|
// We're currently using this node as our responsive selector
|
|
// source.
|
|
mResponsiveSelector->SetCandidatesFromSourceSet(aNewValue);
|
|
}
|
|
|
|
// This always triggers the image update steps per the spec, even if
|
|
// we are not using this source.
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::PictureSourceSizesChanged(nsIContent *aSourceNode,
|
|
const nsAString& aNewValue,
|
|
bool aNotify)
|
|
{
|
|
if (!HTMLPictureElement::IsPictureEnabled()) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(aSourceNode == this ||
|
|
IsPreviousSibling(aSourceNode, this),
|
|
"Should not be getting notifications for non-previous-siblings");
|
|
|
|
nsIContent *currentSrc =
|
|
mResponsiveSelector ? mResponsiveSelector->Content() : nullptr;
|
|
|
|
if (aSourceNode == currentSrc) {
|
|
// We're currently using this node as our responsive selector
|
|
// source.
|
|
mResponsiveSelector->SetSizesFromDescriptor(aNewValue);
|
|
}
|
|
|
|
// This always triggers the image update steps per the spec, even if
|
|
// we are not using this source.
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::PictureSourceMediaOrTypeChanged(nsIContent *aSourceNode,
|
|
bool aNotify)
|
|
{
|
|
if (!HTMLPictureElement::IsPictureEnabled()) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(IsPreviousSibling(aSourceNode, this),
|
|
"Should not be getting notifications for non-previous-siblings");
|
|
|
|
// This always triggers the image update steps per the spec, even if
|
|
// we are not switching to/from this source
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::PictureSourceAdded(nsIContent *aSourceNode)
|
|
{
|
|
if (!HTMLPictureElement::IsPictureEnabled()) {
|
|
return;
|
|
}
|
|
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::PictureSourceRemoved(nsIContent *aSourceNode)
|
|
{
|
|
if (!HTMLPictureElement::IsPictureEnabled()) {
|
|
return;
|
|
}
|
|
|
|
QueueImageLoadTask();
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::UpdateResponsiveSource()
|
|
{
|
|
if (!IsSrcsetEnabled()) {
|
|
mResponsiveSelector = nullptr;
|
|
return;
|
|
}
|
|
|
|
nsIContent *currentSource =
|
|
mResponsiveSelector ? mResponsiveSelector->Content() : nullptr;
|
|
bool pictureEnabled = HTMLPictureElement::IsPictureEnabled();
|
|
Element *parent = pictureEnabled ? nsINode::GetParentElement() : nullptr;
|
|
|
|
nsINode *candidateSource = nullptr;
|
|
if (parent && parent->IsHTMLElement(nsGkAtoms::picture)) {
|
|
// Walk source nodes previous to ourselves
|
|
candidateSource = parent->GetFirstChild();
|
|
} else {
|
|
candidateSource = this;
|
|
}
|
|
|
|
while (candidateSource) {
|
|
if (candidateSource == currentSource) {
|
|
// found no better source before current, re-run selection on
|
|
// that and keep it if it's still usable.
|
|
mResponsiveSelector->SelectImage(true);
|
|
if (mResponsiveSelector->NumCandidates()) {
|
|
break;
|
|
}
|
|
|
|
// no longer valid
|
|
mResponsiveSelector = nullptr;
|
|
if (candidateSource == this) {
|
|
// No further possibilities
|
|
break;
|
|
}
|
|
} else if (candidateSource == this) {
|
|
// We are the last possible source
|
|
if (!TryCreateResponsiveSelector(candidateSource->AsContent())) {
|
|
// Failed to find any source
|
|
mResponsiveSelector = nullptr;
|
|
}
|
|
break;
|
|
} else if (candidateSource->IsHTMLElement(nsGkAtoms::source) &&
|
|
TryCreateResponsiveSelector(candidateSource->AsContent())) {
|
|
// This led to a valid source, stop
|
|
break;
|
|
}
|
|
candidateSource = candidateSource->GetNextSibling();
|
|
}
|
|
|
|
if (!candidateSource) {
|
|
// Ran out of siblings without finding ourself, e.g. XBL magic.
|
|
mResponsiveSelector = nullptr;
|
|
}
|
|
}
|
|
|
|
/*static */ bool
|
|
HTMLImageElement::SupportedPictureSourceType(const nsAString& aType)
|
|
{
|
|
return
|
|
imgLoader::SupportImageWithMimeType(NS_ConvertUTF16toUTF8(aType).get(),
|
|
AcceptedMimeTypes::IMAGES_AND_DOCUMENTS);
|
|
}
|
|
|
|
bool
|
|
HTMLImageElement::TryCreateResponsiveSelector(nsIContent *aSourceNode,
|
|
const nsAString *aSrcset,
|
|
const nsAString *aSizes)
|
|
{
|
|
if (!IsSrcsetEnabled()) {
|
|
return false;
|
|
}
|
|
|
|
bool pictureEnabled = HTMLPictureElement::IsPictureEnabled();
|
|
// Skip if this is not a <source> with matching media query
|
|
bool isSourceTag = aSourceNode->IsHTMLElement(nsGkAtoms::source);
|
|
if (isSourceTag) {
|
|
DebugOnly<Element *> parent(nsINode::GetParentElement());
|
|
MOZ_ASSERT(parent && parent->IsHTMLElement(nsGkAtoms::picture));
|
|
MOZ_ASSERT(IsPreviousSibling(aSourceNode, this));
|
|
MOZ_ASSERT(pictureEnabled);
|
|
|
|
// Check media and type
|
|
HTMLSourceElement *src = static_cast<HTMLSourceElement*>(aSourceNode);
|
|
if (!src->MatchesCurrentMedia()) {
|
|
return false;
|
|
}
|
|
|
|
nsAutoString type;
|
|
if (aSourceNode->GetAttr(kNameSpaceID_None, nsGkAtoms::type, type) &&
|
|
!SupportedPictureSourceType(type)) {
|
|
return false;
|
|
}
|
|
} else if (aSourceNode->IsHTMLElement(nsGkAtoms::img)) {
|
|
// Otherwise this is the <img> tag itself
|
|
MOZ_ASSERT(aSourceNode == this);
|
|
}
|
|
|
|
// Skip if has no srcset or an empty srcset
|
|
nsString srcset;
|
|
if (aSrcset) {
|
|
srcset = *aSrcset;
|
|
} else if (!aSourceNode->GetAttr(kNameSpaceID_None, nsGkAtoms::srcset,
|
|
srcset)) {
|
|
return false;
|
|
}
|
|
|
|
if (srcset.IsEmpty()) {
|
|
return false;
|
|
}
|
|
|
|
|
|
// Try to parse
|
|
nsRefPtr<ResponsiveImageSelector> sel = new ResponsiveImageSelector(aSourceNode);
|
|
if (!sel->SetCandidatesFromSourceSet(srcset)) {
|
|
// No possible candidates, don't need to bother parsing sizes
|
|
return false;
|
|
}
|
|
|
|
if (pictureEnabled && aSizes) {
|
|
sel->SetSizesFromDescriptor(*aSizes);
|
|
} else if (pictureEnabled) {
|
|
nsAutoString sizes;
|
|
aSourceNode->GetAttr(kNameSpaceID_None, nsGkAtoms::sizes, sizes);
|
|
sel->SetSizesFromDescriptor(sizes);
|
|
}
|
|
|
|
// If this is the <img> tag, also pull in src as the default source
|
|
if (!isSourceTag) {
|
|
MOZ_ASSERT(aSourceNode == this);
|
|
nsAutoString src;
|
|
if (GetAttr(kNameSpaceID_None, nsGkAtoms::src, src) && !src.IsEmpty()) {
|
|
sel->SetDefaultSource(src);
|
|
}
|
|
}
|
|
|
|
mResponsiveSelector = sel;
|
|
return true;
|
|
}
|
|
|
|
/* static */ bool
|
|
HTMLImageElement::SelectSourceForTagWithAttrs(nsIDocument *aDocument,
|
|
bool aIsSourceTag,
|
|
const nsAString& aSrcAttr,
|
|
const nsAString& aSrcsetAttr,
|
|
const nsAString& aSizesAttr,
|
|
const nsAString& aTypeAttr,
|
|
const nsAString& aMediaAttr,
|
|
nsAString& aResult)
|
|
{
|
|
MOZ_ASSERT(aIsSourceTag || (aTypeAttr.IsEmpty() && aMediaAttr.IsEmpty()),
|
|
"Passing type or media attrs makes no sense without aIsSourceTag");
|
|
MOZ_ASSERT(!aIsSourceTag || aSrcAttr.IsEmpty(),
|
|
"Passing aSrcAttr makes no sense with aIsSourceTag set");
|
|
|
|
bool pictureEnabled = HTMLPictureElement::IsPictureEnabled();
|
|
if (aIsSourceTag && !pictureEnabled) {
|
|
return false;
|
|
}
|
|
|
|
if (!IsSrcsetEnabled() || aSrcsetAttr.IsEmpty()) {
|
|
if (!aIsSourceTag) {
|
|
// For an <img> with no srcset, we would always select the src attr.
|
|
aResult.Assign(aSrcAttr);
|
|
return true;
|
|
}
|
|
// Otherwise, a <source> without srcset is never selected
|
|
return false;
|
|
}
|
|
|
|
// Would not consider source tags with unsupported media or type
|
|
if (aIsSourceTag &&
|
|
((!aMediaAttr.IsVoid() &&
|
|
!HTMLSourceElement::WouldMatchMediaForDocument(aMediaAttr, aDocument)) ||
|
|
(!aTypeAttr.IsVoid() &&
|
|
!SupportedPictureSourceType(aTypeAttr)))) {
|
|
return false;
|
|
}
|
|
|
|
// Using srcset or picture <source>, build a responsive selector for this tag.
|
|
nsRefPtr<ResponsiveImageSelector> sel =
|
|
new ResponsiveImageSelector(aDocument);
|
|
|
|
sel->SetCandidatesFromSourceSet(aSrcsetAttr);
|
|
if (pictureEnabled && !aSizesAttr.IsEmpty()) {
|
|
sel->SetSizesFromDescriptor(aSizesAttr);
|
|
}
|
|
if (!aIsSourceTag) {
|
|
sel->SetDefaultSource(aSrcAttr);
|
|
}
|
|
|
|
if (sel->GetSelectedImageURLSpec(aResult)) {
|
|
return true;
|
|
}
|
|
|
|
if (!aIsSourceTag) {
|
|
// <img> tag with no match would definitively load nothing.
|
|
aResult.Truncate();
|
|
return true;
|
|
}
|
|
|
|
// <source> tags with no match would leave source yet-undetermined.
|
|
return false;
|
|
}
|
|
|
|
void
|
|
HTMLImageElement::DestroyContent()
|
|
{
|
|
mResponsiveSelector = nullptr;
|
|
}
|
|
|
|
} // namespace dom
|
|
} // namespace mozilla
|
|
|