Jacek Caban
|
edce7de917
|
Bug 835738 - Use GUID_PROP_INPUTSCOPE declaration from inputscope.h r=jmathies
|
2013-01-30 11:45:42 +01:00 |
|
Robert O'Callahan
|
05e24fd045
|
Bug 826817. Part 3: Remove will-send-did-paint flag from nsIWidgetListener::WillPaintWindow. r=tnikkel
|
2013-01-28 13:34:08 -06:00 |
|
Robert O'Callahan
|
d9789d372b
|
Bug 826817. Part 2: Remove will-send-did-paint and did-send-will-paint flags from nsIWidgetListener::PaintWindow. r=tnikkel
|
2013-01-28 13:34:06 -06:00 |
|
Ryan VanderMeulen
|
94e8455af6
|
Merge m-c to fx-team.
|
2013-01-26 21:21:39 -05:00 |
|
Matthew Noorenberghe
|
efdff8b5c5
|
Bug 816803 - Add system metric and media query keyword to detect whether the current Windows desktop theme supports Aero Glass. r=jimm,sr=roc
--HG--
extra : rebase_source : 56b27cbbbcc0cde254ef7aa7087f11360c476390
|
2013-01-16 19:27:16 -08:00 |
|
Jim Mathies
|
9696bcab0b
|
Bug 783882 - Add ITfInputScope support to nsTextStore, and add support for various html5 form input types. r=masayuki
|
2013-01-26 08:35:21 -06:00 |
|
Ehsan Akhgari
|
1fdacf16bc
|
Bug 830765 - Remove the unneeded code which tracks the list of loaded modules because it is unused and can cause multi-second hangs; r=sicking a=removes-code-from-libxul
|
2013-01-21 15:55:31 -05:00 |
|
Trevor Saunders
|
9f0ad48b28
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Mats Palmgren
|
6c53161814
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Ehsan Akhgari
|
597517a42f
|
Backed out changeset 5af4c6bd5104 (bug 827075) because it is no longer necessary
|
2013-01-14 16:21:54 -05:00 |
|
Trevor Saunders
|
942f22b38c
|
no bug - remove a bunch of extra ';'s to make -pedantic happy
|
2013-01-11 05:14:04 -05:00 |
|
Robert O'Callahan
|
57f402ecbb
|
Bug 794246. Assume inactive menu items don't paint a background of their own. r=bas
--HG--
extra : rebase_source : 521565f2d399c5501fb705a55f52c917f19c4733
|
2013-01-08 00:06:11 +13:00 |
|
Trevor Saunders
|
4277a50380
|
bug 828234 - fix nsTextStore.cpp build on mingw r=masayuki
|
2013-01-09 09:41:58 -05:00 |
|
Jim Mathies
|
906315714f
|
Bug 785534 - Prep work for adding MetroWidget support to the TSF nsTextStore widget module, r=emk
|
2013-01-07 09:18:11 -06:00 |
|
Masayuki Nakano
|
e51aa84004
|
Bug 823904 Support edit actions of WM_APPCOMMAND such as Copy, Cut, Paste, Undo and Redo r=jimm
|
2013-01-07 23:21:21 +09:00 |
|
Ehsan Akhgari
|
5c76c7d75d
|
Bug 827075 - Implement the -moz-menubar color and make it return the correct background color on gtk; r=roc
|
2013-01-05 23:07:27 -05:00 |
|
Marco Bonardo
|
857c57179f
|
Bug 826115 - Remove noisy NS_ENSURE_TRUE(rollupWidget, false) from nsWindow.cpp
r=jimm
|
2013-01-04 17:42:34 +01:00 |
|
Jim Mathies
|
bf0ef59040
|
Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin
|
2012-12-31 11:27:04 -06:00 |
|
Masayuki Nakano
|
01539357d9
|
Bug 825167 Use nsDependentSubstring instead of nsDependentString for nsTextStore::InsertTextAtSelection() since the string can be empty r=jimm
|
2012-12-31 09:33:49 +09:00 |
|
Masayuki Nakano
|
fbeff841fd
|
Bug 672193 Support some actions of WM_APPCOMMAND such as New, Open, Close, Save, Find, Help, SendMail, ReplyToMail and ForwardMail r=gavin+jimm
|
2012-12-31 09:33:49 +09:00 |
|
Masayuki Nakano
|
aef542653e
|
Bug 822866 Make mozilla::widget::BaseEventFlags which is a POD struct for VC r=smaug
|
2012-12-28 23:13:18 +09:00 |
|
Timothy Nikkel
|
40f7118381
|
Bug 824634. Painting may run script so hold onto the layer manager and re-get the listener in case it changed. r=jimm
|
2012-12-26 13:49:07 -06:00 |
|
Jonathan Kew
|
cc6519bc64
|
bug 628917 - avoid rebuilding the font list repeatedly, by only handling WM_FONTCHANGE for the hidden window. r=jdaggett
|
2012-12-21 09:49:28 +00:00 |
|
Jonathan Kew
|
2bd5431ea7
|
bug 765700 - part 2 - always trigger reflow when font list is updated on Windows, not only if there's a new langGroup. r=jdaggett
|
2012-12-21 09:49:07 +00:00 |
|
Neil Deakin
|
7ac3514ffe
|
Bug 815691 - The panel's context menu doesn't change after clicking on a different item
r=jimm
|
2012-12-17 14:55:37 +01:00 |
|
Jim Mathies
|
b1c0111f55
|
Bug 814953 - Check for possible widget tear down before calling UpdateWindow in widget's Show. r=bbondy
|
2012-12-17 06:53:28 -06:00 |
|
Masayuki Nakano
|
322db055c2
|
Bug 813445 part.12 Remove NS_EVENT_FLAG_ONLY_CHROME_DISPATCH and nsEvent::flags r=smaug
|
2012-12-16 10:26:05 +09:00 |
|
Masayuki Nakano
|
e26d8738b2
|
Bug 813445 part.5 Remove NS_EVENT_FLAG_NO_DEFAULT and NS_EVENT_FLAG_NO_DEFAULT_CALLED_IN_CONTENT r=smaug
|
2012-12-16 10:26:04 +09:00 |
|
Jeff Walden
|
7146c23e80
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
|
Jonathan Kew
|
e225d2ac6c
|
bug 821454 - scaling from display to device pixels should only apply to top-level windows/dialogs/popups, not to child or plugin windows. r=roc
|
2012-12-14 12:58:15 +00:00 |
|
Jim Mathies
|
12bb67cc3e
|
Bug 814953 - Cleanup Win nsWindow WindowProcInternal and move the window ref up above DealWithPopups. r=roc
|
2012-12-14 06:56:36 -06:00 |
|
Timothy Nikkel
|
18a3dcb16f
|
Bug 805745. WillPaint notification can flush, so re-get the listener after it on Windows widget backend. r=jimm
|
2012-12-12 15:57:08 -06:00 |
|
Jonathan Kew
|
fa1d6e3b6e
|
bug 819725 pt 2 - apply default scaling in widget/windows/nsWindow move & resize methods, to account for non-100% Windows UI scale factors. r=roc
|
2012-12-09 20:54:46 +00:00 |
|
Jonathan Kew
|
aa8404a74a
|
bug 819725 pt 1 - make widget move & resize methods take floating-point parameters, to allow passing fractional coordinates without rounding. r=roc
|
2012-12-12 09:57:38 +00:00 |
|
Trevor Saunders
|
580ff17032
|
bug 817133 - move platform init and shutdown stuff out of nsAccessNodeWrap and ApplicationAccessibleWrap static methods r=surkov
|
2012-12-01 19:58:25 -05:00 |
|
Mats Palmgren
|
60ccae9fe3
|
Bug 817574 - Replace NS_ABS with std::abs. r=roc
|
2012-12-04 13:33:33 +01:00 |
|
Masayuki Nakano
|
fd0e4acf64
|
Bug 733630 part.2 Do hit test inside border r=jimm
|
2012-12-04 17:44:48 +09:00 |
|
Masayuki Nakano
|
efea9919cc
|
Bug 733630 Use native window border size if there is no content under mouse cursor r=jimm
|
2012-12-04 17:44:47 +09:00 |
|
Jim Mathies
|
1535ed20d0
|
Bug 780333 - StartAudioSession and StopAudioSession get skipped in 64-bit builds. r=bbondy
|
2012-11-29 14:50:20 -06:00 |
|
Boris Zbarsky
|
909f6d9ba2
|
Bug 815671 part 6. Fixes to widget code to not copy arrays implicitly. r=jlebar
|
2012-11-29 11:14:14 -05:00 |
|
Robert O'Callahan
|
2d875982db
|
Bug 812897. Limit WS_EX_COMPOSITED hack to pre-Windows-8. r=jmathies
|
2012-11-29 18:02:57 +13:00 |
|
Masayuki Nakano
|
0fb3fbdd2c
|
Bug 812427 part.2 Make event struct type named enumeration r=roc+smaug
|
2012-11-20 15:05:56 +09:00 |
|
Alexander Surkov
|
681c1939e2
|
Bug 812466 - namespacify Accessible classes, r=tbsaunde
|
2012-11-18 11:01:44 +09:00 |
|
Nicolas Silva
|
48a06e31e4
|
Bug 806428 - Fix crash in omtc-linux caused by nsBaseWidget::SetLayersAcceleration, and rename xxxAcceleratedRendering into xxxLayersAcceleration for concistency. r=BenWa
|
2012-11-15 19:55:15 +01:00 |
|
Timothy Nikkel
|
5dc16ee600
|
Bug 787818. Send activate and deactivate notifications to the correct window. r=enndeakin
|
2012-11-16 17:40:28 -06:00 |
|
Mark Straver
|
7c55340440
|
Bug 783338 - Correct widget height on VS2012 (subsystem >= 6). r=jimm
|
2012-11-16 18:34:31 -05:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Nicholas Cameron
|
b75eec07c3
|
Bug 800556; remove nsIDOMCanvasRenderingContext2D; r=Ms2ger,sr=bz
--HG--
extra : rebase_source : 461ff127a453116f3364f4ba1e414cc527f195bd
|
2012-11-13 16:35:36 -08:00 |
|
Tim Abraldes
|
9bce064f46
|
bug 795832. Make sure MOUSEEVENTF_HWHEEL is defined. r=jimm
|
2012-11-13 13:09:58 -08:00 |
|
Masayuki Nakano
|
0f83ed44e6
|
Bug 805767 part.3 Remove hack for bug 496360 r=roc
|
2012-11-13 22:04:45 +09:00 |
|