Ryan VanderMeulen
cb66c35bb8
Merge inbound to m-c. a=merge
2015-02-17 14:24:51 -05:00
Gabriele Svelto
dc694b1442
Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats
2015-02-17 10:39:35 -05:00
Carsten "Tomcat" Book
3d76e6187e
Backed out changeset d81339c7ac52 (bug 1128934
)
2015-02-17 14:32:11 +01:00
David Zbarsky
d51a76f94b
Bug 1125040: Use LayoutDeviceIntPoint for synthesizing native events on widgets r=botond
2015-02-15 13:52:28 -05:00
Nicolas Silva
898b904dcd
Bug 1128934
- Avoid calling GetClientBounds from BasicComposior. r=roc, karlt
2015-02-14 12:37:32 +01:00
Jeff Gilbert
0ef04109e7
Bug 1124394 - Support Core profiles for GLContext. - r=kamidphish
2015-02-12 19:00:41 -08:00
Xidorn Quan
9b0c9e3d77
Bug 1132679 - Fix warnings on windows widget and enable FAIL_ON_WARNINGS there. r=jimm
2015-02-14 11:29:29 +11:00
Mason Chang
b123565f8b
Bug 1127151. Part 1: Expose dwmFlush to winutils. r=jrmuizel
2015-02-13 17:17:23 +08:00
Carsten "Tomcat" Book
0690cc1836
Merge mozilla-central to mozilla-inbound
2015-02-17 14:47:52 +01:00
Makoto Kato
79da1527e2
Bug 1121313 - Part 3. Don't commit composition on IME blur from child process's widget. r=masayuki
2015-02-17 20:10:56 +09:00
Makoto Kato
5765231f9c
Bug 1121313 - Part 2. Don't generate composition event on child process if parent process doesn't send composition event by NotifyIME. r=masayuki
2015-02-17 11:30:55 +09:00
Makoto Kato
da872ad255
Bug 1121313 - Part 1. Replace NS_COMPOSITION_CHANGE with NS_COMPOSITION_COMMIT. r=masayuki
2015-02-17 11:30:38 +09:00
Nigel Babu
e5f09dac11
Backed out changeset 93fb431c3464 (bug 1121313) for M1,M2 bustage, CLOSED TREE
2015-02-17 10:17:16 +05:30
Nigel Babu
95d7aefeee
Backed out changeset 456038b0bdb5 (bug 1121313) for M1,M2 bustage
2015-02-17 10:15:44 +05:30
Makoto Kato
b0111d9d1e
Bug 1121313 - Part 2. Don't generate composition event on child process if parent process doesn't send composition event by NotifyIME. r=masayuki
2015-02-17 11:30:55 +09:00
Makoto Kato
c55c2543f9
Bug 1121313 - Part 1. Replace NS_COMPOSITION_CHANGE with NS_COMPOSITION_COMMIT. r=masayuki
2015-02-17 11:30:38 +09:00
Jacek Caban
fe1160fb6d
Bug 1102297 - mingw wchar_t/char16_t mismatch fixup.
2015-02-16 12:38:00 +01:00
David Parks
ede3457c37
Bug 1075670 - Fix PuppetWidget calculations wrt client offset r=smaug
2015-02-04 04:00:28 -08:00
David Parks
4e3c7e3e31
Bug 1075670 - Make PuppetWidget::WidgetToScreenOffset use proper screen position r=josh
2015-02-04 04:17:15 -08:00
Aaron Klotz
8b0a09f80b
Bug 1132305 - Ensure that BHR knows when thread activity has resumed in nextEventMatchingMask. r=smichaud
2015-02-12 10:31:42 -07:00
Botond Ballo
fb168b0778
Bug 1127066 - Use (nsBaseWidget's) APZEventState in ChromeProcessController. r=kats
2015-02-09 19:06:06 -05:00
Botond Ballo
817920343a
Bug 1127066 - Use APZEventState in nsBaseWidget. r=kats
2015-02-06 19:45:23 -05:00
Botond Ballo
518b8cff4a
Bug 1127066 - Add weak reference support to the gonk nsWindow type. r=kats
2015-02-09 13:50:51 -05:00
Botond Ballo
4fde01ffa1
Bug 1127066 - Implement proper sending of target-apzc notification and creation of displayport in the root process. r=kats
2015-02-06 18:11:30 -05:00
Botond Ballo
79d664e733
Bug 1127066 - Apply the APZ callback transform to touch events targeted to the root process. r=kats
2015-02-04 12:52:18 -05:00
Botond Ballo
5ab6a710e7
Bug 1127066 - Fold APZCCallbackHelper::UpdateCallbackTransform() into ScrollFrame(). r=kats
2015-01-28 17:40:29 -05:00
Carsten "Tomcat" Book
9e96698d8a
Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE
...
Backed out changeset 4d68750b4e28 (bug 1075670)
Backed out changeset 4d34eb58c46d (bug 1075670)
Backed out changeset d3ac4fd82311 (bug 1075670)
Backed out changeset 8b72b1201661 (bug 1075670)
Backed out changeset cd6cf15b27cc (bug 1075670)
Backed out changeset bf710daef92b (bug 1075670)
2015-02-11 16:03:06 +01:00
David Parks
75b7fa4b98
Bug 1075670 - [e10s] event.screenX and event.screenY is wrong
...
Change the PuppetWidget from defining screen coordinates from
tab-content-relative to being based on actual screen geometry.
PuppetWidgets can have position. In the parent process, the
widget has a position and a separate client position (that
includes OS window chrome... on Linux and Windows as others have no
chrome). In the child process, the widget (non-origin) position,
whose calculation compensates for the OS window decoration.
2015-02-04 04:00:28 -08:00
David Parks
7bf0a48eab
Bug 1075670 - [e10s] event.screenX and event.screenY is wrong
...
PuppetWidget::WidgetToScreenOffset now reports proper widget screen location. Previously, in the content process, all widgets were defined to be located at the screen origin. This also repairs mac e10s OOP plugin coordinate calculations that would be broken by this change.
2015-02-04 04:17:15 -08:00
Carsten "Tomcat" Book
5ac50b27cc
merge mozilla-inbound to mozilla-central a=merge
2015-02-11 14:58:16 +01:00
Botond Ballo
4394198213
Bug 1125422 - Correctly determine whether a touch event was prevent-defaulted in the chrome process. r=kats
2015-02-10 16:28:07 -05:00
Ryan VanderMeulen
256333e4b8
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Ryan VanderMeulen
3d8c9d47b4
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-10 15:54:32 -05:00
Jonathan Kew
4ec09fb990
Bug 1130936 - Support vertical writing mode in nsTextStore for Windows TSF. r=masayuki
2015-02-10 14:00:02 +00:00
Jonathan Kew
e1892d0a75
Bug 1076657 pt 3 - Support drawsVerticallyForCharacterAtIndex method in Cocoa childView and IME input handler. r=masayuki
2015-02-10 15:28:05 +00:00
Jonathan Kew
9fa6bda1dc
Bug 1076657 pt 2 - Add writing-mode to the reply to NS_QUERY_TEXT_RECT event. r=masayuki
2015-02-10 15:28:05 +00:00
Sushil Chauhan
e7fc108a8b
Bug 1122850 - Use setPowerMode interface for HWC 1.4 and above. r=dwilson
2015-02-05 12:30:54 -08:00
Martin Stransky
fe75191be7
Bug 1097897 - Add HiDPI support (scale) for Gtk2 and update and fix calculation of scaled screen borders. r=karlt
2015-02-10 02:14:00 -05:00
Kartikaya Gupta
bd3209cbbd
Bug 930939 - Switch the B2G controller thread from the main thread to the compositor thread. r=botond,mwu
2015-02-10 08:24:23 -05:00
Andrew Comminos
611f50b6a1
Bug 1126094 - Adds high resolution display support to GdkScreen. r=karlt
2015-01-26 17:21:00 +01:00
Carsten "Tomcat" Book
04b9e9abe4
Backed out changeset 88c746188a40 (bug 1125934) for rc6 test failures
2015-02-09 15:28:41 +01:00
Aaron Klotz
5975175609
Bug 1102297: Obtain user GEOID from Windows; r=jimm
2015-02-08 14:29:13 -07:00
Tooru Fujisawa
aaca0fde90
Bug 1125934 - Discard redundant NS_COMPOSITION_CHANGE event which is send just before NS_COMPOSITION_END on TSF. r=masayuki
2015-02-09 21:19:43 +09:00
Markus Stange
b5502e4faa
Bug 1045213 - Rename template parameters to something more descriptive. r=botond
2015-02-09 00:17:35 -05:00
Masayuki Nakano
b9ddb90367
Bug 1131026 Rename nsITextInputProcessor.init() and .initForTests() to .beginInputTransaction() and .beginInputTransactionForTests() r=smaug, sr=smaug
2015-02-10 17:09:29 +09:00
Chris Peterson
52d498dc7b
Bug 1130828 - Fix clang -Widiomatic-parentheses and -Wsemicolon-before-method-body warnings. r=smichaud
2015-02-06 00:09:39 -08:00
Nicholas Nethercote
ee41df7dc2
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
2015-02-09 14:34:50 -08:00
Markus Stange
0b25bc3fc6
Bug 1130746 - Always position window buttons at their default position in fullscreen mode. r=smichaud
2015-02-09 00:50:44 -05:00
Tooru Fujisawa
219b9adee2
Bug 1125934 - Discard redundant NS_COMPOSITION_CHANGE event which is send just before NS_COMPOSITION_END on TSF. r=masayuki
2015-02-11 12:20:02 +09:00
Andrew McCreight
1ee96e7527
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00