Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04: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 |
|
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 |
|
Birunthan Mohanathas
|
123d79927e
|
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (1/3); r=ehsan
--HG--
extra : rebase_source : 02a90b963833b2e9bf2938b32f401746730adf84
|
2013-10-08 14:48:02 -04:00 |
|
Arnaud Bienner
|
15c12647d8
|
Bug 875754 - Implement <input type="color">: Windows widget/color picker. r=jimm
|
2013-06-23 18:48:24 +02:00 |
|