Masayuki Nakano
904118cf22
Bug 1187367 TSFTextStore shouldn't destroy native caret for ATOK until notifying TSF of layout change r=emk
2015-07-26 12:29:47 +09:00
Masayuki Nakano
0f87c9db55
Bug 1187351 TSFTextStore should forget modified range at notifying TSF of layout change since GetTextExt() shouldn't return TS_E_NOLAYOUT after that r=emk
2015-07-26 12:29:47 +09:00
Masayuki Nakano
0e667e1911
Bug 1184533 Rewrite range check in aOffset of nsIMM32Handler::GetCharacterRectOfSelectedTextAt() r=emk
2015-07-26 12:29:47 +09:00
Eric Rahm
8221faa296
Bug 1183828 - Remove 'nsWindow::GetNativeData not implemented for this type' warning. r=roc
2015-07-25 10:43:27 -07:00
Sotaro Ikeda
07a783a7bb
Bug 1187345 - Fix HwcComposer2D::mCompositorParent handling r=mwu
2015-07-24 11:28:28 -07:00
Sotaro Ikeda
7905fa06eb
Bug 1187048 - Code clean up around nsScreenGonk's EGLSurface handling r=mwu
2015-07-24 10:56:05 -07:00
Masayuki Nakano
8942b13e62
Bug 1186014 Rename nsTextStore to mozilla::widget::TSFTextStore r=jimm+m_kato
...
--HG--
rename : widget/windows/nsTextStore.cpp => widget/windows/TSFTextStore.cpp
rename : widget/windows/nsTextStore.h => widget/windows/TSFTextStore.h
2015-07-24 14:07:39 +09:00
Xidorn Quan
7ec583cc8f
Bug 1160014 part 6 - Implement fullscreen transition for GTK. r=roc
...
--HG--
extra : source : ae8bf45b7efcd297ad92039b5ea6985dbfa725e9
2015-07-24 09:45:00 +10:00
Xidorn Quan
76b36e0a05
Bug 1160014 part 5 - Implement fullscreen transition on Mac. r=smichaud
...
--HG--
extra : source : 3ff3e6db3475b98f9b873d01f70f6b12bce1d44d
2015-07-24 09:45:00 +10:00
Mike Hommey
9ca903bc81
Bug 1063359 - Unconditionally use -Wl,--no-as-needed when building with GNU ld/gold. r=mshal
2015-07-24 06:49:49 +09:00
Jim Mathies
81cf9f471a
Bug 1186886 - Reset the command button clear region when command buttons are not visible. r=jaws
2015-07-23 15:40:03 -05:00
Jeff Muizelaar
798729524d
Bug 1183341. Reenable ANGLE w/ D3D11 on newer Intel GPUs. r=bas
...
Our device family for GMA4500 included more than just GMA4500 devices. Lets
remove the blacklist entry that was added unintentionally. HG: Enter commit
message. Lines beginning with 'HG:' are removed.
--HG--
extra : rebase_source : 103371b25bd7045d60243c217e910e7ab973300b
2015-07-22 10:32:29 -04:00
Masayuki Nakano
e8f514329a
Bug 1186015 part.2 Rename nsIMM32Handler to mozilla::widget::IMMHandler r=jimm+m_kato
...
--HG--
rename : widget/windows/nsIMM32Handler.cpp => widget/windows/IMMHandler.cpp
rename : widget/windows/nsIMM32Handler.h => widget/windows/IMMHandler.h
2015-07-23 12:31:28 +09:00
Masayuki Nakano
77af769e9d
Bug 1186015 part.1 Rename nsIMEContext to mozilla::widget::IMEContext r=jimm
2015-07-23 12:31:28 +09:00
Mike Conley
5c962df450
Bug 1180878 - Do not re-escape NSPrintJobSavingURLs when deserializing in the content process. r=mstange
...
We assume that when an NSURL has been serialized to PrintData, that it has already
been percent encoded. This means that we don't need to re-percent encode it when
we deserialize.
--HG--
extra : commitid : 7Xx00BDxmFk
extra : rebase_source : 03a016ea5f40484c6e357cf940577d4d975d3d3b
extra : amend_source : 2d276f22c295fca2a1a60ce5085f1d71d24ba13a
2015-07-22 13:40:28 -04:00
Lee Salzman
b54a311fe2
Bug 1184009 - Limit image preview sizes. r=acomminos
2015-07-21 13:16:44 -04:00
David Major
640a4ba0b5
Bug 1159604: Use a fallible allocation in nsClipboard::GetGlobalData. r=bbondy
...
--HG--
extra : rebase_source : 9f114676dbbf5c9e7435fbc095070ec2bc558696
2015-07-22 10:31:17 -04:00
Xidorn Quan
fa0f673bce
Bug 1186384 - Consider device pixel scale on fullscreen transition window. r=jimm
...
--HG--
extra : source : c0ec2052accce9b41897f64f0b1aa20289e8b5d4
extra : amend_source : 9e61b5b1f65d3c5cea3c02fb6d25b1d4ae631079
2015-07-22 23:02:22 +10:00
Masayuki Nakano
9906797f75
Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug
2015-07-22 14:51:36 +09:00
Masayuki Nakano
a2baa83320
Bug 1184986 NOTIFY_IME_OF_POSITION_CHANGE should be put off until all sending events are recieved by child process r=smaug
2015-07-22 14:15:06 +09:00
Masayuki Nakano
7cf5ee93fa
Bug 1184449 part.3 Fix the bustage of Mac OS X r=myself
2015-07-22 13:28:23 +09:00
Masayuki Nakano
ea12486e61
Bug 1184449 part.2 nsIMM32Handler should store selection range as far as possible r=m_kato
2015-07-22 12:40:32 +09:00
Masayuki Nakano
9d9bd4c975
Bug 1184449 part.1 IMENotifiation::SelectionChangeData should store selected string r=smaug
2015-07-22 12:40:32 +09:00
Jeff Muizelaar
da5c0faf20
Bug 1180379. Split out GMAX4500 and block those devices from D2D. r=Bas
...
This line of cards seems to have lots of bugs. Let's block them
until we can figure out what works where.
--HG--
extra : rebase_source : 0aa9ff707a43e26204930301d55a79f41027ccb9
2015-07-21 18:04:48 -04:00
George Wright
f12a9fe441
Bug 1157941 - If the current PresShell is suppressed, paint the old one if it is available r=tn,Enn
2015-07-21 21:09:02 -04:00
Wes Kocher
ff3207dea9
Backed out changeset b3d392163411 (bug 1160014) (Linux part), too CLOSED TREE
2015-07-21 16:54:09 -07:00
Wes Kocher
bfc64f1ef6
Backed out changeset 039f3d0c6e62 (bug 1160014) (Mac part) for build failures CLOSED TREE
2015-07-21 16:23:56 -07:00
Wes Kocher
808edf9e7e
Merge m-c to inbound, a=merge
2015-07-21 16:11:44 -07:00
Wes Kocher
8dc017722b
Merge fx-team to central, a=merge
2015-07-21 16:08:37 -07:00
Xidorn Quan
1828b64f06
Bug 1160014 part 6 - Implement fullscreen transition for GTK. r=roc
...
--HG--
extra : source : 2bcd5eb4c07c7ec201a8a023756d3bba18575cdd
2015-07-22 09:07:46 +10:00
Xidorn Quan
97157de841
Bug 1160014 part 5 - Implement fullscreen transition on Mac. r=smichaud
...
--HG--
extra : source : 3f1a0e753e1c84c11012c78e11d0f323992f2621
2015-07-22 09:07:46 +10:00
Justin Dolske
4b36568537
Bug 1184942 - Use DPI scaling factor to ensure top window border is correct thickness. r=jimm
2015-07-21 11:24:16 -07:00
Jonathan Watt
b7bcad9074
Bug 1164310, part 4 - Implement the new HTMLInputElement API including the new Promise returning GetFilesAndDirectories. r=baku
2015-07-10 18:55:52 +01:00
Birunthan Mohanathas
dd92635f4d
Bug 1185589 - Fix unintentional assignment in PuppetWidget::ExecuteNativeKeyBinding. r=masayuki
2015-07-21 10:21:05 -07:00
Makoto Kato
f22b71f788
Bug 1167105 - Part 2. Improve OnSelectionChange implementation. r=masayuki
2015-07-21 21:47:54 +09:00
Makoto Kato
89466de2cb
Bug 1167105 - Part 1. Set temporary range until OnSelectionChange is called. r=masayuki
2015-07-21 21:47:32 +09:00
David Anderson
ddaede9c8e
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
2015-07-19 14:50:35 -07:00
Ryan VanderMeulen
734c9eb563
Backed out changesets 90446493d402 and c4f4027f9f3a (bug 1179051) for crashes.
2015-07-19 22:39:20 -04:00
David Anderson
28d2dc3e58
Add compositor, layers, and rendering info to nsIGfxInfo. (bug 1179051 part 5, r=mattwoodrow)
2015-07-19 14:50:35 -07:00
Nicolas Silva
8bf8e8aa3f
Bug 1180688 - Reset the appropriate widget states if creating a compositor fails. r=mstange
2015-07-19 21:50:17 +02:00
Ryan VanderMeulen
a33e05c88c
Merge inbound to m-c. a=merge
2015-07-17 10:26:22 -04:00
Masayuki Nakano
0265f6a476
Bug 1184004 part.3 IPC methods to notify IME should use IMENotification for its argument r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
be6517597c
Bug 1184004 part.2 Make all structs in IMENotification IPC-aware r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
786aba3aee
Bug 1184004 part.1 Give a name to each struct in IMENotification r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
0c318e2eff
Bug 1176959 nsGtkIMModule shouldn't commit composition when a selection change is notified but it was caused by selection set event r=m_kato
2015-07-17 13:27:32 +09:00
Masayuki Nakano
5da5ad2aec
Bug 1176955 part.3 nsTextStore shouldn't notify TSF of selection change which is caused by selection set event r=m_kato
2015-07-17 11:25:00 +09:00
Masayuki Nakano
4d9802aec0
Bug 1176955 part.2 NOTIFY_IME_OF_SELECTION should have a flag which indicates if it's caused by a selection event r=smaug
2015-07-17 11:25:00 +09:00
Ryan VanderMeulen
e5e20485f9
Merge m-c to fx-team. a=merge
2015-07-16 16:23:27 -04:00
Xidorn Quan
5963d09c4e
Bug 1183651 - Avoid operating refcount of fullscreen task runnable inside the transition thread. r=jimm
...
--HG--
extra : source : df714d699348ea188ec6e2456560c60ce600408a
2015-07-16 09:54:19 +10:00
Ryan VanderMeulen
2d600228e7
Merge b2g-inbound to m-c. a=merge
2015-07-15 13:25:56 -04:00