Masayuki Nakano
|
6674abe6f3
|
Bug 951966 part.5 nsTextStore should handle WM_INPUTLANGCHANGE on WinXP for caching if active IME is IMM-IME r=jimm
|
2014-01-14 11:01:00 +09:00 |
|
Masayuki Nakano
|
fbc7b42bfb
|
Bug 951966 part.4 nsIMM32Handler shouldn't handle any messages in TSF mode if active IME is not implemented with IMM r=jimm
|
2014-01-14 11:01:00 +09:00 |
|
Masayuki Nakano
|
b1e5f185e5
|
Bug 951966 part.3 nsIMM32Handler should handle messages even in TSF mode r=jimm
|
2014-01-14 11:01:00 +09:00 |
|
Masayuki Nakano
|
72c4118b4c
|
Bug 951966 part.2 Associate or disassociate IME context to focused window even in TSF mode r=jimm
|
2014-01-14 11:00:59 +09:00 |
|
Masayuki Nakano
|
bb3c6744b2
|
Bug 951966 part.1 Add new pref to support IMM-IME even in TSF mode and rename intl.enable_tsf_support to intl.tsf.enable r=jimm
|
2014-01-14 11:00:59 +09:00 |
|
Masayuki Nakano
|
159c40ebd0
|
Bug 957019 Don't check mouse cursor position at handling non-mouse message in nsWindow::DealWithPopups() r=jimm+enndeakin
|
2014-01-14 09:13:25 +09:00 |
|
Kartikaya Gupta
|
df5655f5e4
|
Bug 957790 - Initialize the APZC with zooming disabled until we know for sure if it is allowed. r=botond,jimm
On Metro we don't support the meta-viewport tag yet, so we need to re-enable
zooming there.
|
2014-01-13 12:35:00 -05:00 |
|
Ryan VanderMeulen
|
246f76ef57
|
Backed out changesets f0811650f2f7 and a67882c52c98 (bug 957790) for gtest failures.
CLOSED TREE
|
2014-01-13 11:22:47 -05:00 |
|
Kartikaya Gupta
|
66b3332e07
|
Bug 957790 - Initialize the APZC with zooming disabled until we know for sure if it is allowed. r=botond,jimm
On Metro we don't support the meta-viewport tag yet, so we need to re-enable
zooming there.
|
2014-01-13 09:55:19 -05:00 |
|
Arnaud Bienner
|
117c43569b
|
Bug 944737 - Allow only one color picker at a time. r=dholbert,jmathies
|
2014-01-11 18:46:20 +01:00 |
|
Benoit Jacob
|
2d5774ca0a
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Matt Brubeck
|
7f76e8d2c5
|
Bug 957490 - Fix initialization of MouseEvent.buttons on Metro [r=jimm]
|
2014-01-08 20:16:48 -08:00 |
|
Matt Brubeck
|
1bc9fb7214
|
Bug 945438 - Set event.cancelable for mousedown correctly on Metro [r=jimm]
|
2014-01-08 20:16:48 -08:00 |
|
Masayuki Nakano
|
1ec9998ed1
|
Bug 953146 part.7 Don't allow other application to activate non-focusable popup r=jimm
|
2014-01-07 13:20:04 +09:00 |
|
Kartikaya Gupta
|
9ae1485883
|
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
|
2014-01-06 13:26:44 -05:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Milan Sreckovic
|
c580fa5bb5
|
Bug 949275 - Extend the block list range to 6.14.10.5218 (exclusively). r=jmuizelaar
|
2013-12-17 18:04:48 -05:00 |
|
Masayuki Nakano
|
b56da906b6
|
Bug 953146 part.6 Clean up WM_MOUSEACTIVE case in nsWindow::ProcessMessage() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
a2cf506691
|
Bug 953146 part.5 The switch statement of nsWindow::DealWithPopups() should decide if the popup should be rolled up completely r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
c8a2fa3f7e
|
Bug 953146 part.4 Separate counting pupups to rollup from nsWindow::DealWithPopups() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
7f7be1c0ee
|
Bug 953146 part.3 nsWindow::DealWithPopups() should decide if popup should be rolled up in each case of messages r=jimm
|
2013-12-31 09:41:36 +09:00 |
|
Masayuki Nakano
|
e94db6a074
|
Bug 953146 part.2 Remove unnecessary code from nsWindow::DealWithPopups() r=jimm
|
2013-12-31 09:41:36 +09:00 |
|
Masayuki Nakano
|
09f02cdc65
|
Bug 953146 part.1 Clean up nsWindow::DealWithPopups() r=jimm
|
2013-12-31 09:41:35 +09:00 |
|
Matt Brubeck
|
a895053991
|
Bug 952324 - Don't block native events for more than 50ms [r=jimm]
|
2013-12-20 07:51:13 -08:00 |
|
Tim Abraldes
|
8d3c083c7e
|
Bug 850372 - Delete session store backup during process suspend so that termination-from-suspended-state is treated as a normal shutdown. r=mbrubeck
|
2013-12-19 11:32:12 -05:00 |
|
Wes Kocher
|
fd98185e20
|
Merge m-c to inbound
|
2013-12-17 21:23:18 -08:00 |
|
Masayuki Nakano
|
b8cb3cd758
|
Bug 950559 part.2 nsIMM32Handler should set IME releated windows to left-bottom of focused plugin r=emk
|
2013-12-18 10:43:15 +09:00 |
|
Ryan VanderMeulen
|
d4e33a3678
|
Merge m-c to fx-team.
|
2013-12-17 16:23:55 -05:00 |
|
Jim Mathies
|
9da4cc8a97
|
Bug 944215 - Bring back the input logic in bug 950944, with some improvements. Increase the amount of time we process events, and message back once the input events we want delivered have been. r=bbondy
|
2013-12-17 15:13:33 -06:00 |
|
Matt Brubeck
|
5fe82dff0e
|
Bug 950832 - Disable double-tap zoom and 300ms tap delay in Metro to fix OSK bugs [r=jimm]
|
2013-12-17 12:50:49 -08:00 |
|
Ryan VanderMeulen
|
c173096f45
|
Merge inbound to m-c.
|
2013-12-16 16:58:27 -05:00 |
|
Kartikaya Gupta
|
831e00fbf5
|
Bug 949132 - Use the FrameMetrics flag on the layers update to update APZC scroll offset instead of tracking it in widget code. r=Cwiiis
|
2013-12-16 12:04:46 -05:00 |
|
Ehsan Akhgari
|
03818d55db
|
Bug 950508 - Build widget/windows in unified mode; r=roc
|
2013-12-15 19:00:54 -05:00 |
|
Jim Mathies
|
f7f56c4576
|
Bug 947146 - Remove hover states from elements that get touch tapped, plus some tests. r=mbrubeck
|
2013-12-14 14:40:56 -06:00 |
|
Jim Mathies
|
cb5c0faef6
|
Bug 941774 - Win32/winrt shared implementation. r=bbondy
|
2013-12-14 14:40:56 -06:00 |
|
Jim Mathies
|
d85f619b11
|
Bug 941774 - Centralize various dpi related queries on Windows. r=bbondy
|
2013-12-14 14:40:55 -06:00 |
|
Ryan VanderMeulen
|
62591c8121
|
Merge inbound to m-c.
|
2013-12-13 16:15:52 -05:00 |
|
Jim Mathies
|
68c4cace2c
|
Bug 949590 - When switching browsers, wait for the previous instance to close the profile before launching. r=bbondy
|
2013-12-13 09:51:21 -06:00 |
|
Jacek Caban
|
319f70df62
|
Bug 949821 - Use L... for wchar_t* strings.
|
2013-12-17 12:02:27 +01:00 |
|
Jonathan Watt
|
67f3b43be2
|
Bug 944442 follow-up to check for null instead of rv error. r=me
|
2013-12-13 08:40:57 +00:00 |
|
Jonathan Watt
|
6c8fbf340c
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
--HG--
extra : rebase_source : 612c1923f3ed8a01fc30f2d306b4682e585e53fe
|
2013-12-13 08:34:24 +00:00 |
|
Dale Harvey
|
7870fd7c06
|
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
|
2013-12-12 00:39:06 +00:00 |
|
Ehsan Akhgari
|
d4490ee3c7
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Ryan VanderMeulen
|
6fb3114a62
|
Merge m-c to inbound.
|
2013-12-10 15:48:16 -05:00 |
|
Kartikaya Gupta
|
7582e1a784
|
Bug 814435 - Prevent scrollbars from fading out while user is scrolling. r=botond
|
2013-12-09 22:14:55 -05:00 |
|
Nicholas Cameron
|
8986c76fb3
|
Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow
|
2013-12-09 17:44:57 +13:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Birunthan Mohanathas
|
2a97f4dc0d
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Jonathan Watt
|
83950e2b2e
|
Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc
|
2013-12-08 23:23:28 +00:00 |
|
Stephen Pohl
|
86c48b96b8
|
Bug 940677 - Add pref to enable auto switching between Desktop/Metro for Laptop/Slates. r=bbondy
|
2013-12-10 12:53:59 -05:00 |
|