Olli Pettay
|
aaa8063f93
|
comparing with ssh://opettay@mozilla.com@hg.mozilla.org/mozilla-central/
searching for changes
changeset: 68981:5f295573b22d
tag: tip
user: Olli Pettay <Olli.Pettay@helsinki.fi>
date: Mon May 09 18:47:13 2011 +0300
summary: Bug 427537 - Implement CustomEvent DOM3 specification, r=sicking
|
2011-05-11 09:33:11 +03:00 |
|
Jonas Sicking
|
2e8c6fa6c5
|
Bug 650493 tests. rs=smaug
|
2011-05-09 12:33:03 -07:00 |
|
Jonas Sicking
|
f2e68647d5
|
Bug 651598: Make test_bug288392.html report better errors. r=smaug
|
2011-05-09 12:33:03 -07:00 |
|
Olli Pettay
|
d5431f150a
|
Bug 652752 - Click event isn't fired if mousedown event and mouseup event are fired on different textnode of same element, r=masayuki
--HG--
extra : rebase_source : 90c84bb703c5e314dcdcf3b435b842e680d591ad
|
2011-05-07 12:42:45 +03:00 |
|
Olli Pettay
|
5c2503795f
|
Bug 613634, make the 3rd paramater of add/removeEventListener optional, r=sicking
--HG--
extra : rebase_source : 9c720d865ed24e5b54cda287360b0fec508df359
|
2011-05-04 17:13:28 +03:00 |
|
Alon Zakai
|
ba1bdecf39
|
Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey
|
2011-04-29 16:49:20 -07:00 |
|
Olli Pettay
|
c9e2181c9f
|
Bug 651984 - Add ability to detect if a page has registered touch event listeners, r=jst
|
2011-04-26 15:31:21 +03:00 |
|
Olli Pettay
|
46d7b33a70
|
Bug 648573 - Implement touch event interfaces, r=jst, pref'ed off by default
|
2011-04-26 15:30:17 +03:00 |
|
Mounir Lamouri
|
74a7805054
|
Bug 651136 - Make content/events/test/test_bug238987.html non flaky. r=ehsan
|
2011-04-20 11:46:32 +02:00 |
|
Mounir Lamouri
|
6850212a48
|
Bug 651089 - Make content/events/test/test_bug534833.html non flaky. r=ehsan
|
2011-04-20 11:46:16 +02:00 |
|
Dão Gottwald
|
4ac8291c1d
|
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
|
2011-04-17 21:53:25 +02:00 |
|
David Zbarsky
|
aa301d629c
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-11 18:56:37 +02:00 |
|
Ehsan Akhgari
|
fc408ed65e
|
Backout changeset 88eb5b5bb5d2 (bug 583514) because of reftest orange
|
2011-04-02 07:55:52 -04:00 |
|
David Zbarsky
|
ca29061d7e
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-01 18:50:58 -04:00 |
|
Olli Pettay
|
5c66a2d34e
|
Bug 642140 - nsEventDispatcher should dispatch chrome only events to TabChildGlobal, r=jst
|
2011-03-25 15:39:58 +02:00 |
|
Olli Pettay
|
1b2a7b1e35
|
Bug 641499 - Don't throw when event.type is called before initEvent, r=sicking
|
2011-03-24 13:34:48 +02:00 |
|
Olli Pettay
|
26c20e1988
|
Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking
|
2011-03-24 13:34:03 +02:00 |
|
Ehsan Akhgari
|
71758c45bd
|
Bug 626168 - Intermittent failure in content/events/test/test_bug426082.html (make sure to wait long enough for a paint to happen); r=smaug a=test-only
|
2011-02-24 18:56:50 -08:00 |
|
Markus Stange
|
20d43637e6
|
Bug 607464 - Don't use smooth scrolling for pixel scrolling. r=roc, a=roc
|
2011-02-04 09:00:06 +01:00 |
|
Neil Deakin
|
fd67e69ef1
|
Bug 624127, clear mousedown selection state in frame where mouse was pressed down,r=smaug,a=jst
|
2011-02-03 12:08:30 -05:00 |
|
Masayuki Nakano
|
41a73f3369
|
Bug 565245 log more details r=smaug, a=test
|
2011-01-17 20:52:25 +09:00 |
|
Markus Stange
|
7d12b3911c
|
Bug 613147 - Set the right pref before testing scroll zooming. a=test-only
|
2010-11-27 00:30:32 +01:00 |
|
Vivien Nicolas
|
67d5a26d77
|
Bug 602962 - Undo close tab thumbnail disappears when rotating screen orientation [r=smaug r=roc a=blocking-fennecb3]
|
2010-11-17 08:46:00 -05:00 |
|
Markus Stange
|
253a0ae7e1
|
Bug 574663 - Mark momentum scroll events with a kIsMomentum flag and don't allow them to cause zooming. r=smaug, a=final
|
2010-11-05 17:04:28 +01:00 |
|
Olli Pettay
|
5fd6fa43e4
|
Bug 605242 - No :active state for <button>, r=enndeaking, a=blocking, try: -b o -p all -m none -t none -u mochitests
--HG--
extra : rebase_source : e075f9024515c801996f10b3fff706551c833843
|
2010-10-20 16:49:53 +03:00 |
|
Timothy Nikkel
|
4ad6405061
|
Bug 591815. Don't bail early if we don't have a target frame for mouse down events because we still need to process them. r=smaug a=blocking-betaN+
|
2010-10-09 14:09:22 -05:00 |
|
Olli Pettay
|
d62dadbd6f
|
Bug 593959 - :active tracking gets out of sync when releasing the mouse over a different document, r=roc, a=blocking
--HG--
extra : rebase_source : a8b1c968b13eda6671df21da1bb8c48273811e5c
|
2010-09-16 16:10:18 +03:00 |
|
Robert Sayre
|
59773ae503
|
Merge mozilla-central to tracemonkey.
|
2010-09-10 11:47:11 -04:00 |
|
David Anderson
|
69b95ea914
|
ICs for scripted calls (bug 587698, r=dmandelin).
|
2010-09-02 20:04:33 -07:00 |
|
Masayuki Nakano
|
ce5c3032a2
|
Bug 590819 Click event isn't fired when mouse button down on border of <input> and mouse button up on padding box of it r=smaug, a2.0=jst
|
2010-09-02 11:38:54 +09:00 |
|
Timothy Nikkel
|
4e58616c08
|
Bug 591435. Fix tests that were relying on there being no paint suppression in subdocuments. r=roc
|
2010-09-01 15:44:48 -05:00 |
|
Masayuki Nakano
|
d5dccbf24b
|
Bug 593620 fix middle click and right click event handling r=smaug, a=betaN
|
2010-09-08 22:25:21 +09:00 |
|
Felipe Gomes
|
b2ea0524a5
|
Bug 586961. Direct accesskey clicks on label to correct controlled element. r=neil a=betaN
|
2010-08-27 18:26:24 -03:00 |
|
Joel Maher
|
ce269022ab
|
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
|
2010-08-24 10:29:34 -07:00 |
|
Jonas Sicking
|
cbc0676504
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
|
Joel Maher
|
978a4a1ad2
|
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
|
2010-08-20 09:28:13 -07:00 |
|
Joel Maher
|
2aa0bf8512
|
Bug 585630 - "disable mochitests that utilize ondragstart attributes at least until tiles die" [r=mark.finkle] a=mobile_test_only
|
2010-08-09 11:00:00 -07:00 |
|
Markus Stange
|
f7614ab36f
|
Merge backout of bug 574663.
|
2010-08-02 17:52:20 +02:00 |
|
Markus Stange
|
65909a7edf
|
Backed out changeset cd5c28912351, bug 574663 (momentum scroll zooming) because the new test fails on Windows.
|
2010-08-02 17:51:57 +02:00 |
|
Markus Stange
|
d08bf257da
|
Bug 574663 - Mark scroll events that are sent by touchpad momentum scrolling after the finger has left the touchpad with a kIsMomentum flag and prevent these events from changing the zoom factor. r=josh, r=smaug
|
2010-08-02 15:30:52 +02:00 |
|
Felipe Gomes
|
8d9b3f1877
|
Bug 508906. Add experimental MozTouch events. r=smaug,jimm
|
2010-08-02 15:34:54 +02:00 |
|
Robert O'Callahan
|
968444e08b
|
Bug 573933. Part 3: Fix button-state test to render a margin around the button so we don't get into any weird sampling issues. Also, use a canvas that's just as big as necessary. r=dbaron
|
2010-07-16 09:07:43 +12:00 |
|
Robert Kaiser
|
1127ddd8f5
|
Bug 557120 - [SeaMonkey 2.1] mochitest-plain-1: it seems test_bug457672.html "leaks the world". r=smaug
--HG--
extra : rebase_source : 002c31bd38438e88444e7578faaa065133f4b5ae
|
2010-06-12 15:17:00 -04:00 |
|
Neil Deakin
|
847d6ce201
|
Bug 564277, fix up various focus ring issues for html elements, r=smaug
|
2010-06-21 08:37:34 -04:00 |
|
Marco Bonardo
|
cd3778006d
|
whoops, remove backslash
|
2010-06-16 12:31:25 +02:00 |
|
Marco Bonardo
|
f971593d97
|
Disable test for bug 563329 since it's timing out often
|
2010-06-16 12:20:28 +02:00 |
|
Vivien Nicolas
|
27fdccc31f
|
Bug 563329 - Add a preference to enable/disable click hold context menus [r=smaug]
|
2010-06-16 09:36:11 +02:00 |
|
Olli Pettay
|
82feff3515
|
Bug 556493 - No click fired when mousedown on the text of an element and mouseup on empty area, r=jst
--HG--
extra : rebase_source : bf2257df87153638358404878d03c09193014125
|
2010-06-15 16:29:23 +03:00 |
|
Markus Stange
|
5b01220cdf
|
Bug 426082 - Fix the test to deal with focus rings correctly.
|
2010-05-31 21:10:55 +02:00 |
|
Markus Stange
|
82e6086d92
|
Bug 426082, part 4: Test. r=smaug
|
2010-05-31 19:50:55 +02:00 |
|