Ed Morley
|
345c8d111b
|
Merge latest green inbound changeset and mozilla-central
|
2013-05-10 09:13:03 +01:00 |
|
Ms2ger
|
1345a04636
|
Bug 868728 - Cleanup nsDOMUIEvent a bit; r=smaug
|
2013-05-10 09:13:45 +02:00 |
|
L. David Baron
|
ebc416432f
|
Bug 868751: Remove support for obsolete document.createEvent("AnimationEvent"), document.createEvent("TransitionEvent"), AnimationEvent.initAnimationEvent, and TransitionEvent.initTransitionEvent. r=smaug
|
2013-05-08 13:45:35 -07:00 |
|
Bobby Holley
|
2fcf1ab53b
|
Bug 868122 - Don't rely on nsIScriptContextPrincipal in nsDOMDataTransfer. r=gabor
|
2013-05-06 16:53:10 -07:00 |
|
Sankha Narayan Guria
|
7f0c4baace
|
Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley
|
2013-05-06 09:04:17 -04:00 |
|
Boris Zbarsky
|
ebeb2778f7
|
Bug 870219 part 2. Add a way for chrome JS that's implementing a WebIDL interface to get/set event handlers sanely on content objects. r=smaug
|
2013-05-09 13:07:16 -04:00 |
|
Boris Zbarsky
|
e8a330d3b3
|
Back out revision 52f646b2055c (bug 870219) because apparently worker code can't handle ChromeOnly properties
|
2013-05-09 14:12:12 -04:00 |
|
Boris Zbarsky
|
e7125a7329
|
Bug 870219. Add a way for chrome JS that's implementing a WebIDL interface to get/set event handlers sanely on content objects. r=smaug
|
2013-05-09 13:07:16 -04:00 |
|
Phil Ringnalda
|
fedf6c0df7
|
Merge m-c to m-i
|
2013-05-05 12:17:07 -07:00 |
|
Olli Pettay
|
f33e51b234
|
Bug 848293 - Update AnimationEvent to be compatible with the spec, r=dbaron
--HG--
extra : rebase_source : 04f2cb9c5aa56549da0af3c722b35f3dab5746c3
|
2013-05-05 16:22:29 +03:00 |
|
Ms2ger
|
957e67224b
|
Bug 866436 - Cleanup the implementation of UIEvent.which; r=smaug
|
2013-05-05 09:03:16 +02:00 |
|
Olli Pettay
|
37b3f6b0d9
|
Bug 848291 - Update TransitionEvent to be compatible with the spec, r=dbaron
|
2013-05-04 17:41:20 +03:00 |
|
David Zbarsky
|
d4b3d0a59f
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |
|
Boris Zbarsky
|
bb2222c08c
|
Bug 865969 part 2. Better rooting in bindings for 'any' arguments. r=smaug
|
2013-05-03 19:29:07 -04:00 |
|
Tom Schuster
|
24561ef11c
|
Bug 865410 - Use CallArgs for nsIJSNativeInitializer::Initialize. r=bz
|
2013-05-04 19:25:15 +02:00 |
|
David Zbarsky
|
c239a75547
|
Bug 866450 Part 7: Root some additional JS::Values found during review r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
eed350c7d0
|
Bug 866450 Part 5: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
33b84ccd33
|
Bug 866450 Part 1: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:45 -04:00 |
|
Olli Pettay
|
07409694c9
|
Bug 847597 - Paris binding for NotifyAudioAvailableEvent, r=peterv
--HG--
extra : rebase_source : 2fb578e3f0c7a60f95f3a2f13634f9b4c887d95f
|
2013-05-02 20:11:12 +03:00 |
|
Ed Morley
|
38f36edd9e
|
Backed out changeset ad10907da2d4 (bug 866450) for B2G build failures
|
2013-05-02 11:58:05 +01:00 |
|
Ed Morley
|
37db16cd09
|
Backed out changeset c5ba9c0dc252 (bug 866450)
|
2013-05-02 11:57:04 +01:00 |
|
Ed Morley
|
5cfaa67828
|
Backed out changeset e0b51717bb64 (bug 866450)
|
2013-05-02 11:56:57 +01:00 |
|
David Zbarsky
|
2e0cd0171f
|
Bug 866450 Part 7: Root some additional JS::Values found during review r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
99642e1641
|
Bug 866450 Part 5: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
62df33d2a0
|
Bug 866450 Part 1: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:45 -04:00 |
|
Mounir Lamouri
|
128e1f51bd
|
Bug 857355 - Hide HTMLInputElement's inputMode behind a pref and only turn it on for Nightly/Aurora. r=smaug
|
2013-05-01 16:58:30 +01:00 |
|
Bobby Holley
|
18707fd562
|
Bug 865729 - Remove nsIJSContextStack from content/foo. r=gabor
We leave it in nsContentUtils.cpp, which we'll handle in a separate patch.
|
2013-04-29 11:16:17 -07:00 |
|
Olli Pettay
|
d62ca04f63
|
Bug 866225 - remove some useless #includes, r=mccr8
--HG--
extra : rebase_source : 6cfd39ac879e525fc02961dd002f6920b1c11775
|
2013-04-27 02:15:04 +03:00 |
|
Aryeh Gregor
|
659b807986
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Ms2ger
|
51032e46f5
|
Bug 864145 - Cleanup nsDOMTouchEvent's TouchList getters; r=smaug
|
2013-04-26 08:48:00 +02:00 |
|
Boris Zbarsky
|
9c1973b5d2
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
|
Boris Zbarsky
|
c8daf5c6cd
|
Bug 731746 part 1. Add a constructor on nsDOMEventTargetHelper that takes a window, for use by JS-implemented event targets. r=smaug
|
2013-04-24 22:44:24 -04:00 |
|
Boris Zbarsky
|
87e77a2b99
|
Bug 862629 part 1. Stop playing compartment games with WebIDL callbacks and just use the given object as-is. r=peterv
|
2013-04-24 14:59:15 -04:00 |
|
David Zbarsky
|
82391d9a22
|
Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger
|
2013-04-24 00:22:37 -04:00 |
|
Masayuki Nakano
|
1dbdaeef56
|
Bug 842927 part.2 Make convertion table from native keycode to DOM key name index r=smaug+cpeterson+romaxa+smichaud+jimm+karlt+mwu
|
2013-04-24 12:49:46 +09:00 |
|
Masayuki Nakano
|
f44a18d4f7
|
Bug 842927 part.1 Implement D3E KeyboardEvent.key r=smaug, sr=smaug
|
2013-04-24 12:49:46 +09:00 |
|
Mats Palmgren
|
68558be08c
|
Bug 858459 - Ignore clicks that have no target content or frame to avoid dispatching it to the document that the pres shell otherwise does. r=smaug
|
2013-04-23 13:37:18 +02:00 |
|
Olli Pettay
|
f89de95a8d
|
Bug 861529 - Remove nsDOMEventTargetHelper::Init, ,r=khuey
--HG--
extra : rebase_source : 3c2e2d6511c26f41428399fc3622c30c4ea7ff6b
|
2013-04-22 20:24:48 +03:00 |
|
David Zbarsky
|
204a17f3b2
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
|
Ms2ger
|
88e0c63e61
|
Merge m-c to m-i.
|
2013-04-21 09:54:41 +02:00 |
|
David Zbarsky
|
a670bfb881
|
Bug 856962 - Move Touch to WebIDL bindings; r=mounir
|
2013-04-21 08:42:19 +02:00 |
|
Ehsan Akhgari
|
e6ef206ecb
|
Bug 834513 - Part 3: Implement ScriptProcessorNode; r=roc
|
2013-04-13 21:37:04 -04:00 |
|
Olli Pettay
|
46719a3897
|
Bug 856364 - Paris binding for KeyboardEvent, r=peterv
|
2013-04-21 02:48:55 +03:00 |
|
Matt Brubeck
|
08b045fdd2
|
Back out cd218e07ede2, e57ac5581703, f53ad2a10ff8, ec91252c57d2, 2eca17711eff, 1997e63a1124 for build errors
|
2013-04-18 22:29:25 -07:00 |
|
David Zbarsky
|
25f835929b
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-19 00:48:03 -04:00 |
|
David Zbarsky
|
862cfc8663
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
|
2013-04-19 00:48:02 -04:00 |
|
Olli Pettay
|
cdec8c80e4
|
Bug 856351 - Paris binding for DragEvent, r=peterv
--HG--
extra : rebase_source : 695b5a3bf3641f0e39d33ca8718e1bc78695b09d
|
2013-04-19 02:13:35 +03:00 |
|
Bobby Holley
|
629d0d4121
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
Boris Zbarsky
|
774766d13e
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
|
Boris Zbarsky
|
12d0d40d4e
|
Bug 835643 part 3. Expose the ability to add WebIDL event listeners to an event listener manager via its API. r=smaug
|
2013-04-16 17:16:08 -04:00 |
|