Neil Deakin
|
f661817f49
|
Bug 458613, set relatedTarget for dragenter and dragleave events, r=smaug,sr=roc
|
2008-12-19 09:58:47 -05:00 |
|
Oleg Romashin
|
d13954cc90
|
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
|
2008-12-11 18:55:15 -05:00 |
|
Robert Sayre
|
dc78653a53
|
backout bug 428988, checked in on persistent orange.
|
2008-12-11 02:43:04 -08:00 |
|
Oleg Romashin
|
06b0d6f7f4
|
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
|
2008-12-11 03:04:46 -05:00 |
|
tdyas@zecador.org
|
479713d218
|
Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc
|
2008-10-23 23:15:20 +03:00 |
|
Peter Van der Beken
|
0261cd68b1
|
Fix for bug 459828 (Remove nsIDOMCustomEvent.idl). r=smaug, sr=sicking.
|
2008-10-22 15:35:34 +02:00 |
|
Peter Van der Beken
|
ac1eba61cf
|
Merge
|
2008-10-21 11:44:27 +02:00 |
|
Peter Van der Beken
|
993024875b
|
Backed out changeset 4bc3dc1f6e11
|
2008-10-21 11:43:01 +02:00 |
|
Peter Van der Beken
|
3ba81f6270
|
Fix for bug 459828 (Remove nsIDOMCustomEvent.idl). r=smaug, sr=sicking.
|
2008-10-21 11:10:47 +02:00 |
|
Olli Pettay
|
d5328ab301
|
Bug 460751 - Progress events should use long long, not long for .total and .loaded, r=chris.double, sr=sicking
|
2008-10-21 12:06:53 +03:00 |
|
Robert O'Callahan
|
f79290bb0e
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
|
Jason Orendorff
|
4b74677d5e
|
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
* * *
* * *
* * *
|
2008-08-19 21:38:24 -05:00 |
|
Neil Deakin
|
7ad96d6b3e
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
|
2008-08-27 08:07:27 -04:00 |
|
Boris Zbarsky
|
fc1785cbc1
|
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
|
2008-08-25 11:08:28 -04:00 |
|
Neil Deakin
|
7c92721496
|
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
|
2008-08-25 21:56:29 +12:00 |
|
Jason Orendorff
|
f9365c3994
|
Backing out changeset cf6c811e1272 (bug 407216) due to debug assertions.
|
2008-08-19 22:28:26 -05:00 |
|
Jason Orendorff
|
fe99024391
|
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
* * *
* * *
|
2008-08-19 21:38:24 -05:00 |
|
Dave Camp
|
66ad0d3422
|
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
|
2008-08-19 17:55:30 -07:00 |
|
Neil Deakin
|
f58dac1bbf
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
|
2008-08-20 10:31:45 +12:00 |
|
Olli Pettay
|
4062b71fa6
|
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
|
2008-08-14 14:07:46 +03:00 |
|
Robert O'Callahan
|
3d9c20e3a8
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
|
2008-08-13 15:08:59 +12:00 |
|
Robert O'Callahan
|
7a5ee5e507
|
Back out bug 378028 due to mochitest failures.
|
2008-07-25 18:09:33 +12:00 |
|
Robert O'Callahan
|
52086cd743
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
|
2008-07-25 16:07:43 +12:00 |
|
Chris Double
|
02ccf2851f
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
jwalden@mit.edu
|
cea0828eea
|
Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie
|
2008-05-02 12:26:47 -07:00 |
|
jwalden@mit.edu
|
5809da44ed
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-26 19:48:54 -08:00 |
|
jwalden@mit.edu
|
035ea5179c
|
Bug 387706 - Implement HTML5's cross-document messaging API (postMessage), enabling secure cross-origin communication between windows. r+sr=sicking, sr=jst, a=jst
|
2008-01-29 17:31:29 -08:00 |
|
surkov.alexander@gmail.com
|
45253210b5
|
Bug 368835 No focus events from xul tree table when a row is deleted, r=evan.yan, Olli.Pettay, sr=jonas, a=beltzner
|
2007-12-11 00:18:04 -08:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|