mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 05:37:11 +00:00
c6e1bfdcf2
- Bug 1261578 - Part 1. Correct text color in selection range; r=jfkthame (6895ebe313)
- Bug 1261578 - Part 2. Correct text decoration color; r=jfkthame (348ba5a946)
- Bug 1261578 - Part 3. Correct MathML text color; r=jfkthame (99dfb99af4)
- Bug 1261578 - Part 4. Correct text overflow color; r=jfkthame (96318becf6)
- Bug 1261578 - Part 5. web-platform-test reftest; r=jfkthame (781bba0317)
- Bug 1110460, part 1 - Add operator= to nsCSSValuePair. r=dholbert (7d836b786b)
- Bug 1110460, part 2 - Move AddPositions() further up StyleAnimationValue.cpp and add asserts. r=dholbert (5f00295917)
- Bug 1110460, part 3 - Factor out a AddCSSValuePair helper in StyleAnimationValue.cpp. r=dholbert (9947835334)
- Bug 1110460, part 4 - Fix MOZ_ASSERT bug in nsComputedDOMStyle.cpp. r=dholbert (5403c0c377)
- Bug 1110460, part 5 - Factor out a nsStyleBasicShape::GetShapeTypeName method. r=dholbert (d27623d42f)
- Bug 1110460, part 6 - Make StyleAnimationValue support css::URLValue backed nsCSSValue objects. r=dholbert (dc006d1cae)
- Bug 1110460, part 7 - Factor out code for adding two nsCSSValuePairList lists. r=dholbert (f27f780005)
- Bug 1260655 - Allow StyleAnimationValue::UncomputeValue to produce values whose storage is independent of the passed-in computed value; r=heycam (abcc77ede5)
- Bug 1110460, part 8 - Support CSS animation of clip-path basic shapes. r=dholbert (cfe5bf883b)
- Bug 1238243 - Reftests involving possibly-ignorable hangul choseong filler. r=xidorn Bug 1238243 followup - Mark test 1238243-2.html as random on OS X 10.6, due to dependency on available fonts. Bug 1239564 - Add reftest for mask layer composition. r=roc (bb3bf56d52)
- Bug 1260543 - Treat currentcolor as computed value which is not interpolatable with actual color for text-emphasis-color and -webkit-text-fill-color. r=birtles (7b90f37e2f)
- Bug 1260543 followup - Fix the function name in test_transitions_per_property.html. DONTBUILD (1362d30c6a)
- Bug 1248708 - Part1: parse and compute -webkit-text-stroke property. r=heycam (c77332031d)
- Bug 1248708 - Part2.1: use mfbt/TypedEnumBits.h for DrawMode. r=jwatt (55bfbdf5dd)
- Bug 1266101, part 1 - Remove various bits of dead code related to painting SVG text. r=heycam (c5140a911c)
- Bug 1266101, part 2 - Remove most of the GLYPH_STROKE/GLYPH_STROKE_UNDERNEATH checking code. r=heycam (6d8f17bc19)
- Bug 1248708 - Part2.2: render -webkit-text-stroke property. r=jfkthame (bccc308ddc)
- Bug 1248708 - Part3: add reftests. r=jfkthame (0fc0864749)
- Bug 1248708 followup: Use MOZ_ARRAY_LENGTH instead of ArrayLength for expression used at compile time, to fix MSVC 2013 bustage. (trivial/bustage-fix, no review) (25cecd7585)
- Bug 1266341 - Pass the right kind of enum constants for script codes. r=masayuki (723e784a37)
- Bug 1245866 - A better buffer size check in nsIDNService::IDNA2008ToUnicode, r=jfkthame (683db7d93c)
- Bug 1233610 - IDN service should return NS_ERROR_MALFORMED_URI instead of NS_ERROR_FAILURE r=mcmanus (d70d4425ca)
- Bug 1266391 - Introduce an enum class mozilla::unicode::Script, and use this instead of bare integers to specify script codes for better type checking. r=masayuki (363a23049f)
- fix 1389436 backport (a8f96f6b33)
- Bug 1258228 - create special child accessibles in owner's constructor, part1, r=marcoz (2bbb819f76)
- Bug 1258228 - create special child accessibles in owner's constructor, part2, r=marcoz (5e20a7761a)
- Bug 1258228 - create special child accessibles in owner's constructor, part3, r=marcoz (6574efb1e7)
- Bug 1258228 - create special child accessibles in owner's constructor, part4, r=marcoz (15420c5a12)
- Bug 1188818 - DataTransfer must deal with nsIFile of directories, r=jwatt (715a857dd1)
- Bug 1126295 - Move TestAtoms.cpp to gtest and enable it; r=froydnj (9275ebeb3c)
- Bug 1257128 (part 1) - Remove nsIAtom.equalsUTF8. r=froydnj. (17238a04e6)
- Bug 1257128 (part 2) - Remove nsIAtomService.get{,Permanent}AtomUTF8. r=froydnj. (f4131f1024)
- Bug 1257128 (part 3) - Remove unused createAtom() function in a test. r=tbsaunde. (e082c1bc17)
- Bug 1257128 (part 4) - Remove unused nsIAtomService references in toolkit/. r=froydnj. (5ddae71ae8)
- Bug 1257402 - Remove NS_NewPermanentAtom() and nsIAtomService.getPermanentAtom(). r=froydnj,kmag. (4b9ad7894e)
- Bug 1145395 - Pass Element& to nsHTMLEditor::RemoveElementIfNoStyleOrIdOrClass; r=ehsan (83080cb024)
- Bug 1140105 - Can't query for a specific font face when the selection is collapsed. r=ehsan (b534c04e7f)
- Bug 1145395 - Introduce an overload of nsHTMLEditor::RemoveStyleInside that takes nsIContent&; r=ehsan (c5cb3bfb1d)
- Bug 1170326 - nsHTMLCSSUtils::ParseLength should check if the input is an empty string, r=ehsan (1950f67c9f)
- Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm. (984bc596bf)
- Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky (20856a94b4)
- Bug 1259659 - rename from InternalUIEvent.detail to InternalUIEvent.mDetail. r=masayuki (37165bd487)
- Bug 1249664 - Make stateful frames responsible for their own keys r=dbaron (03a4365aa1)
- Bug 1232338 - part 1, Add better mouse support to InputData MouseInput r=kats (8be234631e)
- Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki (cd679b408e)
- Bug 1235908 - measure total event wait and process time. r=smaug (4364242809)
- Bug 1259655 - part 2 Rename WidgetEventTime::timeStamp to WidgetEventTime::mTimeStamp r=masayuki (94a507904d)
- Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku (670e175017)
- Bug 1245748 - Remove no-longer-needed code for directly setting up properties in KeyframeEffect(ReadOnly) constructor; r=heycam (166ed7697c)
- Bug 1259285 - Part1 - Move CSS/Web Animations-specific visibility handling. r=birtles (13a4ac2b94)
- Bug 1259285 - Part2 - Add web-platform test for visibility handling. r=birtles (b7cee58cf7)
- Bug 1260655 - Add KeyframeEffectReadOnly::SetFrames; r=heycam (7da27828da)
- Bug 1260655 - Wrap lines in keyframe-effect/constructor.html to 80 chars; r=whitespace-only (32b6412db2)
- Bug 1260655 - Update keyframe-effect/constructor.html to no longer refer to PropertyIndexedKeyframes or Keyframe; r=heycam (dbe0acf873)
- Bug 1260655 - Return the stored Keyframe objects from GetFrames, when available ; r=heycam (5b8cbc1773)
- Bug 1245748 - Add a Move constructor to Keyframe; r=heycam (eeabc9396a)
- Bug 1260655 - Add an assignment operator to Keyframe that takes an rvalue reference; r=heycam (e81f1f6d7c)
- Bug 1260655 - Add methods to CSSAnimationBuilder to build a set of Keyframe objects; r=heycam (93e2a7b3aa)
- Bug 1260655 - Use CSSAnimationBuilder::BuildAnimationFrames to set up CSS animations using Keyframe objects; r=heycam (4df3ad20cd)
- Bug 1260655 - Drop some no-longer-needed code for setting up CSS animations using AnimationProperty objects; r=heycam (e1d8e020aa)
- Bug 1260655 - Add a copy constructor and copy assignment operator to Keyframe; r=heycam (d9a1ca5d24)
- Bug 1249564 - Part 1: Assign the parent object of AnimationEffectTiming(ReadOnly). r=birtles,bz (298bdcf084)
- Bug 1249564 - Part 2: Cycle collect AnimationEffectTimingReadOnly. r=birtles (25d959d057)
- Bug 1263063 - Part 1: Remove unnecessary clamping of TimingParams::mIterationStart, since it's guaranteed to be nonnegative. r=dholbert (35362749d7)
- Bug 1263063 - Part 2: Add an assertion to ensure that iteration count is nonnegative and finite. r=dholbert (7df13df139)
- Bug 1263063 - Part 3: Change logic in KeyFrameEffect to assume that TimingParams' iteration-count has already been validated as nonnegative & finite. r=dholbert (6dd3f0d984)
- Bug 1263063 - Part 4: Move ActiveDuration() into TimingParams. r=dholbert (6760bdeaa7)
- Bug 1263063 - Part 5: Introduce TimingParams::EndTime(). r=dholbert (af9a4ddd95)
- Bug 1260983 - Allow creating animations with a target element not bound to a document; r=heycam (7d71619cfb)
- Bug 1244591 - Part 1: Implement KeyframeEffect.setFrames r=birtles,smaug (e090fa68b6)
- Bug 1244591 - Part 2: Extract useful keyframes tests to a new file r=birtles (780797fe53)
- Bug 1244591 - Part 3: Add web-platform tests for KeyframeEffect.setFrames r=birtles (997d26427b)
- Bug 1259878 - remove unnecessary isSome(). r=birtles (cb21268a0a)
- Bug 1248532 - Part 1: steps-start does not produce correct value at the beginning of the interval. r=birtles (9131923815)
- Bug 1248532 - Part 2: Add tests for step-start. r=birtles (04ae44375d)
- Bug 1248532 - Part 3: add a test for step-end with iterationStart. r=birtles (769827746b)
- Bug 1266257 - Revise timing model calculations to use fraction-based approach; r=hiro (c1de969ef0)
- Bug 1260572 - Replace AnimValuesStyleRule::AddEmptyValue with an overload of AddValue that takes an rvalue reference; r=heycam (08e01a4cdc)
- Bug 1260572 - Use 50% switch behavior if StyleAnimationValue::Interpolate fails; r=heycam (e67754e770)
- Bug 1260976 - Remove the old AnimationProperty-based GetFrames; r=heycam (efc88117e6)
- Bug 1259248. Add an ArrayView class. r=botond (5bb9e22500)
- Bug 1265648 - Remove the global nsTextFrameTextRunCache, as it no longer serves any useful purpose. r=mats (3ffbf42634)
- Bug 1238243 - Don't filter out Hangul jamo fillers as 'ignorable', because the font may require them to provide advance width. r=xidorn (9fc2f82853)
- Bug 1265648 followup - Use an array of UniquePtr<> for mTextRunsToDelete. r=mats (8745a7566e)
- Bug 1263956 - Adopt the new harfbuzz API for char-to-glyph mapping functions. r=jrmuizel (1f061d7b0f)
- Bug 1265568 - Don't require component alpha layers for text with -moz-osx-font-smoothing:grayscale. r=jfkthame,mattwoodrow (f819591273)
- Bug 1199547 - Backout workaround from bug 722676 as it causes issues on at least OSX 10.10 and 10.11. r=mstange (c96fb3a69d)
- Bug 1265953, part 1 - Convert most of the cocoa widget code from nsAutoPtr to UniquePtr. r=mstange (74aa93eaf9)
- Bug 1249915 - Add ability to synthesize native touch events on GTK for mochitests. r=karlt (b734a366fb)
- Bug 1259670 Rename WidgetPluginEvent::retargetToFocusedDocument to WidgetPluginEvent::mRetargetToFocusedDocument r=smaug (24c12b3bb4)
- Bug 1249915 - Fix synthesized touch injection code on Windows to not apply the scale factor twice. r=jimm (b590300aa3)
- Bug 1250505 - Convert SynthesizeNativeTouchPoint and SynthesizeNativeTouchTap to take a LayoutDeviceIntPoint instead of a ScreenPoint. r=njn (8ddd066519)
- Bug 1256731 - patch 1 - Don't apply theme-dpi scaling to metrics of window border elements, because Windows doesn't respect per-monitor dpi scaling when it draws them. r=emk (582676e33e)
- Bug 1247935 - Part 1: double-buffer nsShmImage. r=jrmuizel (2392a1e916)
- Bug 1247935 - Part 2: use shared pixmaps with XShm for nsShmImage. r=jrmuizel (b3dd105fcc)
- Bug 1265953, part 2 - Convert much of the rest of the widget code from nsAutoPtr to UniquePtr. r=mstange (e0c1c49ef8)
- Bug 1265953, part 3 - Convert more widget code from nsAutoPtr to UniquePtr. r=mstange (17e1be57d2)
- Bug 1265953, part 4 - Convert nsMenuX::LoadSubMenu and nsMenuX::AddMenu to UniquePtr. r=mstange (f4ea50b802)
- Bug 1259664 part.1 Rename WidgetWheelEvent::deltaX to WidgetWheelEvent::mDeltaX r=smaug (8c7ef861eb)
- Bug 1259664 part.2 Rename WidgetWheelEvent::deltaY to WidgetWheelEvent::mDeltaY r=smaug (03529452fb)
- Bug 1259664 part.3 Rename WidgetWheelEvent::deltaZ to WidgetWheelEvent::mDeltaZ r=smaug (0d664b2900)
- Bug 1259664 part.4 Rename WidgetWheelEvent::deltaMode to WidgetWheelEvent::mDeltaMode r=smaug (dc8283ee70)
- Bug 1253041 - Don't apply user wheel prefs more than once. r=smaug (2386a9da14)
- Bug 1259664 part.5 Rename WidgetWheelEvent::customizedByUserPrefs to WidgetWheelEvent::mCustomizedByUserPrefs r=smaug (3b16757c1e)
- Bug 1258820 - making root scrollable element not scroll if mouse wheel is used on xul dropdown r=masayuki (58ab750981)
- Bug 1250050 Add a pref to disable supporting mouse wheel of windowless plugins on Windows r=smaug (1560cfcb35)
- Bug 1256162, use last drag target for dragexit event when comparing to a remote browser, r=smaug (2d03394037)
- Bug 1110030 - part1 - add flags:IsSynthesizedByTIP and InputMethodAppState in WidgetKeyboardEvent. r=masayuki (c8f7802ee0)
- Bug 1110030 - part2 - Prevent PostHandleKeyboardEvent if it's handling by IME. r=masayuki (29fab0d4fe)
- Bug 1110030 - part3 - Interface between PresShell and HardwareKeyHandler. r=masayuki, r=smaug (cb152d6b4b)
- Bug 1110030 - part4 - HardwareKeyHandler component. r=masayuki, r=smaug (9e372e8f19)
- Bug 1110030 - part5 - Expose KeyboardEventInit dictionary. r=masayuki, r=smaug (3c38bf2f37)
- Bug 1110030 - part6 - Expose DefaultPreventedBy*. r=masayuki, r=smaug (5c94c067be)
- Bug 1110030 - part7 - Interface between HardwareKeyHandler and Input Method App. r=masayuki, r=smaug (f33b7f5ad5)
- Bug 1244546 part 1 - Apply proper unit conversion for SynthesizeNativeMouseEvent. r=karlt (8596ff8068)
- Bug 1244546 part 2 - Align the center point for pointerlock to meet widget's requirement. r=smaug (c447b8c770)
- Bug 1259664 part.6 Rename WidgetWheelEvent::mayHaveMomentum to WidgetWheelEvent::mMayHaveMomentum r=smaug (ef95784e26)
- Bug 1259664 part.7 Rename WidgetWheelEvent::isMomentum to WidgetWheelEvent::mIsMomentum r=smaug (983c8dc9e3)
- Bug 1259664 part.8 Rename WidgetWheelEvent::scrollType to WidgetWheelEvent::mScrollType r=smaug (c6731aee2d)
- Bug 1259664 part.9 Rename WidgetWheelEvent::lineOrPageDeltaX to WidgetWheelEvent::mLineOrPageDeltaX r=smaug (9c6d3d7f6b)
- Bug 1259664 part.10 Rename WidgetWheelEvent::lineOrPageDeltaY to WidgetWheelEvent::mLineOrPageDeltaY r=smaug (8a0d549eee)
- Bug 1259664 part.11 Rename WidgetWheelEvent::overflowDeltaX to WidgetWheelEvent::mOverflowDeltaX r=smaug (6200509b12)
- Bug 1259664 part.12 Rename WidgetWheelEvent::overflowDeltaY to Widget¦WheelEvent::mOverflowDeltaY r=smaug (3827fc7cef)
- Bug 1259664 part.13 Reorder the definition of members of WidgetWheelEvent r=smaug (ea69305e49)
- Bug 1243628 - Allow for presshell to have been destroyed and disconnected from prescontext during event dispatch. r=dholbert (b98e7ed1a2)
- Bug 1256952, send a dragexit at remote process when leaving the remote frame, r=smaug (1037c6a425)
- Bug 1261818 - don't pass nsAutoCStrings into nsBaseWidget debugging methods; r=karlt (36b2b66795)
- Bug 1250560 - Fix crash in HandleTouchEvent. r=roc (9586890edf)
- Bug 1121468 - Go to NoActionState after receiving release on LongTapState. r=roc (4e05f9ad70)
- Bug 1248847 - Assert AccessibleCaretEventHub mRefCnt > 1 in all its entry points. r=mats (89ced3c3e2)
- Bug 1251915 - Correct AccessibleCaretEventHub coding style by clang-format. r=roc (12d5b507d7)
- Bug 1259668 Rename WidgetTouchEvent::touches to WidgetTouchEvent::mTouches r=smaug (9c53824e17)
- Bug 1259657 Rename WidgetGUIEvent::widget to WidgetGUIEvent::mWidget r=smaug (8707f57a28)
- Bug 1246477 - Fix carets not updated by scroll events in LongTapState. r=roc (ba6f12001c)
- Bug 1259662 part.1 Rename WidgetDragEvent::dataTransfer to WidgetDragEvent::mDataTransfer r=smaug (79ffebe3ae)
- Bug 1259662 part.2 Rename WidgetDragEvent::userCancelled to WidgetDragEvent::mUserCancelled r=smaug (4b7ee565e7)
- Bug 1241008 - Add preference to show or hide selection bars. r=mtseng (aefd4c430d)
- Bug 1242349 - Provide unique AccessibleCaret pref for JS selection changes, r=TYLin (e964cb16cf)
- Bug 1240917 - Do not show caret in empty input on Fennec. r=roc (d73c6bd94d)
- Bug 1121468 - Show carets when long-pressing on selection highlight. r=roc (bf134067de)
- Bug 1246064 - Support long press to show AccessibleCaret on empty input for Fennec. r=roc (90791443cb)
- Bug 1246918 - Fix carets missing after scrolling down in selection mode on Fennec. r=roc (bc0915ad70)
- Bug 1246918 - Handle PresShell gone after FlushLayout(). r=roc (b2f18c9a03)
- Bug 1251915 - Ignore handling eTouchCancel events. r=roc (a04c3ad8eb)
- Bug 1121468 - Use auto* to explicit declare 'self' as a pointer. r=roc (d83a6020e3)
- Bug 1251346 - Fennec should not generate touch events from mouse events. r=kats (d8077748fc)
- Bug 1259656 part.1 Rename WidgetEvent::refPoint to WidgetEvent::mRefPoint r=smaug (fa66825fc9)
- Bug 1259656 part.2 Rename WidgetEvent::lastRefPoint to WidgetEvent::mLastRefPoint r=smaug (c964d62185)
- Bug 1259656 part.3 Rename WidgetEvent::userType to WidgetEvent::mSpecifiedEventType r=smaug (218ae50355)
- Bug 1259656 part.4 Rename WidgetEvent::typeString to WidgetEvent::mSpecifiedEventTypeString r=smaug (0192c890c9)
- Bug 1259656 part.5 Rename WidgetEvent::target to WidgetEvent::mTarget r=smaug (031356f40d)
- Bug 1259656 part.6 Rename WidgetEvent::currentTarget to WidgetEvent::mCurrentTarget r=smaug (451810f6d3)
- Bug 1259656 part.7 Rename WidgetEvent::originalTarget to WidgetEvent::mOriginalTarget r=smaug (643379c9cb)
- Bug 1259673 rename from InternalClipboardEvent.clipboardData to InternalClipboardEvent.mClipboardData. r=masayuki (5ad3c180fe)
- Bug 1259674 Part 1 rename InternalFocusEvent::fromRaise to InternalFocusEvent::mFrameRaise r=masayuki (400f1ba6e9)
- Bug 1259674 Part 2 rename InternalFocusEvent::isRefocus to InternalFocusEvent::mIsRefocus r=masayuki (93b5799c31)
- Bug 1259674 Part 3 rename InternalFocusEvent::relatedTarget to InternalFocusEvent::mRelatedTarget r=masayuki (2382b8de82)
- Bug 1256589 part.7 Add PropagationStopped() to WidgetEvent r=smaug (09325f188d)
- Bug 1259663 - Clean up WidgetMouseScrollEvent. r=masayuki (48e1389e22)
- Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku (ae80ec21f7)
- Bug 1223751 - Assume all frames are visible in subdocuments of a top level content document that's assuming all frames are visible. r=tn (3b4f99b2fc)
- Bug 1223747 - Don't assume all frames are visible in XUL documents. r=tn (7f26104ff8)
- Bug 1180267 - Switch Fennec over to using the MobileViewportManager for computing the CSS viewport. r=snorp (b85a3a5fb7)
- put back some SPS stuff (960414c383)
- Bug 1151152 - Change behavior when pointer is dragged out of the document. r=smaug (64779386f0)
- Bug 1263787 - Kill off the deprecated nsINode::GetCrossShadowCurrentDoc. r=baku (ed490173ff)
- Bug 1261933 - Continue unlocking pointer even if the widget has gone. r=smaug (93a781887a)
- Bug 1259296 - Do not scroll snap on the main thread for wheel events handled by APZ. r=kats (f72a7fef66)
- Bug 1208371 - Pass parent window to DOMMediaStream through constructor. r=roc (1c2cc7e7c7)
- Bug 1208371 - Make AudioCaptureStream startable. r=padenot (15849ae011)
- Bug 1208371 - Move OnTracksAvailableCallback out of DOMMediaStream. r=roc (a772c949e0)
- Bug 1208371 - Remove unused MediaManager::NotifyMediaStreamTrackEnded. r=jib (9157aa056e)
- Bug 1208371 - Introduce MediaStreamTrack logs. r=roc,jib (72ff4d4c59)
- Bug 1208371 - Track original track in MediaStreamTrack clones. r=jib (39e9ae1200)
- Bug 1208371 - Un-nest MediaEngineSource::PhotoCallback. r=roc (b1e0b48012)
- Bug 1253333: Don't cause a second MediaManager to be created if there's a race with NotifyFinished r=jib (d22d6d01e5)
- Bug 1251357 - fix regression where last MediaStreamTrack.stop did not turn off the camera light. r=jesup (11b4880c02)
- Bug 1208371 - Add a MediaStreamTrackSource interface. r=roc (bb1880524b)
- Bug 1208371 - Add MediaStreamTrackSourceGetter interface. r=roc (c57a1c6a74)
- Bug 1208371 - Let MediaStreamTracks know their TrackID at the source. r=roc (62739d72bf)
- Bug 1259236 - throw NotSupportedError on pc.addTrack of track in constructed stream. r=bwc (8b828e80e4)
- Bug 1208371 - Let FindOwnedDOMTrack operate on input stream. r=roc (26c24ad3c7)
- Bug 1208371 - Add some MediaStreamTrack helper methods. r=roc (1627cd36f8)
- Bug 1208371 - Count the users of a MediaStream to ease Destroy() resonsibility. r=roc (613d446b39)
- bug 1223670 assert that connected streams have the same graph r=padenot (17ea987392)
- Bug 1208371 - Add convenience method for checking if TrackID is explicit. r=roc (32c9d5fe45)
- Bug 1208371 - Allow MediaInputPorts mapped to a destination TrackID. r=roc (71d3c66c4d)
- Bug 1208371 - Remove obsolete SetTrackEnabled() from DOMMediaStream r=roc (cbcf54a342)
- Bug 1208371 - Add MediaStreamTrack::Graph(). r=jib (044b348267)
- Bug 1208371 - Add DOMMediaStream::GetTrackById/GetOwnedTrackById. r=jib (6f58360808)
- Bug 1208371 - Add a generic PrincipalChangeObserver interface. r=mt (79dfb91a89)
- Bug 1208371 - Turn DOMMediaStream::PrincipalChangeObserver into PrincipalChangeObserver<DOMMediaStream>. r=mt (41fdd835de)
- Bug 1208371 - Add principal APIs to MediaStreamTrack. r=mt (a8aab0e0d9)
- Bug 1208371 - Create MediaStreamTrackSource::Sink that forwards principal changes from the source. r=mt (d9fefd4e3c)
- Bug 1208371 - Let DOMMediaStream base its principal on the tracks it contains. r=mt (0c046c7c20)
- Bug 1208371 - Add an interface DecoderPrincipalChangeObserver to HTMLMediaElement. r=roc (ecde0ddae0)
- Bug 1208371 - Make HTMLMediaElement::CaptureStream pass its principal to MediaStreamTrack. r=mt (03ccd4ab12)
- Bug 1208371 - Make MediaManager pass its principal to MediaStreamTrack for gUM. r=mt (5a4b1eb0bc)
- Bug 1208371 - Make ImageCapture listen to principal changes of MediaStreamTrack instead. r=mt (d29fc5c36e)
- Bug 1208371 - Break PCImpl::SetRemoteDescription into smaller pieces. r=mt,bwc (e4337cc413)
- Bug 1208371 - Make PeerConnectionImpl pass its principal to MediaStreamTrack through a new RemoteTrackSource. r=mt (9a7c744a19)
- Bug 1208371 - Make remaining DOMMediaStream principal sources use MediaStreamTrack. r=mt (b30919c681)
- Bug 1208371 - Remove some no longer necessary principal methods on DOMMediaStream. r=mt (5279935d2b)
- Bug 1208371 - Add a MediaStreamTrackListener to MediaStreamGraph. r=roc (5d7048793e)
- Bug 1208371 - Move ImageCapture to a MediaStreamTrackListener. r=roc (98d081b034)
- Bug 1208371 - Make it possible to look up stream id by track in PeerConnectionImpl. r=jib (c65d07cb55)
- Bug 1208371 - Fix DOMMediaStream::OwnsTrack. r=roc (092dad3654)
- Bug 1208371 - Remove MediaStreamTrack::GetStream. r=jib (a78f873d89)
- Bug 1208371 - Route ApplyConstraints through MediaStreamTrackSource. r=jib (32dfd76245)
- Bug 1208371 - Kill nsDOMUserMediaStream with fire. r=jib (9550ad61be)
- Bug 1208371 - Make it possible to block tracks in a MediaInputPort initally. r=roc (39fdd2322f)
- Bug 1208371 - Implement MediaStreamTrack::Clone(). r=smaug,jib,roc (1995b87f10)
- Bug 1208371 - Implement DOMMediaStream::Clone() r=smaug,jib,roc (d445dffd30)
- Bug 1208371 - Various cleanups in DOMMediaStream/MediaStreamTrack. r=jib (a174781a1b)
- Bug 1208371 - Forward input stream and track id on regular track changes for union streams. r=roc (36ed98f3e4)
- Bug 1208371 - Move track.stop() helpers to MediaStreamPlayback. r=jib (123bcd8192)
- Bug 1240478 - Add test for video size on 'loadedmetadata'. r=jesup,jib Bug 1208371 - Test DOMMediaStream::Clone(). r=jib (5ff908fcad)
- Bug 1208371 - Test DOMMediaStream::Clone(). r=jib (445556e6b5)
- Bug 1208371 - Rename CreateOwnDOMTrack/CreateClonedDOMTrack to CreateDOMTrack/CloneDOMTrack. r=jib (41c71b073c)
- Bug 1208371 - Resolve ambiguous symbol MediaStreamTrack. r=bwc (f998354d96)
- Bug 1208371 - Test MediaStreamTrack::Clone(). r=jib (34865902b0)
- Bug 1208371 - Add CORSMode methods to MediaStreamTrack. r=mt (2244b06567)
- Bug 1208371 - Add convenience method for forwarding a track to an MSG-stream. r=roc (f21675220b)
- bug 1223670 throw not supported when creating a node from a stream with different channel r=baku (55e1d67356)
- Bug 1208371 - Lock MediaStreamAudioSourceNode onto the first AudioStreamTrack in mInputStream at time of construction. r=mt,padenot (77640fa752)
- Bug 1208371 - Move HTMLMediaElement::CaptureStream to forward CORSMode changes through MediaStreamTrackSource. r=mt (aa533e8945)
- Bug 1208371 - Remove CORSMode methods from DOMMediaStream. r=mt (41447ccea1)
- Bug 1208371 - Change HTMLMediaElement video sinks to check principal for video only tracks. r=mt (b8168de792)
- Bug 1208371 - Remove ref counting from DOMMediaStream::TrackListener. r=roc (fe275597ca)
- Bug 1208371 - Update tests to accomodate the fact that MediaStreamAudioSourceNodes lock onto the first audio track. r=padenot (ee97d9f274)
- bug 916387 remove workarounds in tests r=padenot (0285f2b98a)
- Bug 1208371 - Modify WebAudio source nodes tests to wait for tracks befoure measuring nr of samples. r=padenot (bb3afcdd12)
- Bug 1208371 - Make PeerIdentity RefCounted. r=mt (74320ca464)
- Bug 1208371 - Add GetPeerIdentity() to MediaStreamTrackSource. r=mt (77bffa988f)
- Bug 1208371 - Add PeerIdentity to LocalTrackSource for gUM tracks. r=mt (4b4163b66d)
- Bug 1208371 - Move PeerConnection to use PeerIdentity on MediaStreamTrack. r=mt (30b5ab4b5d)
- Bug 1208371 - Remove PeerIdentity from DOMMediaStream. r=mt (0d6b66614e)
- Bug 1208371 - Add convenience method for checking track forwarding to MediaStreamTrack. r=roc (d9eb5210e0)
- Bug 1208371 - Remove test_mediarecorder_record_nosrc.html. r=roc (5d7b83b51c)
- Bug 1208371 - Inline MediaRecorder::Session::SetupStreams. r=roc (1f8463266e)
- Bug 1153690 - Release the Session and MediaRecorder objects correctly if there is no ExtractRunnable running. r=roc (424117e697)
- Bug 1257318: Move MediaRecorder to use DirectListeners wherever possible. r=roc (1d6336641b)
- Bug 1208371 - Check principal per track instead of per stream in MediaRecorder. r=roc (946080d5e7)
- Bug 1219711 - Add mochitest for track disabling over a peer connection. r=jib (ad345e05e2)
- Bug 1166832 - Add test to verify audio (using AudioStreamAnalyser) after renegotiation. r=bwc (ad11535ee3)
- Bug 1250934: Make tests use the correct audio frequency when fake devices are used r=drno (1b8cb18b8f)
- Bug 1182426 - Test that we can record CanvasCaptureMediaStreams. r=roc (e65a5dce61)
- Bug 1219711 - Refactor captureStream_common.js to accept generic pixel testing method. r=jib (e55194c8f5)
- Bug 1223696 - Make canvas captureStream helper resilient to exceptions when there's no video. r=roc (215711b89d)
- Bug 1223696. Don't destroy VideoFrameContainer when we reach MetadataLoaded without a video track. r=jwwang (2c83a23b24)
- Bug 1166832 - Add test for canvas capture on multiple streams. r=bwc (592db27fc4)
- Bug 1224029: ensure video elements that may be disabled (black) are scaled r=mattwoodrow (bfef6af17d)
- Bug 1208371 - Simplify track disabling test code. r=jib (771d560f40)
- Bug 1208371 - Test disabling track across peerconnection not affecting clones. r=jib (31913dd9e6)
- Bug 1208371 - Add DirectTrackLister to MediaStreamGraph and MediaStreamTrack. r=roc,jesup (ae86375502)
- Bug 1208371 - Switch MediaPipeline to use direct listeners on tracks. r=jesup,bwc (aa32ce43e1)
- Bug 1208371 - Let PeerConnection consume principals from tracks instead of streams. r=mt (825d6775d0)
- Bug 1257318: Make recorder.pause()/resume() work with DirectListeners r=padenot (65ff6bff4e)
- Bug 1208371 - Move FindTrack from SourceMediaStream to MediaStream. r=roc (5725a863ae)
- Bug 1208371 - Switch MediaStreamTrack to enable/disable tracks on owned stream. r=jesup (ea7445369d)
- Bug 1208371 - Make GraphDriver callback log calls verbose. r=padenot (a502ceea55)
- Bug 1208371 - Do not require DOMLocalMediaStream for gUM (audioCapture). r=jib (c27ee1c308)
- Bug 1208371 - Add a track getter to gUM for fake tracks. r=jib (4958d2b392)
- Bug 1208371 - Remove unnecessary fakeTracks:true from test_streams_individual_pause.html. r=jib (2437b932b2)
- Bug 1208371 - Remove debug canvas from addTrackRemoveTrack test to help android perf. r=padenot (38b1ad91e8)
- Bug 1208371 - Remove debug canvas from peerConnection_trackDisabling test to help android perf. r=padenot (a8b5a62ad6)
- Bug 1208371 - Enable test_peerConnection_trackDisabling.html on android 4.3 debug. r=jib (19e14785f3)
- Bug 1208371 - Remove debug canvas from mediaStreamConstructors test to help android perf. r=padenot (b7e3280b68)
- Bug 1208371 - Add disconnect method to test helper AudioStreamAnalyser to improve performance on slow devices. r=padenot (2a18d693a7)
- Bug 1208371 - Guard LoadManagerSingleton with a WeakPtr. r=pkerr (0f6d425cf4)
- Bug 1208371 - Clear output canvas on each drawImage(). r=jib (45731c0c9a)
- Bug 1208371 - Wait for "loadedmetadata" before setting up nodes in test_mediaElementAudioSourceNodeCrossOrigin.html. r=padenot (8e9398fe88)
- Bug 1181051 - Remove BOM from dom/media/test/test*.html. r=kinetik (c98b2c9b96)
- Bug 1070110 - Ensure the testcase will receive at least 2 blob. r=jwwang (028cb09b08)
- Bug 1208371 - Improve reliability of test_mediarecorder_record_timeslice.html. r=jwwang (c89bd3fe0b)
- Bug 1251494 - Remove remaining references to MOZILLA_XPCOMRT_API from dom. r=jesup (5b8e7ef603)
- Bug 1234230: Don't pass null images for video encoding, and don't reencode the same image r=roc (eb09c07d8d)
- Bug 1258567 - per comment 3, ensure volume is only applied once to the AudioSegment. r=kinetik. (a7e184e483)
- Bug 1250934: Modify MediaEngine shutdown to allow neutering the AudioDataListener r=padenot (70f4831508)
- Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup (0662c26a97)
- Bug 1208371 - Add NotifyPrincipalHandleChanged to MediaStreamTrackListener. r=mt,jesup (54d896b1ff)
- Bug 1208371 - Add a PrincipalHandleListener to MediaStreamTrack. r=mt,jesup (9b4d2e0996)
- Bug 1256520 - use SyncRunnable to create DecodedStreamData synchronously to ensure the creation and destruction of DecodedStreamData happen in order. r=kikuo. (7d28eaebba)
- Bug 1237482 - Remove MediaDecoderStateMachine::mStreamSink. r=kikuo. (609efed70f)
- Bug 1208371 - Hook up DecodedStream with PrincipalHandle. r=mt,jwwang (9290efb216)
- Bug 1208371 - Hook up MediaPipeline with PrincipalHandle. r=mt,bwc (b00ed70ddc)
- Bug 1208371 - Ensure DOMMediaStream principals reflect what could reside in their playback streams. r=mt,jesup (bd3e32ef16)
- Bug 1208371 - Ensure a media element's ImageContainer is protected when playing a stream. r=mt,jesup (7914faa5dc)
- Bug 1208371 - Forward declare MediaStreamTrack in MediaPipeline.h. r=bwc (4c88b79137)
- Bug 1208371 - Clean up unnecessary virtuals in MediaPipeline. r=bwc (b7112f4b34)
- Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib (045bfcc738)
- Bug 1259590 - Remove B2G ACL code. r=khuey (e13223c0f6)
- Bug 1265452 followup - Make mGlyphExtentsArray an array of UniquePtr. r=jrmuizel (d12ce46244)
- Bug 1250540 - have media.navigator.permission.disabled no longer bypass media.getusermedia.screensharing.allowed_domains. r=jesup (e55aa02580)
- Bug 1247806 - Fix HSTS redirect check in WebSocketChannel, r=mcmanus (4e44becf9e)
- Bug 1251530: Use 'MakeUnique' instead of 'new' to populate UniquePtr variable in AddCSSValuePair. r=jwatt (286bf2289a)
- Bug 1264787: Make nsCSSValue's AdoptListValue & AdoptPairListValue methods take a UniquePtr. r=heycam (0f7dc7164f)
- Bug 1151243 part 3 - [css-grid] Add a generic nsHTMLReflowState::STATIC_POS_IS_CB_ORIGIN flag to place the static-position at the CB origin, and make nsAbsoluteContainingBlock use it in Grid containers where the placeholder is a child too. r=dholbert (7bde498cc4)
- Bug 1151243 part 4 - Some code cleanup in nsHTMLReflowState::CalculateHypotheticalPosition, and make a few methods 'const' (idempotent patch). r=dholbert (e430f9b99d)
- Bug 1250540 - fix string-parsing regression that made screen share whitelisting stop working. r=jesup (f8af7c3053)
- Bug 1265641: Move AEC tail length and delay-agnostic settings to getUserMedia r=padenot (3feaf716ee)
- Bug 950936 - Introduce ui.popup.disable_autohide pref to ease debugging popups. r=neil (bc28dcd531)
- bug 1211892 read -unico-border-gradient of early Unico versions for ThreeDHighlight and ThreeDShadow r=acomminos (39c83b1865)
- bug 1257695 disable GTK3 deprecation warnings in widget/gtk r=acomminos (1ad2ba0271)
- Bug 1258989 - Switch gtk3drawing to a C++ file, r=karlt (55b8ea3cdf)
- Bug 1259433 - remove gtk_widget_style_get() from gtk3drawing, r=karlt a=kwierso (a9fc049140)
- Bug 1266680 - Rename BlockTrackId to BlockSourceTrackId. r=jesup (5066bbf870)
- Bug 1262808: Refactor |PrincipalID| to |PrincipalHandle| in Gonk media code, r=rjesup (49ec99e852)
- Bug 1144096 part 1 - [css-grid] Refactor nsGridContainerFrame state and methods. r=dholbert (502fb7d424)
- Bug 1144096 part 2 - [css-grid] Make GridItemInfo::mFrame available also in non-DEBUG builds since we'll need it to support fragmentation. r=dholbert (fe0b396741)
- Bug 1144096 part 3 - [css-grid] Remove CellMap::ClearOccupied() since it's not needed anymore. r=dholbert (7aeacdccab)
- Bug 1144096 part 4 - [css-grid] Move more local nsGridContainerFrame classes into .cpp file. r=dholbert (896fc410ac)
- Bug 1144096 part 5 - [css-grid] Create a couple of Grid container frame bits. r=dholbert (abd007fd90)
- Bug 1144096 part 6 - [css-grid] Add support for creating Grid container continuations and deal with overflow containers. r=dholbert (3f02728f24)
- Bug 1144096 part 7 - [css-grid] Don't create PageBreakFrames inside a Grid container. The container will handle forced breaks on its items. r=dholbert (5a0c64369c)
- Bug 1144096 part 8 - [css-grid] Add a new state flag, eBreakBefore, to record where breaks occur between tracks. r=dholbert (5f5d8761c6)
- Bug 1144096 part 9 - [css-grid] Create a SharedGridData object owned by the first-in-flow Grid container to share state between its continuations. r=dholbert (7e510f0bf0)
- Bug 1144096 part 10 - [css-grid] Add a few helper methods to do a break before a row, and resize a row. r=dholbert (d3fec771a6)
- Bug 1144096 part 11 - [css-grid] Add a GetNearestFragmentainer() method that collects some data from the nearest enclosing fragmentainer needed for fragmentation. r=dholbert (20d4736a1c)
- Bug 1144096 part 12 - [css-grid] Collect and merge child frames we need for reflow. r=dholbert (3b5c619f34)
- Bug 1144096 part 13 - [css-grid] Refactor ReflowChildren() by separating out the code that reflows normal flow children (grid items and placeholders) into a new method ReflowInFlowChild(). r=dholbert (ba8a1edc7b)
- Bug 1144096 part 14 - [css-grid] Make ReflowInFlowChild() deal with a constrained available block-size. r=dholbert (292df4167a)
- Bug 1144096 part 15 - [css-grid] Compute our pre-reflow logical skip sides and cache the result of ComputedLogicalBorderPadding() with that applied. r=dholbert (0c7f59389e)
- Bug 1144096 part 16 - [css-grid] Implement fragmentation. r=dholbert (af8b8aac41)
- Bug 1144096 part 17 - [css-grid] Add helper methods that add a sorted list of child frames to the Overflow and ExcessOverflowContainers child lists. r=dholbert (a6c80c9e9c)
- Bug 1144096 part 18 - [css-grid] Fix a couple of bugs in how we handle child existing continuations when pushing/pulling children. r=dholbert (b8a62fab65)
- Bug 1144096 part 19 - [css-grid] Sanity check the initial child lists we get from the frame constructor (DEBUG only). r=dholbert (f56955c3ec)
- Bug 1144096 part 20 - [css-grid] Sanity check our child lists before starting a Reflow (DEBUG only). r=dholbert (d89c771238)
- Bug 1144096 part 21 - [css-grid] Deal with dynamically inserted/appended/removed child frames. r=dholbert (a07ecc06e2)
- Bug 1144096 part 22 - [css-grid] Check NS_INLINE_IS_BREAK_BEFORE before checking other completion status. r=dholbert (731dcd0ac5)
- Bug 1144096 part 23 - [css-grid] A grid container fragment that is an overflow container can't be INCOMPLETE, only OVERFLOW_INCOMPLETE and it should always have zero BSize. r=dholbert (afcd6c1741)
- Bug 1144096 part 24 - [css-grid] Move the child frame merging code at the start of ReflowOverflowContainerChildren into a new method: DrainExcessOverflowContainersList. Make both take a param so that we can override how the OC child lists are merged together (normally just an Append; MergeSortedFrameLists for Grid). r=dholbert (95323b0a56)
- Bug 1144096 part 25 - [css-grid] Enable fragmentation to occur by reporting our actual reflow status. r=dholbert (767c389238)
- Bug 1144096 part 26 - [css-grid] Fragmentation reftests. (07e62f8fd6)
- Bug 1244006 - Use const instead of MOZ_CONSTEXPR to avoid startup crash; r=dbaron (39b0bb32fb)
- Bug 1053986 - Fix comment referring to a GetBorder method that no longer exists. r=dholbert (2cde22a42c)
- Bug 1264784 - part 1 - call nsIFrame::{GetScreenRect,GetView} instead of their *External counterparts; r=dholbert (a2cd84b7a2)
- Bug 963238: Support isTypeSupported() in MediaRecorder, and throw on invalid mimetypes at construction r=cpearce,khuey (5a3709e45f)
- Bug 963238: Fix compilation errors. r=me (09b541337f)
- Bug 1157654 - 1. Do not call MediaRecorder.stop immediately after MediaRecorder.start, because we want to receive an onerror callback. 2. Make the NofityError async. r=roc (ad56918042)
- Bug 1128448 - 1. Close the pref media.encoder.omx.enabled for newer android version. 2. Modify testcase and MR to eusure no timing issue. r=roc (9dfff44a2c)
- Bug 1197669 - Part3 - Ensure the start event comes before any blobs. r=jwwang (d4e950fa49)
- Bug 1225327 - fix |mEncoder| null-dereference. r=jwwang (5ffce18e33)
- Bug 1260702: Don't crash on input sources from WebAudio in MediaRecorder r=padenot (28bcb80a03)
- Bug 1018299 - Throw security error if principal check fails in MediaRecorder::Start(). r=jib, r=mt (1130168c8d)
- Bug 1261007 - Part 1 - Force to send video sample into encoder if we got the same video sample more than 1 seconds. Enable testcases. r=jolin (5698b39b45)
- Bug 1182426 - Test that changing video resolution of a recorded stream throws an error. r=roc (edaf49f2cf)
- Bug 1261007 - Part 2 - fix test_mediarecorder_webm_support. r=rillian (16ef931949)
- Bug 1250054. Part 1 - implement MediaDecoderReaderWrapper. r=jya. (4b78b4335d)
- Bug 1242841 - Make MDSM::mDecodedAudioEndTime zero-based. r=kikuo. (c6c756d554)
- Bug 1242843 - Make MDSM::mDecodedVideoEndTime zero-based. r=kikuo. (c194178323)
- Bug 1242783. Part 1 - per comment 11, increase mAmpleAudioThresholdUsecs to 2s to avoid audio underrun when BT is connected. r=kinetik. (49567f587e)
- Bug 1242783. Part 2 - per comment 12, buffer only 1s when audio is captured. r=kinetik. (e0f0cd9826)
- Bug 1230641: P1. Use UYVY (YUV422) format in decoders. r=mattwoodrow (17d4de398c)
- Bug 1230641: P2. Increase the video queue size on mac. r=cpearce (e575c85f44)
- Bug 1230641 - Make our NSOpenGLContext opaque when in fullscreen mode. r=mstange (51da9e1e70)
- Bug 1257094 - Remove MediaDecoderStateMachine::DECODER_STATE_DECODING_NONE. r=cpearce. (f0993582c7)
- Bug 1252344. Part 1 - remove unnecessary checks from MediaDecoderStateMachine::NeedToDecodeVideo(). r=bechen. (1c9b7aadf4)
- Bug 1252344. Part 2 - remove unnecessary checks from MediaDecoderStateMachine::NeedToDecodeAudio(). r=bechen. (6896d7d1f6)
- Bug 1252360 - remove some check from NeedToDecodeAudio(). r=bechen. (1c064a9985)
- Bug 1252762 - Decode at most one audio/video sample before finishing seeking. r=cpearce. (73ec7691df)
- Bug 1253928 - adjust the time passed to RequestVideoData() by the start time to avoid incorrectly skipping key frames. r=jya. (1bc203d8e6)
- Bug 1252766 - Remove MediaDecoderStateMachine::mDecodeToSeekTarget which is never read. r=kaku. (aac1fe8018)
- Bug 1251460 - MDSM now waits on a promise to enqueue first frame loaded. r=jya (0e7e67e006)
- Bug 1257013 - Part 3: Stop checking for corrupt frames in MediaDecoderStateMachine since we no longer produce them. r=ajones (fbbbabafbb)
3829 lines
114 KiB
C++
3829 lines
114 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/. */
|
|
|
|
/*
|
|
* Base class for all element classes; this provides an implementation
|
|
* of DOM Core's nsIDOMElement, implements nsIContent, provides
|
|
* utility methods for subclasses, and so forth.
|
|
*/
|
|
|
|
#include "mozilla/dom/ElementInlines.h"
|
|
|
|
#include "AnimationCommon.h"
|
|
#include "mozilla/DebugOnly.h"
|
|
#include "mozilla/dom/Animation.h"
|
|
#include "mozilla/dom/Attr.h"
|
|
#include "nsDOMAttributeMap.h"
|
|
#include "nsIAtom.h"
|
|
#include "nsIContentInlines.h"
|
|
#include "mozilla/dom/NodeInfo.h"
|
|
#include "nsIDocumentInlines.h"
|
|
#include "mozilla/dom/DocumentTimeline.h"
|
|
#include "nsIDOMNodeList.h"
|
|
#include "nsIDOMDocument.h"
|
|
#include "nsIContentIterator.h"
|
|
#include "nsFocusManager.h"
|
|
#include "nsFrameManager.h"
|
|
#include "nsILinkHandler.h"
|
|
#include "nsIScriptGlobalObject.h"
|
|
#include "nsIURL.h"
|
|
#include "nsContainerFrame.h"
|
|
#include "nsIAnonymousContentCreator.h"
|
|
#include "nsIPresShell.h"
|
|
#include "nsPresContext.h"
|
|
#include "nsStyleConsts.h"
|
|
#include "nsString.h"
|
|
#include "nsUnicharUtils.h"
|
|
#include "nsIDOMEvent.h"
|
|
#include "nsDOMCID.h"
|
|
#include "nsIServiceManager.h"
|
|
#include "nsIDOMCSSStyleDeclaration.h"
|
|
#include "nsDOMCSSAttrDeclaration.h"
|
|
#include "nsNameSpaceManager.h"
|
|
#include "nsContentList.h"
|
|
#include "nsVariant.h"
|
|
#include "nsDOMTokenList.h"
|
|
#include "nsXBLPrototypeBinding.h"
|
|
#include "nsError.h"
|
|
#include "nsDOMString.h"
|
|
#include "nsIScriptSecurityManager.h"
|
|
#include "nsIDOMMutationEvent.h"
|
|
#include "mozilla/dom/AnimatableBinding.h"
|
|
#include "mozilla/AnimationComparator.h"
|
|
#include "mozilla/AsyncEventDispatcher.h"
|
|
#include "mozilla/ContentEvents.h"
|
|
#include "mozilla/EffectSet.h"
|
|
#include "mozilla/EventDispatcher.h"
|
|
#include "mozilla/EventListenerManager.h"
|
|
#include "mozilla/EventStateManager.h"
|
|
#include "mozilla/EventStates.h"
|
|
#include "mozilla/InternalMutationEvent.h"
|
|
#include "mozilla/MouseEvents.h"
|
|
#include "mozilla/TextEvents.h"
|
|
#include "nsNodeUtils.h"
|
|
#include "mozilla/dom/DirectionalityUtils.h"
|
|
#include "nsDocument.h"
|
|
#include "nsAttrValueOrString.h"
|
|
#include "nsAttrValueInlines.h"
|
|
#ifdef MOZ_XUL
|
|
#include "nsXULElement.h"
|
|
#endif /* MOZ_XUL */
|
|
#include "nsSVGElement.h"
|
|
#include "nsFrameSelection.h"
|
|
#ifdef DEBUG
|
|
#include "nsRange.h"
|
|
#endif
|
|
|
|
#include "nsBindingManager.h"
|
|
#include "nsXBLBinding.h"
|
|
#include "nsPIDOMWindow.h"
|
|
#include "nsPIBoxObject.h"
|
|
#include "mozilla/dom/DOMRect.h"
|
|
#include "nsSVGUtils.h"
|
|
#include "nsLayoutUtils.h"
|
|
#include "nsGkAtoms.h"
|
|
#include "nsContentUtils.h"
|
|
#include "ChildIterator.h"
|
|
|
|
#include "nsIDOMEventListener.h"
|
|
#include "nsIWebNavigation.h"
|
|
#include "nsIBaseWindow.h"
|
|
#include "nsIWidget.h"
|
|
|
|
#include "nsNodeInfoManager.h"
|
|
#include "nsICategoryManager.h"
|
|
#include "nsIDOMDocumentType.h"
|
|
#include "nsGenericHTMLElement.h"
|
|
#include "nsIEditor.h"
|
|
#include "nsIEditorIMESupport.h"
|
|
#include "nsContentCreatorFunctions.h"
|
|
#include "nsIControllers.h"
|
|
#include "nsView.h"
|
|
#include "nsViewManager.h"
|
|
#include "nsIScrollableFrame.h"
|
|
#include "mozilla/css/StyleRule.h" /* For nsCSSSelectorList */
|
|
#include "nsCSSRuleProcessor.h"
|
|
#include "nsRuleProcessorData.h"
|
|
#include "nsTextNode.h"
|
|
|
|
#ifdef MOZ_XUL
|
|
#include "nsIXULDocument.h"
|
|
#endif /* MOZ_XUL */
|
|
|
|
#include "nsCycleCollectionParticipant.h"
|
|
#include "nsCCUncollectableMarker.h"
|
|
|
|
#include "mozAutoDocUpdate.h"
|
|
|
|
#include "nsCSSParser.h"
|
|
#include "prprf.h"
|
|
#include "nsDOMMutationObserver.h"
|
|
#include "nsSVGFeatures.h"
|
|
#include "nsWrapperCacheInlines.h"
|
|
#include "xpcpublic.h"
|
|
#include "nsIScriptError.h"
|
|
#include "mozilla/Telemetry.h"
|
|
|
|
#include "mozilla/CORSMode.h"
|
|
#include "mozilla/dom/ShadowRoot.h"
|
|
#include "mozilla/dom/NodeListBinding.h"
|
|
|
|
#include "nsStyledElement.h"
|
|
#include "nsXBLService.h"
|
|
#include "nsITextControlElement.h"
|
|
#include "nsITextControlFrame.h"
|
|
#include "nsISupportsImpl.h"
|
|
#include "mozilla/dom/CSSPseudoElement.h"
|
|
#include "mozilla/dom/DocumentFragment.h"
|
|
#include "mozilla/dom/KeyframeEffectBinding.h"
|
|
#include "mozilla/dom/WindowBinding.h"
|
|
#include "mozilla/dom/ElementBinding.h"
|
|
#include "mozilla/dom/VRDevice.h"
|
|
#include "mozilla/IntegerPrintfMacros.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "nsComputedDOMStyle.h"
|
|
|
|
using namespace mozilla;
|
|
using namespace mozilla::dom;
|
|
|
|
nsIAtom*
|
|
nsIContent::DoGetID() const
|
|
{
|
|
MOZ_ASSERT(HasID(), "Unexpected call");
|
|
MOZ_ASSERT(IsElement(), "Only elements can have IDs");
|
|
|
|
return AsElement()->GetParsedAttr(nsGkAtoms::id)->GetAtomValue();
|
|
}
|
|
|
|
const nsAttrValue*
|
|
nsIContent::DoGetClasses() const
|
|
{
|
|
MOZ_ASSERT(HasFlag(NODE_MAY_HAVE_CLASS), "Unexpected call");
|
|
MOZ_ASSERT(IsElement(), "Only elements can have classes");
|
|
|
|
if (IsSVGElement()) {
|
|
const nsAttrValue* animClass =
|
|
static_cast<const nsSVGElement*>(this)->GetAnimatedClassName();
|
|
if (animClass) {
|
|
return animClass;
|
|
}
|
|
}
|
|
|
|
return AsElement()->GetParsedAttr(nsGkAtoms::_class);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
Element::QueryInterface(REFNSIID aIID, void** aInstancePtr)
|
|
{
|
|
if (aIID.Equals(NS_GET_IID(Element))) {
|
|
NS_ADDREF_THIS();
|
|
*aInstancePtr = this;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_ASSERTION(aInstancePtr,
|
|
"QueryInterface requires a non-NULL destination!");
|
|
nsresult rv = FragmentOrElement::QueryInterface(aIID, aInstancePtr);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
// Give the binding manager a chance to get an interface for this element.
|
|
return OwnerDoc()->BindingManager()->GetBindingImplementation(this, aIID,
|
|
aInstancePtr);
|
|
}
|
|
|
|
EventStates
|
|
Element::IntrinsicState() const
|
|
{
|
|
return IsEditable() ? NS_EVENT_STATE_MOZ_READWRITE :
|
|
NS_EVENT_STATE_MOZ_READONLY;
|
|
}
|
|
|
|
void
|
|
Element::NotifyStateChange(EventStates aStates)
|
|
{
|
|
nsIDocument* doc = GetComposedDoc();
|
|
if (doc) {
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
doc->ContentStateChanged(this, aStates);
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::UpdateLinkState(EventStates aState)
|
|
{
|
|
MOZ_ASSERT(!aState.HasAtLeastOneOfStates(~(NS_EVENT_STATE_VISITED |
|
|
NS_EVENT_STATE_UNVISITED)),
|
|
"Unexpected link state bits");
|
|
mState =
|
|
(mState & ~(NS_EVENT_STATE_VISITED | NS_EVENT_STATE_UNVISITED)) |
|
|
aState;
|
|
}
|
|
|
|
void
|
|
Element::UpdateState(bool aNotify)
|
|
{
|
|
EventStates oldState = mState;
|
|
mState = IntrinsicState() | (oldState & ESM_MANAGED_STATES);
|
|
if (aNotify) {
|
|
EventStates changedStates = oldState ^ mState;
|
|
if (!changedStates.IsEmpty()) {
|
|
nsIDocument* doc = GetComposedDoc();
|
|
if (doc) {
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
doc->ContentStateChanged(this, changedStates);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
nsIContent::UpdateEditableState(bool aNotify)
|
|
{
|
|
// Guaranteed to be non-element content
|
|
NS_ASSERTION(!IsElement(), "What happened here?");
|
|
nsIContent *parent = GetParent();
|
|
|
|
// Skip over unknown native anonymous content to avoid setting a flag we
|
|
// can't clear later
|
|
bool isUnknownNativeAnon = false;
|
|
if (IsInNativeAnonymousSubtree()) {
|
|
isUnknownNativeAnon = true;
|
|
nsCOMPtr<nsIContent> root = this;
|
|
while (root && !root->IsRootOfNativeAnonymousSubtree()) {
|
|
root = root->GetParent();
|
|
}
|
|
// root should always be true here, but isn't -- bug 999416
|
|
if (root) {
|
|
nsIFrame* rootFrame = root->GetPrimaryFrame();
|
|
if (rootFrame) {
|
|
nsContainerFrame* parentFrame = rootFrame->GetParent();
|
|
nsITextControlFrame* textCtrl = do_QueryFrame(parentFrame);
|
|
isUnknownNativeAnon = !textCtrl;
|
|
}
|
|
}
|
|
}
|
|
|
|
SetEditableFlag(parent && parent->HasFlag(NODE_IS_EDITABLE) &&
|
|
!isUnknownNativeAnon);
|
|
}
|
|
|
|
void
|
|
Element::UpdateEditableState(bool aNotify)
|
|
{
|
|
nsIContent *parent = GetParent();
|
|
|
|
SetEditableFlag(parent && parent->HasFlag(NODE_IS_EDITABLE));
|
|
if (aNotify) {
|
|
UpdateState(aNotify);
|
|
} else {
|
|
// Avoid calling UpdateState in this very common case, because
|
|
// this gets called for pretty much every single element on
|
|
// insertion into the document and UpdateState can be slow for
|
|
// some kinds of elements even when not notifying.
|
|
if (IsEditable()) {
|
|
RemoveStatesSilently(NS_EVENT_STATE_MOZ_READONLY);
|
|
AddStatesSilently(NS_EVENT_STATE_MOZ_READWRITE);
|
|
} else {
|
|
RemoveStatesSilently(NS_EVENT_STATE_MOZ_READWRITE);
|
|
AddStatesSilently(NS_EVENT_STATE_MOZ_READONLY);
|
|
}
|
|
}
|
|
}
|
|
|
|
EventStates
|
|
Element::StyleStateFromLocks() const
|
|
{
|
|
EventStates locks = LockedStyleStates();
|
|
EventStates state = mState | locks;
|
|
|
|
if (locks.HasState(NS_EVENT_STATE_VISITED)) {
|
|
return state & ~NS_EVENT_STATE_UNVISITED;
|
|
}
|
|
if (locks.HasState(NS_EVENT_STATE_UNVISITED)) {
|
|
return state & ~NS_EVENT_STATE_VISITED;
|
|
}
|
|
return state;
|
|
}
|
|
|
|
EventStates
|
|
Element::LockedStyleStates() const
|
|
{
|
|
EventStates* locks =
|
|
static_cast<EventStates*>(GetProperty(nsGkAtoms::lockedStyleStates));
|
|
if (locks) {
|
|
return *locks;
|
|
}
|
|
return EventStates();
|
|
}
|
|
|
|
void
|
|
Element::NotifyStyleStateChange(EventStates aStates)
|
|
{
|
|
nsIDocument* doc = GetComposedDoc();
|
|
if (doc) {
|
|
nsIPresShell *presShell = doc->GetShell();
|
|
if (presShell) {
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
presShell->ContentStateChanged(doc, this, aStates);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::LockStyleStates(EventStates aStates)
|
|
{
|
|
EventStates* locks = new EventStates(LockedStyleStates());
|
|
|
|
*locks |= aStates;
|
|
|
|
if (aStates.HasState(NS_EVENT_STATE_VISITED)) {
|
|
*locks &= ~NS_EVENT_STATE_UNVISITED;
|
|
}
|
|
if (aStates.HasState(NS_EVENT_STATE_UNVISITED)) {
|
|
*locks &= ~NS_EVENT_STATE_VISITED;
|
|
}
|
|
|
|
SetProperty(nsGkAtoms::lockedStyleStates, locks,
|
|
nsINode::DeleteProperty<EventStates>);
|
|
SetHasLockedStyleStates();
|
|
|
|
NotifyStyleStateChange(aStates);
|
|
}
|
|
|
|
void
|
|
Element::UnlockStyleStates(EventStates aStates)
|
|
{
|
|
EventStates* locks = new EventStates(LockedStyleStates());
|
|
|
|
*locks &= ~aStates;
|
|
|
|
if (locks->IsEmpty()) {
|
|
DeleteProperty(nsGkAtoms::lockedStyleStates);
|
|
ClearHasLockedStyleStates();
|
|
delete locks;
|
|
}
|
|
else {
|
|
SetProperty(nsGkAtoms::lockedStyleStates, locks,
|
|
nsINode::DeleteProperty<EventStates>);
|
|
}
|
|
|
|
NotifyStyleStateChange(aStates);
|
|
}
|
|
|
|
void
|
|
Element::ClearStyleStateLocks()
|
|
{
|
|
EventStates locks = LockedStyleStates();
|
|
|
|
DeleteProperty(nsGkAtoms::lockedStyleStates);
|
|
ClearHasLockedStyleStates();
|
|
|
|
NotifyStyleStateChange(locks);
|
|
}
|
|
|
|
bool
|
|
Element::GetBindingURL(nsIDocument *aDocument, css::URLValue **aResult)
|
|
{
|
|
// If we have a frame the frame has already loaded the binding. And
|
|
// otherwise, don't do anything else here unless we're dealing with
|
|
// XUL or an HTML element that may have a plugin-related overlay
|
|
// (i.e. object, embed, or applet).
|
|
bool isXULorPluginElement = (IsXULElement() ||
|
|
IsHTMLElement(nsGkAtoms::object) ||
|
|
IsHTMLElement(nsGkAtoms::embed) ||
|
|
IsHTMLElement(nsGkAtoms::applet));
|
|
nsCOMPtr<nsIPresShell> shell = aDocument->GetShell();
|
|
if (!shell || GetPrimaryFrame() || !isXULorPluginElement) {
|
|
*aResult = nullptr;
|
|
|
|
return true;
|
|
}
|
|
|
|
// Get the computed -moz-binding directly from the style context
|
|
RefPtr<nsStyleContext> sc =
|
|
nsComputedDOMStyle::GetStyleContextForElementNoFlush(this, nullptr, shell);
|
|
NS_ENSURE_TRUE(sc, false);
|
|
|
|
*aResult = sc->StyleDisplay()->mBinding;
|
|
|
|
return true;
|
|
}
|
|
|
|
JSObject*
|
|
Element::WrapObject(JSContext *aCx, JS::Handle<JSObject*> aGivenProto)
|
|
{
|
|
JS::Rooted<JSObject*> givenProto(aCx, aGivenProto);
|
|
JS::Rooted<JSObject*> customProto(aCx);
|
|
|
|
if (!givenProto) {
|
|
// Custom element prototype swizzling.
|
|
CustomElementData* data = GetCustomElementData();
|
|
if (data) {
|
|
// If this is a registered custom element then fix the prototype.
|
|
nsDocument* document = static_cast<nsDocument*>(OwnerDoc());
|
|
document->GetCustomPrototype(NodeInfo()->NamespaceID(), data->mType, &customProto);
|
|
if (customProto &&
|
|
NodePrincipal()->SubsumesConsideringDomain(nsContentUtils::ObjectPrincipal(customProto))) {
|
|
// Just go ahead and create with the right proto up front. Set
|
|
// customProto to null to flag that we don't need to do any post-facto
|
|
// proto fixups here.
|
|
givenProto = customProto;
|
|
customProto = nullptr;
|
|
}
|
|
}
|
|
}
|
|
|
|
JS::Rooted<JSObject*> obj(aCx, nsINode::WrapObject(aCx, givenProto));
|
|
if (!obj) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (customProto) {
|
|
// We want to set the custom prototype in the compartment where it was
|
|
// registered. In the case that |obj| and |prototype| are in different
|
|
// compartments, this will set the prototype on the |obj|'s wrapper and
|
|
// thus only visible in the wrapper's compartment, since we know obj's
|
|
// principal does not subsume customProto's in this case.
|
|
JSAutoCompartment ac(aCx, customProto);
|
|
JS::Rooted<JSObject*> wrappedObj(aCx, obj);
|
|
if (!JS_WrapObject(aCx, &wrappedObj) ||
|
|
!JS_SetPrototype(aCx, wrappedObj, customProto)) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
nsIDocument* doc;
|
|
if (HasFlag(NODE_FORCE_XBL_BINDINGS)) {
|
|
doc = OwnerDoc();
|
|
}
|
|
else {
|
|
doc = GetComposedDoc();
|
|
}
|
|
|
|
if (!doc) {
|
|
// There's no baseclass that cares about this call so we just
|
|
// return here.
|
|
return obj;
|
|
}
|
|
|
|
// We must ensure that the XBL Binding is installed before we hand
|
|
// back this object.
|
|
|
|
if (HasFlag(NODE_MAY_BE_IN_BINDING_MNGR) && GetXBLBinding()) {
|
|
// There's already a binding for this element so nothing left to
|
|
// be done here.
|
|
|
|
// In theory we could call ExecuteAttachedHandler here when it's safe to
|
|
// run script if we also removed the binding from the PAQ queue, but that
|
|
// seems like a scary change that would mosly just add more
|
|
// inconsistencies.
|
|
return obj;
|
|
}
|
|
|
|
// Make sure the style context goes away _before_ we load the binding
|
|
// since that can destroy the relevant presshell.
|
|
mozilla::css::URLValue *bindingURL;
|
|
bool ok = GetBindingURL(doc, &bindingURL);
|
|
if (!ok) {
|
|
dom::Throw(aCx, NS_ERROR_FAILURE);
|
|
return nullptr;
|
|
}
|
|
|
|
if (!bindingURL) {
|
|
// No binding, nothing left to do here.
|
|
return obj;
|
|
}
|
|
|
|
nsCOMPtr<nsIURI> uri = bindingURL->GetURI();
|
|
nsCOMPtr<nsIPrincipal> principal = bindingURL->mOriginPrincipal;
|
|
|
|
// We have a binding that must be installed.
|
|
bool dummy;
|
|
|
|
nsXBLService* xblService = nsXBLService::GetInstance();
|
|
if (!xblService) {
|
|
dom::Throw(aCx, NS_ERROR_NOT_AVAILABLE);
|
|
return nullptr;
|
|
}
|
|
|
|
{
|
|
// Make a scope so that ~nsRefPtr can GC before returning obj.
|
|
RefPtr<nsXBLBinding> binding;
|
|
xblService->LoadBindings(this, uri, principal, getter_AddRefs(binding), &dummy);
|
|
|
|
if (binding) {
|
|
if (nsContentUtils::IsSafeToRunScript()) {
|
|
binding->ExecuteAttachedHandler();
|
|
}
|
|
else {
|
|
nsContentUtils::AddScriptRunner(
|
|
NS_NewRunnableMethod(binding, &nsXBLBinding::ExecuteAttachedHandler));
|
|
}
|
|
}
|
|
}
|
|
|
|
return obj;
|
|
}
|
|
|
|
/* virtual */
|
|
nsINode*
|
|
Element::GetScopeChainParent() const
|
|
{
|
|
return OwnerDoc();
|
|
}
|
|
|
|
nsDOMTokenList*
|
|
Element::ClassList()
|
|
{
|
|
Element::nsDOMSlots* slots = DOMSlots();
|
|
|
|
if (!slots->mClassList) {
|
|
slots->mClassList = new nsDOMTokenList(this, nsGkAtoms::_class);
|
|
}
|
|
|
|
return slots->mClassList;
|
|
}
|
|
|
|
void
|
|
Element::GetClassList(nsISupports** aClassList)
|
|
{
|
|
NS_ADDREF(*aClassList = ClassList());
|
|
}
|
|
|
|
void
|
|
Element::GetAttributeNames(nsTArray<nsString>& aResult)
|
|
{
|
|
uint32_t count = mAttrsAndChildren.AttrCount();
|
|
for (uint32_t i = 0; i < count; ++i) {
|
|
const nsAttrName* name = mAttrsAndChildren.AttrNameAt(i);
|
|
name->GetQualifiedName(*aResult.AppendElement());
|
|
}
|
|
}
|
|
|
|
already_AddRefed<nsIHTMLCollection>
|
|
Element::GetElementsByTagName(const nsAString& aLocalName)
|
|
{
|
|
return NS_GetContentList(this, kNameSpaceID_Unknown, aLocalName);
|
|
}
|
|
|
|
void
|
|
Element::GetElementsByTagName(const nsAString& aLocalName,
|
|
nsIDOMHTMLCollection** aResult)
|
|
{
|
|
*aResult = GetElementsByTagName(aLocalName).take();
|
|
}
|
|
|
|
nsIFrame*
|
|
Element::GetStyledFrame()
|
|
{
|
|
nsIFrame *frame = GetPrimaryFrame(Flush_Layout);
|
|
return frame ? nsLayoutUtils::GetStyleFrame(frame) : nullptr;
|
|
}
|
|
|
|
nsIScrollableFrame*
|
|
Element::GetScrollFrame(nsIFrame **aStyledFrame, bool aFlushLayout)
|
|
{
|
|
// it isn't clear what to return for SVG nodes, so just return nothing
|
|
if (IsSVGElement()) {
|
|
if (aStyledFrame) {
|
|
*aStyledFrame = nullptr;
|
|
}
|
|
return nullptr;
|
|
}
|
|
|
|
// Inline version of GetStyledFrame to use Flush_None if needed.
|
|
nsIFrame* frame = GetPrimaryFrame(aFlushLayout ? Flush_Layout : Flush_None);
|
|
if (frame) {
|
|
frame = nsLayoutUtils::GetStyleFrame(frame);
|
|
}
|
|
|
|
if (aStyledFrame) {
|
|
*aStyledFrame = frame;
|
|
}
|
|
if (!frame) {
|
|
return nullptr;
|
|
}
|
|
|
|
// menu frames implement GetScrollTargetFrame but we don't want
|
|
// to use it here. Similar for comboboxes.
|
|
nsIAtom* type = frame->GetType();
|
|
if (type != nsGkAtoms::menuFrame && type != nsGkAtoms::comboboxControlFrame) {
|
|
nsIScrollableFrame *scrollFrame = frame->GetScrollTargetFrame();
|
|
if (scrollFrame)
|
|
return scrollFrame;
|
|
}
|
|
|
|
nsIDocument* doc = OwnerDoc();
|
|
bool quirksMode = doc->GetCompatibilityMode() == eCompatibility_NavQuirks;
|
|
Element* elementWithRootScrollInfo =
|
|
quirksMode ? doc->GetBodyElement() : doc->GetRootElement();
|
|
if (this == elementWithRootScrollInfo) {
|
|
// In quirks mode, the scroll info for the body element should map to the
|
|
// root scrollable frame.
|
|
// In strict mode, the scroll info for the root element should map to the
|
|
// the root scrollable frame.
|
|
return frame->PresContext()->PresShell()->GetRootScrollFrameAsScrollable();
|
|
}
|
|
|
|
return nullptr;
|
|
}
|
|
|
|
void
|
|
Element::ScrollIntoView()
|
|
{
|
|
ScrollIntoView(ScrollIntoViewOptions());
|
|
}
|
|
|
|
void
|
|
Element::ScrollIntoView(bool aTop)
|
|
{
|
|
ScrollIntoViewOptions options;
|
|
if (!aTop) {
|
|
options.mBlock = ScrollLogicalPosition::End;
|
|
}
|
|
ScrollIntoView(options);
|
|
}
|
|
|
|
void
|
|
Element::ScrollIntoView(const ScrollIntoViewOptions &aOptions)
|
|
{
|
|
nsIDocument *document = GetComposedDoc();
|
|
if (!document) {
|
|
return;
|
|
}
|
|
|
|
// Get the presentation shell
|
|
nsCOMPtr<nsIPresShell> presShell = document->GetShell();
|
|
if (!presShell) {
|
|
return;
|
|
}
|
|
|
|
int16_t vpercent = (aOptions.mBlock == ScrollLogicalPosition::Start)
|
|
? nsIPresShell::SCROLL_TOP
|
|
: nsIPresShell::SCROLL_BOTTOM;
|
|
|
|
uint32_t flags = nsIPresShell::SCROLL_OVERFLOW_HIDDEN;
|
|
if (aOptions.mBehavior == ScrollBehavior::Smooth) {
|
|
flags |= nsIPresShell::SCROLL_SMOOTH;
|
|
} else if (aOptions.mBehavior == ScrollBehavior::Auto) {
|
|
flags |= nsIPresShell::SCROLL_SMOOTH_AUTO;
|
|
}
|
|
|
|
presShell->ScrollContentIntoView(this,
|
|
nsIPresShell::ScrollAxis(
|
|
vpercent,
|
|
nsIPresShell::SCROLL_ALWAYS),
|
|
nsIPresShell::ScrollAxis(),
|
|
flags);
|
|
}
|
|
|
|
void
|
|
Element::Scroll(const CSSIntPoint& aScroll, const ScrollOptions& aOptions)
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
if (sf) {
|
|
nsIScrollableFrame::ScrollMode scrollMode = nsIScrollableFrame::INSTANT;
|
|
if (aOptions.mBehavior == ScrollBehavior::Smooth) {
|
|
scrollMode = nsIScrollableFrame::SMOOTH_MSD;
|
|
} else if (aOptions.mBehavior == ScrollBehavior::Auto) {
|
|
ScrollbarStyles styles = sf->GetScrollbarStyles();
|
|
if (styles.mScrollBehavior == NS_STYLE_SCROLL_BEHAVIOR_SMOOTH) {
|
|
scrollMode = nsIScrollableFrame::SMOOTH_MSD;
|
|
}
|
|
}
|
|
|
|
sf->ScrollToCSSPixels(aScroll, scrollMode);
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::Scroll(double aXScroll, double aYScroll)
|
|
{
|
|
// Convert -Inf, Inf, and NaN to 0; otherwise, convert by C-style cast.
|
|
CSSIntPoint scrollPos(mozilla::ToZeroIfNonfinite(aXScroll),
|
|
mozilla::ToZeroIfNonfinite(aYScroll));
|
|
|
|
Scroll(scrollPos, ScrollOptions());
|
|
}
|
|
|
|
void
|
|
Element::Scroll(const ScrollToOptions& aOptions)
|
|
{
|
|
nsIScrollableFrame *sf = GetScrollFrame();
|
|
if (sf) {
|
|
CSSIntPoint scrollPos = sf->GetScrollPositionCSSPixels();
|
|
if (aOptions.mLeft.WasPassed()) {
|
|
scrollPos.x = mozilla::ToZeroIfNonfinite(aOptions.mLeft.Value());
|
|
}
|
|
if (aOptions.mTop.WasPassed()) {
|
|
scrollPos.y = mozilla::ToZeroIfNonfinite(aOptions.mTop.Value());
|
|
}
|
|
Scroll(scrollPos, aOptions);
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::ScrollTo(double aXScroll, double aYScroll)
|
|
{
|
|
Scroll(aXScroll, aYScroll);
|
|
}
|
|
|
|
void
|
|
Element::ScrollTo(const ScrollToOptions& aOptions)
|
|
{
|
|
Scroll(aOptions);
|
|
}
|
|
|
|
void
|
|
Element::ScrollBy(double aXScrollDif, double aYScrollDif)
|
|
{
|
|
nsIScrollableFrame *sf = GetScrollFrame();
|
|
if (sf) {
|
|
CSSIntPoint scrollPos = sf->GetScrollPositionCSSPixels();
|
|
scrollPos += CSSIntPoint(mozilla::ToZeroIfNonfinite(aXScrollDif),
|
|
mozilla::ToZeroIfNonfinite(aYScrollDif));
|
|
Scroll(scrollPos, ScrollOptions());
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::ScrollBy(const ScrollToOptions& aOptions)
|
|
{
|
|
nsIScrollableFrame *sf = GetScrollFrame();
|
|
if (sf) {
|
|
CSSIntPoint scrollPos = sf->GetScrollPositionCSSPixels();
|
|
if (aOptions.mLeft.WasPassed()) {
|
|
scrollPos.x += mozilla::ToZeroIfNonfinite(aOptions.mLeft.Value());
|
|
}
|
|
if (aOptions.mTop.WasPassed()) {
|
|
scrollPos.y += mozilla::ToZeroIfNonfinite(aOptions.mTop.Value());
|
|
}
|
|
Scroll(scrollPos, aOptions);
|
|
}
|
|
}
|
|
|
|
int32_t
|
|
Element::ScrollTop()
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
return sf ? sf->GetScrollPositionCSSPixels().y : 0;
|
|
}
|
|
|
|
void
|
|
Element::SetScrollTop(int32_t aScrollTop)
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
if (sf) {
|
|
nsIScrollableFrame::ScrollMode scrollMode = nsIScrollableFrame::INSTANT;
|
|
if (sf->GetScrollbarStyles().mScrollBehavior == NS_STYLE_SCROLL_BEHAVIOR_SMOOTH) {
|
|
scrollMode = nsIScrollableFrame::SMOOTH_MSD;
|
|
}
|
|
sf->ScrollToCSSPixels(CSSIntPoint(sf->GetScrollPositionCSSPixels().x,
|
|
aScrollTop),
|
|
scrollMode);
|
|
}
|
|
}
|
|
|
|
int32_t
|
|
Element::ScrollLeft()
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
return sf ? sf->GetScrollPositionCSSPixels().x : 0;
|
|
}
|
|
|
|
void
|
|
Element::SetScrollLeft(int32_t aScrollLeft)
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
if (sf) {
|
|
nsIScrollableFrame::ScrollMode scrollMode = nsIScrollableFrame::INSTANT;
|
|
if (sf->GetScrollbarStyles().mScrollBehavior == NS_STYLE_SCROLL_BEHAVIOR_SMOOTH) {
|
|
scrollMode = nsIScrollableFrame::SMOOTH_MSD;
|
|
}
|
|
|
|
sf->ScrollToCSSPixels(CSSIntPoint(aScrollLeft,
|
|
sf->GetScrollPositionCSSPixels().y),
|
|
scrollMode);
|
|
}
|
|
}
|
|
|
|
|
|
bool
|
|
Element::ScrollByNoFlush(int32_t aDx, int32_t aDy)
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame(nullptr, false);
|
|
if (!sf) {
|
|
return false;
|
|
}
|
|
|
|
nsWeakFrame weakRef(sf->GetScrolledFrame());
|
|
|
|
CSSIntPoint before = sf->GetScrollPositionCSSPixels();
|
|
sf->ScrollToCSSPixelsApproximate(CSSIntPoint(before.x + aDx, before.y + aDy));
|
|
|
|
// The frame was destroyed, can't keep on scrolling.
|
|
if (!weakRef.IsAlive()) {
|
|
return false;
|
|
}
|
|
|
|
CSSIntPoint after = sf->GetScrollPositionCSSPixels();
|
|
return (before != after);
|
|
}
|
|
|
|
void
|
|
Element::MozScrollSnap()
|
|
{
|
|
nsIScrollableFrame* sf = GetScrollFrame(nullptr, false);
|
|
if (sf) {
|
|
sf->ScrollSnap();
|
|
}
|
|
}
|
|
|
|
static nsSize GetScrollRectSizeForOverflowVisibleFrame(nsIFrame* aFrame)
|
|
{
|
|
if (!aFrame) {
|
|
return nsSize(0,0);
|
|
}
|
|
|
|
nsRect paddingRect = aFrame->GetPaddingRectRelativeToSelf();
|
|
nsOverflowAreas overflowAreas(paddingRect, paddingRect);
|
|
// Add the scrollable overflow areas of children (if any) to the paddingRect.
|
|
// It's important to start with the paddingRect, otherwise if there are no
|
|
// children the overflow rect will be 0,0,0,0 which will force the point 0,0
|
|
// to be included in the final rect.
|
|
nsLayoutUtils::UnionChildOverflow(aFrame, overflowAreas);
|
|
// Make sure that an empty padding-rect's edges are included, by adding
|
|
// the padding-rect in again with UnionEdges.
|
|
nsRect overflowRect =
|
|
overflowAreas.ScrollableOverflow().UnionEdges(paddingRect);
|
|
return nsLayoutUtils::GetScrolledRect(aFrame,
|
|
overflowRect, paddingRect.Size(),
|
|
aFrame->StyleVisibility()->mDirection).Size();
|
|
}
|
|
|
|
int32_t
|
|
Element::ScrollHeight()
|
|
{
|
|
if (IsSVGElement())
|
|
return 0;
|
|
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
nscoord height;
|
|
if (sf) {
|
|
height = sf->GetScrollRange().height + sf->GetScrollPortRect().height;
|
|
} else {
|
|
height = GetScrollRectSizeForOverflowVisibleFrame(GetStyledFrame()).height;
|
|
}
|
|
|
|
return nsPresContext::AppUnitsToIntCSSPixels(height);
|
|
}
|
|
|
|
int32_t
|
|
Element::ScrollWidth()
|
|
{
|
|
if (IsSVGElement())
|
|
return 0;
|
|
|
|
nsIScrollableFrame* sf = GetScrollFrame();
|
|
nscoord width;
|
|
if (sf) {
|
|
width = sf->GetScrollRange().width + sf->GetScrollPortRect().width;
|
|
} else {
|
|
width = GetScrollRectSizeForOverflowVisibleFrame(GetStyledFrame()).width;
|
|
}
|
|
|
|
return nsPresContext::AppUnitsToIntCSSPixels(width);
|
|
}
|
|
|
|
nsRect
|
|
Element::GetClientAreaRect()
|
|
{
|
|
nsIFrame* styledFrame;
|
|
nsIScrollableFrame* sf = GetScrollFrame(&styledFrame);
|
|
|
|
if (sf) {
|
|
return sf->GetScrollPortRect();
|
|
}
|
|
|
|
if (styledFrame &&
|
|
(styledFrame->StyleDisplay()->mDisplay != NS_STYLE_DISPLAY_INLINE ||
|
|
styledFrame->IsFrameOfType(nsIFrame::eReplaced))) {
|
|
// Special case code to make client area work even when there isn't
|
|
// a scroll view, see bug 180552, bug 227567.
|
|
return styledFrame->GetPaddingRect() - styledFrame->GetPositionIgnoringScrolling();
|
|
}
|
|
|
|
// SVG nodes reach here and just return 0
|
|
return nsRect(0, 0, 0, 0);
|
|
}
|
|
|
|
already_AddRefed<DOMRect>
|
|
Element::GetBoundingClientRect()
|
|
{
|
|
RefPtr<DOMRect> rect = new DOMRect(this);
|
|
|
|
nsIFrame* frame = GetPrimaryFrame(Flush_Layout);
|
|
if (!frame) {
|
|
// display:none, perhaps? Return the empty rect
|
|
return rect.forget();
|
|
}
|
|
|
|
nsRect r = nsLayoutUtils::GetAllInFlowRectsUnion(frame,
|
|
nsLayoutUtils::GetContainingBlockForClientRect(frame),
|
|
nsLayoutUtils::RECTS_ACCOUNT_FOR_TRANSFORMS);
|
|
rect->SetLayoutRect(r);
|
|
return rect.forget();
|
|
}
|
|
|
|
already_AddRefed<DOMRectList>
|
|
Element::GetClientRects()
|
|
{
|
|
RefPtr<DOMRectList> rectList = new DOMRectList(this);
|
|
|
|
nsIFrame* frame = GetPrimaryFrame(Flush_Layout);
|
|
if (!frame) {
|
|
// display:none, perhaps? Return an empty list
|
|
return rectList.forget();
|
|
}
|
|
|
|
nsLayoutUtils::RectListBuilder builder(rectList);
|
|
nsLayoutUtils::GetAllInFlowRects(frame,
|
|
nsLayoutUtils::GetContainingBlockForClientRect(frame), &builder,
|
|
nsLayoutUtils::RECTS_ACCOUNT_FOR_TRANSFORMS);
|
|
return rectList.forget();
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
void
|
|
Element::AddToIdTable(nsIAtom* aId)
|
|
{
|
|
NS_ASSERTION(HasID(), "Node doesn't have an ID?");
|
|
if (IsInShadowTree()) {
|
|
ShadowRoot* containingShadow = GetContainingShadow();
|
|
containingShadow->AddToIdTable(this, aId);
|
|
} else {
|
|
nsIDocument* doc = GetUncomposedDoc();
|
|
if (doc && (!IsInAnonymousSubtree() || doc->IsXULDocument())) {
|
|
doc->AddToIdTable(this, aId);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::RemoveFromIdTable()
|
|
{
|
|
if (!HasID()) {
|
|
return;
|
|
}
|
|
|
|
nsIAtom* id = DoGetID();
|
|
if (IsInShadowTree()) {
|
|
ShadowRoot* containingShadow = GetContainingShadow();
|
|
// Check for containingShadow because it may have
|
|
// been deleted during unlinking.
|
|
if (containingShadow) {
|
|
containingShadow->RemoveFromIdTable(this, id);
|
|
}
|
|
} else {
|
|
nsIDocument* doc = GetUncomposedDoc();
|
|
if (doc && (!IsInAnonymousSubtree() || doc->IsXULDocument())) {
|
|
doc->RemoveFromIdTable(this, id);
|
|
}
|
|
}
|
|
}
|
|
|
|
already_AddRefed<ShadowRoot>
|
|
Element::CreateShadowRoot(ErrorResult& aError)
|
|
{
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
|
|
RefPtr<mozilla::dom::NodeInfo> nodeInfo;
|
|
nodeInfo = mNodeInfo->NodeInfoManager()->GetNodeInfo(
|
|
nsGkAtoms::documentFragmentNodeName, nullptr, kNameSpaceID_None,
|
|
nsIDOMNode::DOCUMENT_FRAGMENT_NODE);
|
|
|
|
RefPtr<nsXBLDocumentInfo> docInfo = new nsXBLDocumentInfo(OwnerDoc());
|
|
|
|
nsXBLPrototypeBinding* protoBinding = new nsXBLPrototypeBinding();
|
|
aError = protoBinding->Init(NS_LITERAL_CSTRING("shadowroot"),
|
|
docInfo, nullptr, true);
|
|
if (aError.Failed()) {
|
|
delete protoBinding;
|
|
return nullptr;
|
|
}
|
|
|
|
nsIDocument* doc = GetComposedDoc();
|
|
nsIContent* destroyedFramesFor = nullptr;
|
|
if (doc) {
|
|
nsIPresShell* shell = doc->GetShell();
|
|
if (shell) {
|
|
shell->DestroyFramesFor(this, &destroyedFramesFor);
|
|
MOZ_ASSERT(!shell->FrameManager()->GetDisplayContentsStyleFor(this));
|
|
}
|
|
}
|
|
MOZ_ASSERT(!GetPrimaryFrame());
|
|
|
|
// Unlike for XBL, false is the default for inheriting style.
|
|
protoBinding->SetInheritsStyle(false);
|
|
|
|
// Calling SetPrototypeBinding takes ownership of protoBinding.
|
|
docInfo->SetPrototypeBinding(NS_LITERAL_CSTRING("shadowroot"), protoBinding);
|
|
|
|
RefPtr<ShadowRoot> shadowRoot = new ShadowRoot(this, nodeInfo.forget(),
|
|
protoBinding);
|
|
|
|
shadowRoot->SetIsComposedDocParticipant(IsInComposedDoc());
|
|
|
|
// Replace the old ShadowRoot with the new one and let the old
|
|
// ShadowRoot know about the younger ShadowRoot because the old
|
|
// ShadowRoot is projected into the younger ShadowRoot's shadow
|
|
// insertion point (if it exists).
|
|
ShadowRoot* olderShadow = GetShadowRoot();
|
|
SetShadowRoot(shadowRoot);
|
|
if (olderShadow) {
|
|
olderShadow->SetYoungerShadow(shadowRoot);
|
|
|
|
// Unbind children of older shadow root because they
|
|
// are no longer in the composed tree.
|
|
for (nsIContent* child = olderShadow->GetFirstChild(); child;
|
|
child = child->GetNextSibling()) {
|
|
child->UnbindFromTree(true, false);
|
|
}
|
|
|
|
olderShadow->SetIsComposedDocParticipant(false);
|
|
}
|
|
|
|
// xblBinding takes ownership of docInfo.
|
|
RefPtr<nsXBLBinding> xblBinding = new nsXBLBinding(shadowRoot, protoBinding);
|
|
shadowRoot->SetAssociatedBinding(xblBinding);
|
|
xblBinding->SetBoundElement(this);
|
|
|
|
SetXBLBinding(xblBinding);
|
|
|
|
// Recreate the frame for the bound content because binding a ShadowRoot
|
|
// changes how things are rendered.
|
|
if (doc) {
|
|
MOZ_ASSERT(doc == GetComposedDoc());
|
|
nsIPresShell* shell = doc->GetShell();
|
|
if (shell) {
|
|
shell->CreateFramesFor(destroyedFramesFor);
|
|
}
|
|
}
|
|
|
|
return shadowRoot.forget();
|
|
}
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DestinationInsertionPointList, mParent,
|
|
mDestinationPoints)
|
|
|
|
NS_INTERFACE_TABLE_HEAD(DestinationInsertionPointList)
|
|
NS_WRAPPERCACHE_INTERFACE_TABLE_ENTRY
|
|
NS_INTERFACE_TABLE(DestinationInsertionPointList, nsINodeList, nsIDOMNodeList)
|
|
NS_INTERFACE_TABLE_TO_MAP_SEGUE_CYCLE_COLLECTION(DestinationInsertionPointList)
|
|
NS_INTERFACE_MAP_END
|
|
|
|
NS_IMPL_CYCLE_COLLECTING_ADDREF(DestinationInsertionPointList)
|
|
NS_IMPL_CYCLE_COLLECTING_RELEASE(DestinationInsertionPointList)
|
|
|
|
DestinationInsertionPointList::DestinationInsertionPointList(Element* aElement)
|
|
: mParent(aElement)
|
|
{
|
|
nsTArray<nsIContent*>* destPoints = aElement->GetExistingDestInsertionPoints();
|
|
if (destPoints) {
|
|
for (uint32_t i = 0; i < destPoints->Length(); i++) {
|
|
mDestinationPoints.AppendElement(destPoints->ElementAt(i));
|
|
}
|
|
}
|
|
}
|
|
|
|
DestinationInsertionPointList::~DestinationInsertionPointList()
|
|
{
|
|
}
|
|
|
|
nsIContent*
|
|
DestinationInsertionPointList::Item(uint32_t aIndex)
|
|
{
|
|
return mDestinationPoints.SafeElementAt(aIndex);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DestinationInsertionPointList::Item(uint32_t aIndex, nsIDOMNode** aReturn)
|
|
{
|
|
nsIContent* item = Item(aIndex);
|
|
if (!item) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
return CallQueryInterface(item, aReturn);
|
|
}
|
|
|
|
uint32_t
|
|
DestinationInsertionPointList::Length() const
|
|
{
|
|
return mDestinationPoints.Length();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DestinationInsertionPointList::GetLength(uint32_t* aLength)
|
|
{
|
|
*aLength = Length();
|
|
return NS_OK;
|
|
}
|
|
|
|
int32_t
|
|
DestinationInsertionPointList::IndexOf(nsIContent* aContent)
|
|
{
|
|
return mDestinationPoints.IndexOf(aContent);
|
|
}
|
|
|
|
JSObject*
|
|
DestinationInsertionPointList::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
|
{
|
|
return NodeListBinding::Wrap(aCx, this, aGivenProto);
|
|
}
|
|
|
|
already_AddRefed<DestinationInsertionPointList>
|
|
Element::GetDestinationInsertionPoints()
|
|
{
|
|
RefPtr<DestinationInsertionPointList> list =
|
|
new DestinationInsertionPointList(this);
|
|
return list.forget();
|
|
}
|
|
|
|
void
|
|
Element::GetAttribute(const nsAString& aName, DOMString& aReturn)
|
|
{
|
|
const nsAttrValue* val =
|
|
mAttrsAndChildren.GetAttr(aName,
|
|
IsHTMLElement() && IsInHTMLDocument() ?
|
|
eIgnoreCase : eCaseMatters);
|
|
if (val) {
|
|
val->ToString(aReturn);
|
|
} else {
|
|
if (IsXULElement()) {
|
|
// XXX should be SetDOMStringToNull(aReturn);
|
|
// See bug 232598
|
|
// aReturn is already empty
|
|
} else {
|
|
aReturn.SetNull();
|
|
}
|
|
}
|
|
}
|
|
|
|
bool
|
|
Element::ToggleAttribute(const nsAString& aName,
|
|
const Optional<bool>& aForce,
|
|
ErrorResult& aError)
|
|
{
|
|
aError = nsContentUtils::CheckQName(aName, false);
|
|
if (aError.Failed()) {
|
|
return false;
|
|
}
|
|
|
|
nsAutoString nameToUse;
|
|
const nsAttrName* name = InternalGetAttrNameFromQName(aName, &nameToUse);
|
|
if (!name) {
|
|
if (aForce.WasPassed() && !aForce.Value()) {
|
|
return false;
|
|
}
|
|
nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
|
|
if (!nameAtom) {
|
|
aError.Throw(NS_ERROR_OUT_OF_MEMORY);
|
|
return false;
|
|
}
|
|
aError = SetAttr(kNameSpaceID_None, nameAtom, EmptyString(), true);
|
|
return true;
|
|
}
|
|
if (aForce.WasPassed() && aForce.Value()) {
|
|
return true;
|
|
}
|
|
// Hold a strong reference here so that the atom or nodeinfo doesn't go
|
|
// away during UnsetAttr. If it did UnsetAttr would be left with a
|
|
// dangling pointer as argument without knowing it.
|
|
nsAttrName tmp(*name);
|
|
|
|
aError = UnsetAttr(name->NamespaceID(), name->LocalName(), true);
|
|
return false;
|
|
}
|
|
|
|
void
|
|
Element::SetAttribute(const nsAString& aName,
|
|
const nsAString& aValue,
|
|
ErrorResult& aError)
|
|
{
|
|
aError = nsContentUtils::CheckQName(aName, false);
|
|
if (aError.Failed()) {
|
|
return;
|
|
}
|
|
|
|
nsAutoString nameToUse;
|
|
const nsAttrName* name = InternalGetAttrNameFromQName(aName, &nameToUse);
|
|
if (!name) {
|
|
nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
|
|
if (!nameAtom) {
|
|
aError.Throw(NS_ERROR_OUT_OF_MEMORY);
|
|
return;
|
|
}
|
|
aError = SetAttr(kNameSpaceID_None, nameAtom, aValue, true);
|
|
return;
|
|
}
|
|
|
|
aError = SetAttr(name->NamespaceID(), name->LocalName(), name->GetPrefix(),
|
|
aValue, true);
|
|
return;
|
|
}
|
|
|
|
void
|
|
Element::RemoveAttribute(const nsAString& aName, ErrorResult& aError)
|
|
{
|
|
const nsAttrName* name = InternalGetAttrNameFromQName(aName);
|
|
|
|
if (!name) {
|
|
// If there is no canonical nsAttrName for this attribute name, then the
|
|
// attribute does not exist and we can't get its namespace ID and
|
|
// local name below, so we return early.
|
|
return;
|
|
}
|
|
|
|
// Hold a strong reference here so that the atom or nodeinfo doesn't go
|
|
// away during UnsetAttr. If it did UnsetAttr would be left with a
|
|
// dangling pointer as argument without knowing it.
|
|
nsAttrName tmp(*name);
|
|
|
|
aError = UnsetAttr(name->NamespaceID(), name->LocalName(), true);
|
|
}
|
|
|
|
Attr*
|
|
Element::GetAttributeNode(const nsAString& aName)
|
|
{
|
|
OwnerDoc()->WarnOnceAbout(nsIDocument::eGetAttributeNode);
|
|
return Attributes()->GetNamedItem(aName);
|
|
}
|
|
|
|
already_AddRefed<Attr>
|
|
Element::SetAttributeNode(Attr& aNewAttr, ErrorResult& aError)
|
|
{
|
|
// XXXbz can we just remove this warning and the one in setAttributeNodeNS and
|
|
// alias setAttributeNode to setAttributeNodeNS?
|
|
OwnerDoc()->WarnOnceAbout(nsIDocument::eSetAttributeNode);
|
|
|
|
return Attributes()->SetNamedItemNS(aNewAttr, aError);
|
|
}
|
|
|
|
already_AddRefed<Attr>
|
|
Element::RemoveAttributeNode(Attr& aAttribute,
|
|
ErrorResult& aError)
|
|
{
|
|
Element *elem = aAttribute.GetElement();
|
|
if (elem != this) {
|
|
aError.Throw(NS_ERROR_DOM_NOT_FOUND_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
OwnerDoc()->WarnOnceAbout(nsIDocument::eRemoveAttributeNode);
|
|
nsAutoString nameSpaceURI;
|
|
aAttribute.NodeInfo()->GetNamespaceURI(nameSpaceURI);
|
|
return Attributes()->RemoveNamedItemNS(nameSpaceURI, aAttribute.NodeInfo()->LocalName(), aError);
|
|
}
|
|
|
|
void
|
|
Element::GetAttributeNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName,
|
|
nsAString& aReturn)
|
|
{
|
|
int32_t nsid =
|
|
nsContentUtils::NameSpaceManager()->GetNameSpaceID(aNamespaceURI);
|
|
|
|
if (nsid == kNameSpaceID_Unknown) {
|
|
// Unknown namespace means no attribute.
|
|
SetDOMStringToNull(aReturn);
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIAtom> name = NS_AtomizeMainThread(aLocalName);
|
|
bool hasAttr = GetAttr(nsid, name, aReturn);
|
|
if (!hasAttr) {
|
|
SetDOMStringToNull(aReturn);
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::SetAttributeNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aQualifiedName,
|
|
const nsAString& aValue,
|
|
ErrorResult& aError)
|
|
{
|
|
RefPtr<mozilla::dom::NodeInfo> ni;
|
|
aError =
|
|
nsContentUtils::GetNodeInfoFromQName(aNamespaceURI, aQualifiedName,
|
|
mNodeInfo->NodeInfoManager(),
|
|
nsIDOMNode::ATTRIBUTE_NODE,
|
|
getter_AddRefs(ni));
|
|
if (aError.Failed()) {
|
|
return;
|
|
}
|
|
|
|
aError = SetAttr(ni->NamespaceID(), ni->NameAtom(), ni->GetPrefixAtom(),
|
|
aValue, true);
|
|
}
|
|
|
|
void
|
|
Element::RemoveAttributeNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName,
|
|
ErrorResult& aError)
|
|
{
|
|
nsCOMPtr<nsIAtom> name = NS_AtomizeMainThread(aLocalName);
|
|
int32_t nsid =
|
|
nsContentUtils::NameSpaceManager()->GetNameSpaceID(aNamespaceURI);
|
|
|
|
if (nsid == kNameSpaceID_Unknown) {
|
|
// If the namespace ID is unknown, it means there can't possibly be an
|
|
// existing attribute. We would need a known namespace ID to pass into
|
|
// UnsetAttr, so we return early if we don't have one.
|
|
return;
|
|
}
|
|
|
|
aError = UnsetAttr(nsid, name, true);
|
|
}
|
|
|
|
Attr*
|
|
Element::GetAttributeNodeNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName)
|
|
{
|
|
OwnerDoc()->WarnOnceAbout(nsIDocument::eGetAttributeNodeNS);
|
|
|
|
return GetAttributeNodeNSInternal(aNamespaceURI, aLocalName);
|
|
}
|
|
|
|
Attr*
|
|
Element::GetAttributeNodeNSInternal(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName)
|
|
{
|
|
return Attributes()->GetNamedItemNS(aNamespaceURI, aLocalName);
|
|
}
|
|
|
|
already_AddRefed<Attr>
|
|
Element::SetAttributeNodeNS(Attr& aNewAttr,
|
|
ErrorResult& aError)
|
|
{
|
|
OwnerDoc()->WarnOnceAbout(nsIDocument::eSetAttributeNodeNS);
|
|
return Attributes()->SetNamedItemNS(aNewAttr, aError);
|
|
}
|
|
|
|
already_AddRefed<nsIHTMLCollection>
|
|
Element::GetElementsByTagNameNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName,
|
|
ErrorResult& aError)
|
|
{
|
|
int32_t nameSpaceId = kNameSpaceID_Wildcard;
|
|
|
|
if (!aNamespaceURI.EqualsLiteral("*")) {
|
|
aError =
|
|
nsContentUtils::NameSpaceManager()->RegisterNameSpace(aNamespaceURI,
|
|
nameSpaceId);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
NS_ASSERTION(nameSpaceId != kNameSpaceID_Unknown, "Unexpected namespace ID!");
|
|
|
|
return NS_GetContentList(this, nameSpaceId, aLocalName);
|
|
}
|
|
|
|
nsresult
|
|
Element::GetElementsByTagNameNS(const nsAString& namespaceURI,
|
|
const nsAString& localName,
|
|
nsIDOMHTMLCollection** aResult)
|
|
{
|
|
mozilla::ErrorResult rv;
|
|
nsCOMPtr<nsIHTMLCollection> list =
|
|
GetElementsByTagNameNS(namespaceURI, localName, rv);
|
|
if (rv.Failed()) {
|
|
return rv.StealNSResult();
|
|
}
|
|
list.forget(aResult);
|
|
return NS_OK;
|
|
}
|
|
|
|
bool
|
|
Element::HasAttributeNS(const nsAString& aNamespaceURI,
|
|
const nsAString& aLocalName) const
|
|
{
|
|
int32_t nsid =
|
|
nsContentUtils::NameSpaceManager()->GetNameSpaceID(aNamespaceURI);
|
|
|
|
if (nsid == kNameSpaceID_Unknown) {
|
|
// Unknown namespace means no attr...
|
|
return false;
|
|
}
|
|
|
|
nsCOMPtr<nsIAtom> name = NS_AtomizeMainThread(aLocalName);
|
|
return HasAttr(nsid, name);
|
|
}
|
|
|
|
already_AddRefed<nsIHTMLCollection>
|
|
Element::GetElementsByClassName(const nsAString& aClassNames)
|
|
{
|
|
return nsContentUtils::GetElementsByClassName(this, aClassNames);
|
|
}
|
|
|
|
nsresult
|
|
Element::GetElementsByClassName(const nsAString& aClassNames,
|
|
nsIDOMHTMLCollection** aResult)
|
|
{
|
|
*aResult =
|
|
nsContentUtils::GetElementsByClassName(this, aClassNames).take();
|
|
return NS_OK;
|
|
}
|
|
|
|
/**
|
|
* Returns the count of descendants (inclusive of aContent) in
|
|
* the uncomposed document that are explicitly set as editable.
|
|
*/
|
|
static uint32_t
|
|
EditableInclusiveDescendantCount(nsIContent* aContent)
|
|
{
|
|
auto htmlElem = nsGenericHTMLElement::FromContent(aContent);
|
|
if (htmlElem) {
|
|
return htmlElem->EditableInclusiveDescendantCount();
|
|
}
|
|
|
|
return aContent->EditableDescendantCount();
|
|
}
|
|
|
|
nsresult
|
|
Element::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
|
|
nsIContent* aBindingParent,
|
|
bool aCompileEventHandlers)
|
|
{
|
|
NS_PRECONDITION(aParent || aDocument, "Must have document if no parent!");
|
|
NS_PRECONDITION((NODE_FROM(aParent, aDocument)->OwnerDoc() == OwnerDoc()),
|
|
"Must have the same owner document");
|
|
NS_PRECONDITION(!aParent || aDocument == aParent->GetUncomposedDoc(),
|
|
"aDocument must be current doc of aParent");
|
|
NS_PRECONDITION(!GetUncomposedDoc(), "Already have a document. Unbind first!");
|
|
// Note that as we recurse into the kids, they'll have a non-null parent. So
|
|
// only assert if our parent is _changing_ while we have a parent.
|
|
NS_PRECONDITION(!GetParent() || aParent == GetParent(),
|
|
"Already have a parent. Unbind first!");
|
|
NS_PRECONDITION(!GetBindingParent() ||
|
|
aBindingParent == GetBindingParent() ||
|
|
(!aBindingParent && aParent &&
|
|
aParent->GetBindingParent() == GetBindingParent()),
|
|
"Already have a binding parent. Unbind first!");
|
|
NS_PRECONDITION(!aParent || !aDocument ||
|
|
!aParent->HasFlag(NODE_FORCE_XBL_BINDINGS),
|
|
"Parent in document but flagged as forcing XBL");
|
|
NS_PRECONDITION(aBindingParent != this,
|
|
"Content must not be its own binding parent");
|
|
NS_PRECONDITION(!IsRootOfNativeAnonymousSubtree() ||
|
|
aBindingParent == aParent,
|
|
"Native anonymous content must have its parent as its "
|
|
"own binding parent");
|
|
NS_PRECONDITION(aBindingParent || !aParent ||
|
|
aBindingParent == aParent->GetBindingParent(),
|
|
"We should be passed the right binding parent");
|
|
|
|
#ifdef MOZ_XUL
|
|
// First set the binding parent
|
|
nsXULElement* xulElem = nsXULElement::FromContent(this);
|
|
if (xulElem) {
|
|
xulElem->SetXULBindingParent(aBindingParent);
|
|
}
|
|
else
|
|
#endif
|
|
{
|
|
if (aBindingParent) {
|
|
nsDOMSlots *slots = DOMSlots();
|
|
|
|
slots->mBindingParent = aBindingParent; // Weak, so no addref happens.
|
|
}
|
|
}
|
|
NS_ASSERTION(!aBindingParent || IsRootOfNativeAnonymousSubtree() ||
|
|
!HasFlag(NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE) ||
|
|
(aParent && aParent->IsInNativeAnonymousSubtree()),
|
|
"Trying to re-bind content from native anonymous subtree to "
|
|
"non-native anonymous parent!");
|
|
if (aParent) {
|
|
if (aParent->IsInNativeAnonymousSubtree()) {
|
|
SetFlags(NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE);
|
|
}
|
|
if (aParent->HasFlag(NODE_CHROME_ONLY_ACCESS)) {
|
|
SetFlags(NODE_CHROME_ONLY_ACCESS);
|
|
}
|
|
if (aParent->IsInShadowTree()) {
|
|
ClearSubtreeRootPointer();
|
|
SetFlags(NODE_IS_IN_SHADOW_TREE);
|
|
}
|
|
ShadowRoot* parentContainingShadow = aParent->GetContainingShadow();
|
|
if (parentContainingShadow) {
|
|
DOMSlots()->mContainingShadow = parentContainingShadow;
|
|
}
|
|
}
|
|
|
|
bool hadForceXBL = HasFlag(NODE_FORCE_XBL_BINDINGS);
|
|
|
|
bool hadParent = !!GetParentNode();
|
|
|
|
// Now set the parent and set the "Force attach xbl" flag if needed.
|
|
if (aParent) {
|
|
if (!GetParent()) {
|
|
NS_ADDREF(aParent);
|
|
}
|
|
mParent = aParent;
|
|
|
|
if (aParent->HasFlag(NODE_FORCE_XBL_BINDINGS)) {
|
|
SetFlags(NODE_FORCE_XBL_BINDINGS);
|
|
}
|
|
}
|
|
else {
|
|
mParent = aDocument;
|
|
}
|
|
SetParentIsContent(aParent);
|
|
|
|
// XXXbz sXBL/XBL2 issue!
|
|
|
|
// Finally, set the document
|
|
if (aDocument) {
|
|
// Notify XBL- & nsIAnonymousContentCreator-generated
|
|
// anonymous content that the document is changing.
|
|
// XXXbz ordering issues here? Probably not, since ChangeDocumentFor is
|
|
// just pretty broken anyway.... Need to get it working.
|
|
// XXXbz XBL doesn't handle this (asserts), and we don't really want
|
|
// to be doing this during parsing anyway... sort this out.
|
|
// aDocument->BindingManager()->ChangeDocumentFor(this, nullptr,
|
|
// aDocument);
|
|
|
|
// We no longer need to track the subtree pointer (and in fact we'll assert
|
|
// if we do this any later).
|
|
ClearSubtreeRootPointer();
|
|
|
|
// Being added to a document.
|
|
SetInDocument();
|
|
|
|
// Unset this flag since we now really are in a document.
|
|
UnsetFlags(NODE_FORCE_XBL_BINDINGS |
|
|
// And clear the lazy frame construction bits.
|
|
NODE_NEEDS_FRAME | NODE_DESCENDANTS_NEED_FRAMES |
|
|
// And the restyle bits
|
|
ELEMENT_ALL_RESTYLE_FLAGS);
|
|
} else if (IsInShadowTree()) {
|
|
// We're not in a document, but we did get inserted into a shadow tree.
|
|
// Since we won't have any restyle data in the document's restyle trackers,
|
|
// don't let us get inserted with restyle bits set incorrectly.
|
|
//
|
|
// Also clear all the other flags that are cleared above when we do get
|
|
// inserted into a document.
|
|
UnsetFlags(NODE_FORCE_XBL_BINDINGS |
|
|
NODE_NEEDS_FRAME | NODE_DESCENDANTS_NEED_FRAMES |
|
|
ELEMENT_ALL_RESTYLE_FLAGS);
|
|
} else {
|
|
// If we're not in the doc and not in a shadow tree,
|
|
// update our subtree pointer.
|
|
SetSubtreeRootPointer(aParent->SubtreeRoot());
|
|
}
|
|
|
|
nsIDocument* composedDoc = GetComposedDoc();
|
|
if (composedDoc) {
|
|
// Attached callback must be enqueued whenever custom element is inserted into a
|
|
// document and this document has a browsing context.
|
|
if (GetCustomElementData() && composedDoc->GetDocShell()) {
|
|
// Enqueue an attached callback for the custom element.
|
|
composedDoc->EnqueueLifecycleCallback(nsIDocument::eAttached, this);
|
|
}
|
|
}
|
|
|
|
// Propagate scoped style sheet tracking bit.
|
|
if (mParent->IsContent()) {
|
|
nsIContent* parent;
|
|
ShadowRoot* shadowRootParent = ShadowRoot::FromNode(mParent);
|
|
if (shadowRootParent) {
|
|
parent = shadowRootParent->GetHost();
|
|
} else {
|
|
parent = mParent->AsContent();
|
|
}
|
|
|
|
bool inStyleScope = parent->IsElementInStyleScope();
|
|
|
|
SetIsElementInStyleScope(inStyleScope);
|
|
SetIsElementInStyleScopeFlagOnShadowTree(inStyleScope);
|
|
}
|
|
|
|
// This has to be here, rather than in nsGenericHTMLElement::BindToTree,
|
|
// because it has to happen after updating the parent pointer, but before
|
|
// recursively binding the kids.
|
|
if (IsHTMLElement()) {
|
|
SetDirOnBind(this, aParent);
|
|
}
|
|
|
|
uint32_t editableDescendantCount = 0;
|
|
|
|
// If NODE_FORCE_XBL_BINDINGS was set we might have anonymous children
|
|
// that also need to be told that they are moving.
|
|
nsresult rv;
|
|
if (hadForceXBL) {
|
|
nsBindingManager* bmgr = OwnerDoc()->BindingManager();
|
|
|
|
nsXBLBinding* contBinding = bmgr->GetBindingWithContent(this);
|
|
// First check if we have a binding...
|
|
if (contBinding) {
|
|
nsCOMPtr<nsIContent> anonRoot = contBinding->GetAnonymousContent();
|
|
bool allowScripts = contBinding->AllowScripts();
|
|
for (nsCOMPtr<nsIContent> child = anonRoot->GetFirstChild();
|
|
child;
|
|
child = child->GetNextSibling()) {
|
|
rv = child->BindToTree(aDocument, this, this, allowScripts);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
editableDescendantCount += EditableInclusiveDescendantCount(child);
|
|
}
|
|
}
|
|
}
|
|
|
|
UpdateEditableState(false);
|
|
|
|
// Now recurse into our kids
|
|
for (nsIContent* child = GetFirstChild(); child;
|
|
child = child->GetNextSibling()) {
|
|
rv = child->BindToTree(aDocument, this, aBindingParent,
|
|
aCompileEventHandlers);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
editableDescendantCount += EditableInclusiveDescendantCount(child);
|
|
}
|
|
|
|
if (aDocument) {
|
|
// Update our editable descendant count because we don't keep track of it
|
|
// for content that is not in the uncomposed document.
|
|
MOZ_ASSERT(EditableDescendantCount() == 0);
|
|
ChangeEditableDescendantCount(editableDescendantCount);
|
|
|
|
if (!hadParent) {
|
|
uint32_t editableDescendantChange = EditableInclusiveDescendantCount(this);
|
|
if (editableDescendantChange != 0) {
|
|
// If we are binding a subtree root to the document, we need to update
|
|
// the editable descendant count of all the ancestors.
|
|
nsIContent* parent = GetParent();
|
|
while (parent) {
|
|
parent->ChangeEditableDescendantCount(editableDescendantChange);
|
|
parent = parent->GetParent();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
nsNodeUtils::ParentChainChanged(this);
|
|
if (!hadParent && IsRootOfNativeAnonymousSubtree()) {
|
|
nsNodeUtils::NativeAnonymousChildListChange(this, false);
|
|
}
|
|
|
|
if (HasID()) {
|
|
AddToIdTable(DoGetID());
|
|
}
|
|
|
|
if (MayHaveStyle() && !IsXULElement()) {
|
|
// XXXbz if we already have a style attr parsed, this won't do
|
|
// anything... need to fix that.
|
|
// If MayHaveStyle() is true, we must be an nsStyledElement
|
|
static_cast<nsStyledElement*>(this)->ReparseStyleAttribute(false);
|
|
}
|
|
|
|
if (aDocument) {
|
|
// If we're in a document now, let our mapped attrs know what their new
|
|
// sheet is. This is safe to run for non-mapped-attribute elements too;
|
|
// it'll just do a small bit of unnecessary work. But most elements in
|
|
// practice are mapped-attribute elements.
|
|
nsHTMLStyleSheet* sheet = aDocument->GetAttributeStyleSheet();
|
|
if (sheet) {
|
|
mAttrsAndChildren.SetMappedAttrStyleSheet(sheet);
|
|
}
|
|
}
|
|
|
|
// Call BindToTree on shadow root children.
|
|
ShadowRoot* shadowRoot = GetShadowRoot();
|
|
if (shadowRoot) {
|
|
shadowRoot->SetIsComposedDocParticipant(IsInComposedDoc());
|
|
for (nsIContent* child = shadowRoot->GetFirstChild(); child;
|
|
child = child->GetNextSibling()) {
|
|
rv = child->BindToTree(nullptr, shadowRoot,
|
|
shadowRoot->GetBindingParent(),
|
|
aCompileEventHandlers);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
}
|
|
|
|
// XXXbz script execution during binding can trigger some of these
|
|
// postcondition asserts.... But we do want that, since things will
|
|
// generally be quite broken when that happens.
|
|
NS_POSTCONDITION(aDocument == GetUncomposedDoc(), "Bound to wrong document");
|
|
NS_POSTCONDITION(aParent == GetParent(), "Bound to wrong parent");
|
|
NS_POSTCONDITION(aBindingParent == GetBindingParent(),
|
|
"Bound to wrong binding parent");
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
RemoveFromBindingManagerRunnable::RemoveFromBindingManagerRunnable(nsBindingManager* aManager,
|
|
nsIContent* aContent,
|
|
nsIDocument* aDoc):
|
|
mManager(aManager), mContent(aContent), mDoc(aDoc)
|
|
{}
|
|
|
|
RemoveFromBindingManagerRunnable::~RemoveFromBindingManagerRunnable() {}
|
|
|
|
NS_IMETHODIMP
|
|
RemoveFromBindingManagerRunnable::Run()
|
|
{
|
|
// It may be the case that the element was removed from the
|
|
// DOM, causing this runnable to be created, then inserted back
|
|
// into the document before the this runnable had a chance to
|
|
// tear down the binding. Only tear down the binding if the element
|
|
// is still no longer in the DOM. nsXBLService::LoadBinding tears
|
|
// down the old binding if the element is inserted back into the
|
|
// DOM and loads a different binding.
|
|
if (!mContent->IsInComposedDoc()) {
|
|
mManager->RemovedFromDocumentInternal(mContent, mDoc,
|
|
nsBindingManager::eRunDtor);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
void
|
|
Element::UnbindFromTree(bool aDeep, bool aNullParent)
|
|
{
|
|
NS_PRECONDITION(aDeep || (!GetUncomposedDoc() && !GetBindingParent()),
|
|
"Shallow unbind won't clear document and binding parent on "
|
|
"kids!");
|
|
|
|
RemoveFromIdTable();
|
|
|
|
// Make sure to unbind this node before doing the kids
|
|
nsIDocument* document =
|
|
HasFlag(NODE_FORCE_XBL_BINDINGS) ? OwnerDoc() : GetComposedDoc();
|
|
|
|
if (HasPointerLock()) {
|
|
nsIDocument::UnlockPointer();
|
|
}
|
|
if (aNullParent) {
|
|
if (IsFullScreenAncestor()) {
|
|
// The element being removed is an ancestor of the full-screen element,
|
|
// exit full-screen state.
|
|
nsContentUtils::ReportToConsole(nsIScriptError::warningFlag,
|
|
NS_LITERAL_CSTRING("DOM"), OwnerDoc(),
|
|
nsContentUtils::eDOM_PROPERTIES,
|
|
"RemovedFullScreenElement");
|
|
// Fully exit full-screen.
|
|
nsIDocument::ExitFullscreen(OwnerDoc(), /* async */ false);
|
|
}
|
|
|
|
if (GetParent() && GetParent()->IsInUncomposedDoc()) {
|
|
// Update the editable descendant count in the ancestors before we
|
|
// lose the reference to the parent.
|
|
int32_t editableDescendantChange = -1 * EditableInclusiveDescendantCount(this);
|
|
if (editableDescendantChange != 0) {
|
|
nsIContent* parent = GetParent();
|
|
while (parent) {
|
|
parent->ChangeEditableDescendantCount(editableDescendantChange);
|
|
parent = parent->GetParent();
|
|
}
|
|
}
|
|
}
|
|
|
|
if (this->IsRootOfNativeAnonymousSubtree()) {
|
|
nsNodeUtils::NativeAnonymousChildListChange(this, true);
|
|
}
|
|
|
|
if (GetParent()) {
|
|
RefPtr<nsINode> p;
|
|
p.swap(mParent);
|
|
} else {
|
|
mParent = nullptr;
|
|
}
|
|
SetParentIsContent(false);
|
|
}
|
|
|
|
// Ensure that CSS transitions don't continue on an element at a
|
|
// different place in the tree (even if reinserted before next
|
|
// animation refresh).
|
|
// We need to delete the properties while we're still in document
|
|
// (if we were in document).
|
|
// FIXME (Bug 522599): Need a test for this.
|
|
if (MayHaveAnimations()) {
|
|
DeleteProperty(nsGkAtoms::transitionsOfBeforeProperty);
|
|
DeleteProperty(nsGkAtoms::transitionsOfAfterProperty);
|
|
DeleteProperty(nsGkAtoms::transitionsProperty);
|
|
DeleteProperty(nsGkAtoms::animationsOfBeforeProperty);
|
|
DeleteProperty(nsGkAtoms::animationsOfAfterProperty);
|
|
DeleteProperty(nsGkAtoms::animationsProperty);
|
|
}
|
|
|
|
ClearInDocument();
|
|
|
|
// Editable descendant count only counts descendants that
|
|
// are in the uncomposed document.
|
|
ResetEditableDescendantCount();
|
|
|
|
if (aNullParent || !mParent->IsInShadowTree()) {
|
|
UnsetFlags(NODE_IS_IN_SHADOW_TREE);
|
|
|
|
// Begin keeping track of our subtree root.
|
|
SetSubtreeRootPointer(aNullParent ? this : mParent->SubtreeRoot());
|
|
}
|
|
|
|
if (document) {
|
|
// Notify XBL- & nsIAnonymousContentCreator-generated
|
|
// anonymous content that the document is changing.
|
|
// Unlike XBL, bindings for web components shadow DOM
|
|
// do not get uninstalled.
|
|
if (HasFlag(NODE_MAY_BE_IN_BINDING_MNGR) && !GetShadowRoot()) {
|
|
nsContentUtils::AddScriptRunner(
|
|
new RemoveFromBindingManagerRunnable(document->BindingManager(), this,
|
|
document));
|
|
}
|
|
|
|
document->ClearBoxObjectFor(this);
|
|
|
|
// Detached must be enqueued whenever custom element is removed from
|
|
// the document and this document has a browsing context.
|
|
if (GetCustomElementData() && document->GetDocShell()) {
|
|
// Enqueue a detached callback for the custom element.
|
|
document->EnqueueLifecycleCallback(nsIDocument::eDetached, this);
|
|
}
|
|
}
|
|
|
|
// Unset this since that's what the old code effectively did.
|
|
UnsetFlags(NODE_FORCE_XBL_BINDINGS);
|
|
bool clearBindingParent = true;
|
|
|
|
#ifdef MOZ_XUL
|
|
nsXULElement* xulElem = nsXULElement::FromContent(this);
|
|
if (xulElem) {
|
|
xulElem->SetXULBindingParent(nullptr);
|
|
clearBindingParent = false;
|
|
}
|
|
#endif
|
|
|
|
nsDOMSlots* slots = GetExistingDOMSlots();
|
|
if (slots) {
|
|
if (clearBindingParent) {
|
|
slots->mBindingParent = nullptr;
|
|
}
|
|
if (aNullParent || !mParent->IsInShadowTree()) {
|
|
slots->mContainingShadow = nullptr;
|
|
}
|
|
}
|
|
|
|
// This has to be here, rather than in nsGenericHTMLElement::UnbindFromTree,
|
|
// because it has to happen after unsetting the parent pointer, but before
|
|
// recursively unbinding the kids.
|
|
if (IsHTMLElement()) {
|
|
ResetDir(this);
|
|
}
|
|
|
|
if (aDeep) {
|
|
// Do the kids. Don't call GetChildCount() here since that'll force
|
|
// XUL to generate template children, which there is no need for since
|
|
// all we're going to do is unbind them anyway.
|
|
uint32_t i, n = mAttrsAndChildren.ChildCount();
|
|
|
|
for (i = 0; i < n; ++i) {
|
|
// Note that we pass false for aNullParent here, since we don't want
|
|
// the kids to forget us. We _do_ want them to forget their binding
|
|
// parent, though, since this only walks non-anonymous kids.
|
|
mAttrsAndChildren.ChildAt(i)->UnbindFromTree(true, false);
|
|
}
|
|
}
|
|
|
|
nsNodeUtils::ParentChainChanged(this);
|
|
|
|
// Unbind children of shadow root.
|
|
ShadowRoot* shadowRoot = GetShadowRoot();
|
|
if (shadowRoot) {
|
|
for (nsIContent* child = shadowRoot->GetFirstChild(); child;
|
|
child = child->GetNextSibling()) {
|
|
child->UnbindFromTree(true, false);
|
|
}
|
|
|
|
shadowRoot->SetIsComposedDocParticipant(false);
|
|
}
|
|
}
|
|
|
|
nsICSSDeclaration*
|
|
Element::GetSMILOverrideStyle()
|
|
{
|
|
Element::nsDOMSlots *slots = DOMSlots();
|
|
|
|
if (!slots->mSMILOverrideStyle) {
|
|
slots->mSMILOverrideStyle = new nsDOMCSSAttributeDeclaration(this, true);
|
|
}
|
|
|
|
return slots->mSMILOverrideStyle;
|
|
}
|
|
|
|
css::Declaration*
|
|
Element::GetSMILOverrideStyleDeclaration()
|
|
{
|
|
Element::nsDOMSlots *slots = GetExistingDOMSlots();
|
|
return slots ? slots->mSMILOverrideStyleDeclaration.get() : nullptr;
|
|
}
|
|
|
|
nsresult
|
|
Element::SetSMILOverrideStyleDeclaration(css::Declaration* aDeclaration,
|
|
bool aNotify)
|
|
{
|
|
Element::nsDOMSlots *slots = DOMSlots();
|
|
|
|
slots->mSMILOverrideStyleDeclaration = aDeclaration;
|
|
|
|
if (aNotify) {
|
|
nsIDocument* doc = GetComposedDoc();
|
|
// Only need to request a restyle if we're in a document. (We might not
|
|
// be in a document, if we're clearing animation effects on a target node
|
|
// that's been detached since the previous animation sample.)
|
|
if (doc) {
|
|
nsCOMPtr<nsIPresShell> shell = doc->GetShell();
|
|
if (shell) {
|
|
// Pass both eRestyle_StyleAttribute and
|
|
// eRestyle_StyleAttribute_Animations since we don't know if
|
|
// this style represents only the ticking of an existing
|
|
// animation or whether it's a new or changed animation.
|
|
shell->RestyleForAnimation(this, eRestyle_StyleAttribute |
|
|
eRestyle_StyleAttribute_Animations);
|
|
}
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
bool
|
|
Element::IsLabelable() const
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool
|
|
Element::IsInteractiveHTMLContent(bool aIgnoreTabindex) const
|
|
{
|
|
return false;
|
|
}
|
|
|
|
css::Declaration*
|
|
Element::GetInlineStyleDeclaration()
|
|
{
|
|
return nullptr;
|
|
}
|
|
|
|
nsresult
|
|
Element::SetInlineStyleDeclaration(css::Declaration* aDeclaration,
|
|
const nsAString* aSerialized,
|
|
bool aNotify)
|
|
{
|
|
NS_NOTYETIMPLEMENTED("Element::SetInlineStyleDeclaration");
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
}
|
|
|
|
NS_IMETHODIMP_(bool)
|
|
Element::IsAttributeMapped(const nsIAtom* aAttribute) const
|
|
{
|
|
return false;
|
|
}
|
|
|
|
nsChangeHint
|
|
Element::GetAttributeChangeHint(const nsIAtom* aAttribute,
|
|
int32_t aModType) const
|
|
{
|
|
return nsChangeHint(0);
|
|
}
|
|
|
|
bool
|
|
Element::FindAttributeDependence(const nsIAtom* aAttribute,
|
|
const MappedAttributeEntry* const aMaps[],
|
|
uint32_t aMapCount)
|
|
{
|
|
for (uint32_t mapindex = 0; mapindex < aMapCount; ++mapindex) {
|
|
for (const MappedAttributeEntry* map = aMaps[mapindex];
|
|
map->attribute; ++map) {
|
|
if (aAttribute == *map->attribute) {
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
already_AddRefed<mozilla::dom::NodeInfo>
|
|
Element::GetExistingAttrNameFromQName(const nsAString& aStr) const
|
|
{
|
|
const nsAttrName* name = InternalGetAttrNameFromQName(aStr);
|
|
if (!name) {
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<mozilla::dom::NodeInfo> nodeInfo;
|
|
if (name->IsAtom()) {
|
|
nodeInfo = mNodeInfo->NodeInfoManager()->
|
|
GetNodeInfo(name->Atom(), nullptr, kNameSpaceID_None,
|
|
nsIDOMNode::ATTRIBUTE_NODE);
|
|
}
|
|
else {
|
|
nodeInfo = name->NodeInfo();
|
|
}
|
|
|
|
return nodeInfo.forget();
|
|
}
|
|
|
|
// static
|
|
bool
|
|
Element::ShouldBlur(nsIContent *aContent)
|
|
{
|
|
// Determine if the current element is focused, if it is not focused
|
|
// then we should not try to blur
|
|
nsIDocument* document = aContent->GetComposedDoc();
|
|
if (!document)
|
|
return false;
|
|
|
|
nsCOMPtr<nsPIDOMWindow> window = do_QueryInterface(document->GetWindow());
|
|
if (!window)
|
|
return false;
|
|
|
|
nsCOMPtr<nsPIDOMWindow> focusedFrame;
|
|
nsIContent* contentToBlur =
|
|
nsFocusManager::GetFocusedDescendant(window, false, getter_AddRefs(focusedFrame));
|
|
if (contentToBlur == aContent)
|
|
return true;
|
|
|
|
// if focus on this element would get redirected, then check the redirected
|
|
// content as well when blurring.
|
|
return (contentToBlur && nsFocusManager::GetRedirectedFocus(aContent) == contentToBlur);
|
|
}
|
|
|
|
bool
|
|
Element::IsNodeOfType(uint32_t aFlags) const
|
|
{
|
|
return !(aFlags & ~eCONTENT);
|
|
}
|
|
|
|
/* static */
|
|
nsresult
|
|
Element::DispatchEvent(nsPresContext* aPresContext,
|
|
WidgetEvent* aEvent,
|
|
nsIContent* aTarget,
|
|
bool aFullDispatch,
|
|
nsEventStatus* aStatus)
|
|
{
|
|
NS_PRECONDITION(aTarget, "Must have target");
|
|
NS_PRECONDITION(aEvent, "Must have source event");
|
|
NS_PRECONDITION(aStatus, "Null out param?");
|
|
|
|
if (!aPresContext) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<nsIPresShell> shell = aPresContext->GetPresShell();
|
|
if (!shell) {
|
|
return NS_OK;
|
|
}
|
|
|
|
if (aFullDispatch) {
|
|
return shell->HandleEventWithTarget(aEvent, nullptr, aTarget, aStatus);
|
|
}
|
|
|
|
return shell->HandleDOMEventWithTarget(aTarget, aEvent, aStatus);
|
|
}
|
|
|
|
/* static */
|
|
nsresult
|
|
Element::DispatchClickEvent(nsPresContext* aPresContext,
|
|
WidgetInputEvent* aSourceEvent,
|
|
nsIContent* aTarget,
|
|
bool aFullDispatch,
|
|
const EventFlags* aExtraEventFlags,
|
|
nsEventStatus* aStatus)
|
|
{
|
|
NS_PRECONDITION(aTarget, "Must have target");
|
|
NS_PRECONDITION(aSourceEvent, "Must have source event");
|
|
NS_PRECONDITION(aStatus, "Null out param?");
|
|
|
|
WidgetMouseEvent event(aSourceEvent->IsTrusted(), eMouseClick,
|
|
aSourceEvent->mWidget, WidgetMouseEvent::eReal);
|
|
event.mRefPoint = aSourceEvent->mRefPoint;
|
|
uint32_t clickCount = 1;
|
|
float pressure = 0;
|
|
uint16_t inputSource = 0;
|
|
WidgetMouseEvent* sourceMouseEvent = aSourceEvent->AsMouseEvent();
|
|
if (sourceMouseEvent) {
|
|
clickCount = sourceMouseEvent->clickCount;
|
|
pressure = sourceMouseEvent->pressure;
|
|
inputSource = sourceMouseEvent->inputSource;
|
|
} else if (aSourceEvent->mClass == eKeyboardEventClass) {
|
|
inputSource = nsIDOMMouseEvent::MOZ_SOURCE_KEYBOARD;
|
|
}
|
|
event.pressure = pressure;
|
|
event.clickCount = clickCount;
|
|
event.inputSource = inputSource;
|
|
event.mModifiers = aSourceEvent->mModifiers;
|
|
if (aExtraEventFlags) {
|
|
// Be careful not to overwrite existing flags!
|
|
event.mFlags.Union(*aExtraEventFlags);
|
|
}
|
|
|
|
return DispatchEvent(aPresContext, &event, aTarget, aFullDispatch, aStatus);
|
|
}
|
|
|
|
nsIFrame*
|
|
Element::GetPrimaryFrame(mozFlushType aType)
|
|
{
|
|
nsIDocument* doc = GetComposedDoc();
|
|
if (!doc) {
|
|
return nullptr;
|
|
}
|
|
|
|
// Cause a flush, so we get up-to-date frame
|
|
// information
|
|
if (aType != Flush_None) {
|
|
doc->FlushPendingNotifications(aType);
|
|
}
|
|
|
|
return GetPrimaryFrame();
|
|
}
|
|
|
|
//----------------------------------------------------------------------
|
|
nsresult
|
|
Element::LeaveLink(nsPresContext* aPresContext)
|
|
{
|
|
nsILinkHandler *handler = aPresContext->GetLinkHandler();
|
|
if (!handler) {
|
|
return NS_OK;
|
|
}
|
|
|
|
return handler->OnLeaveLink();
|
|
}
|
|
|
|
nsresult
|
|
Element::SetEventHandler(nsIAtom* aEventName,
|
|
const nsAString& aValue,
|
|
bool aDefer)
|
|
{
|
|
nsIDocument *ownerDoc = OwnerDoc();
|
|
if (ownerDoc->IsLoadedAsData()) {
|
|
// Make this a no-op rather than throwing an error to avoid
|
|
// the error causing problems setting the attribute.
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_PRECONDITION(aEventName, "Must have event name!");
|
|
bool defer = true;
|
|
EventListenerManager* manager =
|
|
GetEventListenerManagerForAttr(aEventName, &defer);
|
|
if (!manager) {
|
|
return NS_OK;
|
|
}
|
|
|
|
defer = defer && aDefer; // only defer if everyone agrees...
|
|
manager->SetEventHandler(aEventName, aValue,
|
|
defer, !nsContentUtils::IsChromeDoc(ownerDoc),
|
|
this);
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
|
const nsAttrName*
|
|
Element::InternalGetAttrNameFromQName(const nsAString& aStr,
|
|
nsAutoString* aNameToUse) const
|
|
{
|
|
MOZ_ASSERT(!aNameToUse || aNameToUse->IsEmpty());
|
|
const nsAttrName* val = nullptr;
|
|
if (IsHTMLElement() && IsInHTMLDocument()) {
|
|
nsAutoString lower;
|
|
nsAutoString& outStr = aNameToUse ? *aNameToUse : lower;
|
|
nsContentUtils::ASCIIToLower(aStr, outStr);
|
|
val = mAttrsAndChildren.GetExistingAttrNameFromQName(outStr);
|
|
if (val) {
|
|
outStr.Truncate();
|
|
}
|
|
} else {
|
|
val = mAttrsAndChildren.GetExistingAttrNameFromQName(aStr);
|
|
if (!val && aNameToUse) {
|
|
*aNameToUse = aStr;
|
|
}
|
|
}
|
|
|
|
return val;
|
|
}
|
|
|
|
bool
|
|
Element::MaybeCheckSameAttrVal(int32_t aNamespaceID,
|
|
nsIAtom* aName,
|
|
nsIAtom* aPrefix,
|
|
const nsAttrValueOrString& aValue,
|
|
bool aNotify,
|
|
nsAttrValue& aOldValue,
|
|
uint8_t* aModType,
|
|
bool* aHasListeners)
|
|
{
|
|
bool modification = false;
|
|
*aHasListeners = aNotify &&
|
|
nsContentUtils::HasMutationListeners(this,
|
|
NS_EVENT_BITS_MUTATION_ATTRMODIFIED,
|
|
this);
|
|
|
|
// If we have no listeners and aNotify is false, we are almost certainly
|
|
// coming from the content sink and will almost certainly have no previous
|
|
// value. Even if we do, setting the value is cheap when we have no
|
|
// listeners and don't plan to notify. The check for aNotify here is an
|
|
// optimization, the check for *aHasListeners is a correctness issue.
|
|
if (*aHasListeners || aNotify) {
|
|
nsAttrInfo info(GetAttrInfo(aNamespaceID, aName));
|
|
if (info.mValue) {
|
|
// Check whether the old value is the same as the new one. Note that we
|
|
// only need to actually _get_ the old value if we have listeners or
|
|
// if the element is a custom element (because it may have an
|
|
// attribute changed callback).
|
|
if (*aHasListeners || GetCustomElementData()) {
|
|
// Need to store the old value.
|
|
//
|
|
// If the current attribute value contains a pointer to some other data
|
|
// structure that gets updated in the process of setting the attribute
|
|
// we'll no longer have the old value of the attribute. Therefore, we
|
|
// should serialize the attribute value now to keep a snapshot.
|
|
//
|
|
// We have to serialize the value anyway in order to create the
|
|
// mutation event so there's no cost in doing it now.
|
|
aOldValue.SetToSerialized(*info.mValue);
|
|
}
|
|
bool valueMatches = aValue.EqualsAsStrings(*info.mValue);
|
|
if (valueMatches && aPrefix == info.mName->GetPrefix()) {
|
|
return true;
|
|
}
|
|
modification = true;
|
|
}
|
|
}
|
|
*aModType = modification ?
|
|
static_cast<uint8_t>(nsIDOMMutationEvent::MODIFICATION) :
|
|
static_cast<uint8_t>(nsIDOMMutationEvent::ADDITION);
|
|
return false;
|
|
}
|
|
|
|
bool
|
|
Element::OnlyNotifySameValueSet(int32_t aNamespaceID, nsIAtom* aName,
|
|
nsIAtom* aPrefix,
|
|
const nsAttrValueOrString& aValue,
|
|
bool aNotify, nsAttrValue& aOldValue,
|
|
uint8_t* aModType, bool* aHasListeners)
|
|
{
|
|
if (!MaybeCheckSameAttrVal(aNamespaceID, aName, aPrefix, aValue, aNotify,
|
|
aOldValue, aModType, aHasListeners)) {
|
|
return false;
|
|
}
|
|
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
nsNodeUtils::AttributeSetToCurrentValue(this, aNamespaceID, aName);
|
|
return true;
|
|
}
|
|
|
|
nsresult
|
|
Element::SetAttr(int32_t aNamespaceID, nsIAtom* aName,
|
|
nsIAtom* aPrefix, const nsAString& aValue,
|
|
bool aNotify)
|
|
{
|
|
// Keep this in sync with SetParsedAttr below
|
|
|
|
NS_ENSURE_ARG_POINTER(aName);
|
|
NS_ASSERTION(aNamespaceID != kNameSpaceID_Unknown,
|
|
"Don't call SetAttr with unknown namespace");
|
|
|
|
if (!mAttrsAndChildren.CanFitMoreAttrs()) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
uint8_t modType;
|
|
bool hasListeners;
|
|
nsAttrValueOrString value(aValue);
|
|
nsAttrValue oldValue;
|
|
|
|
if (OnlyNotifySameValueSet(aNamespaceID, aName, aPrefix, value, aNotify,
|
|
oldValue, &modType, &hasListeners)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult rv = BeforeSetAttr(aNamespaceID, aName, &value, aNotify);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
nsAttrValue* preparsedAttrValue = value.GetStoredAttrValue();
|
|
|
|
if (aNotify) {
|
|
nsNodeUtils::AttributeWillChange(this, aNamespaceID, aName, modType,
|
|
preparsedAttrValue);
|
|
}
|
|
|
|
// Hold a script blocker while calling ParseAttribute since that can call
|
|
// out to id-observers
|
|
nsAutoScriptBlocker scriptBlocker;
|
|
|
|
nsAttrValue attrValue;
|
|
if (preparsedAttrValue) {
|
|
attrValue.SwapValueWith(*preparsedAttrValue);
|
|
}
|
|
// Even the value was pre-parsed in BeforeSetAttr, we still need to call
|
|
// ParseAttribute because it can have side effects.
|
|
if (!ParseAttribute(aNamespaceID, aName, aValue, attrValue)) {
|
|
attrValue.SetTo(aValue);
|
|
}
|
|
|
|
return SetAttrAndNotify(aNamespaceID, aName, aPrefix, oldValue,
|
|
attrValue, modType, hasListeners, aNotify,
|
|
kCallAfterSetAttr);
|
|
}
|
|
|
|
nsresult
|
|
Element::SetParsedAttr(int32_t aNamespaceID, nsIAtom* aName,
|
|
nsIAtom* aPrefix, nsAttrValue& aParsedValue,
|
|
bool aNotify)
|
|
{
|
|
// Keep this in sync with SetAttr above
|
|
|
|
NS_ENSURE_ARG_POINTER(aName);
|
|
NS_ASSERTION(aNamespaceID != kNameSpaceID_Unknown,
|
|
"Don't call SetAttr with unknown namespace");
|
|
|
|
if (!mAttrsAndChildren.CanFitMoreAttrs()) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
|
|
uint8_t modType;
|
|
bool hasListeners;
|
|
nsAttrValueOrString value(aParsedValue);
|
|
nsAttrValue oldValue;
|
|
|
|
if (OnlyNotifySameValueSet(aNamespaceID, aName, aPrefix, value, aNotify,
|
|
oldValue, &modType, &hasListeners)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult rv = BeforeSetAttr(aNamespaceID, aName, &value, aNotify);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (aNotify) {
|
|
nsNodeUtils::AttributeWillChange(this, aNamespaceID, aName, modType,
|
|
&aParsedValue);
|
|
}
|
|
|
|
return SetAttrAndNotify(aNamespaceID, aName, aPrefix, oldValue,
|
|
aParsedValue, modType, hasListeners, aNotify,
|
|
kCallAfterSetAttr);
|
|
}
|
|
|
|
nsresult
|
|
Element::SetAttrAndNotify(int32_t aNamespaceID,
|
|
nsIAtom* aName,
|
|
nsIAtom* aPrefix,
|
|
const nsAttrValue& aOldValue,
|
|
nsAttrValue& aParsedValue,
|
|
uint8_t aModType,
|
|
bool aFireMutation,
|
|
bool aNotify,
|
|
bool aCallAfterSetAttr)
|
|
{
|
|
nsresult rv;
|
|
|
|
nsIDocument* document = GetComposedDoc();
|
|
mozAutoDocUpdate updateBatch(document, UPDATE_CONTENT_MODEL, aNotify);
|
|
|
|
nsMutationGuard::DidMutate();
|
|
|
|
// Copy aParsedValue for later use since it will be lost when we call
|
|
// SetAndSwapMappedAttr below
|
|
nsAttrValue valueForAfterSetAttr;
|
|
if (aCallAfterSetAttr) {
|
|
valueForAfterSetAttr.SetTo(aParsedValue);
|
|
}
|
|
|
|
bool hadValidDir = false;
|
|
bool hadDirAuto = false;
|
|
|
|
if (aNamespaceID == kNameSpaceID_None) {
|
|
if (aName == nsGkAtoms::dir) {
|
|
hadValidDir = HasValidDir() || IsHTMLElement(nsGkAtoms::bdi);
|
|
hadDirAuto = HasDirAuto(); // already takes bdi into account
|
|
}
|
|
|
|
// XXXbz Perhaps we should push up the attribute mapping function
|
|
// stuff to Element?
|
|
if (!IsAttributeMapped(aName) ||
|
|
!SetMappedAttribute(document, aName, aParsedValue, &rv)) {
|
|
rv = mAttrsAndChildren.SetAndSwapAttr(aName, aParsedValue);
|
|
}
|
|
}
|
|
else {
|
|
RefPtr<mozilla::dom::NodeInfo> ni;
|
|
ni = mNodeInfo->NodeInfoManager()->GetNodeInfo(aName, aPrefix,
|
|
aNamespaceID,
|
|
nsIDOMNode::ATTRIBUTE_NODE);
|
|
|
|
rv = mAttrsAndChildren.SetAndSwapAttr(ni, aParsedValue);
|
|
}
|
|
|
|
// If the old value owns its own data, we know it is OK to keep using it.
|
|
const nsAttrValue* oldValue =
|
|
aParsedValue.StoresOwnData() ? &aParsedValue : &aOldValue;
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (document || HasFlag(NODE_FORCE_XBL_BINDINGS)) {
|
|
RefPtr<nsXBLBinding> binding = GetXBLBinding();
|
|
if (binding) {
|
|
binding->AttributeChanged(aName, aNamespaceID, false, aNotify);
|
|
}
|
|
}
|
|
|
|
UpdateState(aNotify);
|
|
|
|
nsIDocument* ownerDoc = OwnerDoc();
|
|
if (ownerDoc && GetCustomElementData()) {
|
|
nsCOMPtr<nsIAtom> oldValueAtom = oldValue->GetAsAtom();
|
|
nsCOMPtr<nsIAtom> newValueAtom = valueForAfterSetAttr.GetAsAtom();
|
|
LifecycleCallbackArgs args = {
|
|
nsDependentAtomString(aName),
|
|
aModType == nsIDOMMutationEvent::ADDITION ?
|
|
NullString() : nsDependentAtomString(oldValueAtom),
|
|
nsDependentAtomString(newValueAtom)
|
|
};
|
|
|
|
ownerDoc->EnqueueLifecycleCallback(nsIDocument::eAttributeChanged, this, &args);
|
|
}
|
|
|
|
if (aCallAfterSetAttr) {
|
|
rv = AfterSetAttr(aNamespaceID, aName, &valueForAfterSetAttr, aNotify);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (aNamespaceID == kNameSpaceID_None && aName == nsGkAtoms::dir) {
|
|
OnSetDirAttr(this, &valueForAfterSetAttr,
|
|
hadValidDir, hadDirAuto, aNotify);
|
|
}
|
|
}
|
|
|
|
if (aNotify) {
|
|
// Don't pass aOldValue to AttributeChanged since it may not be reliable.
|
|
// Callers only compute aOldValue under certain conditions which may not
|
|
// be triggered by all nsIMutationObservers.
|
|
nsNodeUtils::AttributeChanged(this, aNamespaceID, aName, aModType,
|
|
oldValue == &aParsedValue ? &aParsedValue : nullptr);
|
|
}
|
|
|
|
if (aFireMutation) {
|
|
InternalMutationEvent mutation(true, eLegacyAttrModified);
|
|
|
|
nsAutoString ns;
|
|
nsContentUtils::NameSpaceManager()->GetNameSpaceURI(aNamespaceID, ns);
|
|
Attr* attrNode =
|
|
GetAttributeNodeNSInternal(ns, nsDependentAtomString(aName));
|
|
mutation.mRelatedNode = attrNode;
|
|
|
|
mutation.mAttrName = aName;
|
|
nsAutoString newValue;
|
|
GetAttr(aNamespaceID, aName, newValue);
|
|
if (!newValue.IsEmpty()) {
|
|
mutation.mNewAttrValue = NS_Atomize(newValue);
|
|
}
|
|
if (!oldValue->IsEmptyString()) {
|
|
mutation.mPrevAttrValue = oldValue->GetAsAtom();
|
|
}
|
|
mutation.mAttrChange = aModType;
|
|
|
|
mozAutoSubtreeModified subtree(OwnerDoc(), this);
|
|
(new AsyncEventDispatcher(this, mutation))->RunDOMEventWhenSafe();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Element::BeforeSetAttr(int32_t aNamespaceID, nsIAtom* aName,
|
|
nsAttrValueOrString* aValue, bool aNotify)
|
|
{
|
|
if (aNamespaceID == kNameSpaceID_None) {
|
|
if (aName == nsGkAtoms::_class) {
|
|
// aValue->GetAttrValue will only be non-null here when this is called
|
|
// via Element::SetParsedAttr. This shouldn't happen for "class", but
|
|
// this will handle it.
|
|
if (aValue && !aValue->GetAttrValue()) {
|
|
nsAttrValue attr;
|
|
attr.ParseAtomArray(aValue->String());
|
|
aValue->TakeParsedValue(attr);
|
|
}
|
|
}
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
bool
|
|
Element::ParseAttribute(int32_t aNamespaceID,
|
|
nsIAtom* aAttribute,
|
|
const nsAString& aValue,
|
|
nsAttrValue& aResult)
|
|
{
|
|
if (aNamespaceID == kNameSpaceID_None) {
|
|
if (aAttribute == nsGkAtoms::_class) {
|
|
SetFlags(NODE_MAY_HAVE_CLASS);
|
|
// Result should have been preparsed above.
|
|
return true;
|
|
}
|
|
if (aAttribute == nsGkAtoms::id) {
|
|
// Store id as an atom. id="" means that the element has no id,
|
|
// not that it has an emptystring as the id.
|
|
RemoveFromIdTable();
|
|
if (aValue.IsEmpty()) {
|
|
ClearHasID();
|
|
return false;
|
|
}
|
|
aResult.ParseAtom(aValue);
|
|
SetHasID();
|
|
AddToIdTable(aResult.GetAtomValue());
|
|
return true;
|
|
}
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
bool
|
|
Element::SetMappedAttribute(nsIDocument* aDocument,
|
|
nsIAtom* aName,
|
|
nsAttrValue& aValue,
|
|
nsresult* aRetval)
|
|
{
|
|
*aRetval = NS_OK;
|
|
return false;
|
|
}
|
|
|
|
EventListenerManager*
|
|
Element::GetEventListenerManagerForAttr(nsIAtom* aAttrName,
|
|
bool* aDefer)
|
|
{
|
|
*aDefer = true;
|
|
return GetOrCreateListenerManager();
|
|
}
|
|
|
|
Element::nsAttrInfo
|
|
Element::GetAttrInfo(int32_t aNamespaceID, nsIAtom* aName) const
|
|
{
|
|
NS_ASSERTION(nullptr != aName, "must have attribute name");
|
|
NS_ASSERTION(aNamespaceID != kNameSpaceID_Unknown,
|
|
"must have a real namespace ID!");
|
|
|
|
int32_t index = mAttrsAndChildren.IndexOfAttr(aName, aNamespaceID);
|
|
if (index >= 0) {
|
|
return nsAttrInfo(mAttrsAndChildren.AttrNameAt(index),
|
|
mAttrsAndChildren.AttrAt(index));
|
|
}
|
|
|
|
return nsAttrInfo(nullptr, nullptr);
|
|
}
|
|
|
|
|
|
bool
|
|
Element::GetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
nsAString& aResult) const
|
|
{
|
|
DOMString str;
|
|
bool haveAttr = GetAttr(aNameSpaceID, aName, str);
|
|
str.ToString(aResult);
|
|
return haveAttr;
|
|
}
|
|
|
|
int32_t
|
|
Element::FindAttrValueIn(int32_t aNameSpaceID,
|
|
nsIAtom* aName,
|
|
AttrValuesArray* aValues,
|
|
nsCaseTreatment aCaseSensitive) const
|
|
{
|
|
NS_ASSERTION(aName, "Must have attr name");
|
|
NS_ASSERTION(aNameSpaceID != kNameSpaceID_Unknown, "Must have namespace");
|
|
NS_ASSERTION(aValues, "Null value array");
|
|
|
|
const nsAttrValue* val = mAttrsAndChildren.GetAttr(aName, aNameSpaceID);
|
|
if (val) {
|
|
for (int32_t i = 0; aValues[i]; ++i) {
|
|
if (val->Equals(*aValues[i], aCaseSensitive)) {
|
|
return i;
|
|
}
|
|
}
|
|
return ATTR_VALUE_NO_MATCH;
|
|
}
|
|
return ATTR_MISSING;
|
|
}
|
|
|
|
nsresult
|
|
Element::UnsetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
|
bool aNotify)
|
|
{
|
|
NS_ASSERTION(nullptr != aName, "must have attribute name");
|
|
|
|
int32_t index = mAttrsAndChildren.IndexOfAttr(aName, aNameSpaceID);
|
|
if (index < 0) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult rv = BeforeSetAttr(aNameSpaceID, aName, nullptr, aNotify);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsIDocument *document = GetComposedDoc();
|
|
mozAutoDocUpdate updateBatch(document, UPDATE_CONTENT_MODEL, aNotify);
|
|
|
|
if (aNotify) {
|
|
nsNodeUtils::AttributeWillChange(this, aNameSpaceID, aName,
|
|
nsIDOMMutationEvent::REMOVAL,
|
|
nullptr);
|
|
}
|
|
|
|
bool hasMutationListeners = aNotify &&
|
|
nsContentUtils::HasMutationListeners(this,
|
|
NS_EVENT_BITS_MUTATION_ATTRMODIFIED,
|
|
this);
|
|
|
|
// Grab the attr node if needed before we remove it from the attr map
|
|
RefPtr<Attr> attrNode;
|
|
if (hasMutationListeners) {
|
|
nsAutoString ns;
|
|
nsContentUtils::NameSpaceManager()->GetNameSpaceURI(aNameSpaceID, ns);
|
|
attrNode = GetAttributeNodeNSInternal(ns, nsDependentAtomString(aName));
|
|
}
|
|
|
|
// Clear binding to nsIDOMMozNamedAttrMap
|
|
nsDOMSlots *slots = GetExistingDOMSlots();
|
|
if (slots && slots->mAttributeMap) {
|
|
slots->mAttributeMap->DropAttribute(aNameSpaceID, aName);
|
|
}
|
|
|
|
// The id-handling code, and in the future possibly other code, need to
|
|
// react to unexpected attribute changes.
|
|
nsMutationGuard::DidMutate();
|
|
|
|
if (aName == nsGkAtoms::id && aNameSpaceID == kNameSpaceID_None) {
|
|
// Have to do this before clearing flag. See RemoveFromIdTable
|
|
RemoveFromIdTable();
|
|
ClearHasID();
|
|
}
|
|
|
|
bool hadValidDir = false;
|
|
bool hadDirAuto = false;
|
|
|
|
if (aNameSpaceID == kNameSpaceID_None && aName == nsGkAtoms::dir) {
|
|
hadValidDir = HasValidDir() || IsHTMLElement(nsGkAtoms::bdi);
|
|
hadDirAuto = HasDirAuto(); // already takes bdi into account
|
|
}
|
|
|
|
nsAttrValue oldValue;
|
|
rv = mAttrsAndChildren.RemoveAttrAt(index, oldValue);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (document || HasFlag(NODE_FORCE_XBL_BINDINGS)) {
|
|
RefPtr<nsXBLBinding> binding = GetXBLBinding();
|
|
if (binding) {
|
|
binding->AttributeChanged(aName, aNameSpaceID, true, aNotify);
|
|
}
|
|
}
|
|
|
|
UpdateState(aNotify);
|
|
|
|
nsIDocument* ownerDoc = OwnerDoc();
|
|
if (ownerDoc && GetCustomElementData()) {
|
|
nsCOMPtr<nsIAtom> oldValueAtom = oldValue.GetAsAtom();
|
|
LifecycleCallbackArgs args = {
|
|
nsDependentAtomString(aName),
|
|
nsDependentAtomString(oldValueAtom),
|
|
NullString()
|
|
};
|
|
|
|
ownerDoc->EnqueueLifecycleCallback(nsIDocument::eAttributeChanged, this, &args);
|
|
}
|
|
|
|
if (aNotify) {
|
|
// We can always pass oldValue here since there is no new value which could
|
|
// have corrupted it.
|
|
nsNodeUtils::AttributeChanged(this, aNameSpaceID, aName,
|
|
nsIDOMMutationEvent::REMOVAL, &oldValue);
|
|
}
|
|
|
|
rv = AfterSetAttr(aNameSpaceID, aName, nullptr, aNotify);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (aNameSpaceID == kNameSpaceID_None && aName == nsGkAtoms::dir) {
|
|
OnSetDirAttr(this, nullptr, hadValidDir, hadDirAuto, aNotify);
|
|
}
|
|
|
|
if (hasMutationListeners) {
|
|
InternalMutationEvent mutation(true, eLegacyAttrModified);
|
|
|
|
mutation.mRelatedNode = attrNode;
|
|
mutation.mAttrName = aName;
|
|
|
|
nsAutoString value;
|
|
oldValue.ToString(value);
|
|
if (!value.IsEmpty())
|
|
mutation.mPrevAttrValue = NS_Atomize(value);
|
|
mutation.mAttrChange = nsIDOMMutationEvent::REMOVAL;
|
|
|
|
mozAutoSubtreeModified subtree(OwnerDoc(), this);
|
|
(new AsyncEventDispatcher(this, mutation))->RunDOMEventWhenSafe();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
const nsAttrName*
|
|
Element::GetAttrNameAt(uint32_t aIndex) const
|
|
{
|
|
return mAttrsAndChildren.GetSafeAttrNameAt(aIndex);
|
|
}
|
|
|
|
uint32_t
|
|
Element::GetAttrCount() const
|
|
{
|
|
return mAttrsAndChildren.AttrCount();
|
|
}
|
|
|
|
void
|
|
Element::DescribeAttribute(uint32_t index, nsAString& aOutDescription) const
|
|
{
|
|
// name
|
|
mAttrsAndChildren.AttrNameAt(index)->GetQualifiedName(aOutDescription);
|
|
|
|
// value
|
|
aOutDescription.AppendLiteral("=\"");
|
|
nsAutoString value;
|
|
mAttrsAndChildren.AttrAt(index)->ToString(value);
|
|
for (int i = value.Length(); i >= 0; --i) {
|
|
if (value[i] == char16_t('"'))
|
|
value.Insert(char16_t('\\'), uint32_t(i));
|
|
}
|
|
aOutDescription.Append(value);
|
|
aOutDescription.Append('"');
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
void
|
|
Element::ListAttributes(FILE* out) const
|
|
{
|
|
uint32_t index, count = mAttrsAndChildren.AttrCount();
|
|
for (index = 0; index < count; index++) {
|
|
nsAutoString attributeDescription;
|
|
DescribeAttribute(index, attributeDescription);
|
|
|
|
fputs(" ", out);
|
|
fputs(NS_LossyConvertUTF16toASCII(attributeDescription).get(), out);
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::List(FILE* out, int32_t aIndent,
|
|
const nsCString& aPrefix) const
|
|
{
|
|
int32_t indent;
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
|
|
fputs(aPrefix.get(), out);
|
|
|
|
fputs(NS_LossyConvertUTF16toASCII(mNodeInfo->QualifiedName()).get(), out);
|
|
|
|
fprintf(out, "@%p", (void *)this);
|
|
|
|
ListAttributes(out);
|
|
|
|
fprintf(out, " state=[%llx]",
|
|
static_cast<unsigned long long>(State().GetInternalValue()));
|
|
fprintf(out, " flags=[%08x]", static_cast<unsigned int>(GetFlags()));
|
|
if (IsCommonAncestorForRangeInSelection()) {
|
|
nsRange::RangeHashTable* ranges =
|
|
static_cast<nsRange::RangeHashTable*>(GetProperty(nsGkAtoms::range));
|
|
fprintf(out, " ranges:%d", ranges ? ranges->Count() : 0);
|
|
}
|
|
fprintf(out, " primaryframe=%p", static_cast<void*>(GetPrimaryFrame()));
|
|
fprintf(out, " refcount=%" PRIuPTR "<", mRefCnt.get());
|
|
|
|
nsIContent* child = GetFirstChild();
|
|
if (child) {
|
|
fputs("\n", out);
|
|
|
|
for (; child; child = child->GetNextSibling()) {
|
|
child->List(out, aIndent + 1);
|
|
}
|
|
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
}
|
|
|
|
fputs(">\n", out);
|
|
|
|
Element* nonConstThis = const_cast<Element*>(this);
|
|
|
|
// XXX sXBL/XBL2 issue! Owner or current document?
|
|
nsIDocument *document = OwnerDoc();
|
|
|
|
// Note: not listing nsIAnonymousContentCreator-created content...
|
|
|
|
nsBindingManager* bindingManager = document->BindingManager();
|
|
nsCOMPtr<nsIDOMNodeList> anonymousChildren;
|
|
bindingManager->GetAnonymousNodesFor(nonConstThis,
|
|
getter_AddRefs(anonymousChildren));
|
|
|
|
if (anonymousChildren) {
|
|
uint32_t length = 0;
|
|
anonymousChildren->GetLength(&length);
|
|
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
fputs("anonymous-children<\n", out);
|
|
|
|
for (uint32_t i = 0; i < length; ++i) {
|
|
nsCOMPtr<nsIDOMNode> node;
|
|
anonymousChildren->Item(i, getter_AddRefs(node));
|
|
nsCOMPtr<nsIContent> child = do_QueryInterface(node);
|
|
child->List(out, aIndent + 1);
|
|
}
|
|
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
fputs(">\n", out);
|
|
|
|
bool outHeader = false;
|
|
ExplicitChildIterator iter(nonConstThis);
|
|
for (nsIContent* child = iter.GetNextChild(); child; child = iter.GetNextChild()) {
|
|
if (!outHeader) {
|
|
outHeader = true;
|
|
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
fputs("content-list<\n", out);
|
|
}
|
|
|
|
child->List(out, aIndent + 1);
|
|
}
|
|
|
|
if (outHeader) {
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
fputs(">\n", out);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::DumpContent(FILE* out, int32_t aIndent,
|
|
bool aDumpAll) const
|
|
{
|
|
int32_t indent;
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
|
|
const nsString& buf = mNodeInfo->QualifiedName();
|
|
fputs("<", out);
|
|
fputs(NS_LossyConvertUTF16toASCII(buf).get(), out);
|
|
|
|
if(aDumpAll) ListAttributes(out);
|
|
|
|
fputs(">", out);
|
|
|
|
if(aIndent) fputs("\n", out);
|
|
|
|
for (nsIContent* child = GetFirstChild();
|
|
child;
|
|
child = child->GetNextSibling()) {
|
|
int32_t indent = aIndent ? aIndent + 1 : 0;
|
|
child->DumpContent(out, indent, aDumpAll);
|
|
}
|
|
for (indent = aIndent; --indent >= 0; ) fputs(" ", out);
|
|
fputs("</", out);
|
|
fputs(NS_LossyConvertUTF16toASCII(buf).get(), out);
|
|
fputs(">", out);
|
|
|
|
if(aIndent) fputs("\n", out);
|
|
}
|
|
#endif
|
|
|
|
void
|
|
Element::Describe(nsAString& aOutDescription) const
|
|
{
|
|
aOutDescription.Append(mNodeInfo->QualifiedName());
|
|
aOutDescription.AppendPrintf("@%p", (void *)this);
|
|
|
|
uint32_t index, count = mAttrsAndChildren.AttrCount();
|
|
for (index = 0; index < count; index++) {
|
|
aOutDescription.Append(' ');
|
|
nsAutoString attributeDescription;
|
|
DescribeAttribute(index, attributeDescription);
|
|
aOutDescription.Append(attributeDescription);
|
|
}
|
|
}
|
|
|
|
bool
|
|
Element::CheckHandleEventForLinksPrecondition(EventChainVisitor& aVisitor,
|
|
nsIURI** aURI) const
|
|
{
|
|
if (aVisitor.mEventStatus == nsEventStatus_eConsumeNoDefault ||
|
|
(!aVisitor.mEvent->IsTrusted() &&
|
|
(aVisitor.mEvent->mMessage != eMouseClick) &&
|
|
(aVisitor.mEvent->mMessage != eKeyPress) &&
|
|
(aVisitor.mEvent->mMessage != eLegacyDOMActivate)) ||
|
|
!aVisitor.mPresContext ||
|
|
aVisitor.mEvent->mFlags.mMultipleActionsPrevented) {
|
|
return false;
|
|
}
|
|
|
|
// Make sure we actually are a link
|
|
return IsLink(aURI);
|
|
}
|
|
|
|
nsresult
|
|
Element::PreHandleEventForLinks(EventChainPreVisitor& aVisitor)
|
|
{
|
|
// Optimisation: return early if this event doesn't interest us.
|
|
// IMPORTANT: this switch and the switch below it must be kept in sync!
|
|
switch (aVisitor.mEvent->mMessage) {
|
|
case eMouseOver:
|
|
case eFocus:
|
|
case eMouseOut:
|
|
case eBlur:
|
|
break;
|
|
default:
|
|
return NS_OK;
|
|
}
|
|
|
|
// Make sure we meet the preconditions before continuing
|
|
nsCOMPtr<nsIURI> absURI;
|
|
if (!CheckHandleEventForLinksPrecondition(aVisitor, getter_AddRefs(absURI))) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult rv = NS_OK;
|
|
|
|
// We do the status bar updates in PreHandleEvent so that the status bar gets
|
|
// updated even if the event is consumed before we have a chance to set it.
|
|
switch (aVisitor.mEvent->mMessage) {
|
|
// Set the status bar similarly for mouseover and focus
|
|
case eMouseOver:
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
MOZ_FALLTHROUGH;
|
|
case eFocus: {
|
|
InternalFocusEvent* focusEvent = aVisitor.mEvent->AsFocusEvent();
|
|
if (!focusEvent || !focusEvent->mIsRefocus) {
|
|
nsAutoString target;
|
|
GetLinkTarget(target);
|
|
nsContentUtils::TriggerLink(this, aVisitor.mPresContext, absURI, target,
|
|
false, true, true);
|
|
// Make sure any ancestor links don't also TriggerLink
|
|
aVisitor.mEvent->mFlags.mMultipleActionsPrevented = true;
|
|
}
|
|
break;
|
|
}
|
|
case eMouseOut:
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
MOZ_FALLTHROUGH;
|
|
case eBlur:
|
|
rv = LeaveLink(aVisitor.mPresContext);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
aVisitor.mEvent->mFlags.mMultipleActionsPrevented = true;
|
|
}
|
|
break;
|
|
|
|
default:
|
|
// switch not in sync with the optimization switch earlier in this function
|
|
NS_NOTREACHED("switch statements not in sync");
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
return rv;
|
|
}
|
|
|
|
nsresult
|
|
Element::PostHandleEventForLinks(EventChainPostVisitor& aVisitor)
|
|
{
|
|
// Optimisation: return early if this event doesn't interest us.
|
|
// IMPORTANT: this switch and the switch below it must be kept in sync!
|
|
switch (aVisitor.mEvent->mMessage) {
|
|
case eMouseDown:
|
|
case eMouseClick:
|
|
case eLegacyDOMActivate:
|
|
case eKeyPress:
|
|
break;
|
|
default:
|
|
return NS_OK;
|
|
}
|
|
|
|
// Make sure we meet the preconditions before continuing
|
|
nsCOMPtr<nsIURI> absURI;
|
|
if (!CheckHandleEventForLinksPrecondition(aVisitor, getter_AddRefs(absURI))) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult rv = NS_OK;
|
|
|
|
switch (aVisitor.mEvent->mMessage) {
|
|
case eMouseDown:
|
|
{
|
|
if (aVisitor.mEvent->AsMouseEvent()->button ==
|
|
WidgetMouseEvent::eLeftButton) {
|
|
// don't make the link grab the focus if there is no link handler
|
|
nsILinkHandler *handler = aVisitor.mPresContext->GetLinkHandler();
|
|
nsIDocument *document = GetComposedDoc();
|
|
if (handler && document) {
|
|
nsIFocusManager* fm = nsFocusManager::GetFocusManager();
|
|
if (fm) {
|
|
aVisitor.mEvent->mFlags.mMultipleActionsPrevented = true;
|
|
nsCOMPtr<nsIDOMElement> elem = do_QueryInterface(this);
|
|
fm->SetFocus(elem, nsIFocusManager::FLAG_BYMOUSE |
|
|
nsIFocusManager::FLAG_NOSCROLL);
|
|
}
|
|
|
|
EventStateManager::SetActiveManager(
|
|
aVisitor.mPresContext->EventStateManager(), this);
|
|
}
|
|
}
|
|
}
|
|
break;
|
|
|
|
case eMouseClick: {
|
|
WidgetMouseEvent* mouseEvent = aVisitor.mEvent->AsMouseEvent();
|
|
if (mouseEvent->IsLeftClickEvent()) {
|
|
if (mouseEvent->IsControl() || mouseEvent->IsMeta() ||
|
|
mouseEvent->IsAlt() ||mouseEvent->IsShift()) {
|
|
break;
|
|
}
|
|
|
|
// The default action is simply to dispatch DOMActivate
|
|
nsCOMPtr<nsIPresShell> shell = aVisitor.mPresContext->GetPresShell();
|
|
if (shell) {
|
|
// single-click
|
|
nsEventStatus status = nsEventStatus_eIgnore;
|
|
// DOMActive event should be trusted since the activation is actually
|
|
// occurred even if the cause is an untrusted click event.
|
|
InternalUIEvent actEvent(true, eLegacyDOMActivate, mouseEvent);
|
|
actEvent.mDetail = 1;
|
|
|
|
rv = shell->HandleDOMEventWithTarget(this, &actEvent, &status);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
}
|
|
}
|
|
}
|
|
break;
|
|
}
|
|
case eLegacyDOMActivate:
|
|
{
|
|
if (aVisitor.mEvent->mOriginalTarget == this) {
|
|
nsAutoString target;
|
|
GetLinkTarget(target);
|
|
const InternalUIEvent* activeEvent = aVisitor.mEvent->AsUIEvent();
|
|
MOZ_ASSERT(activeEvent);
|
|
nsContentUtils::TriggerLink(this, aVisitor.mPresContext, absURI, target,
|
|
true, true, activeEvent->IsTrustable());
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
}
|
|
}
|
|
break;
|
|
|
|
case eKeyPress:
|
|
{
|
|
WidgetKeyboardEvent* keyEvent = aVisitor.mEvent->AsKeyboardEvent();
|
|
if (keyEvent && keyEvent->keyCode == NS_VK_RETURN) {
|
|
nsEventStatus status = nsEventStatus_eIgnore;
|
|
rv = DispatchClickEvent(aVisitor.mPresContext, keyEvent, this,
|
|
false, nullptr, &status);
|
|
if (NS_SUCCEEDED(rv)) {
|
|
aVisitor.mEventStatus = nsEventStatus_eConsumeNoDefault;
|
|
}
|
|
}
|
|
}
|
|
break;
|
|
|
|
default:
|
|
// switch not in sync with the optimization switch earlier in this function
|
|
NS_NOTREACHED("switch statements not in sync");
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
return rv;
|
|
}
|
|
|
|
void
|
|
Element::GetLinkTarget(nsAString& aTarget)
|
|
{
|
|
aTarget.Truncate();
|
|
}
|
|
|
|
static void
|
|
nsDOMTokenListPropertyDestructor(void *aObject, nsIAtom *aProperty,
|
|
void *aPropertyValue, void *aData)
|
|
{
|
|
nsDOMTokenList* list =
|
|
static_cast<nsDOMTokenList*>(aPropertyValue);
|
|
NS_RELEASE(list);
|
|
}
|
|
|
|
static nsIAtom** sPropertiesToTraverseAndUnlink[] =
|
|
{
|
|
&nsGkAtoms::microdataProperties,
|
|
&nsGkAtoms::itemtype,
|
|
&nsGkAtoms::itemref,
|
|
&nsGkAtoms::itemprop,
|
|
&nsGkAtoms::sandbox,
|
|
&nsGkAtoms::sizes,
|
|
nullptr
|
|
};
|
|
|
|
// static
|
|
nsIAtom***
|
|
Element::HTMLSVGPropertiesToTraverseAndUnlink()
|
|
{
|
|
return sPropertiesToTraverseAndUnlink;
|
|
}
|
|
|
|
nsDOMTokenList*
|
|
Element::GetTokenList(nsIAtom* aAtom)
|
|
{
|
|
#ifdef DEBUG
|
|
nsIAtom*** props =
|
|
HTMLSVGPropertiesToTraverseAndUnlink();
|
|
bool found = false;
|
|
for (uint32_t i = 0; props[i]; ++i) {
|
|
if (*props[i] == aAtom) {
|
|
found = true;
|
|
break;
|
|
}
|
|
}
|
|
MOZ_ASSERT(found, "Trying to use an unknown tokenlist!");
|
|
#endif
|
|
|
|
nsDOMTokenList* list = nullptr;
|
|
if (HasProperties()) {
|
|
list = static_cast<nsDOMTokenList*>(GetProperty(aAtom));
|
|
}
|
|
if (!list) {
|
|
list = new nsDOMTokenList(this, aAtom);
|
|
NS_ADDREF(list);
|
|
SetProperty(aAtom, list, nsDOMTokenListPropertyDestructor);
|
|
}
|
|
return list;
|
|
}
|
|
|
|
void
|
|
Element::GetTokenList(nsIAtom* aAtom, nsIVariant** aResult)
|
|
{
|
|
nsISupports* itemType = GetTokenList(aAtom);
|
|
nsCOMPtr<nsIWritableVariant> out = new nsVariant();
|
|
out->SetAsInterface(NS_GET_IID(nsISupports), itemType);
|
|
out.forget(aResult);
|
|
}
|
|
|
|
nsresult
|
|
Element::SetTokenList(nsIAtom* aAtom, nsIVariant* aValue)
|
|
{
|
|
nsDOMTokenList* itemType = GetTokenList(aAtom);
|
|
nsAutoString string;
|
|
aValue->GetAsAString(string);
|
|
ErrorResult rv;
|
|
itemType->SetValue(string, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
Element*
|
|
Element::Closest(const nsAString& aSelector, ErrorResult& aResult)
|
|
{
|
|
nsCSSSelectorList* selectorList = ParseSelectorList(aSelector, aResult);
|
|
if (!selectorList) {
|
|
// Either we failed (and aResult already has the exception), or this
|
|
// is a pseudo-element-only selector that matches nothing.
|
|
return nullptr;
|
|
}
|
|
OwnerDoc()->FlushPendingLinkUpdates();
|
|
TreeMatchContext matchingContext(false,
|
|
nsRuleWalker::eRelevantLinkUnvisited,
|
|
OwnerDoc(),
|
|
TreeMatchContext::eNeverMatchVisited);
|
|
matchingContext.SetHasSpecifiedScope();
|
|
matchingContext.AddScopeElement(this);
|
|
for (nsINode* node = this; node; node = node->GetParentNode()) {
|
|
if (node->IsElement() &&
|
|
nsCSSRuleProcessor::SelectorListMatches(node->AsElement(),
|
|
matchingContext,
|
|
selectorList)) {
|
|
return node->AsElement();
|
|
}
|
|
}
|
|
return nullptr;
|
|
}
|
|
|
|
bool
|
|
Element::Matches(const nsAString& aSelector, ErrorResult& aError)
|
|
{
|
|
nsCSSSelectorList* selectorList = ParseSelectorList(aSelector, aError);
|
|
if (!selectorList) {
|
|
// Either we failed (and aError already has the exception), or this
|
|
// is a pseudo-element-only selector that matches nothing.
|
|
return false;
|
|
}
|
|
|
|
OwnerDoc()->FlushPendingLinkUpdates();
|
|
TreeMatchContext matchingContext(false,
|
|
nsRuleWalker::eRelevantLinkUnvisited,
|
|
OwnerDoc(),
|
|
TreeMatchContext::eNeverMatchVisited);
|
|
matchingContext.SetHasSpecifiedScope();
|
|
matchingContext.AddScopeElement(this);
|
|
return nsCSSRuleProcessor::SelectorListMatches(this, matchingContext,
|
|
selectorList);
|
|
}
|
|
|
|
static const nsAttrValue::EnumTable kCORSAttributeTable[] = {
|
|
// Order matters here
|
|
// See ParseCORSValue
|
|
{ "anonymous", CORS_ANONYMOUS },
|
|
{ "use-credentials", CORS_USE_CREDENTIALS },
|
|
{ 0 }
|
|
};
|
|
|
|
/* static */ void
|
|
Element::ParseCORSValue(const nsAString& aValue,
|
|
nsAttrValue& aResult)
|
|
{
|
|
DebugOnly<bool> success =
|
|
aResult.ParseEnumValue(aValue, kCORSAttributeTable, false,
|
|
// default value is anonymous if aValue is
|
|
// not a value we understand
|
|
&kCORSAttributeTable[0]);
|
|
MOZ_ASSERT(success);
|
|
}
|
|
|
|
/* static */ CORSMode
|
|
Element::StringToCORSMode(const nsAString& aValue)
|
|
{
|
|
if (aValue.IsVoid()) {
|
|
return CORS_NONE;
|
|
}
|
|
|
|
nsAttrValue val;
|
|
Element::ParseCORSValue(aValue, val);
|
|
return CORSMode(val.GetEnumValue());
|
|
}
|
|
|
|
/* static */ CORSMode
|
|
Element::AttrValueToCORSMode(const nsAttrValue* aValue)
|
|
{
|
|
if (!aValue) {
|
|
return CORS_NONE;
|
|
}
|
|
|
|
return CORSMode(aValue->GetEnumValue());
|
|
}
|
|
|
|
static const char*
|
|
GetFullScreenError(nsIDocument* aDoc)
|
|
{
|
|
// Block fullscreen requests in the chrome document when the fullscreen API
|
|
// is configured for content only.
|
|
if (nsContentUtils::IsFullscreenApiContentOnly() &&
|
|
nsContentUtils::IsChromeDoc(aDoc)) {
|
|
return "FullScreenDeniedContentOnly";
|
|
}
|
|
|
|
nsCOMPtr<nsPIDOMWindow> win = aDoc->GetWindow();
|
|
if (aDoc->NodePrincipal()->GetAppStatus() >= nsIPrincipal::APP_STATUS_INSTALLED) {
|
|
// Request is in a web app and in the same origin as the web app.
|
|
// Don't enforce as strict security checks for web apps, the user
|
|
// is supposed to have trust in them. However documents cross-origin
|
|
// to the web app must still confirm to the normal security checks.
|
|
return nullptr;
|
|
}
|
|
|
|
if (!nsContentUtils::IsRequestFullScreenAllowed()) {
|
|
return "FullScreenDeniedNotInputDriven";
|
|
}
|
|
|
|
if (nsContentUtils::IsSitePermDeny(aDoc->NodePrincipal(), "fullscreen")) {
|
|
return "FullScreenDeniedBlocked";
|
|
}
|
|
|
|
return nullptr;
|
|
}
|
|
|
|
void
|
|
Element::MozRequestFullScreen(JSContext* aCx, JS::Handle<JS::Value> aOptions,
|
|
ErrorResult& aError)
|
|
{
|
|
MOZ_ASSERT_IF(!aCx, aOptions.isNullOrUndefined());
|
|
// Only grant full-screen requests if this is called from inside a trusted
|
|
// event handler (i.e. inside an event handler for a user initiated event).
|
|
// This stops the full-screen from being abused similar to the popups of old,
|
|
// and it also makes it harder for bad guys' script to go full-screen and
|
|
// spoof the browser chrome/window and phish logins etc.
|
|
// Note that requests for fullscreen inside a web app's origin are exempt
|
|
// from this restriction.
|
|
const char* error = GetFullScreenError(OwnerDoc());
|
|
if (error) {
|
|
nsContentUtils::ReportToConsole(nsIScriptError::warningFlag,
|
|
NS_LITERAL_CSTRING("DOM"), OwnerDoc(),
|
|
nsContentUtils::eDOM_PROPERTIES,
|
|
error);
|
|
RefPtr<AsyncEventDispatcher> asyncDispatcher =
|
|
new AsyncEventDispatcher(OwnerDoc(),
|
|
NS_LITERAL_STRING("mozfullscreenerror"),
|
|
true,
|
|
false);
|
|
asyncDispatcher->PostDOMEvent();
|
|
return;
|
|
}
|
|
|
|
FullScreenOptions opts;
|
|
RequestFullscreenOptions fsOptions;
|
|
|
|
// We need to check if options is convertible to a dict first before
|
|
// trying to init fsOptions; otherwise Init() would throw, and we want to
|
|
// silently ignore non-dictionary values
|
|
if (aCx) {
|
|
bool convertible;
|
|
if (!IsConvertibleToDictionary(aCx, aOptions, &convertible)) {
|
|
aError.Throw(NS_ERROR_FAILURE);
|
|
return;
|
|
}
|
|
|
|
if (convertible) {
|
|
if (!fsOptions.Init(aCx, aOptions)) {
|
|
aError.Throw(NS_ERROR_FAILURE);
|
|
return;
|
|
}
|
|
|
|
if (fsOptions.mVrDisplay) {
|
|
opts.mVRHMDDevice = fsOptions.mVrDisplay->GetHMD();
|
|
}
|
|
}
|
|
}
|
|
|
|
OwnerDoc()->AsyncRequestFullScreen(this, opts);
|
|
}
|
|
|
|
void
|
|
Element::MozRequestPointerLock()
|
|
{
|
|
OwnerDoc()->RequestPointerLock(this);
|
|
}
|
|
|
|
already_AddRefed<Animation>
|
|
Element::Animate(JSContext* aContext,
|
|
JS::Handle<JSObject*> aFrames,
|
|
const UnrestrictedDoubleOrKeyframeAnimationOptions& aOptions,
|
|
ErrorResult& aError)
|
|
{
|
|
Nullable<ElementOrCSSPseudoElement> target;
|
|
target.SetValue().SetAsElement() = this;
|
|
return Animate(target, aContext, aFrames, aOptions, aError);
|
|
}
|
|
|
|
/* static */ already_AddRefed<Animation>
|
|
Element::Animate(const Nullable<ElementOrCSSPseudoElement>& aTarget,
|
|
JSContext* aContext,
|
|
JS::Handle<JSObject*> aFrames,
|
|
const UnrestrictedDoubleOrKeyframeAnimationOptions& aOptions,
|
|
ErrorResult& aError)
|
|
{
|
|
MOZ_ASSERT(!aTarget.IsNull() &&
|
|
(aTarget.Value().IsElement() ||
|
|
aTarget.Value().IsCSSPseudoElement()),
|
|
"aTarget should be initialized");
|
|
|
|
RefPtr<Element> referenceElement;
|
|
if (aTarget.Value().IsElement()) {
|
|
referenceElement = &aTarget.Value().GetAsElement();
|
|
} else {
|
|
referenceElement = aTarget.Value().GetAsCSSPseudoElement().ParentElement();
|
|
}
|
|
|
|
nsCOMPtr<nsIGlobalObject> ownerGlobal = referenceElement->GetOwnerGlobal();
|
|
if (!ownerGlobal) {
|
|
aError.Throw(NS_ERROR_FAILURE);
|
|
return nullptr;
|
|
}
|
|
GlobalObject global(aContext, ownerGlobal->GetGlobalJSObject());
|
|
MOZ_ASSERT(!global.Failed());
|
|
|
|
// Wrap the aFrames object for the cross-compartment case.
|
|
JS::Rooted<JSObject*> frames(aContext);
|
|
frames = aFrames;
|
|
Maybe<JSAutoCompartment> ac;
|
|
if (js::GetContextCompartment(aContext) !=
|
|
js::GetObjectCompartment(ownerGlobal->GetGlobalJSObject())) {
|
|
ac.emplace(aContext, ownerGlobal->GetGlobalJSObject());
|
|
if (!JS_WrapObject(aContext, &frames)) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
RefPtr<KeyframeEffect> effect =
|
|
KeyframeEffect::Constructor(global, aTarget, frames, aOptions, aError);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<Animation> animation =
|
|
Animation::Constructor(global, effect,
|
|
referenceElement->OwnerDoc()->Timeline(), aError);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (aOptions.IsKeyframeAnimationOptions()) {
|
|
animation->SetId(aOptions.GetAsKeyframeAnimationOptions().mId);
|
|
}
|
|
|
|
animation->Play(aError, Animation::LimitBehavior::AutoRewind);
|
|
if (aError.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
return animation.forget();
|
|
}
|
|
|
|
void
|
|
Element::GetAnimations(nsTArray<RefPtr<Animation>>& aAnimations)
|
|
{
|
|
nsIDocument* doc = GetComposedDoc();
|
|
if (doc) {
|
|
doc->FlushPendingNotifications(Flush_Style);
|
|
}
|
|
|
|
GetAnimationsUnsorted(aAnimations);
|
|
aAnimations.Sort(AnimationPtrComparator<RefPtr<Animation>>());
|
|
}
|
|
|
|
void
|
|
Element::GetAnimationsUnsorted(nsTArray<RefPtr<Animation>>& aAnimations)
|
|
{
|
|
EffectSet* effects = EffectSet::GetEffectSet(this,
|
|
CSSPseudoElementType::NotPseudo);
|
|
if (!effects) {
|
|
return;
|
|
}
|
|
|
|
for (KeyframeEffectReadOnly* effect : *effects) {
|
|
MOZ_ASSERT(effect && effect->GetAnimation(),
|
|
"Only effects associated with an animation should be "
|
|
"added to an element's effect set");
|
|
Animation* animation = effect->GetAnimation();
|
|
|
|
MOZ_ASSERT(animation->IsRelevant(),
|
|
"Only relevant animations should be added to an element's "
|
|
"effect set");
|
|
aAnimations.AppendElement(animation);
|
|
}
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
Element::GetInnerHTML(nsAString& aInnerHTML)
|
|
{
|
|
GetMarkup(false, aInnerHTML);
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
Element::SetInnerHTML(const nsAString& aInnerHTML, ErrorResult& aError)
|
|
{
|
|
SetInnerHTMLInternal(aInnerHTML, aError);
|
|
}
|
|
|
|
void
|
|
Element::GetOuterHTML(nsAString& aOuterHTML)
|
|
{
|
|
GetMarkup(true, aOuterHTML);
|
|
}
|
|
|
|
void
|
|
Element::SetOuterHTML(const nsAString& aOuterHTML, ErrorResult& aError)
|
|
{
|
|
nsCOMPtr<nsINode> parent = GetParentNode();
|
|
if (!parent) {
|
|
return;
|
|
}
|
|
|
|
if (parent->NodeType() == nsIDOMNode::DOCUMENT_NODE) {
|
|
aError.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
if (OwnerDoc()->IsHTMLDocument()) {
|
|
nsIAtom* localName;
|
|
int32_t namespaceID;
|
|
if (parent->IsElement()) {
|
|
localName = parent->NodeInfo()->NameAtom();
|
|
namespaceID = parent->NodeInfo()->NamespaceID();
|
|
} else {
|
|
NS_ASSERTION(parent->NodeType() == nsIDOMNode::DOCUMENT_FRAGMENT_NODE,
|
|
"How come the parent isn't a document, a fragment or an element?");
|
|
localName = nsGkAtoms::body;
|
|
namespaceID = kNameSpaceID_XHTML;
|
|
}
|
|
RefPtr<DocumentFragment> fragment =
|
|
new DocumentFragment(OwnerDoc()->NodeInfoManager());
|
|
nsContentUtils::ParseFragmentHTML(aOuterHTML,
|
|
fragment,
|
|
localName,
|
|
namespaceID,
|
|
OwnerDoc()->GetCompatibilityMode() ==
|
|
eCompatibility_NavQuirks,
|
|
true);
|
|
parent->ReplaceChild(*fragment, *this, aError);
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsINode> context;
|
|
if (parent->IsElement()) {
|
|
context = parent;
|
|
} else {
|
|
NS_ASSERTION(parent->NodeType() == nsIDOMNode::DOCUMENT_FRAGMENT_NODE,
|
|
"How come the parent isn't a document, a fragment or an element?");
|
|
RefPtr<mozilla::dom::NodeInfo> info =
|
|
OwnerDoc()->NodeInfoManager()->GetNodeInfo(nsGkAtoms::body,
|
|
nullptr,
|
|
kNameSpaceID_XHTML,
|
|
nsIDOMNode::ELEMENT_NODE);
|
|
context = NS_NewHTMLBodyElement(info.forget(), FROM_PARSER_FRAGMENT);
|
|
}
|
|
|
|
nsCOMPtr<nsIDOMDocumentFragment> df;
|
|
aError = nsContentUtils::CreateContextualFragment(context,
|
|
aOuterHTML,
|
|
true,
|
|
getter_AddRefs(df));
|
|
if (aError.Failed()) {
|
|
return;
|
|
}
|
|
nsCOMPtr<nsINode> fragment = do_QueryInterface(df);
|
|
parent->ReplaceChild(*fragment, *this, aError);
|
|
}
|
|
|
|
enum nsAdjacentPosition {
|
|
eBeforeBegin,
|
|
eAfterBegin,
|
|
eBeforeEnd,
|
|
eAfterEnd
|
|
};
|
|
|
|
void
|
|
Element::InsertAdjacentHTML(const nsAString& aPosition, const nsAString& aText,
|
|
ErrorResult& aError)
|
|
{
|
|
nsAdjacentPosition position;
|
|
if (aPosition.LowerCaseEqualsLiteral("beforebegin")) {
|
|
position = eBeforeBegin;
|
|
} else if (aPosition.LowerCaseEqualsLiteral("afterbegin")) {
|
|
position = eAfterBegin;
|
|
} else if (aPosition.LowerCaseEqualsLiteral("beforeend")) {
|
|
position = eBeforeEnd;
|
|
} else if (aPosition.LowerCaseEqualsLiteral("afterend")) {
|
|
position = eAfterEnd;
|
|
} else {
|
|
aError.Throw(NS_ERROR_DOM_SYNTAX_ERR);
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIContent> destination;
|
|
if (position == eBeforeBegin || position == eAfterEnd) {
|
|
destination = GetParent();
|
|
if (!destination) {
|
|
aError.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
} else {
|
|
destination = this;
|
|
}
|
|
|
|
nsIDocument* doc = OwnerDoc();
|
|
|
|
// Needed when insertAdjacentHTML is used in combination with contenteditable
|
|
mozAutoDocUpdate updateBatch(doc, UPDATE_CONTENT_MODEL, true);
|
|
nsAutoScriptLoaderDisabler sld(doc);
|
|
|
|
// Batch possible DOMSubtreeModified events.
|
|
mozAutoSubtreeModified subtree(doc, nullptr);
|
|
|
|
// Parse directly into destination if possible
|
|
if (doc->IsHTMLDocument() && !OwnerDoc()->MayHaveDOMMutationObservers() &&
|
|
(position == eBeforeEnd ||
|
|
(position == eAfterEnd && !GetNextSibling()) ||
|
|
(position == eAfterBegin && !GetFirstChild()))) {
|
|
int32_t oldChildCount = destination->GetChildCount();
|
|
int32_t contextNs = destination->GetNameSpaceID();
|
|
nsIAtom* contextLocal = destination->NodeInfo()->NameAtom();
|
|
if (contextLocal == nsGkAtoms::html && contextNs == kNameSpaceID_XHTML) {
|
|
// For compat with IE6 through IE9. Willful violation of HTML5 as of
|
|
// 2011-04-06. CreateContextualFragment does the same already.
|
|
// Spec bug: http://www.w3.org/Bugs/Public/show_bug.cgi?id=12434
|
|
contextLocal = nsGkAtoms::body;
|
|
}
|
|
aError = nsContentUtils::ParseFragmentHTML(aText,
|
|
destination,
|
|
contextLocal,
|
|
contextNs,
|
|
doc->GetCompatibilityMode() ==
|
|
eCompatibility_NavQuirks,
|
|
true);
|
|
// HTML5 parser has notified, but not fired mutation events.
|
|
nsContentUtils::FireMutationEventsForDirectParsing(doc, destination,
|
|
oldChildCount);
|
|
return;
|
|
}
|
|
|
|
// couldn't parse directly
|
|
nsCOMPtr<nsIDOMDocumentFragment> df;
|
|
aError = nsContentUtils::CreateContextualFragment(destination,
|
|
aText,
|
|
true,
|
|
getter_AddRefs(df));
|
|
if (aError.Failed()) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsINode> fragment = do_QueryInterface(df);
|
|
|
|
// Suppress assertion about node removal mutation events that can't have
|
|
// listeners anyway, because no one has had the chance to register mutation
|
|
// listeners on the fragment that comes from the parser.
|
|
nsAutoScriptBlockerSuppressNodeRemoved scriptBlocker;
|
|
|
|
nsAutoMutationBatch mb(destination, true, false);
|
|
switch (position) {
|
|
case eBeforeBegin:
|
|
destination->InsertBefore(*fragment, this, aError);
|
|
break;
|
|
case eAfterBegin: {
|
|
nsCOMPtr<nsINode> refChild = GetFirstChild();
|
|
static_cast<nsINode*>(this)->InsertBefore(*fragment, refChild,
|
|
aError);
|
|
break;
|
|
}
|
|
case eBeforeEnd:
|
|
static_cast<nsINode*>(this)->AppendChild(*fragment, aError);
|
|
break;
|
|
case eAfterEnd: {
|
|
nsCOMPtr<nsINode> refChild = GetNextSibling();
|
|
destination->InsertBefore(*fragment, refChild, aError);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
nsINode*
|
|
Element::InsertAdjacent(const nsAString& aWhere,
|
|
nsINode* aNode,
|
|
ErrorResult& aError)
|
|
{
|
|
if (aWhere.LowerCaseEqualsLiteral("beforebegin")) {
|
|
nsCOMPtr<nsINode> parent = GetParentNode();
|
|
if (!parent) {
|
|
return nullptr;
|
|
}
|
|
parent->InsertBefore(*aNode, this, aError);
|
|
} else if (aWhere.LowerCaseEqualsLiteral("afterbegin")) {
|
|
nsCOMPtr<nsINode> refNode = GetFirstChild();
|
|
static_cast<nsINode*>(this)->InsertBefore(*aNode, refNode, aError);
|
|
} else if (aWhere.LowerCaseEqualsLiteral("beforeend")) {
|
|
static_cast<nsINode*>(this)->AppendChild(*aNode, aError);
|
|
} else if (aWhere.LowerCaseEqualsLiteral("afterend")) {
|
|
nsCOMPtr<nsINode> parent = GetParentNode();
|
|
if (!parent) {
|
|
return nullptr;
|
|
}
|
|
nsCOMPtr<nsINode> refNode = GetNextSibling();
|
|
parent->InsertBefore(*aNode, refNode, aError);
|
|
} else {
|
|
aError.Throw(NS_ERROR_DOM_SYNTAX_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
return aError.Failed() ? nullptr : aNode;
|
|
}
|
|
|
|
Element*
|
|
Element::InsertAdjacentElement(const nsAString& aWhere,
|
|
Element& aElement,
|
|
ErrorResult& aError) {
|
|
nsINode* newNode = InsertAdjacent(aWhere, &aElement, aError);
|
|
MOZ_ASSERT(!newNode || newNode->IsElement());
|
|
|
|
return newNode ? newNode->AsElement() : nullptr;
|
|
}
|
|
|
|
void
|
|
Element::InsertAdjacentText(
|
|
const nsAString& aWhere, const nsAString& aData, ErrorResult& aError)
|
|
{
|
|
RefPtr<nsTextNode> textNode = OwnerDoc()->CreateTextNode(aData);
|
|
InsertAdjacent(aWhere, textNode, aError);
|
|
}
|
|
|
|
nsIEditor*
|
|
Element::GetEditorInternal()
|
|
{
|
|
nsCOMPtr<nsITextControlElement> textCtrl = do_QueryInterface(this);
|
|
return textCtrl ? textCtrl->GetTextEditor() : nullptr;
|
|
}
|
|
|
|
nsresult
|
|
Element::SetBoolAttr(nsIAtom* aAttr, bool aValue)
|
|
{
|
|
if (aValue) {
|
|
return SetAttr(kNameSpaceID_None, aAttr, EmptyString(), true);
|
|
}
|
|
|
|
return UnsetAttr(kNameSpaceID_None, aAttr, true);
|
|
}
|
|
|
|
void
|
|
Element::GetEnumAttr(nsIAtom* aAttr,
|
|
const char* aDefault,
|
|
nsAString& aResult) const
|
|
{
|
|
GetEnumAttr(aAttr, aDefault, aDefault, aResult);
|
|
}
|
|
|
|
void
|
|
Element::GetEnumAttr(nsIAtom* aAttr,
|
|
const char* aDefaultMissing,
|
|
const char* aDefaultInvalid,
|
|
nsAString& aResult) const
|
|
{
|
|
const nsAttrValue* attrVal = mAttrsAndChildren.GetAttr(aAttr);
|
|
|
|
aResult.Truncate();
|
|
|
|
if (!attrVal) {
|
|
if (aDefaultMissing) {
|
|
AppendASCIItoUTF16(nsDependentCString(aDefaultMissing), aResult);
|
|
} else {
|
|
SetDOMStringToNull(aResult);
|
|
}
|
|
} else {
|
|
if (attrVal->Type() == nsAttrValue::eEnum) {
|
|
attrVal->GetEnumString(aResult, true);
|
|
} else if (aDefaultInvalid) {
|
|
AppendASCIItoUTF16(nsDependentCString(aDefaultInvalid), aResult);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
Element::SetOrRemoveNullableStringAttr(nsIAtom* aName, const nsAString& aValue,
|
|
ErrorResult& aError)
|
|
{
|
|
if (DOMStringIsNull(aValue)) {
|
|
UnsetAttr(aName, aError);
|
|
} else {
|
|
SetAttr(aName, aValue, aError);
|
|
}
|
|
}
|
|
|
|
Directionality
|
|
Element::GetComputedDirectionality() const
|
|
{
|
|
nsIFrame* frame = GetPrimaryFrame();
|
|
if (frame) {
|
|
return frame->StyleVisibility()->mDirection == NS_STYLE_DIRECTION_LTR
|
|
? eDir_LTR : eDir_RTL;
|
|
}
|
|
|
|
return GetDirectionality();
|
|
}
|
|
|
|
float
|
|
Element::FontSizeInflation()
|
|
{
|
|
nsIFrame* frame = GetPrimaryFrame();
|
|
if (!frame) {
|
|
return -1.0;
|
|
}
|
|
|
|
if (nsLayoutUtils::FontSizeInflationEnabled(frame->PresContext())) {
|
|
return nsLayoutUtils::FontSizeInflationFor(frame);
|
|
}
|
|
|
|
return 1.0;
|
|
}
|
|
|
|
net::ReferrerPolicy
|
|
Element::GetReferrerPolicyAsEnum()
|
|
{
|
|
if (Preferences::GetBool("network.http.enablePerElementReferrer", false) &&
|
|
IsHTMLElement()) {
|
|
const nsAttrValue* referrerValue = GetParsedAttr(nsGkAtoms::referrerpolicy);
|
|
if (referrerValue && referrerValue->Type() == nsAttrValue::eEnum) {
|
|
return net::ReferrerPolicy(referrerValue->GetEnumValue());
|
|
}
|
|
}
|
|
return net::RP_Unset;
|
|
} |