Jonathan Watt
|
babfe07a45
|
Bug 944442 follow-up to check for null instead of rv error. r=me
|
2013-12-13 08:40:57 +00:00 |
|
Jonathan Watt
|
d2e2dae20e
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
|
Stephen Pohl
|
b61c5ca3e6
|
Bug 934811 - Ensure that no scrollbars are displayed for touch input. r=jimm,tn
|
2013-12-03 13:21:09 -05: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
|
fb5799ee50
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
|
2013-11-11 14:17:14 -05:00 |
|
Jim Mathies
|
98724d6065
|
Bug 907635 - Move metro utils logging functions over to WinUtils. r=masayuki
|
2013-11-01 05:09:32 -05: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 |
|
Ehsan Akhgari
|
1fe743715d
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
|
2013-10-07 19:15:59 -04:00 |
|
Masayuki Nakano
|
c23797df63
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Benoit Jacob
|
b8d0f1de50
|
Bug 919219 - fix the windows build - no review, bustage CLOSED TREE
|
2013-09-24 17:50:37 -04:00 |
|
Benoit Jacob
|
f6f57bbbb4
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04:00 |
|
Benoit Jacob
|
c719617d8e
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
|
Wes Kocher
|
df60e63207
|
Backed out changeset 554bfe767519 (bug 913847) for leaking on a CLOSED TREE
|
2013-09-18 17:21:02 -07:00 |
|
Benoit Jacob
|
7bcf1eee88
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-18 18:50:32 -04:00 |
|
Avi Halachmi
|
2fda48070a
|
Bug 906350 - LoadLibraryW(kDwmLibraryName) should check non 0 rather than >31. r=roc
|
2013-08-25 23:18:46 +03:00 |
|
Robert O'Callahan
|
cdf94b5abe
|
Bug 900785. Part 2: Make nsRefreshDriver use the WinUtils DWM APIs instead of loading the DLL itself. r=avih
|
2013-08-15 16:25:58 +12:00 |
|
Robert O'Callahan
|
9b7f5890c6
|
Bug 900875. Part 1: Move DWM APIs to WinUtils. r=avih
|
2013-08-15 16:25:12 +12:00 |
|
Jim Mathies
|
88a6bd4811
|
Bug 879562 - Convert WinUtils::GetNSWindowPtr to WinUtils::GetNSWindowBasePtr. r=masayuki
|
2013-08-09 05:12:38 -05:00 |
|
Nicholas Cameron
|
8c3a6b38e7
|
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
|
2013-07-31 08:51:45 +12: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 |
|
Masayuki Nakano
|
fe5260fa98
|
Bug 855975 part.22 Move sModifierKeyMap from nsWindowDefs.h to KeyboardLayout.h r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
03f1e09b3a
|
Bug 855975 part.19 Move nsWindow::SynthesizeNativeKeyEvent() to widget::KeyboardLayout::SynthesizeNativeKeyEvent() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
ee5977a0d9
|
Bug 855975 part.17 Move nsWindow::OnKeyDown() to widget::NativeKey::HandleKeyDownMessage() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
a98bd7ecbe
|
Bug 855975 part.12 Move special keypress event handling from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsAndDiscardsCharMessages r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Brian R. Bondy
|
9d73a6c104
|
Bug 875609 - Refactor jump list code to decode images on the main thread. r=jimm
|
2013-05-28 14:08:48 -04:00 |
|
Chris Pearce
|
7636b901f0
|
Bug 852915 - Disable MP3 playback using WMF on Win7SP0 to prevent random crashes. r=bbondy
|
2013-04-19 14:54:26 +12:00 |
|
Phil Ringnalda
|
05c22c8035
|
Back out 248daf8c6362 (bug 852915) for Win7 mochitest-1 orange
|
2013-04-17 23:23:33 -07:00 |
|
Chris Pearce
|
a97d0f08f0
|
Bug 852915 - Disable MP3 playback using WMF on Win7SP0 to prevent random crashes. r=bbondy
|
2013-04-18 16:38:14 +12:00 |
|
Masayuki Nakano
|
0a09469913
|
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
|
2013-03-18 13:41:24 +09:00 |
|
Jim Mathies
|
01b0f015ec
|
Bug 658829 part 1 - preliminary cleanup r=bbondy
|
2013-02-25 00:16:02 +00:00 |
|
Marco Bonardo
|
cb97511a03
|
Bug 799609 - Disable Places in B2G - Part 3 - Allow widget to be built without Places
r=jimm
|
2012-11-09 10:55:56 +01:00 |
|
Ehsan Akhgari
|
0d97a08bd7
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-11-07 20:34:50 -05: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 |
|
Andrew Quartey
|
60612201d1
|
Bug 792581 - part 22: Replace LL_ZERO and LL_Zero() macros with 0. r=ehsan
|
2012-10-25 19:25:59 -04:00 |
|
Jacek Caban
|
b0e62480fa
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (widget/windows part) r=jmathies
|
2012-10-04 10:33:24 +02:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05: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 |
|
Honza Bambas
|
473edc0cbf
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Parth Mudgal
|
4d222a7161
|
Bug 753021 - Favicon shortcuts should be centered with a white background. r=bbondy
|
2012-07-21 16:07:30 -04:00 |
|
Parth Mudgal
|
37f162e2fa
|
Bug 110894 - Use favicons on webpage shortcuts in Windows. r=bbondy
|
2012-07-21 16:07:26 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matt Brubeck
|
6c0ac43bcb
|
Back out bug 373266 because of mochitest leaks
|
2012-03-07 17:15:57 -08:00 |
|
Jim Mathies
|
94bf43a539
|
Bug 373266 - win support for rendering two layer themes on widgets. r=joe,bbondy
|
2012-03-07 09:29:42 -06:00 |
|
Masayuki Nakano
|
73ecef6e60
|
Bug 672175 part.4 Move HasRegistryKey() in nsWindow.cpp to WinUtils r=jimm
|
2012-03-06 12:20:28 +09:00 |
|
Jim Mathies
|
9ed2d720eb
|
Bug 718374 - File picker support for choosing Win7 library default folders, and strip sdk ifdefing junk. r=neil
|
2012-02-16 18:36:04 -06:00 |
|
Masayuki Nakano
|
bd45f36c2b
|
Bug 716819 Move nsToolkit::VistaCreateItemFromParsingNameInit() and nsToolkit::createItemFromParsingName to WinUtils r=jimm
|
2012-01-11 11:09:41 +09:00 |
|
Masayuki Nakano
|
18f679ee2e
|
Bug 712483 Implement mozilla::widget::WinUtils r=jimm
|
2012-01-04 19:21:44 +09:00 |
|