Ehsan Akhgari
|
02d309afa1
|
Bug 1106116 - Load images for notifications triggered from private browsing windows as private; r=jdm
|
2014-11-28 14:08:29 -05:00 |
|
Ms2ger
|
ece116be16
|
Bug 968804 - Part m: Add outer window assertions to DispatchCustomEvent; r=khuey
|
2014-06-29 17:31:13 +02:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
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 |
|
Ehsan Akhgari
|
68bfe70f09
|
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
|
9443b4d9dd
|
Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg
|
2013-12-08 21:53:46 -05:00 |
|
William Chen
|
9f1783d7ea
|
Bug 856858 - Always add observer to observe alert windows closing. r=Mossop
|
2013-05-22 00:19:30 -07:00 |
|
William Chen
|
e86f5ff604
|
Bug 782211 - Part 8: Updated existing XUL alerts to implement the Notification API. r=enn
|
2013-03-18 06:24:54 -07:00 |
|