Matt Woodrow
69645b11a3
Bug 1116812 - Blacklist two intel GPUs that are trigger driver crashes frequently. r=jrmuizel
...
--HG--
extra : rebase_source : d84456b830a5ee7fc77f14bb2ed1e9cbed3d0a57
2015-03-26 12:58:48 +13:00
Maksim Lebedev
e2514a23d9
Bug 1143618 - Change Window::OnTouch implementation to use MultiTouchInput class. r=kats
2015-03-25 12:20:20 -04:00
Jeff Muizelaar
fb673cf110
Bug 1137716. Try blacklisting Optimus w/ Intel Ironlake Graphics. r=bas
...
Hopefully this will help and won't make things worse. We still
don't know why this regressed.
--HG--
extra : rebase_source : 79061642e26cc88c93d0f7f9890bb3368eb34fde
2015-03-21 15:37:00 -04:00
Phil Ringnalda
103cef492e
Backed out 2 changesets (bug 1137716) for bustage
...
CLOSED TREE
Backed out changeset 76b1809d22eb (bug 1137716)
Backed out changeset 726f8309756a (bug 1137716)
2015-03-22 17:36:36 -07:00
Phil Ringnalda
2dc51a1d77
Bug 1137716 followup, fix typo
...
CLOSED TREE
2015-03-22 16:18:47 -07:00
Jeff Muizelaar
f09851351f
Bug 1137716. Try blacklisting Optimus w/ Intel Ironlake Graphics. r=bas
...
Hopefully this will help and won't make things worse. We still
don't know why this regressed.
--HG--
extra : rebase_source : c2b1d32c982839d7dcee6e448cabda670ed5cfd4
2015-03-21 15:37:00 -04:00
Ehsan Akhgari
883849ee32
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
571bb95717
Backed out changeset 6ef7ca8f1db3 (bug 1066531) so I can get at a patch that caused near-permafailing bc3
2015-03-20 17:17:19 -07:00
George Wright
ab018a486f
Bug 1066531 - Delay tab switching until content is ready in e10s mode r=mconley,mstange
2015-03-20 15:09:58 -04:00
Kartikaya Gupta
bd98be2c55
Bug 1144831 - Remove the HandleLongTapUp callback and just use HandleSingleTap instead. r=botond
2015-03-20 14:26:52 -04:00
David Anderson
8ab6f89545
Fix regression from bug 1143567 that broke context menus. (bug 1144827, r=jmathies, a=kwierso)
2015-03-19 11:54:16 -07:00
Kartikaya Gupta
c2d393f065
Bug 1144650 - Don't dispatch touch-based mouse events when APZ is handling touch. r=jimm
2015-03-19 06:37:39 -04:00
Kartikaya Gupta
fdaed2c4d6
Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm
2015-03-19 06:37:39 -04:00
Kartikaya Gupta
086f65f8b7
Bug 1144324 - Try to register for, and handle, touch events when APZ is enabled. r=dvander,jimm
2015-03-19 06:37:38 -04:00
Kartikaya Gupta
99a0b46784
Bug 1122090 - Make ContentHelper take a LayoutDeviceIntPoint instead of an nsIntPoint. r=botond
2015-03-19 06:33:32 -04:00
David Anderson
5232e886ff
Fix mouse event handling regression from bug 1143567. (bug 1142866, r=jmathies)
2015-03-17 14:01:20 -07:00
David Anderson
14c8830726
Ensure input events account for APZ transforms on Windows. (bug 1143567 part 4, r=jmathies)
...
--HG--
extra : rebase_source : dbf4aacae7da0c144e931dffa766d1cf5c650fed
2015-03-16 16:30:37 -07:00
David Anderson
dd3a123b7b
Use stricter types in nsWindowBase event dispatch functions. (bug 1143567 part 3, r=jmathies)
...
--HG--
extra : rebase_source : 33071b2417589de95ad086008f49562af86c89e6
2015-03-16 16:29:57 -07:00
Nathan Froyd
b252a27930
Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan
...
Calling QueryInterface with a statically known IID should typically not
be necessary. In those cases where it's not, the compiler can do the
cast for us, though we have to supply the reference-counting that
QueryInterface would do.
In passing, several redundant null-checks for the result of |new T| have
been deleted.
2015-03-12 09:43:50 -04:00
Nicolas Silva
a8b719ecbb
Bug 1125848 - Backout because of crashes. r=me
2015-03-13 15:13:12 +01:00
Masayuki Nakano
e272a7df88
Bug 1061604 part.2 nsTextStore::GetTextExt() should rReturn previous character rect of modified range instead of TS_E_NOLAYOUT when Google Japanese Input retrieves caret rect during composition r=emk
2015-03-13 21:51:00 +09:00
Masayuki Nakano
eda9afb91b
Bug 1061604 part.1 nsTextStore::GetTextExt() should rReturn previous character rect instead of TS_E_NOLAYOUT when Google Japanese Input retrieves first character of selected clause at composing r=emk
2015-03-13 21:51:00 +09:00
Matt Woodrow
c9827e20e7
Bug 1139503 - Backlist ATI driver version for DXVA on windows 10 since it's causing crashes. r=cpearce
...
--HG--
extra : rebase_source : bd05f643a4fea3c94f36d25acfa604fbea939f54
2015-03-12 10:44:52 +13:00
Nicolas Silva
41031003e6
Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro
2015-03-09 18:43:39 +01:00
Jim Mathies
e76f5fee3f
Bug 1128214
- Avoid a crash when attempting to render windows titlebar specific theme elements with e10s. r=roc
2015-03-10 05:54:59 -05:00
Carsten "Tomcat" Book
722fe2fc5b
Backed out changeset 622f0877bc3f (bug 1125848) for e10s bustage
2015-03-10 12:38:55 +01:00
Nicolas Silva
fad35892a9
Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro
2015-03-09 18:43:39 +01:00
Milan Sreckovic
76dd5cd892
Bug 1140113 - Catch direct (and some indirect) callers of CreateDrawTarget* and deal with failure. r=mstange
2015-03-09 15:48:20 -04:00
Nicolas Silva
40d7c19d35
Bug 1125848 - Reduce the likelyhood of a CompositorParent being destroyed without the proper shutdown sequence. r=sotaro
2015-03-09 10:46:56 +01:00
dvander@alliedmods.net
bbb91f19dc
Factor out how APZ-aware events are dispatched from widgets. (bug 1126090 part 2, r=kats)
2015-03-06 14:26:59 -08:00
Kearwood (Kip) Gilbert
8d1fcc4892
Bug 945584: Part 6 - Implementation of scroll snapping (v10 Patch), r=roc, r=kats
...
- Implemented CSS scroll snapping (http://dev.w3.org/csswg/css-snappoints/ )
--HG--
extra : rebase_source : e100b6a2cbc00321d6d1083d12a99213e34d5f9d
2015-02-19 15:53:30 -08:00
Kartikaya Gupta
f48ffa41e7
Bug 1122094 - Remove some unnecessary code. r=botond
2015-03-05 06:04:02 -05:00
Andrea Marchesini
2c4f63331f
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
2015-03-03 11:08:59 +00:00
Botond Ballo
6f8bf1747c
Bug 943537 - In the GeckoContentController interface, take the modifiers for tap events in 'widget modifier' format rather than 'DOM modifier' format. r=kats,mbrubeck
...
--HG--
extra : rebase_source : f931503087e1a13725c9a3a398d49111e060e76e
2015-03-02 16:38:07 -05:00
Mark Hammond
f28e2294d2
Bug 1127577 - nsITaskbarPreview::Invalidate no longer throws when not visible. r=jimm
2015-02-27 14:21:48 +11:00
Bas Schouten
c7306e4a06
Bug 1136487: Destroy the compositors for all windows when any window detects a device reset. r=jrmuizel
2015-02-25 18:04:18 +00:00
Jacek Caban
1b92a84988
Bug 1136177 - Amount by mouse wheel scrolling is wrong. r=jimm
2015-02-24 09:07:00 -05:00
Jacek Caban
804fea549c
Bug 1133818 - Fixed GCC warnings in widget/windows. r=jmathies
2015-02-23 12:15:53 +01:00
Masayuki Nakano
6de68f8acc
Bug 1119609 part.6 TextInputProcessor should manage modifier key state and set it to dispatching key events automatically r=smaug, sr=smaug
2015-02-19 15:50:19 +09:00
Masayuki Nakano
27d34fdbd2
Bug 1119609 part.3 Implement converting methods from key/code value to key/code name index r=smaug
2015-02-19 15:50:19 +09:00
David Anderson
8b68b8e3e8
Add weak reference support to nsBaseWidget. (bug 1133150, r=roc)
2015-02-17 22:27:53 -08:00
Jim Mathies
d6954d90ce
Bug 1095761 - Child plugin window focus handling for e10s. r=aklotz
2015-02-17 13:16:09 -06:00
Jacek Caban
bfc4c320ec
Bug 1102297 - mingw wchar_t/char16_t mismatch fixup.
2015-02-16 12:38:00 +01:00
David Zbarsky
e63a6defd2
Bug 1125040: Use LayoutDeviceIntPoint for synthesizing native events on widgets r=botond
2015-02-15 13:52:28 -05:00
Xidorn Quan
64d457e303
Bug 1132679 - Fix warnings on windows widget and enable FAIL_ON_WARNINGS there. r=jimm
...
--HG--
extra : rebase_source : 548b36856606721dcbbab4ffede1d9dca338a169
extra : source : 706be6f1897cae827e8e22345585e03540de14ea
2015-02-14 11:29:29 +11:00
Mason Chang
b1923e0466
Bug 1127151. Part 1: Expose dwmFlush to winutils. r=jrmuizel
2015-02-13 17:17:23 +08:00
Ryan VanderMeulen
74f80ff51c
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Jonathan Kew
1733a1d87b
Bug 1130936 - Support vertical writing mode in nsTextStore for Windows TSF. r=masayuki
2015-02-10 14:00:02 +00:00
Aaron Klotz
a381b19621
Bug 1102297: Obtain user GEOID from Windows; r=jimm
...
--HG--
extra : rebase_source : 0736fa13c87ab309c6b8935f54c847502930a896
2015-02-08 14:29:13 -07:00
Nicholas Nethercote
242708cf72
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00