Kartikaya Gupta
|
ebe4a3e37e
|
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
|
2015-04-23 15:10:30 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Ehsan Akhgari
|
2d1a390664
|
Bug 1038195 - Give some classes in the Windows taskbar code private destructors; r=bjacob
|
2014-07-15 14:57:14 -04: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 |
|
Tim Taubert
|
657af64091
|
Bug 899011 - Make WinTaskbar.GetAvailable() return false if initializing the taskbar fails r=jimm
|
2014-01-11 23:02:00 +01:00 |
|
Jacek Caban
|
20aa364672
|
Bug 944894 - Fix char16_t/wchar_t mismatch in widget/windows/. r=jimm
|
2013-12-03 16:12:57 +01:00 |
|
Masatoshi Kimura
|
a39c875384
|
Bug 925599 - Replace WinUtils::GetWindowsVersion() and GetWindowsServicePackVersion(). r=jimm
|
2013-11-22 12:35:42 +09:00 |
|
Birunthan Mohanathas
|
2ad00893ea
|
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (3/3); r=ehsan
|
2013-10-08 14:48:34 -04:00 |
|
Joshua Cranmer
|
0d541d1d95
|
Bug 884061 - Part 3x: Use NS_DECL_THREADSAFE_ISUPPORTS in widget/, r=jimm
|
2013-07-18 21:24:15 -05:00 |
|
Trevor Saunders
|
ec71d09ed6
|
no bug - remove a bunch of extra ';'s to make -pedantic happy
|
2013-01-11 05:14:04 -05:00 |
|
Nicholas Cameron
|
49fc61d364
|
Bug 800556; remove nsIDOMCanvasRenderingContext2D; r=Ms2ger,sr=bz
|
2012-11-13 16:35:36 -08:00 |
|
Jim Mathies
|
1af6ce1ff7
|
Bug 750901 - Elm to mc migration work - metro related changes to Windows widget src to support building metro winrt bits (nsWidgetFactory, nsWindowGfx, nsToolkit, WinUtils). Also landing nsIWinMetroUtils.idl. r=bbondy
|
2012-11-02 06:54:44 -05:00 |
|
Brian R. Bondy
|
6aaa01b167
|
Bug 737833 - Disallow AppUserModelID registration calls for immersive mode. r=rstrong
|
2012-09-17 15:22:33 -04:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jacek Caban
|
34c9bdc673
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (widget/windows parts); r=bsmedberg
|
2012-06-14 14:28:06 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mark Capella
|
2b68740de5
|
Bug 730128 - Remove code ifdef'd MOZ_WINSDK_TARGETVER for pre-Windows 7 SDKs. r=jmathies
|
2012-02-27 18:57:28 -05:00 |
|
Masayuki Nakano
|
18f679ee2e
|
Bug 712483 Implement mozilla::widget::WinUtils r=jimm
|
2012-01-04 19:21:44 +09:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|