Tim Taubert
|
d798b882da
|
merge m-c to fx-team
|
2012-01-16 11:20:19 +01:00 |
|
Jared Wein
|
3a800a6051
|
Bug 198964 - Enable smooth scrolling by default. r=gavin
|
2012-01-13 16:26:34 -08:00 |
|
Masayuki Nakano
|
6e8f73fabc
|
Bug 717147 input events which are fired after compositionupdate should be trusted events r=ehsan
|
2012-01-13 15:19:22 +09:00 |
|
Boris Zbarsky
|
ffb5cb2050
|
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
|
2012-01-10 00:23:29 -05:00 |
|
Masayuki Nakano
|
b5a505bab8
|
Bug 713502 Fire input event even during composition r=smaug+ehsan
|
2011-12-31 23:04:37 +09:00 |
|
Ms2ger
|
070299e0ab
|
Bug 707576 - Remove nsIDOMNSElement; r=smaug
|
2011-12-18 11:06:23 +01:00 |
|
Jim Mathies
|
01435a82d4
|
Bug 661991 - tests. r=bbondy, a=ehsan
|
2011-12-14 15:22:53 -06:00 |
|
Oonishi Atsushi
|
ebc58fb880
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|
Ed Morley
|
6a998be2c5
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
364e83c545
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Neil Deakin
|
731458c274
|
Bug 694224, remove appshell argument from various widget creation methods, r=roc
|
2011-10-14 09:06:39 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
b993c6982d
|
Bug 543789 part.8 Add composition event tests r=smaug
|
2011-09-22 18:17:41 +09:00 |
|
Masayuki Nakano
|
54e3afdd66
|
Bug 543789 part.7 Dispatch compositionupdate event and set data value of compositionend event in all IME handling tests r=smaug, sr=roc
|
2011-09-22 18:17:41 +09:00 |
|
Phil Ringnalda
|
57481cbbf6
|
No bug, fix rammedtogether words in test error message DONTBUILD
|
2011-09-13 20:04:13 -07:00 |
|
Brian R. Bondy
|
f38f73f38c
|
Bug 549472 - Async support for base XPCOM code on JumpListBuilder. r=jmathies, sr=gavin.sharp
|
2011-09-06 15:11:28 -04:00 |
|
Brian R. Bondy
|
84fa838da2
|
Bug 549472 - Add support for fave icons on jump list uri entries. r=jmathies, sr=gavin.sharp
|
2011-09-06 15:11:28 -04:00 |
|
Neil Deakin
|
5fc1072d0e
|
Bug 673301, crash using non-string data with text/plain drags, r=josh
|
2011-08-18 09:22:52 -04:00 |
|
Malini Das
|
a0832b693a
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
|
Malini Das
|
e306b1b5aa
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
|
Markus Stange
|
60435a4521
|
Bug 675208 - Use NSTrackingArea for mouse event targeting. r=josh
|
2011-08-08 16:43:13 +02:00 |
|
Marco Bonardo
|
30eedbf426
|
Backout changeset 3985e7570ab6 (Bug 673301) due to permaorange in M1 (OSX).
|
2011-08-06 00:23:51 +02:00 |
|
Neil Deakin
|
2834fff0e6
|
Bug 673301, crash using non-string data with text/plain drags, r=josh
|
2011-08-05 15:24:24 -04:00 |
|
Joel Maher
|
344f4a7302
|
Bug 666654 - split eventutils.js functions that are chrome only into chromeutils.js. r=ted, a=test-only
|
2011-07-23 09:02:40 -04:00 |
|
Joel Maher
|
c3a05191bb
|
Bug 666649 - remove enablePrivilege from various places in the harness and chrome tests. r=ted, a=test-only
|
2011-07-21 16:21:25 -04:00 |
|
Masayuki Nakano
|
7f25c497c3
|
Bug 519972 part.13 Log TextInputHandler behavior r=smichaud
|
2011-07-21 09:33:16 +09:00 |
|
Ms2ger
|
36c532ffa2
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Jeff Walden
|
44a8747e80
|
Bug 663300 - Treat \u not followed by four hexadecimal digits, or \x not followed by two hexadecimal digits, as syntax errors in string literals. r=njn
--HG--
extra : rebase_source : 78f37bc91e44598ba99c1983b65b8627bed876b5
|
2011-06-10 11:21:57 -07:00 |
|
Dominic Fandrey
|
0ab2f46136
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Michael Wu
|
40ef48380f
|
Bug 592943 - (2/3) Make test_bug485118.xul less racy, r=josh
|
2011-05-26 12:21:48 -07:00 |
|
Joel Maher
|
6993636556
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Markus Stange
|
9b2334a690
|
Bug 596600 - Start generating window-level mouse out events at the root EventStateManager. r=smaug
--HG--
rename : widget/tests/test_native_mouse_mac.xul => widget/tests/test_bug596600.xul
|
2011-05-16 15:15:43 +02:00 |
|
Masayuki Nakano
|
9a56e9598d
|
Bug 655918 Clean up the composition string when whole characters of it are refused due to maxlength r=ehsan
|
2011-05-11 13:52:45 +09:00 |
|
Ed Morley
|
e42de02222
|
Bug 473687 - Remove widget WinCE support: Part B (Main ifdef removal); r=dougt
|
2011-04-24 20:10:12 -07:00 |
|
Justin Lebar
|
5bc75b222e
|
Bug 647273 - Remove nsIContentUtils and nsIContentUtils2. r=sicking
--HG--
extra : rebase_source : 8a99a1401b7d7427bed4a136e0b38c475f6473a2
|
2011-04-14 13:58:36 -07:00 |
|
Masayuki Nakano
|
816d0ec482
|
Bug 347185 Adding automated tests r=roc
|
2011-04-21 08:54:43 +09:00 |
|
Benjamin Smedberg
|
d758fb0d7e
|
Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz
|
2011-03-25 11:03:33 -04:00 |
|
Mounir Lamouri
|
5ae90e4e44
|
Bug 627328 - ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error' when changing a personas. r=bz a=blocking-final
|
2011-02-04 13:59:33 +01:00 |
|
stefanh@inbox.com
|
f15d7cfd6e
|
Bug 615589 - '-moz-mac-focusring' color should be keyboardFocusIndicatorColor (NSColor). Also fixes tests. r=josh+mstange, a=beltzner.
|
2010-12-21 19:51:00 +01:00 |
|
Markus Stange
|
441bd09abf
|
Disable the test for bug 538242 on Linux.
|
2010-12-21 11:01:55 -05:00 |
|
Markus Stange
|
e39984ef94
|
Bug 538242 - Always keep nsCocoaWindow's mBounds up to date. r+a=josh
|
2010-12-21 12:42:47 +01:00 |
|
Karl Tomlinson
|
68df7be635
|
test for bug 601545 a=test
|
2010-12-21 18:16:30 +13:00 |
|
Jim Mathies
|
3d907c0bc9
|
Bug 595132 - Tests. r=masayuki, a=final
|
2010-12-02 10:52:10 -06:00 |
|
Masayuki Nakano
|
17924ba129
|
Bug 613810 - Undo(ctrl+z) does not work continuously after committing IME; r=ehsan a=blocking-final+
|
2010-11-24 17:57:32 -05:00 |
|
Michael Wu
|
bf239dd739
|
Bug 581596 - Create GetInputMode API, r=masayuki,roc sr=roc a=blocking-fennec
|
2010-11-22 22:48:45 -08:00 |
|
Scott Greenlay
|
70977029e7
|
Bug 413277: Restrict window resizing to the size of the current screen on Mac OS X. r=josh a=josh
|
2010-10-24 21:32:12 -04:00 |
|
Josh Aas
|
37069cbd37
|
Backed out changeset a2aaf00c4acc, a=josh
|
2010-10-22 13:28:50 -04:00 |
|
Scott Greenlay
|
63a8f9c13a
|
Bug 413277: Restrict window resizing to the size of the current screen on Mac OS X. r=josh a=josh
|
2010-10-22 12:34:16 -04:00 |
|
Felipe Gomes
|
093d5b5f12
|
Bug 593307. Ensure centerscreen windows are initially created in a valid screen position. r=jst,jmathies a=blocking-final
|
2010-10-08 15:51:50 -03:00 |
|