Masayuki Nakano
|
d56a7cc348
|
Bug 895274 part.1 Rename WidgetEvent::message to WidgetEvent::mMessage r=smaug
|
2015-08-22 10:34:51 +09:00 |
|
Aryeh Gregor
|
f5961e4a6b
|
Bug 874842 - Return Event instead of nsIDOMEvent
|
2015-08-12 14:39:31 +03:00 |
|
Eric Rahm
|
0e53271ead
|
Bug 1171294 - Stop warning if piTarget is null. r=smaug
|
2015-06-04 09:03:40 -07:00 |
|
Andrea Marchesini
|
2b28ba64c2
|
Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug
|
2015-05-14 12:25:36 +01:00 |
|
Kartikaya Gupta
|
c0fb20f7c9
|
Bug 1125422 - Change EventDispatcher::Dispatch to take an nsTArray instead of a nsCOMArray. r=smaug
|
2015-02-10 16:28:07 -05:00 |
|
Shelly Lin
|
e06561560c
|
Bug 1100259 - Add TaskTracer labels in EventDispatcher and console.log of message with special prefix. r=sinker.
|
2014-11-20 10:57:27 +08:00 |
|
Gina Yeh
|
97f10e3d4a
|
Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki.
|
2014-11-03 15:05:32 +08:00 |
|
Ryan VanderMeulen
|
77e8bee35e
|
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
|
2014-10-16 12:57:18 -04:00 |
|
Gina Yeh
|
abdd389011
|
Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki.
---
dom/events/BeforeAfterKeyboardEvent.cpp | 92 ++++++++++++++++++++++
dom/events/BeforeAfterKeyboardEvent.h | 45 +++++++++++
dom/events/EventDispatcher.cpp | 3 +
dom/events/KeyboardEvent.cpp | 60 ++++++++------
dom/events/KeyboardEvent.h | 8 +-
dom/events/moz.build | 2 +
dom/events/test/test_all_synthetic_events.html | 4 +
dom/interfaces/events/nsIDOMEvent.idl | 7 ++
dom/tests/mochitest/general/test_interfaces.html | 48 ++++++-----
dom/webidl/BeforeAfterKeyboardEvent.webidl | 24 ++++++
dom/webidl/moz.build | 1 +
11 files changed, 250 insertions(+), 44 deletions(-)
create mode 100644 dom/events/BeforeAfterKeyboardEvent.cpp
create mode 100644 dom/events/BeforeAfterKeyboardEvent.h
create mode 100644 dom/webidl/BeforeAfterKeyboardEvent.webidl
|
2014-10-14 15:09:20 +08:00 |
|
Masayuki Nakano
|
2ddc898239
|
Bug 960871 part.7 Get rid of WidgetTextEvent r=smaug
|
2014-10-07 19:01:48 +09:00 |
|
Masayuki Nakano
|
5c5627f00c
|
Bug 960871 part.6 Use WidgetCompositionEvent for NS_COMPOSITION_CHANGE instead of WidgetTextEvent r=smaug
|
2014-10-07 19:01:48 +09:00 |
|
Ehsan Akhgari
|
bc7cc3893c
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
|
William Chen
|
e50e0d25cd
|
Bug 887541 - Implement web components event path and event retargeting. r=smaug
|
2014-08-26 20:19:56 -07:00 |
|
Bill McCloskey
|
163cfc3cc8
|
Bug 950745 - Back out assertions that are triggering too often
|
2014-08-15 16:16:42 -07:00 |
|
Bill McCloskey
|
a83b99df4a
|
Bug 950745 - Flag when we're processing urgent messages and disallow certain activities (r=bsmedberg,luke)
|
2014-08-05 21:43:36 -07:00 |
|
Olli Pettay
|
9a822f87c4
|
Bug 1026164, improve focus handling in shadow dom, r=wchen
--HG--
extra : rebase_source : 026b9ee49cdce82a703700593d7a1f0e5d27969f
|
2014-08-06 02:23:02 +03:00 |
|
Masayuki Nakano
|
ff9f13c01d
|
Bug 1046101 part.31 Rename NS_MUTATION_EVENT to eMutationEventClass r=smaug
|
2014-08-04 14:28:57 +09:00 |
|
Masayuki Nakano
|
dc32f55d52
|
Bug 1046101 part.28 Rename NS_COMMAND_EVENT to eCommandEventClass r=smaug
|
2014-08-04 14:28:56 +09:00 |
|
Masayuki Nakano
|
f00c789a9e
|
Bug 1046101 part.27 Rename NS_SMIL_TIME_EVENT to eSMILTimeEventClass r=smaug
|
2014-08-04 14:28:56 +09:00 |
|
Masayuki Nakano
|
8b2e19fbe9
|
Bug 1046101 part.26 Rename NS_SVGZOOM_EVENT to eSVGZoomEventClass r=smaug
|
2014-08-04 14:28:56 +09:00 |
|
Masayuki Nakano
|
65c93da83f
|
Bug 1046101 part.25 Rename NS_ANIMATION_EVENT to eAnimationEventClass r=smaug
|
2014-08-04 14:28:55 +09:00 |
|
Masayuki Nakano
|
b0117e442d
|
Bug 1046101 part.24 Rename NS_TRANSITION_EVENT to eTransitionEventClass r=smaug
|
2014-08-04 14:28:55 +09:00 |
|
Masayuki Nakano
|
274dc61dc9
|
Bug 1046101 part.23 Rename NS_CLIPBOARD_EVENT to eClipboardEventClass r=smaug
|
2014-08-04 14:28:55 +09:00 |
|
Masayuki Nakano
|
1db16ad1d5
|
Bug 1046101 part.22 Rename NS_FOCUS_EVENT to eFocusEventClass r=smaug
|
2014-08-04 14:28:54 +09:00 |
|
Masayuki Nakano
|
b0e8b8c3b1
|
Bug 1046101 part.20 Rename NS_SCROLLAREA_EVENT to eScrollAreaEventClass r=smaug
|
2014-08-04 14:28:54 +09:00 |
|
Masayuki Nakano
|
787caa977f
|
Bug 1046101 part.19 Rename NS_SCROLLPORT_EVENT to eScrollPortEventClass r=smaug
|
2014-08-04 14:28:53 +09:00 |
|
Masayuki Nakano
|
8bb45b8c1f
|
Bug 1046101 part.18 Rename NS_TOUCH_EVENT to eTouchEventClass r=smaug
|
2014-08-04 14:28:53 +09:00 |
|
Masayuki Nakano
|
3edbd8fb45
|
Bug 1046101 part.17 Rename NS_SIMPLE_GESTURE_EVENT to eSimpleGestureEventClass r=smaug
|
2014-08-04 14:28:53 +09:00 |
|
Masayuki Nakano
|
29273d4088
|
Bug 1046101 part.15 Rename NS_POINTER_EVENT to ePointerEventClass r=smaug
|
2014-08-04 14:28:52 +09:00 |
|
Masayuki Nakano
|
c19caaece3
|
Bug 1046101 part.14 Rename NS_WHEEL_EVENT to eWheelEventClass r=smaug
|
2014-08-04 14:28:51 +09:00 |
|
Masayuki Nakano
|
bc9c6223e8
|
Bug 1046101 part.13 Rename NS_MOUSE_SCROLL_EVENT to eMouseScrollEventClass r=smaug
|
2014-08-04 14:28:51 +09:00 |
|
Masayuki Nakano
|
5dd6ba156f
|
Bug 1046101 part.12 Rename NS_DRAG_EVENT to eDragEventClass r=smaug
|
2014-08-04 14:28:50 +09:00 |
|
Masayuki Nakano
|
29bd521c18
|
Bug 1046101 part.11 Rename NS_MOUSE_EVENT to eMouseEventClass r=smaug
|
2014-08-04 14:28:50 +09:00 |
|
Masayuki Nakano
|
986da15669
|
Bug 1046101 part.10 Rename NS_EDITOR_INPUT_EVENT to eEditorInputEventClass r=smaug
|
2014-08-04 14:28:49 +09:00 |
|
Masayuki Nakano
|
6d826c9a34
|
Bug 1046101 part.7 Rename NS_TEXT_EVENT to eTextEventClass r=smaug
|
2014-08-04 14:28:48 +09:00 |
|
Masayuki Nakano
|
0aa89314d0
|
Bug 1046101 part.6 Rename NS_COMPOSITION_EVENT to eCompositionEventClass r=smaug
|
2014-08-04 14:28:48 +09:00 |
|
Masayuki Nakano
|
4bc5175b20
|
Bug 1046101 part.5 Rename NS_KEY_EVENT to eKeyboardEventClass r=smaug
|
2014-08-04 14:28:48 +09:00 |
|
Masayuki Nakano
|
ac32e4fc5c
|
Bug 1046101 part.4 Rename NS_UI_EVENT to eUIEventClass r=smaug
|
2014-08-04 14:28:47 +09:00 |
|
Masayuki Nakano
|
9b0d677c4f
|
Bug 1046101 part.2 Rename NS_GUI_EVENT to eGUIEventClass r=smaug
|
2014-08-04 14:28:46 +09:00 |
|
Masayuki Nakano
|
77d7a1ac4b
|
Bug 1046101 part.1 Rename nsEventStructType to mozilla::EventClassID r=smaug
|
2014-08-04 14:28:46 +09:00 |
|
Bill McCloskey
|
71fa364cba
|
Back out bug 950745 for crashes
|
2014-07-30 16:19:46 -07:00 |
|
Masayuki Nakano
|
ed09b7bff6
|
Bug 1045978 Create InternalSVGZoomEvent class and InternalSMILTimeEvent class r=smaug
|
2014-07-31 02:16:57 +09:00 |
|
Bill McCloskey
|
55487e0675
|
Back out part of bug 950745 for crashes
|
2014-07-25 13:03:00 -07:00 |
|
Bill McCloskey
|
f021e199b6
|
Bug 950745 - Flag when we're processing urgent messages and disallow certain activities (r=bsmedberg,luke)
|
2014-07-17 21:09:45 -07:00 |
|
Kyle Huey
|
d2738ad8c9
|
Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
3af11dcb4d
|
Bug 1031051: Part 14 - Migrate DOMTransactionEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:03 -07:00 |
|
Kyle Huey
|
f41994a0fc
|
Bug 1031051: Part 11 - Migrate DeviceOrientationEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:03 -07:00 |
|
Kyle Huey
|
e2e1171cb1
|
Bug 1031051: Part 7 - Migrate PageTransitionEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:02 -07:00 |
|
Kyle Huey
|
1658cc0c55
|
Bug 1031051: Part 6 - Migrate PopStateEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:02 -07:00 |
|
Kyle Huey
|
6f55b1b11b
|
Bug 1031051: Part 5 - Migrate PopupBlockedEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:01 -07:00 |
|