Birunthan Mohanathas
|
51ba75d135
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
|
Masatoshi Kimura
|
8ddf7de8a5
|
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
|
2014-02-18 07:32:52 +09:00 |
|
Jacek Caban
|
3bfaf86a69
|
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
|
2014-02-12 10:59:05 +01:00 |
|
Birunthan Mohanathas
|
02d0812720
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
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 |
|
Masatoshi Kimura
|
ed579a7fd3
|
Bug 925599 - Replace WinUtils::GetWindowsVersion() and GetWindowsServicePackVersion(). r=jimm
|
2013-11-22 12:35:42 +09:00 |
|
Chris Pearce
|
9ebe1aeab0
|
Bug 930833 - Extract more WMF utility functions to WMFUtils.h/cpp. r=padenot
|
2013-10-26 15:23:37 +13:00 |
|
Birunthan Mohanathas
|
a058382a85
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : 9237726507e8002479616a98a82646a763932507
|
2013-10-23 16:34:10 -04:00 |
|
Ehsan Akhgari
|
ef4b479714
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Chris Pearce
|
af7dd2e31d
|
Bug 847267 - Use DXVA2 to offload H.264 decoding to the GPU on Windows. r=Bas
|
2013-05-04 22:12:41 +12:00 |
|
Brian R. Bondy
|
5d4b614e82
|
Bug 825153 - WMF support in WinVista. r=padenot
|
2013-03-26 10:40:01 -04:00 |
|
Chris Pearce
|
9e930cf22a
|
Bug 830171 - Use SourceReader in async mode to better allow shutdown on MediaResource close. r=padenot
|
2013-02-15 21:35:48 +13:00 |
|
Chris Pearce
|
cde91fdfdc
|
Bug 839031 - Block non-whitelisted WMF decoder objects. r=padenot
|
2013-02-15 14:11:17 +13:00 |
|
Chris Pearce
|
4aa3ebef1a
|
Bug 839031 - Report Content-Type on WMFByteStream to faciliate WMF selecting the right decoder. r=padenot
|
2013-02-15 14:11:05 +13:00 |
|
Chris Pearce
|
e12b195a7a
|
Bug 830172 - Use a shared nsIThreadPool instead of one MFWorkQueue per WMFByteStream instance. r=padenot
|
2013-02-05 10:33:52 +13:00 |
|
Jacek Caban
|
960c2d8d65
|
Bug 823924 - Don't hardcode system directory when loading WMF libraries r=paul
|
2012-12-27 15:03:55 +01:00 |
|
Jacek Caban
|
5e80a816c6
|
Bug 823921 - Replaced _com_ptr_t usage by RefPtr r=paul
|
2012-12-27 15:02:37 +01:00 |
|
Jacek Caban
|
c0e323b909
|
Bug 823921 - Fixed GCC warnings r=paul
|
2012-12-26 11:27:28 +01:00 |
|
Chris Pearce
|
59ef0a8717
|
Bug 799315 - Use Windows Media Foundation to play back MP4, MP3 and M4A on Windows 7 and later (preff'd off). r=padenot
|
2012-12-18 21:49:58 +13:00 |
|