gecko-dev/dom/events
Boris Zbarsky 998668c1ff Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.

In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
..
crashtests
test Bug 962285 - Make DeviceLightEvent.value unrestricted double; r=smaug 2014-01-21 18:19:14 -05:00
DOMWheelEvent.cpp
DOMWheelEvent.h
EventTarget.cpp
EventTarget.h
moz.build
MutationEvent.h
nsAsyncDOMEvent.cpp
nsAsyncDOMEvent.h
nsContentEventHandler.cpp
nsContentEventHandler.h
nsDOMAnimationEvent.cpp
nsDOMAnimationEvent.h
nsDOMBeforeUnloadEvent.cpp
nsDOMBeforeUnloadEvent.h
nsDOMClipboardEvent.cpp
nsDOMClipboardEvent.h
nsDOMCommandEvent.cpp
nsDOMCommandEvent.h
nsDOMCompositionEvent.cpp
nsDOMCompositionEvent.h
nsDOMDataContainerEvent.cpp
nsDOMDataContainerEvent.h
nsDOMDataTransfer.cpp
nsDOMDataTransfer.h
nsDOMDeviceMotionEvent.cpp
nsDOMDeviceMotionEvent.h
nsDOMDragEvent.cpp
nsDOMDragEvent.h
nsDOMEvent.cpp
nsDOMEvent.h
nsDOMEventTargetHelper.cpp
nsDOMEventTargetHelper.h
nsDOMFocusEvent.cpp
nsDOMFocusEvent.h
nsDOMKeyboardEvent.cpp
nsDOMKeyboardEvent.h
nsDOMKeyNameList.h
nsDOMMessageEvent.cpp
nsDOMMessageEvent.h
nsDOMMouseEvent.cpp
nsDOMMouseEvent.h
nsDOMMouseScrollEvent.cpp
nsDOMMouseScrollEvent.h
nsDOMMutationEvent.cpp
nsDOMMutationEvent.h
nsDOMNotifyAudioAvailableEvent.cpp
nsDOMNotifyAudioAvailableEvent.h
nsDOMNotifyPaintEvent.cpp
nsDOMNotifyPaintEvent.h
nsDOMScrollAreaEvent.cpp
nsDOMScrollAreaEvent.h
nsDOMSimpleGestureEvent.cpp
nsDOMSimpleGestureEvent.h
nsDOMTextEvent.cpp
nsDOMTextEvent.h
nsDOMTouchEvent.cpp
nsDOMTouchEvent.h
nsDOMTransitionEvent.cpp
nsDOMTransitionEvent.h
nsDOMUIEvent.cpp
nsDOMUIEvent.h
nsDOMXULCommandEvent.cpp
nsDOMXULCommandEvent.h
nsEventDispatcher.cpp
nsEventDispatcher.h
nsEventListenerManager.cpp
nsEventListenerManager.h
nsEventListenerService.cpp Bug 936604, null check event handler in event listener service, r=bz 2014-01-18 19:50:08 +02:00
nsEventListenerService.h
nsEventNameList.h
nsEventStateManager.cpp Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
nsEventStateManager.h
nsEventStates.h
nsIEventListenerService.idl
nsIJSEventListener.h
nsIMEStateManager.cpp Bug 835262 Add an option making nsTextStateManager keep alive even while our process is deactive r=smaug+emk 2014-01-18 12:27:14 +09:00
nsIMEStateManager.h
nsIPrivateTextEvent.h
nsIPrivateTextRange.h
nsJSEventListener.cpp Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv 2014-01-22 14:37:10 -05:00
nsJSEventListener.h
nsPaintRequest.cpp
nsPaintRequest.h
nsPrivateTextRange.cpp
nsPrivateTextRange.h
nsVKList.h
PointerEvent.cpp
PointerEvent.h
SpeechRecognitionError.cpp
SpeechRecognitionError.h
TextComposition.cpp
TextComposition.h
Touch.cpp
Touch.h