.. |
Makefile.in
|
Bug 543789 part.1 Add DOM3 composition events r=smaug, sr=roc
|
2011-09-22 18:17:40 +09:00 |
nsIDOMAnimationEvent.idl
|
Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug
|
2011-04-11 23:18:44 -07:00 |
nsIDOMBeforeUnloadEvent.idl
|
|
|
nsIDOMCloseEvent.idl
|
bug 674716 - websockets API close reason codes and messages r=sicking r=biesi sr=bz
|
2011-08-03 15:15:25 -04:00 |
nsIDOMCommandEvent.idl
|
|
|
nsIDOMCompositionEvent.idl
|
Bug 543789 part.1 Add DOM3 composition events r=smaug, sr=roc
|
2011-09-22 18:17:40 +09:00 |
nsIDOMCustomEvent.idl
|
comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/
|
2011-05-11 09:33:11 +03:00 |
nsIDOMDataContainerEvent.idl
|
|
|
nsIDOMDataTransfer.idl
|
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
|
2011-08-06 22:03:32 -07:00 |
nsIDOMDeviceMotionEvent.idl
|
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
|
2011-06-19 22:36:17 -07:00 |
nsIDOMDeviceOrientationEvent.idl
|
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
|
2011-06-19 22:36:17 -07:00 |
nsIDOMDragEvent.idl
|
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
|
2011-08-26 09:43:56 +02:00 |
nsIDOMEvent.idl
|
Bug 656954 - Add defaultPrevented to nsIDOMEvent, r=sicking
|
2011-05-13 23:44:35 +03:00 |
nsIDOMEventException.idl
|
Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking
|
2011-03-24 13:34:03 +02:00 |
nsIDOMEventListener.idl
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
nsIDOMEventTarget.idl
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsIDOMHashChangeEvent.idl
|
Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug
|
2011-03-31 16:30:32 -04:00 |
nsIDOMKeyEvent.idl
|
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
|
2011-08-26 09:43:49 +02:00 |
nsIDOMMessageEvent.idl
|
Bug 679494 - UUID rev followup. r=khuey
|
2011-08-22 12:22:49 -07:00 |
nsIDOMMouseEvent.idl
|
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
|
2011-08-26 09:43:56 +02:00 |
nsIDOMMouseScrollEvent.idl
|
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
|
2011-08-26 09:43:56 +02:00 |
nsIDOMMozTouchEvent.idl
|
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
|
2011-08-26 09:43:56 +02:00 |
nsIDOMMutationEvent.idl
|
|
|
nsIDOMNotifyAudioAvailableEvent.idl
|
Bug 677529 - Remove manual jspubtd.h inclusions from IDL files. r=Ms2ger
|
2011-08-14 19:12:35 +02:00 |
nsIDOMNotifyPaintEvent.idl
|
Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc
|
2009-11-06 11:31:22 -08:00 |
nsIDOMNSEvent.idl
|
Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
|
2009-06-23 13:07:39 +03:00 |
nsIDOMPageTransitionEvent.idl
|
|
|
nsIDOMPaintRequest.idl
|
Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst
|
2009-09-04 16:49:18 +12:00 |
nsIDOMPaintRequestList.idl
|
Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst
|
2009-09-04 16:49:18 +12:00 |
nsIDOMPopStateEvent.idl
|
Bug 635844 part 1: Back out bug 615501 since we'll no longer fire the "initial popstate" event, and thus don't need a way to differentiate it. r=jlebar a=beltzner
|
2011-02-28 23:08:56 -08:00 |
nsIDOMPopupBlockedEvent.idl
|
|
|
nsIDOMProgressEvent.idl
|
Bug 550961. Fix license header typos. r=gerv
|
2010-03-15 14:44:37 +13:00 |
nsIDOMScrollAreaEvent.idl
|
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
|
2011-08-26 09:43:49 +02:00 |
nsIDOMSimpleGestureEvent.idl
|
Bug 672054 - Part b: Remove nsIDOMNSMouseEvent; r=smaug
|
2011-08-26 09:43:56 +02:00 |
nsIDOMSmartCardEvent.idl
|
|
|
nsIDOMTouchEvent.idl
|
Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL.
|
2011-08-24 15:49:25 -04:00 |
nsIDOMTransitionEvent.idl
|
Implement events part of CSS transitions: add support for the transitionend DOM event. (Bug 531585) r=smaug
|
2009-12-23 14:10:31 -05:00 |
nsIDOMUIEvent.idl
|
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
|
2011-08-26 09:43:49 +02:00 |