Jim Mathies
|
62bd3e31c1
|
Bug 1011685 - Call ipc InitUIThread from MetroAppShell Init. Follow up for bug 1009590. r=me
|
2014-07-17 13:17:14 -05:00 |
|
Jim Mathies
|
5aef6dd671
|
Bug 980063 - Use a ref ptr vs auto ptr for wake locks in winrt widget. r=tabraldes
|
2014-03-05 16:47:01 -06:00 |
|
Jim Mathies
|
895c4d15e6
|
Bug 977546 - Cleanup wakelock code in metro app shell. r=tabraldes
|
2014-03-03 17:23:52 -06:00 |
|
Jim Mathies
|
811e6c1157
|
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
|
2014-02-22 17:24:54 -06:00 |
|
Jim Mathies
|
268fb300e8
|
Bug 950241 - Add new metrofx restart command line flag in MetroAppShell. r=bbondy
|
2014-01-30 13:32:48 -06:00 |
|
Jim Mathies
|
57e83260d2
|
Bug 951120 - Detach ICoreWindow related events prior to shutdown, plus some misc. code cleanup. r=bbondy
|
2014-01-27 09:09:33 -06:00 |
|
Jim Mathies
|
1a2792afbb
|
Bug 951120 - Don't process native events on the main thread during xpcom shutdown in metro widget. r=bbondy
|
2014-01-27 09:09:33 -06:00 |
|
Rodrigo Silveira
|
fde2cb01fe
|
Bug 952835 - screen goes to sleep while video still playing in Metro Firefox r=jimm
--HG--
extra : rebase_source : 07926a411418a61e20df832ebb032fff5b218a77
|
2014-01-15 16:11:36 -08: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 |
|
Matt Brubeck
|
a895053991
|
Bug 952324 - Don't block native events for more than 50ms [r=jimm]
|
2013-12-20 07:51:13 -08: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 |
|
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 |
|
Marina Samuel
|
02a167ff98
|
Bug 932664 - Link clicks and file activations should open in the currently opened browser no matter which environment. r=bbondy
|
2013-11-19 13:14:40 -05:00 |
|
Marina Samuel
|
9698960f17
|
Bug 924911 - Change View on Desktop feature to be switch to Desktop feature. r=bbondy
|
2013-11-19 12:47:23 -05:00 |
|
Jim Mathies
|
9d798b5951
|
Bug 840855 - Don't block native event processing from within the metro gecko event dispatch helper. r=tabraldes
|
2013-11-25 14:38:02 -06:00 |
|
Jim Mathies
|
c703710c2f
|
Bug 933748 - Follow up to remove a couple of noisy LogFunction calls. r=nobug
|
2013-11-04 09:51:43 -06:00 |
|
Jim Mathies
|
169a6e38df
|
Bug 907635 - Move metro utils logging functions over to WinUtils. r=masayuki
|
2013-11-01 05:09:32 -05:00 |
|
Birunthan Mohanathas
|
f81c607b06
|
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (3/3); r=ehsan
--HG--
extra : rebase_source : 5a2dc4df44ee396890b8b448580d4a04a4999899
|
2013-10-08 14:48:34 -04:00 |
|
Jim Mathies
|
d9c3eb7320
|
Bug 914331 - On pointer released make sure all gecko touch events are delivered to insure dom state via accessibility is up to date. r=tabraldes, bbondy
|
2013-09-13 05:34:24 -05:00 |
|
Brian R. Bondy
|
5f378fa386
|
Bug 882142 - Respect app restart requests in Metro Firefox. r=jimm
|
2013-09-10 10:24:56 -04:00 |
|
Jim Mathies
|
db2acf6713
|
Bug 907410 - Winrt async input - rework shutdown logic. r=bbondy
|
2013-09-06 08:11:16 -05:00 |
|
Jim Mathies
|
51b04fb798
|
Bug 907410 - Winrt async input - rework initial startup logic. r=bbondy
|
2013-09-06 08:11:14 -05:00 |
|
Jim Mathies
|
6aae75c673
|
Bug 888236 - Add metro specific window classes and messages to ipc defer message processing. r=bsmedberg
|
2013-08-07 09:55:12 -05:00 |
|
Jim Mathies
|
261c0babd1
|
Bug 863676 - Handle WM_GETOBJECT calls for UiaReturnRawElementProvider internally rather that relying on WinRT WindowServer def proc handling. Addresses sporadic soft keyboard issues in metrofx. Also includes misc. cleanup and logging improvements in UIABridge. r=bbondy
|
2013-08-03 16:18:45 -05:00 |
|
Nicholas Cameron
|
c2432afc85
|
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
--HG--
extra : rebase_source : 4e63339d0aa2ca732c1d12c4abcf891b70ee0056
|
2013-07-31 08:51:45 +12:00 |
|
Jim Mathies
|
a7e11e4501
|
Bug 860683 - Switch winrt widget utils log output to ascii. r=bbondy
|
2013-04-11 17:45:29 -05:00 |
|
Masayuki Nakano
|
a6dd7e160f
|
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
|
2013-03-18 13:41:24 +09:00 |
|
Jim Mathies
|
0fc6c41aa7
|
Bug 750901 - Land widget/windows/winrt/* r=bbondy
|
2013-02-12 14:51:25 -06:00 |
|