mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
d899ba7218
- Bug 1268085 - Remove unused post barrier callbacks r=terrence (0ab13411c9) - Bug 1267699 - Move some public types to the right namespace; r=sfink (3d5008e610) - Bug 1267550 (part 1) - Rename MOZ_MUST_USE as MOZ_MUST_USE_TYPE. r=ehsan. (6f47375796) - Bug 1259021 - Rename Vector::extractRawBuffer to extractOrCopyRawBuffer r=Waldo (97ca94495b) - Bug 1259021 - Add Vector::extractRawBuffer method that doesn't copy the buffer r=Waldo (e58deec48f) - Bug 1265892 - Change Vector to use Impl::new_ consistently. r=Waldo (7a52d21b29) - Bug 1267912 - Rename nsNetUtil.inl as nsNetUtilInlines.h. r=valentin. (548a41b293) - Bug 1265690 part 1 - Mark StringBuffer methods WARN_UNUSED_RESULT, fix OOM issues. r=jonco (0d7e6837e3) - Bug 1265690 part 2 - Fix some more OOM issues in TypedObject code. r=jonco (b60902453e) - Bug 1263490 - Part 2: Add GetFirstDollarIndex intrinsic and use it inRegExpReplace. r=till (4ba19db8c4) - Bug 1263490 - Part 3: Inline GetFirstDollarIndex intrinsic. r=h4writer (e7d9b5d1cc) - Bug 1263490 - Part 4: Fold GetFirstDollarIndex into a integer constant. r=h4writer (3479c7d1af) - Bug 1267269 - Make MIRType an enum class. r=bbouvier (d580ef372a) - Bug 1259295 - BaldrMonkey: Postorder (r=luke) (6ef7a77663) - Bug 1254142: BaldrMonkey: make br_table yield (r=luke) (80e7635e58) - Bug 1263202 - BaldrMonkey: switch to arities on branches, calls and return (r=bbouvier) (f5a0358634) - Bug 1236358 - Improper reading of string16 in Pickle::ReadString16. r=jld (8370ba6a0b) - Bug 1263205 - BaldrMonkey: Update section headers for proposed spec changes (r=luke) (0def2e6bc2) - Bug 1263205 - BaldrMonkey: Update for proposed new section names (r=luke) (e57f0e3367) - Bug 1263205 - BaldrMonkey: Add 'form' field to types section (r=bbouvier) (794edc890f) - Bug 1259021 - Use in-place storage in AutoStableStringChars to avoid allocation for short strings r=jandem r=Waldo (ffb53cbcf4) - Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. (47bc674b86) - Bug 1268518: Baldr: implement int32/int64 rotations; r=luke (0d5eedccce) - Bug 1255008: IonMonkey - Add a by default disabled flow sensitive alias analysis pass, r=jandem (521c585d75) - Bug 1266781: Baldr: implement proper checked truncations to integer types; r=sunfish (46078fb3d3) - Bug 1266781: Rename MTruncateToInt64 into MWasmTruncateInt64; r=sunfish (c7d7d1ac11) - Bug 1266781: Add new traps; r=luke (b7ed3d44e6) - Bug 1268024: Pass the atomic attribute down to EmitHeapAccess; r=luke (6195f7d7a3) - Bug 1268024: A few cleanups related to loads/stores; r=luke (88141e3a01) - Bug 1258312 - Make Pickle::Resize infallible r=jld (241ee9b60d) - Bug 1162772, part 1 - Allow CompartmentCreationOptions to store Secure Context state. r=jorendorff (ff666384cf) - Bug 1162772, part 2 - Expose whether SEC_FORCE_INHERIT_PRINCIPAL was dropped from an nsILoadInfo. r=bz (ada46f86bf) - Bug 1162772, part 3 - Add a getChannelResultPrincipalIfNotSandboxed method to nsIScriptSecurityManager. r=bz (5b1d9f6807) - Bug 1162772, part 4 - Implement nsGlobalWindow::IsSecureContext. r=bz (f392f439c9) - Bug 1162772, part 5 - Expose Window.isSecureContext to content. r=bz (e7296e2cf1) - Bug 1267509 - Make nsContentSecurityManager::IsURIPotentiallyTrustworthy act on an nsIPrincipal. r=bz (83de80350a) - Bug 1219098 - Use UniquePtr in UncompressedSourceCache, for it is good (r=jandem) (b68769c729) - Bug 1244279 - Part 1: Take a bit in ObjectElements::Flags to indicate whether the object is in the whole cell store buffer. r=terrence (968cf373f9) - Bug 1244279 - Part 0: Add a GC ubench for large arrays with both elements and properties. r=terrence (ec76b48323) - Bug 1255925 - Give a name to getters/setters and integer-named methods. r=efaust (f978cc6916) - Bug 888969 - Make the getPrototypeOf/setPrototypeOf traps scriptable. r=efaust, r=bholley (eb2325a9ea) - Bug 1267557 part 0 - Move JS poison constants to jsutil.h. r=jonco (65afc690d2) - Bug 1267557 part 1 - Also poison bytes allocated before the actual jitcode. r=nbp (70f0b327d3) - Bug 1267557 part 2 - Use different jitcode poison values. r=nbp (08008ab9dc) - Bug 1267557 part 3 - Define JS_SWEPT_CODE_PATTERN for mips. r=nbp (17e894d59d) - Bug 1267449 - Do not infinite loop in js_fputs; r=jimb (67f961b6cd) - Bug 1219098 - Reenable compression on large sources, but revert to uncompressed if decompression happens (r=jandem) (b44ee8d77d) - Bug 1267551 (part 1) - Use MOZ_MUST_USE more in jsnum.h. r=jonco. (d2476bf8f4) - Bug 1267551 (part 2) - Use MOZ_MUST_USE more in js/src/ds/. r=jonco. (4ff5d9aa88) - Bug 1267412 - Use MutableHandleValue instead of pointer-to-AutoValueVector; r=sfink (3f6dd284bb) - Bug 1266406 - Use EnumSet<AllocKind> to simplify GC sweeping phase information r=terrence (64811500e7) - Bug 1266457 - Update pointers in GC things in two phases when compacting r=terrence (f6f5bc4e4d) - Bug 1266457 - Simplify typed object trace hook r=terence (3b06c8d1e5) - Bug 1268541 - Compact arenas containing base shapes r=terrence (b458b92eea) - Bug 1268805 - Implement PrivateGCThingValue. (r=terrence) (deec9a83ae) - Bug 1268415: Initialize members in UpdatePointerTasks; r=jonco (6cb219005a) - Bug 1268501 - Release the GC lock periodically when releasing arenas on the backgound thread r=terrence (37f0997682) - Bug 1263572 - Wait for background sweeping to finish before checking base shapes r=terrence (354801a411) - Bug 1266887 - Store Rooted heads on the Zone; r=sfink (91c0101ee3) - Bug 1266402 - Add iteration to EnumSet<T> so that it can be used in range-based for loops r=Waldo (e9507a2524) - Bug 1266404 - Allow construction of an EnumSet<T> using an initializer list r=Waldo (1b6d340e99) - Bug 1254020 - Always compute theme scaling factor when per-monitor dpi aware, even if only a single display is currently present. r=emk (a00cda21f4) - Bug 1263525 - Add dedicated function for std_Array self-hosted intrinsic. r=efaust (449d8bb7eb) - Bug 1255925 - Change JSFunction::name to return a JSAtom. r=efaust (5ab396ce83) - Bug 888969 - Make our tree's sole implementation of nsIRemoteTagService.getRemoteObjectTag not depend upon the infallibility of [[GetPrototypeOf]] on the object provided to it. r=bz (f388f4bf1f) - Bug 1264896 - Kill off nsIRemoteTagService and do what it does, in its sole caller, in far-faster C++. r=billm (5ed3fb103d) - Bug 1268246 - Add a simple Poison class lifetime checker. r=froydnj (7b237bc70e) - Bug 1249496 - Don't apply dpi-based scaling for window titlebar dimensions when on a secondary display, because windows doesn't scale it. r=emk (64dd706dbc) - Bug 1164518 - Avoid unnecessary DB updates when caching Safe Browsing results. r=gcp (3cafd9a4df) - Bug 1264472 - Use nsRunnables in FIDO U2F. r=keeler (3aa9570132) - Bug 1236060 - Dispatch error should advance queue. r=smaug (74155b75dd) - Bug 1251697 part 1. Thread an ErrorResult reference through the worker XHR WorkerThreadProxySyncRunnable implementations. r=khuey (77804cbb7c) - Bug 1251697 part 2. Have WorkerThreadProxySyncRunnable hand the ErrorResult reference it holds to its ResponseRunnable so it can report exceptions on there instead of on a JSContext. r=khuey (355c9ee313) - Bug 1251697 part 3. Remove the JSContext argument of StopSyncLoopRunnable::MaybeSetException. r=khuey (010f5b1058) - Bug 1155328. r=smaug (e1f8dac304) - Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj (f83bfcae02) - Bug 1239946 - Change test to return error on Speak. r=eeejay (1d402beb02) - Bug 1254378 - Update synth tests and introduce no voiceschanged test. r=smaug (f5823bb70e) - Bug 1251627. Fix XMLHttpRequest.send() to follow the spec better in terms of the exceptions it throws. r=khuey (cd0e321948) - Bug 1268868: [MSE] P1. Re-enable gap detection within a media segment. r=gerald (b8b8df4bc2) - Bug 1268868: [MSE] P2. Reset longest duration after keyframe is seen. r=gerald (2b1401465c) - Bug 1268868: [MSE] P3. Prevent crash should gap be detected in content. r=gerald (063d9376fc) - Bug 1254378 - Implement nsISynthVoiceRegistry.notifyVoicesChanged. r=smaug (4b63b1c360) - Bug 1266804 - Un-inline js::Unbox(); r=jorendorff (0f288b6173) - Bug 1268863 - Report ScriptSources that are only reachable via AsmJSModule (r=njn) (5ba40acb64) - Bug 1262062 - remove old futex names. r=bbouvier (62662bdd2e) - missing bit of 1219804 (358b1931e0) - memory: build fix after renaming MOZ_WARN_UNUSED_RESULT (7254dc8d53) - import from mozilla: - Bug 1268725 - BaldrMonkey: Refactor away the internal storage from ExprIter. r=luke (1931bd636f17) - Bug 1268725 - BaldrMonkey: Convert default arguments into explicit arguments. r=luke (c8a11b8b6bbd) (867ec715d6)
651 lines
22 KiB
C++
651 lines
22 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* 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/. */
|
|
|
|
#ifndef mozilla_dom_HTMLFormElement_h
|
|
#define mozilla_dom_HTMLFormElement_h
|
|
|
|
#include "mozilla/AsyncEventDispatcher.h"
|
|
#include "mozilla/Attributes.h"
|
|
#include "nsCOMPtr.h"
|
|
#include "nsIForm.h"
|
|
#include "nsIFormControl.h"
|
|
#include "nsFormSubmission.h"
|
|
#include "nsGenericHTMLElement.h"
|
|
#include "nsIDOMHTMLFormElement.h"
|
|
#include "nsIWebProgressListener.h"
|
|
#include "nsIRadioGroupContainer.h"
|
|
#include "nsIWeakReferenceUtils.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "nsInterfaceHashtable.h"
|
|
#include "nsRefPtrHashtable.h"
|
|
#include "nsDataHashtable.h"
|
|
#include "jsfriendapi.h" // For js::ExpandoAndGeneration
|
|
|
|
class nsIMutableArray;
|
|
class nsIURI;
|
|
|
|
namespace mozilla {
|
|
class EventChainPostVisitor;
|
|
class EventChainPreVisitor;
|
|
namespace dom {
|
|
class HTMLFormControlsCollection;
|
|
class HTMLImageElement;
|
|
|
|
class HTMLFormElement final : public nsGenericHTMLElement,
|
|
public nsIDOMHTMLFormElement,
|
|
public nsIWebProgressListener,
|
|
public nsIForm,
|
|
public nsIRadioGroupContainer
|
|
{
|
|
friend class HTMLFormControlsCollection;
|
|
|
|
public:
|
|
explicit HTMLFormElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
|
|
|
|
enum {
|
|
FORM_CONTROL_LIST_HASHTABLE_LENGTH = 8
|
|
};
|
|
|
|
// nsISupports
|
|
NS_DECL_ISUPPORTS_INHERITED
|
|
|
|
// nsIDOMHTMLFormElement
|
|
NS_DECL_NSIDOMHTMLFORMELEMENT
|
|
|
|
// nsIWebProgressListener
|
|
NS_DECL_NSIWEBPROGRESSLISTENER
|
|
|
|
// nsIForm
|
|
NS_IMETHOD_(nsIFormControl*) GetElementAt(int32_t aIndex) const override;
|
|
NS_IMETHOD_(uint32_t) GetElementCount() const override;
|
|
NS_IMETHOD_(int32_t) IndexOfControl(nsIFormControl* aControl) override;
|
|
NS_IMETHOD_(nsIFormControl*) GetDefaultSubmitElement() const override;
|
|
|
|
// nsIRadioGroupContainer
|
|
void SetCurrentRadioButton(const nsAString& aName,
|
|
HTMLInputElement* aRadio) override;
|
|
HTMLInputElement* GetCurrentRadioButton(const nsAString& aName) override;
|
|
NS_IMETHOD GetNextRadioButton(const nsAString& aName,
|
|
const bool aPrevious,
|
|
HTMLInputElement* aFocusedRadio,
|
|
HTMLInputElement** aRadioOut) override;
|
|
NS_IMETHOD WalkRadioGroup(const nsAString& aName, nsIRadioVisitor* aVisitor,
|
|
bool aFlushContent) override;
|
|
void AddToRadioGroup(const nsAString& aName, nsIFormControl* aRadio) override;
|
|
void RemoveFromRadioGroup(const nsAString& aName, nsIFormControl* aRadio) override;
|
|
virtual uint32_t GetRequiredRadioCount(const nsAString& aName) const override;
|
|
virtual void RadioRequiredWillChange(const nsAString& aName,
|
|
bool aRequiredAdded) override;
|
|
virtual bool GetValueMissingState(const nsAString& aName) const override;
|
|
virtual void SetValueMissingState(const nsAString& aName, bool aValue) override;
|
|
|
|
virtual EventStates IntrinsicState() const override;
|
|
|
|
// nsIContent
|
|
virtual bool ParseAttribute(int32_t aNamespaceID,
|
|
nsIAtom* aAttribute,
|
|
const nsAString& aValue,
|
|
nsAttrValue& aResult) override;
|
|
virtual nsresult PreHandleEvent(EventChainPreVisitor& aVisitor) override;
|
|
virtual nsresult WillHandleEvent(
|
|
EventChainPostVisitor& aVisitor) override;
|
|
virtual nsresult PostHandleEvent(
|
|
EventChainPostVisitor& aVisitor) override;
|
|
|
|
virtual nsresult BindToTree(nsIDocument* aDocument, nsIContent* aParent,
|
|
nsIContent* aBindingParent,
|
|
bool aCompileEventHandlers) override;
|
|
virtual void UnbindFromTree(bool aDeep = true,
|
|
bool aNullParent = true) override;
|
|
nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
const nsAString& aValue, bool aNotify)
|
|
{
|
|
return SetAttr(aNameSpaceID, aName, nullptr, aValue, aNotify);
|
|
}
|
|
virtual nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
nsIAtom* aPrefix, const nsAString& aValue,
|
|
bool aNotify) override;
|
|
virtual nsresult AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
const nsAttrValue* aValue, bool aNotify) override;
|
|
|
|
/**
|
|
* Forget all information about the current submission (and the fact that we
|
|
* are currently submitting at all).
|
|
*/
|
|
void ForgetCurrentSubmission();
|
|
|
|
virtual nsresult Clone(mozilla::dom::NodeInfo *aNodeInfo, nsINode **aResult) const override;
|
|
|
|
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_INHERITED(HTMLFormElement,
|
|
nsGenericHTMLElement)
|
|
|
|
/**
|
|
* Remove an element from this form's list of elements
|
|
*
|
|
* @param aElement the element to remove
|
|
* @param aUpdateValidity If true, updates the form validity.
|
|
* @return NS_OK if the element was successfully removed.
|
|
*/
|
|
nsresult RemoveElement(nsGenericHTMLFormElement* aElement,
|
|
bool aUpdateValidity);
|
|
|
|
/**
|
|
* Remove an element from the lookup table maintained by the form.
|
|
* We can't fold this method into RemoveElement() because when
|
|
* RemoveElement() is called it doesn't know if the element is
|
|
* removed because the id attribute has changed, or bacause the
|
|
* name attribute has changed.
|
|
*
|
|
* @param aElement the element to remove
|
|
* @param aName the name or id of the element to remove
|
|
* @param aRemoveReason describe why this element is removed. If the element
|
|
* is removed because it's removed from the form, it will be removed
|
|
* from the past names map too, otherwise it will stay in the past
|
|
* names map.
|
|
* @return NS_OK if the element was successfully removed.
|
|
*/
|
|
enum RemoveElementReason {
|
|
AttributeUpdated,
|
|
ElementRemoved
|
|
};
|
|
nsresult RemoveElementFromTable(nsGenericHTMLFormElement* aElement,
|
|
const nsAString& aName,
|
|
RemoveElementReason aRemoveReason);
|
|
|
|
/**
|
|
* Add an element to end of this form's list of elements
|
|
*
|
|
* @param aElement the element to add
|
|
* @param aUpdateValidity If true, the form validity will be updated.
|
|
* @param aNotify If true, send nsIDocumentObserver notifications as needed.
|
|
* @return NS_OK if the element was successfully added
|
|
*/
|
|
nsresult AddElement(nsGenericHTMLFormElement* aElement, bool aUpdateValidity,
|
|
bool aNotify);
|
|
|
|
/**
|
|
* Add an element to the lookup table maintained by the form.
|
|
*
|
|
* We can't fold this method into AddElement() because when
|
|
* AddElement() is called, the form control has no
|
|
* attributes. The name or id attributes of the form control
|
|
* are used as a key into the table.
|
|
*/
|
|
nsresult AddElementToTable(nsGenericHTMLFormElement* aChild,
|
|
const nsAString& aName);
|
|
|
|
/**
|
|
* Remove an image element from this form's list of image elements
|
|
*
|
|
* @param aElement the image element to remove
|
|
* @return NS_OK if the element was successfully removed.
|
|
*/
|
|
nsresult RemoveImageElement(mozilla::dom::HTMLImageElement* aElement);
|
|
|
|
/**
|
|
* Remove an image element from the lookup table maintained by the form.
|
|
* We can't fold this method into RemoveImageElement() because when
|
|
* RemoveImageElement() is called it doesn't know if the element is
|
|
* removed because the id attribute has changed, or because the
|
|
* name attribute has changed.
|
|
*
|
|
* @param aElement the image element to remove
|
|
* @param aName the name or id of the element to remove
|
|
* @return NS_OK if the element was successfully removed.
|
|
*/
|
|
nsresult RemoveImageElementFromTable(mozilla::dom::HTMLImageElement* aElement,
|
|
const nsAString& aName,
|
|
RemoveElementReason aRemoveReason);
|
|
/**
|
|
* Add an image element to the end of this form's list of image elements
|
|
*
|
|
* @param aElement the element to add
|
|
* @return NS_OK if the element was successfully added
|
|
*/
|
|
nsresult AddImageElement(mozilla::dom::HTMLImageElement* aElement);
|
|
|
|
/**
|
|
* Add an image element to the lookup table maintained by the form.
|
|
*
|
|
* We can't fold this method into AddImageElement() because when
|
|
* AddImageElement() is called, the image attributes can change.
|
|
* The name or id attributes of the image are used as a key into the table.
|
|
*/
|
|
nsresult AddImageElementToTable(mozilla::dom::HTMLImageElement* aChild,
|
|
const nsAString& aName);
|
|
|
|
/**
|
|
* Returns true if implicit submission of this form is disabled. For more
|
|
* on implicit submission see:
|
|
*
|
|
* http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#implicit-submission
|
|
*/
|
|
bool ImplicitSubmissionIsDisabled() const;
|
|
|
|
/**
|
|
* Check whether a given nsIFormControl is the default submit
|
|
* element. This is different from just comparing to
|
|
* GetDefaultSubmitElement() in certain situations inside an update
|
|
* when GetDefaultSubmitElement() might not be up to date. aControl
|
|
* is expected to not be null.
|
|
*/
|
|
bool IsDefaultSubmitElement(const nsIFormControl* aControl) const;
|
|
|
|
/**
|
|
* Flag the form to know that a button or image triggered scripted form
|
|
* submission. In that case the form will defer the submission until the
|
|
* script handler returns and the return value is known.
|
|
*/
|
|
void OnSubmitClickBegin(nsIContent* aOriginatingElement);
|
|
void OnSubmitClickEnd();
|
|
|
|
/**
|
|
* This method will update the form validity so the submit controls states
|
|
* will be updated (for -moz-submit-invalid pseudo-class).
|
|
* This method has to be called by form elements whenever their validity state
|
|
* or status regarding constraint validation changes.
|
|
*
|
|
* @note This method isn't used for CheckValidity().
|
|
* @note If an element becomes barred from constraint validation, it has to be
|
|
* considered as valid.
|
|
*
|
|
* @param aElementValidityState the new validity state of the element
|
|
*/
|
|
void UpdateValidity(bool aElementValidityState);
|
|
|
|
/**
|
|
* Returns the form validity based on the last UpdateValidity() call.
|
|
*
|
|
* @return Whether the form was valid the last time UpdateValidity() was called.
|
|
*
|
|
* @note This method may not return the *current* validity state!
|
|
*/
|
|
bool GetValidity() const { return !mInvalidElementsCount; }
|
|
|
|
/**
|
|
* This method check the form validity and make invalid form elements send
|
|
* invalid event if needed.
|
|
*
|
|
* @return Whether the form is valid.
|
|
*
|
|
* @note Do not call this method if novalidate/formnovalidate is used.
|
|
* @note This method might disappear with bug 592124, hopefuly.
|
|
*/
|
|
bool CheckValidFormSubmission();
|
|
|
|
/**
|
|
* Walk over the form elements and call SubmitNamesValues() on them to get
|
|
* their data pumped into the FormSubmitter.
|
|
*
|
|
* @param aFormSubmission the form submission object
|
|
*/
|
|
nsresult WalkFormElements(nsFormSubmission* aFormSubmission);
|
|
|
|
/**
|
|
* Whether the submission of this form has been ever prevented because of
|
|
* being invalid.
|
|
*
|
|
* @return Whether the submission of this form has been prevented because of
|
|
* being invalid.
|
|
*/
|
|
bool HasEverTriedInvalidSubmit() const { return mEverTriedInvalidSubmit; }
|
|
|
|
/**
|
|
* Implements form[name]. Returns form controls in this form with the correct
|
|
* value of the name attribute.
|
|
*/
|
|
already_AddRefed<nsISupports>
|
|
FindNamedItem(const nsAString& aName, nsWrapperCache** aCache);
|
|
|
|
// WebIDL
|
|
|
|
void GetAcceptCharset(DOMString& aValue)
|
|
{
|
|
GetHTMLAttr(nsGkAtoms::acceptcharset, aValue);
|
|
}
|
|
|
|
void SetAcceptCharset(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::acceptcharset, aValue, aRv);
|
|
}
|
|
|
|
// XPCOM GetAction() is OK
|
|
void SetAction(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::action, aValue, aRv);
|
|
}
|
|
|
|
// XPCOM GetAutocomplete() is OK
|
|
void SetAutocomplete(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::autocomplete, aValue, aRv);
|
|
}
|
|
|
|
// XPCOM GetEnctype() is OK
|
|
void SetEnctype(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::enctype, aValue, aRv);
|
|
}
|
|
|
|
// XPCOM GetEncoding() is OK
|
|
void SetEncoding(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetEnctype(aValue, aRv);
|
|
}
|
|
|
|
// XPCOM GetMethod() is OK
|
|
void SetMethod(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::method, aValue, aRv);
|
|
}
|
|
|
|
void GetName(DOMString& aValue)
|
|
{
|
|
GetHTMLAttr(nsGkAtoms::name, aValue);
|
|
}
|
|
|
|
void SetName(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::name, aValue, aRv);
|
|
}
|
|
|
|
bool NoValidate() const
|
|
{
|
|
return GetBoolAttr(nsGkAtoms::novalidate);
|
|
}
|
|
|
|
void SetNoValidate(bool aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLBoolAttr(nsGkAtoms::novalidate, aValue, aRv);
|
|
}
|
|
|
|
void GetTarget(DOMString& aValue)
|
|
{
|
|
GetHTMLAttr(nsGkAtoms::target, aValue);
|
|
}
|
|
|
|
void SetTarget(const nsAString& aValue, ErrorResult& aRv)
|
|
{
|
|
SetHTMLAttr(nsGkAtoms::target, aValue, aRv);
|
|
}
|
|
|
|
// it's only out-of-line because the class definition is not available in the
|
|
// header
|
|
nsIHTMLCollection* Elements();
|
|
|
|
int32_t Length();
|
|
|
|
void Submit(ErrorResult& aRv);
|
|
|
|
// XPCOM Reset() is OK
|
|
|
|
bool CheckValidity()
|
|
{
|
|
return CheckFormValidity(nullptr);
|
|
}
|
|
|
|
Element*
|
|
IndexedGetter(uint32_t aIndex, bool &aFound);
|
|
|
|
already_AddRefed<nsISupports>
|
|
NamedGetter(const nsAString& aName, bool &aFound);
|
|
|
|
bool NameIsEnumerable(const nsAString& aName);
|
|
|
|
void GetSupportedNames(unsigned, nsTArray<nsString >& aRetval);
|
|
|
|
static int32_t
|
|
CompareFormControlPosition(Element* aElement1, Element* aElement2,
|
|
const nsIContent* aForm);
|
|
#ifdef DEBUG
|
|
static void
|
|
AssertDocumentOrder(const nsTArray<nsGenericHTMLFormElement*>& aControls,
|
|
nsIContent* aForm);
|
|
#endif
|
|
|
|
js::ExpandoAndGeneration mExpandoAndGeneration;
|
|
|
|
void RequestAutocomplete();
|
|
|
|
protected:
|
|
virtual JSObject* WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;
|
|
|
|
void PostPasswordEvent();
|
|
void EventHandled() { mFormPasswordEventDispatcher = nullptr; }
|
|
|
|
class FormPasswordEventDispatcher final : public AsyncEventDispatcher
|
|
{
|
|
public:
|
|
FormPasswordEventDispatcher(HTMLFormElement* aEventNode,
|
|
const nsAString& aEventType)
|
|
: AsyncEventDispatcher(aEventNode, aEventType, true, true)
|
|
{}
|
|
|
|
NS_IMETHOD Run() override
|
|
{
|
|
static_cast<HTMLFormElement*>(mTarget.get())->EventHandled();
|
|
return AsyncEventDispatcher::Run();
|
|
}
|
|
};
|
|
|
|
RefPtr<FormPasswordEventDispatcher> mFormPasswordEventDispatcher;
|
|
|
|
class RemoveElementRunnable;
|
|
friend class RemoveElementRunnable;
|
|
|
|
class RemoveElementRunnable : public Runnable {
|
|
public:
|
|
explicit RemoveElementRunnable(HTMLFormElement* aForm)
|
|
: mForm(aForm)
|
|
{}
|
|
|
|
NS_IMETHOD Run() override {
|
|
mForm->HandleDefaultSubmitRemoval();
|
|
return NS_OK;
|
|
}
|
|
|
|
private:
|
|
RefPtr<HTMLFormElement> mForm;
|
|
};
|
|
|
|
nsresult DoSubmitOrReset(WidgetEvent* aEvent,
|
|
EventMessage aMessage);
|
|
nsresult DoReset();
|
|
|
|
// Async callback to handle removal of our default submit
|
|
void HandleDefaultSubmitRemoval();
|
|
|
|
//
|
|
// Submit Helpers
|
|
//
|
|
//
|
|
/**
|
|
* Attempt to submit (submission might be deferred)
|
|
* (called by DoSubmitOrReset)
|
|
*
|
|
* @param aPresContext the presentation context
|
|
* @param aEvent the DOM event that was passed to us for the submit
|
|
*/
|
|
nsresult DoSubmit(WidgetEvent* aEvent);
|
|
|
|
/**
|
|
* Prepare the submission object (called by DoSubmit)
|
|
*
|
|
* @param aFormSubmission the submission object
|
|
* @param aEvent the DOM event that was passed to us for the submit
|
|
*/
|
|
nsresult BuildSubmission(nsFormSubmission** aFormSubmission,
|
|
WidgetEvent* aEvent);
|
|
/**
|
|
* Perform the submission (called by DoSubmit and FlushPendingSubmission)
|
|
*
|
|
* @param aFormSubmission the submission object
|
|
*/
|
|
nsresult SubmitSubmission(nsFormSubmission* aFormSubmission);
|
|
|
|
/**
|
|
* Notify any submit observers of the submit.
|
|
*
|
|
* @param aActionURL the URL being submitted to
|
|
* @param aCancelSubmit out param where submit observers can specify that the
|
|
* submit should be cancelled.
|
|
*/
|
|
nsresult NotifySubmitObservers(nsIURI* aActionURL, bool* aCancelSubmit,
|
|
bool aEarlyNotify);
|
|
|
|
/**
|
|
* If this form submission is secure -> insecure, ask the user if they want
|
|
* to continue.
|
|
*
|
|
* @param aActionURL the URL being submitted to
|
|
* @param aCancelSubmit out param: will be true if the user wants to cancel
|
|
*/
|
|
nsresult DoSecureToInsecureSubmitCheck(nsIURI* aActionURL,
|
|
bool* aCancelSubmit);
|
|
|
|
/**
|
|
* Find form controls in this form with the correct value in the name
|
|
* attribute.
|
|
*/
|
|
already_AddRefed<nsISupports> DoResolveName(const nsAString& aName, bool aFlushContent);
|
|
|
|
/**
|
|
* Get the full URL to submit to. Do not submit if the returned URL is null.
|
|
*
|
|
* @param aActionURL the full, unadulterated URL you'll be submitting to [OUT]
|
|
* @param aOriginatingElement the originating element of the form submission [IN]
|
|
*/
|
|
nsresult GetActionURL(nsIURI** aActionURL, nsIContent* aOriginatingElement);
|
|
|
|
/**
|
|
* Check the form validity following this algorithm:
|
|
* http://www.whatwg.org/specs/web-apps/current-work/#statically-validate-the-constraints
|
|
*
|
|
* @param aInvalidElements [out] parameter containing the list of unhandled
|
|
* invalid controls.
|
|
*
|
|
* @return Whether the form is currently valid.
|
|
*/
|
|
bool CheckFormValidity(nsIMutableArray* aInvalidElements) const;
|
|
|
|
// Clear the mImageNameLookupTable and mImageElements.
|
|
void Clear();
|
|
|
|
// Insert a element into the past names map.
|
|
void AddToPastNamesMap(const nsAString& aName, nsISupports* aChild);
|
|
|
|
nsresult
|
|
AddElementToTableInternal(
|
|
nsInterfaceHashtable<nsStringHashKey,nsISupports>& aTable,
|
|
nsIContent* aChild, const nsAString& aName);
|
|
|
|
nsresult
|
|
RemoveElementFromTableInternal(
|
|
nsInterfaceHashtable<nsStringHashKey,nsISupports>& aTable,
|
|
nsIContent* aChild, const nsAString& aName);
|
|
|
|
public:
|
|
/**
|
|
* Flush a possible pending submission. If there was a scripted submission
|
|
* triggered by a button or image, the submission was defered. This method
|
|
* forces the pending submission to be submitted. (happens when the handler
|
|
* returns false or there is an action/target change in the script)
|
|
*/
|
|
void FlushPendingSubmission();
|
|
protected:
|
|
|
|
//
|
|
// Data members
|
|
//
|
|
/** The list of controls (form.elements as well as stuff not in elements) */
|
|
RefPtr<HTMLFormControlsCollection> mControls;
|
|
/** The currently selected radio button of each group */
|
|
nsRefPtrHashtable<nsStringCaseInsensitiveHashKey, HTMLInputElement> mSelectedRadioButtons;
|
|
/** The number of required radio button of each group */
|
|
nsDataHashtable<nsStringCaseInsensitiveHashKey,uint32_t> mRequiredRadioButtonCounts;
|
|
/** The value missing state of each group */
|
|
nsDataHashtable<nsStringCaseInsensitiveHashKey,bool> mValueMissingRadioGroups;
|
|
/** Whether we are currently processing a submit event or not */
|
|
bool mGeneratingSubmit;
|
|
/** Whether we are currently processing a reset event or not */
|
|
bool mGeneratingReset;
|
|
/** Whether we are submitting currently */
|
|
bool mIsSubmitting;
|
|
/** Whether the submission is to be deferred in case a script triggers it */
|
|
bool mDeferSubmission;
|
|
/** Whether we notified NS_FORMSUBMIT_SUBJECT listeners already */
|
|
bool mNotifiedObservers;
|
|
/** If we notified the listeners early, what was the result? */
|
|
bool mNotifiedObserversResult;
|
|
/** Keep track of what the popup state was when the submit was initiated */
|
|
PopupControlState mSubmitPopupState;
|
|
/** Keep track of whether a submission was user-initiated or not */
|
|
bool mSubmitInitiatedFromUserInput;
|
|
|
|
/** The pending submission object */
|
|
nsAutoPtr<nsFormSubmission> mPendingSubmission;
|
|
/** The request currently being submitted */
|
|
nsCOMPtr<nsIRequest> mSubmittingRequest;
|
|
/** The web progress object we are currently listening to */
|
|
nsWeakPtr mWebProgress;
|
|
|
|
/** The default submit element -- WEAK */
|
|
nsGenericHTMLFormElement* mDefaultSubmitElement;
|
|
|
|
/** The first submit element in mElements -- WEAK */
|
|
nsGenericHTMLFormElement* mFirstSubmitInElements;
|
|
|
|
/** The first submit element in mNotInElements -- WEAK */
|
|
nsGenericHTMLFormElement* mFirstSubmitNotInElements;
|
|
|
|
// This array holds on to all HTMLImageElement(s).
|
|
// This is needed to properly clean up the bi-directional references
|
|
// (both weak and strong) between the form and its HTMLImageElements.
|
|
|
|
nsTArray<mozilla::dom::HTMLImageElement*> mImageElements; // Holds WEAK references
|
|
|
|
// A map from an ID or NAME attribute to the HTMLImageElement(s), this
|
|
// hash holds strong references either to the named HTMLImageElement, or
|
|
// to a list of named HTMLImageElement(s), in the case where this hash
|
|
// holds on to a list of named HTMLImageElement(s) the list has weak
|
|
// references to the HTMLImageElement.
|
|
|
|
nsInterfaceHashtable<nsStringHashKey,nsISupports> mImageNameLookupTable;
|
|
|
|
// A map from names to elements that were gotten by those names from this
|
|
// form in that past. See "past names map" in the HTML5 specification.
|
|
|
|
nsInterfaceHashtable<nsStringHashKey,nsISupports> mPastNameLookupTable;
|
|
|
|
/**
|
|
* Number of invalid and candidate for constraint validation elements in the
|
|
* form the last time UpdateValidity has been called.
|
|
* @note Should only be used by UpdateValidity() and GetValidity()!
|
|
*/
|
|
int32_t mInvalidElementsCount;
|
|
|
|
/**
|
|
* Whether the submission of this form has been ever prevented because of
|
|
* being invalid.
|
|
*/
|
|
bool mEverTriedInvalidSubmit;
|
|
|
|
protected:
|
|
/** Detection of first form to notify observers */
|
|
static bool gFirstFormSubmitted;
|
|
/** Detection of first password input to initialize the password manager */
|
|
static bool gPasswordManagerInitialized;
|
|
|
|
private:
|
|
~HTMLFormElement();
|
|
};
|
|
|
|
} // namespace dom
|
|
|
|
} // namespace mozilla
|
|
|
|
#endif // mozilla_dom_HTMLFormElement_h
|