Nathan Froyd
5b30baa4c3
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Ehsan Akhgari
a95b6edeea
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Masayuki Nakano
716e1fb23c
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
2012-06-27 11:26:38 +09:00
Dan Walkowski
31027a44b5
Bug 756308. Implement MacWebAppUtils to allow callers to locate and manipulate native webapps on Mac. r=josh
2012-06-20 17:19:13 -07:00
Ehsan Akhgari
8d5747b8cb
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more widget parts); r=roc
2012-06-19 23:28:45 -04:00
Masayuki Nakano
2339b4a770
Bug 757688 part.8 Make sure test_keycodes.xul emulates correct key events r=jimm
2012-06-15 18:52:51 +09:00
Masayuki Nakano
17f2bb043c
Bug 757688 part.7 Make nsWindow for Windows possible to test dead keys r=jimm
2012-06-15 18:52:51 +09:00
Ehsan Akhgari
d8e8691a41
Bug 761051 - Use image/jpeg as the standard internal transferable image type, but continue respecting image/jpg as well; r=roc
2012-06-07 19:27:07 -04:00
Ehsan Akhgari
cc9274685a
Backout changeset 125438dda903 (bug 761051) because of Bq bustage
2012-06-07 19:49:37 -04:00
Ehsan Akhgari
56d6ff421f
Bug 761051 - Use image/jpeg as the standard internal transferable image type, but continue respecting image/jpg as well; r=roc
2012-06-07 19:27:07 -04:00
Masayuki Nakano
7c6042ed12
Bug 759346 Append alternative keycodes from virtual keycode if the virtual keycode is an OEM keycode which indicates a character but the character cannot be inputted by the key r=jimm
2012-05-30 09:47:03 +09:00
Phil Ringnalda
92b792c739
Bug 756903 - Fix test_platform_colors.xul for 10.7, r=mstange
2012-05-20 15:27:45 -07:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Masayuki Nakano
6f3c07bece
Bug 677252 part.1 Reimplement keycode computation in cocoa widget r=smaug+smichaud
2012-05-17 16:04:16 +09:00
Masayuki Nakano
63bc2c9262
Bug 630810 part.1 Should convert from native keycode to DOM keycode for every keys on Windows r=smaug+jimm, sr=roc
2012-05-17 16:04:16 +09:00
Jacek Caban
f96d6c2893
Bug 754582 - Fixed unused-result warnings in Windows-specific code r=benjamin
2012-05-16 10:48:45 +02:00
Ben Turner
577a8af7aa
Bug 672667 - Fix build bustage on Win64.
2012-05-07 17:42:09 -07:00
Ben Turner
d4af3d1a48
Bug 672667 - ' IndexedDB demo causes leaks and never-ending assertions'. r=bsmedberg+smichaud+khuey.
2012-04-06 13:40:10 -07:00
Masayuki Nakano
47faa0db7f
Bug 735648 Append command char and shifted commanded char when command key is pressed on Dvorak-QWERTY r=smichaud+karlt
2012-03-30 12:37:40 +09:00
Masayuki Nakano
fff76a32c1
Bug 672175 part.18 Make basic tests for MouseScrollHandler r=roc+jimm
2012-03-22 09:59:12 +09:00
Masayuki Nakano
5f93695680
Bug 728103 part.2 Fix new test failures r=smaug
2012-03-16 15:29:15 +09:00
Masayuki Nakano
9b28752e68
Bug 622247 Remove hack for bug 23558 and bug 271815, and add tests for them r=ehsan
2012-02-15 10:38:07 +09:00
Geoff Lankow
c4d2ef72bf
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
2012-01-18 23:23:28 +13:00
Masayuki Nakano
e6efe752a7
Bug 722639 Add tests for bug 692145 r=ehsan
2012-02-07 11:32:43 +09:00
Markus Stange
23c72f3d76
Bug 715867 - Don't fire duplicate sizemodechange events on Mac. r=smichaud
...
--HG--
rename : widget/tests/window_bug596600.xul => widget/tests/empty_window.xul
2012-01-31 11:40:03 +01:00
Tim Taubert
dc0feeb24e
merge m-c to fx-team
2012-01-16 11:20:19 +01:00
Jared Wein
843a61d98d
Bug 198964 - Enable smooth scrolling by default. r=gavin
2012-01-13 16:26:34 -08:00
Masayuki Nakano
9c5493c45d
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
f12f1399b7
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
a0dbc0b9f1
Bug 713502 Fire input event even during composition r=smaug+ehsan
2011-12-31 23:04:37 +09:00
Ms2ger
c480d4db80
Bug 707576 - Remove nsIDOMNSElement; r=smaug
2011-12-18 11:06:23 +01:00
Jim Mathies
2909382119
Bug 661991 - tests. r=bbondy, a=ehsan
2011-12-14 15:22:53 -06:00
Oonishi Atsushi
5db5ec8f54
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
7bc582f20f
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
8a56fd9db2
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
Joel Maher
161d8ae5ae
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Josh Aas
42255a374c
Bug 584965: Improve key event handling for Cocoa widgets, follow Cocoa event propagation model properly. Fixes bug 582052 and bug 379199. r=smichaud
2010-08-16 23:26:17 -04:00
Masayuki Nakano
9733d31a58
Bug 582893 temprary disables the new tests against a orange
2010-08-16 18:01:01 +09:00
Masayuki Nakano
765c3db877
Bug 582893 IME isn't disabled when password fields on sheet dialog get focus r=smichaud, b2.0=final+
2010-08-16 17:20:27 +09:00
Josh Aas
80d4ee8c62
Bug 586713: Null check to fix crash in Mac OS X native menu code. r=bz
2010-08-13 02:33:09 -04:00
Ehsan Akhgari
561a617866
Disable TestWinTSF for now
...
--HG--
extra : rebase_source : 5fbf5d4c9a5aa3eec08312d5d4033b7b0462fd77
2010-08-10 11:13:37 -04:00
Boris Zbarsky
ef3a87c699
Bug 575336 part 4. Change the IME state iframe test to flush layout on the subframe before assuming something about coordinates of objects in that subframe. r=roc
2010-08-05 14:39:39 -04:00
Markus Stange
089fa3f29b
Bug 557986 - Fix intermittent test_native_mouse_mac.xul failures by using a deterministic API instead of +[NSWindow windowNumberAtPoint:belowWindowWithWindowNumber:]. r=josh
2010-08-02 15:33:17 +02:00
Markus Stange
be1233b846
Bug 392188 - Tests for click-through.
2010-07-16 15:01:44 +02:00
Robert O'Callahan
8ff43c1e7b
Bug 564991. Part 29: Sort plugins so they get moved in the best order. r=karl
2010-07-16 09:08:08 +12:00
Markus Stange
277a5f67fb
Back out changeset ad7f9821597e (bug 573973, calling SetDrawsInTitlebar on nsXULWindow load) because it caused bug 576394.
2010-07-02 08:22:54 +02:00
Markus Stange
d08453bb3d
Bug 573973 - Handle the drawintitlebar attribute in nsXULWindow, too. r=Neil
...
--HG--
extra : rebase_source : ba2a3384b23d7f697fbe20cda11ab83b2575ba4d
2010-07-01 18:40:39 +02:00
Jim Mathies
d814f747d4
Bug 513162 - nsAttrValue margin parsing and chromemargin chrome tests. r=smaug, gavin.
2010-06-24 21:01:07 -05:00
Masayuki Nakano
d4c1419c7c
Bug 519913 The IME composition string isn't committed on Mac when the window is deactivating r=smaug+enn
2010-06-15 14:05:37 +09:00
Mats Palmgren
de79a2cde9
Make nsTransferable::GetTransferData assign the out params even when it returns an error since some callers depend on it (regression fix). b=565392 r=dbaron
2010-06-09 21:08:09 +02:00
Masayuki Nakano
3a9f248753
Bug 564151 nsHTMLEditor::HasFocus() failed if <HTML> is editable r=smaug
2010-05-28 12:02:59 +09:00
Masayuki Nakano
8b0678d007
Bug 568135 IME composition string is committed unexpectedly on Gmail when editor flag was changed by some commands r=smaug
2010-05-27 11:04:14 +09:00
Markus Stange
d0577eae52
Bug 541904 - Accept middle mouse clicks and Cmd+left clicks on background windows. r=josh
2010-05-14 12:21:25 +02:00
Masayuki Nakano
6aa99dc4be
Bug 488420 IME enabled state is not modified when a focused editor's readonly attribute is changed r=smaug
2010-05-05 02:40:39 +09:00
Masayuki Nakano
2a87829191
Bug 544277 add a missing test file
2010-04-21 22:16:55 +09:00
Masayuki Nakano
53ce892306
Bug 544277 IME became unusable when switching focus on Gmail RTF Editor r=enn
2010-04-21 22:13:08 +09:00
MikeK
e684f2edfc
bug 544240 - Idle service does not work on Qt on mobile platforms r=sdwilsh
...
--HG--
extra : rebase_source : aae22f47a0f0d3dd19690bf2dbc7a144bb255d14
2010-04-16 10:37:16 -07:00
Daniel Holbert
33a6e41fe6
bug 556853: Fix marking of perma-orange-on-10.6 per mstange's suggestion
2010-04-06 00:11:45 -07:00
L. David Baron
cffc3eff50
Add colors that are showing up on the 10.6 tinderbox as allowed colors so the test stops causing perma-orange. (Bug 556855)
2010-04-05 22:24:46 -07:00
L. David Baron
e49468bbfd
Mark perma-orange-on-10.6 bug 556853 as todo so it stops turning the 10.6 mochitest-other boxes orange.
2010-04-05 22:22:30 -07:00
Masayuki Nakano
aca40e999f
Bug 556458 Cannot select an item of google suggest by mouse click during composition of MS-IME r=roc
2010-04-02 11:11:59 +09:00
Doug Turner
24b36a484b
Backing out fix for bug 544240.
2010-03-31 07:07:14 -07:00
Mike Kristoffersen
3da6b0a270
Bug 544240 - Idle service does not work on Qt on mobile platforms r=sdwilsh
...
--HG--
extra : rebase_source : 5a10b6932a3e901740abec371b159aed9b233b24
2010-03-30 15:03:05 -07:00
Masayuki Nakano
bb7a62d1cf
Bug 528396 Create XP level IME transaction tests r=roc+mats, sr=jst
2010-03-19 14:02:53 +09:00
Joel Maher
d050afae06
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Masayuki Nakano
788bb1a791
Bug 315727 Request Firefox respond to Windows scroll messages so pages can be scroll captured r=jmathies+smaug, sr=roc
2010-03-11 14:25:29 +09:00
Brad Lassey
bb55fe310f
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
2010-03-09 22:33:11 -05:00
Joel Maher
aef3dc32c3
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
2010-03-09 08:55:39 -08:00
Kyle Huey
1d0289c601
Backed out changeset 8ce70abd7777
2010-03-09 01:14:21 -05:00
Joel Maher
cee9b522a0
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
2010-03-08 19:21:33 -08:00
Clint Talbert
7ffd9496bc
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
2010-03-07 16:08:05 -08:00
Tom Dyas
1f75274180
Introduce nsIStandaloneNativeMenu and nsIMacDockSupport components. b=415463 r=josh sr=roc
2010-02-07 21:38:14 -06:00
Robert O'Callahan
3c94fecdb3
Bug 526394. Part 3: Add all necessary new APIs to nsIScrollableFrame. r=mats,sr=dbaron
2009-09-01 16:11:11 +12:00
Markus Stange
7fbfc77917
Bug 534174 - Hardcode the right color for -moz-mac-menutextdisable. [NSColor disabledControlTextColor] is too dark. r=josh
2009-12-30 16:23:56 +01:00
Jacek Caban
8f2ac1e4a6
Bug 536259 - Make TestWinTSF.cpp compile on new mingw, r=chenn
2009-12-29 14:18:37 -05:00
Boris Zbarsky
3e7aa47200
Bug 500882 part 6. Switch remaining modules to using the new GetPrimaryFrame API. r=smaug,roc
2009-12-24 16:20:06 -05:00
Markus Stange
5d775713b8
Bug 534421 - Intermittent failure in test_platform_colors.xul. test_native_mouse_mac.xul needs to remove its event listeners when it's finished.
...
--HG--
extra : rebase_source : be19f02daf4ca4a4a6706521a3f78d6f06c89f4d
2009-12-15 14:36:34 +01:00
Karl Tomlinson
ac0e2a7357
b=518506 test no unnecessary invalidation of plugins with gtk2 (mochitest version)
...
--HG--
extra : rebase_source : b52ec716b0ae9330ba62493983b7135f86f4f9aa
2009-12-14 15:44:05 +13:00
Karl Tomlinson
a3ad9aac19
b=518506 test no unnecessary invalidation of plugins with gtk2
2009-12-14 15:32:46 +13:00
Markus Stange
0dc4be4fa9
Bug 527748 - Fire mouse enter and exit events when window focus changes. r=josh
...
--HG--
extra : rebase_source : 47ee0c27942b038df0a52242c89747a5821f63d5
2009-12-11 22:56:59 +01:00
Masayuki Nakano
34b513f2b4
Bug 531810 Right clicking on Google Maps broken after leaving Street View (Windows only) r=roc
2009-12-04 17:03:27 +09:00
Jacek Caban
a38d72faa2
Bug 526290 - TestWinTSF.cpp fails to compile on mingw.
...
r=chenn.
2009-11-19 11:32:52 +01:00
Jim Mathies
43ee30552b
Bug 520178 - Minimized windows appear offscreen when restoring from session store. r=dougt.
2009-11-10 10:24:10 -06:00
Markus Stange
ce61c6dd93
Disable the test for bug 517396 on Linux.
...
--HG--
extra : rebase_source : 5a5c6785a62af9027e7eb408ecc200b1b13dfc4e
2009-11-03 17:45:00 +01:00
Markus Stange
fcbd721c97
Fix the test for bug 517396
...
--HG--
extra : rebase_source : 24b47eb12240260bec01c571e41114f9270a9715
2009-11-03 14:57:05 +01:00
Markus Stange
55d034057d
Test for bug 429954.
...
--HG--
extra : rebase_source : 7e46940aa021a01fcfdbba2d6c69f0b579f15c7d
2009-11-02 20:37:40 +01:00
Markus Stange
e0520f2a3a
Bug 517396 - Moving a window shouldn't un-maximize it on Mac. r=neil, r=roc
...
--HG--
extra : rebase_source : 1a27add4c6dad5495707518b643e9636522bac8a
2009-11-02 20:10:07 +01:00
Markus Stange
d8684bece4
Bug 522217 - Persist window settings like title and titlebarcolor when switching to and from fullscreen mode. r=josh
...
--HG--
extra : rebase_source : 485a737dadacf66f06981c4b244e82b7dfa9ee45
2009-11-02 20:07:57 +01:00
Markus Stange
55e5abbbd0
Backed out changeset 3ee95c194798, bug 300904 (tracking rects) in order to investigate the Mac DHTML performance regression.
2009-10-21 17:09:19 +02:00
Markus Stange
a6b3fbf7e9
Bug 300904 - Use tracking rects to determine whether the mouse is over a different app and block mouse move events when that's the case. r=josh
2009-10-21 09:04:40 +02:00
Rob Arnold
0cdb2a8368
Bug 522416 - Tab Previews must not do synchronous HTTP requests.
...
Fixes a startup crash and unit tests.
r=vlad
--HG--
extra : rebase_source : 003b29893d97b13820648cd5a1a3277e5d8b3946
2009-10-16 15:02:27 -07:00
Jim Mathies
5fbbb84f7f
Bug 473045 - Win7 jump list platform support. r=robarnold, sr=roc.
2009-10-06 16:42:45 -05:00
Markus Stange
89014540fd
Bug 485118 - Always set the right minimum size for the scrollbar thumb. r=josh
...
--HG--
extra : rebase_source : 7e80754649ccb2a1d6064d8ee878d37bb248de21
2009-10-06 16:02:50 +13:00
Siddharth Agarwal
685a3bc683
Bug 474060 - Win7 progress indicator platform support. r=jimm, r=robarnold, sr=roc.
2009-10-06 14:00:23 -05:00
Rob Arnold
50370570e0
Bug 501490 - Enable Taskbar Previews for Windows 7 r=jimm sr=roc
2009-10-05 22:26:54 -04:00
Robert O'Callahan
56caf25e1b
Bug 509693. Don't use SW_SCROLLCHILDREN if some child has a descendant window that's outside the scrolled rectangle. r=jmathies
...
--HG--
extra : rebase_source : d6762b4e570d90e7a2561597ddc071383a923092
2009-09-24 21:37:01 +12:00
Kyle Huey
c815c08e8d
Bug 513684. Stop :hover from bleeding through certain elements. r=roc Test fixes from Markus Stange <mstange@themasta.com>.
2009-09-26 16:35:05 -07:00
Masayuki Nakano
dc3936158f
Bug 513817 Switch scrolling to 6 lines in the default case for 3.6 on windows r=roc, ui=faaborg
2009-09-24 19:58:04 +09:00
Markus Stange
816b832ea3
Bug 518395 - White text on drop down buttons. r=josh, r=roc
2009-09-24 18:19:40 +12:00
Markus Stange
7251aeec3a
Bug 515003 - Rewrite native mouse event handling. Also add tests for native mouse events (bug 470845). r=josh, sr=roc
2009-09-23 14:31:37 +12:00
Benjamin Smedberg
cd2c007c60
Additional followup #3 to bug 398573 - remove more REQUIRES by fixing another bug in the script
2009-08-27 09:09:31 -07:00
Masatoshi Kimura
5196c3f287
Bug 509179. Disable compilation of TSF when not available in the SDK. r=ted
2009-08-25 12:13:42 -07:00
Ryo Kawaguchi
54bb0a0d80
Implement background-image: -moz-image-rect(), which allows a region of an image to be used as a background image. (Bug 113577) r=roc, dbaron
2009-08-21 13:39:25 -07:00
Jonathan Griffin
964346d7d0
Bug 506187; fix intermittent orange.
2009-08-19 10:25:01 -07:00
Masayuki Nakano
fa04c273d6
Bug 439815 Keyboard shortcuts with alternate keyboard layouts (including colemak) are missmapped; they are mapped for qwerty. r=josh
2009-08-18 13:47:53 +09:00
Jacek Caban
bc903e878a
Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki
2009-08-10 11:14:01 +02:00
Masayuki Nakano
f9802cc670
Bug 128647 [RFE] Handler for WM_COPY/WM_CUT/WM_PASTE/WM_CLEAR r=ere+roc, sr=roc
2009-08-08 00:11:17 +09:00
Markus Stange
a1f16c3a2f
Fix bustage in TestWinTSF.cpp
2009-08-04 11:08:42 +12:00
Robert O'Callahan
243774fd17
Bug 352093. Part 4: IME code should use GetRootWidget so it works with documents that don't have their own widgets. r=masayuki
2009-07-22 12:45:05 +12:00