Masayuki Nakano
3da1ca82da
Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings
2014-02-25 15:59:28 +09:00
Jim Blandy
bfbc5613fd
Bug 935203: Provide introductionType information for JS code appearing in event handlers. r=bz
2014-02-24 15:31:47 -08:00
Boris Zbarsky
2ab672042c
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
2014-02-23 00:01:12 -05:00
Oleg Romashin
c748882afd
Bug 974138 - Dispatch PointerEnter on PointerDown. r=smaug
...
--HG--
extra : rebase_source : 13a73acbf5b08873236d9436a7152b9a296e43f0
2014-02-20 20:06:07 -08:00
Maksim Lebedev
2bef39fb53
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
...
--HG--
extra : rebase_source : 7da22cbb4a3fcc6fa7cc8350bea0f87adf896788
2014-02-20 10:38:13 -08:00
Boris Zbarsky
7ee245a69d
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
2014-02-19 10:13:38 -05:00
Robert Longson
482f700272
Bug 500261 - svg images do not fire error events on any error. r=cam,sr=smaug
2014-02-18 19:57:42 +00:00
Kunal Arora
281ce0b838
Bug 973323 - Fix incorrect spelling of DispatchCompositionEventRunnable in TextComposition.cpp and TextComposition.h. r=smaug
2014-02-18 09:47:55 -05:00
Masayuki Nakano
e173e98fbd
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
2014-02-18 09:00:15 +09:00
Vaibhav Agarwal
2ae37b022e
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Masayuki Nakano
a6beb97339
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
57dfe31218
Bug 970248 Simplify constructor of InternalUIEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
a456828173
Bug 969247 part.2 Remove DOM_VK_ENTER and NS_VK_ENTER definition r=smaug, sr=smaug
2014-02-15 09:57:39 +09:00
Masayuki Nakano
a183cc5385
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Masayuki Nakano
f648124a1e
Bug 960866 part.7 Use stack class for ensuring to call EditorWillHandleTextEvent() and EditorDidHandleTextEvent() r=smaug
2014-02-12 22:02:57 +09:00
Masayuki Nakano
3b3dda8f77
Bug 960866 part.6 mozilla::TextComposition should holds a weak reference to composition handling editor during composition r=ehsan+smaug
2014-02-12 22:02:56 +09:00
Masayuki Nakano
53e4b57b64
Bug 960866 part.4 Remove nsEditor::mIMEBufferLength r=ehsan+smaug
2014-02-12 22:02:56 +09:00
Masayuki Nakano
5bda7611c7
Bug 960866 part.3 Remove nsEditor::mIsIMEComposing r=ehsan+smaug
2014-02-12 22:02:56 +09:00
Masayuki Nakano
ac8c375800
Bug 960866 part.1 nsEditor should store a pointer of TextComposition while composition r=ehsan
2014-02-12 22:02:55 +09:00
Oleg Romashin
06693231dc
Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
...
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-11 06:16:56 -08:00
Oleg Romashin
ee45ee96f0
Backout 168002:594dda9c7a3a, need better SpecialPowers handling on Win platform
2014-02-10 23:39:30 -08:00
Oleg Romashin
3b9891aa7e
Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
...
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-10 22:35:17 -08:00
Oleg Romashin
f82bb788b2
Bug 967796 - Implement Pointer Enter/Leave events support. implementation for pointer's. r=smaug
2014-02-10 22:34:51 -08:00
Oleg Romashin
f627a1c40d
Bug 967796 - Implement Pointer Enter/Leave events support. refactor OutOver element helpers. r=smaug
2014-02-10 22:33:35 -08:00
Oleg Romashin
9ded402547
Bug 822898 - Implement pointer events. Detect Pointer Listeners. r=smaug
2014-02-10 22:33:29 -08:00
Masayuki Nakano
66d81c3ef0
Bug 969219 Simplify constructor of InternalTransitionEvent r=smaug
2014-02-11 14:35:25 +09:00
Masayuki Nakano
47672f20db
Bug 968725 Simplify constructor of InternalAnimationEvent r=smaug
2014-02-11 14:35:25 +09:00
Ehsan Akhgari
d91d200572
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Ms2ger
42a55ac1bb
Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
44b2883f8a
Bug 969331 - Part b: Remove the nsresult return value from nsEventTargetChainItem::HandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
d241969030
Bug 969331 - Part a: Remove the nsresult return value from nsEventTargetChainItem::PreHandleEvent; r=smaug
...
No caller actually looks at the return value.
2014-02-09 09:04:38 +01:00
Jason Gerecke
dba32ea964
Bug 822898 - PointerEvent::Pressure should return float. r=smaug
2014-02-07 07:18:52 -08:00
Ehsan Akhgari
060c5d2671
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
2014-02-06 13:28:14 -05:00
Drew Willcoxon
f49c2eb330
Bug 856595 - Fix intermittent failure in test_wheel_default_action.html. r=mikedeboer
2014-01-30 09:20:37 -08:00
Masayuki Nakano
95852769e5
Bug 962005 Make mozilla::TextComposition ref-countable class r=smaug
2014-01-28 17:19:29 +09:00
Masayuki Nakano
298c1f399c
Bug 329127 Create WidgetEvent::Duplicate() for nsDOMEvent::DuplicatePrivateData() r=smaug
2014-01-27 15:10:44 +09:00
Georg Koppen
2b7c13ab2f
Bug 939319 - Provide a drag-and-drop observer to allow event filtering. r=Enn
2014-01-24 08:29:47 -05:00
Boris Zbarsky
bb3703e06b
Bug 941876 part 2. When compiling script attached to DOM elements, tell the JS engine what element is involved and which attribute is involved, if any. r=smaug
2013-11-26 11:47:52 -05:00
Boris Zbarsky
eeac8ea60c
Bug 941876 part 1. Pass in the element we're compiling the event handler for to the event listener manager, so it knows which element to associate with the compiled script. r=smaug
2013-11-26 11:44:37 -05:00
Tom Schuster
d5124abca1
Bug 961490 - More exact rooting in nsEventListenerService. r=terrence,smaug
2014-01-23 20:49:40 +01:00
Bill McCloskey
eea4487879
Bug 960859 - [e10s] Fix scrollwheel behavior when content not in focus (r=smaug)
2014-01-23 11:19:07 -08:00
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
Wes Kocher
75665b3d7f
Backed out 2 changesets (bug 958576) for osx 10.8 m-oth bustage on a CLOSED TREE
...
Backed out changeset 2ec09c9a9df1 (bug 958576)
Backed out changeset 49bec226f30e (bug 958576)
2014-01-22 16:17:25 -08:00
Boris Zbarsky
3146ee0f7a
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
Ehsan Akhgari
7222e0d760
Bug 962285 - Make DeviceLightEvent.value unrestricted double; r=smaug
2014-01-21 18:19:14 -05:00
Ms2ger
4f1e9b830b
Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz
2014-01-20 08:58:26 +01:00
Olli Pettay
9ba15f226b
Bug 936604, null check event handler in event listener service, r=bz
2014-01-18 19:50:08 +02:00
Masayuki Nakano
a3dc900949
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
Makoto Kato
6e15ab90e6
Bug 935821 - Part 3. Support remote NS_QUERY_CARET_RECT. r=masayuki
2014-01-16 19:04:39 +09:00
Makoto Kato
c9ed18212b
Bug 935821 - Part 2. Support remote NS_QUERY_TEXT_RECT. r=smaug,masayuki
2013-11-22 11:58:20 +09:00