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 |
|
Jim Mathies
|
d85f619b11
|
Bug 941774 - Centralize various dpi related queries on Windows. r=bbondy
|
2013-12-14 14:40:55 -06:00 |
|
Rodrigo Silveira
|
aed351fa6e
|
Bug 934762 - Metro renders squished and mouse/touch events are offset in dual monitor setup when one is HighDPI r=jimm
--HG--
extra : rebase_source : d259e2f7a25169da78e28685a71137f184438a05
|
2013-10-29 21:29:07 -07: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 |
|
Benoit Jacob
|
bd8899eab6
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
|
Jim Mathies
|
a7e11e4501
|
Bug 860683 - Switch winrt widget utils log output to ascii. r=bbondy
|
2013-04-11 17:45:29 -05:00 |
|
Jim Mathies
|
acd5de2081
|
Bug 860683 - When running tests in immersive mode, connect firefox stdout to a metrotestharness pipe to route test output to mozilla test harnesses. r=bbondy
|
2013-04-11 17:45:29 -05:00 |
|
Jonathan Kew
|
4d7e87f46b
|
bug 816709 - HiDPI support for Win8 Metro. r=jimm
|
2013-03-13 15:09:46 +00:00 |
|
Jim Mathies
|
0fc6c41aa7
|
Bug 750901 - Land widget/windows/winrt/* r=bbondy
|
2013-02-12 14:51:25 -06:00 |
|