gecko/widget/windows
2013-03-13 09:11:17 -05:00
..
res
tests Bug 784841 - Part 18μ: Convert /widget; f=Ms2ger rs=ted 2013-02-25 13:20:02 -08:00
winrt Bug 844362 - Don't invoke various interfaces during shutdown if GetActivationFactory for a interface fails (crashfix). r=tabraldes DONTBUILD CLOSED TREE 2013-03-13 09:11:17 -05:00
AudioSession.cpp Bug 781646 - Windows widget AudioSession::Start should not fail if COM is already initialized. r=jimm 2012-08-09 20:54:35 -04:00
AudioSession.h 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
GfxInfo.cpp Bug 843273 - block Direct2D on Intel drivers <= 8.15.10.2302 - r=joe 2013-03-12 15:40:29 -04:00
GfxInfo.h Bug 806369 - Stagefright blacklisting. Also extends Android Gfxinfo to support blacklist rules by Android API version, Model, Product, Hardware, Manufacturer - r=joe,doublec 2012-11-01 17:13:10 -04:00
IEnumFE.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
IEnumFE.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
JumpListBuilder.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
JumpListBuilder.h Bug 799609 - Disable Places in B2G - Part 3 - Allow widget to be built without Places 2012-11-09 10:55:56 +01:00
JumpListItem.cpp bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
JumpListItem.h no bug - remove a bunch of extra ';'s to make -pedantic happy 2013-01-11 05:14:04 -05:00
KeyboardLayout.cpp Bug 833719 part.2 New DOM keyCodes should be mapped on Windows r=jimm+smaug 2013-02-13 14:47:19 +09:00
KeyboardLayout.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
LSPAnnotator.cpp Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium 2012-06-12 19:06:20 +02:00
Makefile.in Bug 846679 - Export WinUtils so we can use its handy dandy routines in other places besides widget. r=masayuki 2013-03-01 16:16:13 -06:00
moz.build Bug 784841 - Part 18μ: Convert /widget; f=Ms2ger rs=ted 2013-02-25 13:20:02 -08:00
nsAppShell.cpp Bug 840409 part.15 Implement widget::IMEHandler::CanOptimizeKeyAndIMEMessages() r=jimm 2013-02-25 13:00:07 +09:00
nsAppShell.h Bug 836872 - Use TimeStamp::NowLoRes() in nsAppShell, r=roc 2013-02-11 22:56:59 +01:00
nsBidiKeyboard.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsBidiKeyboard.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsClipboard.cpp Bug 842361 - nsIClipboard's clearClipboard doesn't clear the clipboard on Windows. r=bbondy 2013-02-19 19:51:02 -06:00
nsClipboard.h Bug 842361 - nsIClipboard's clearClipboard doesn't clear the clipboard on Windows. r=bbondy 2013-02-19 19:51:02 -06:00
nsDataObj.cpp Bug 827784 - Provide an option to disable favicons on webpage shortcuts in Windows. r=bbondy 2013-02-12 19:48:18 -05:00
nsDataObj.h Bug 801579 - Don't mix nsresult with HRESULT (widget/windows part) r=jmathies 2012-10-24 10:57:08 +02:00
nsDataObjCollection.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsDataObjCollection.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsdefs.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsDeviceContextSpecWin.cpp Bug 847181: prune unused printing-related nsresult codes, make printing error codes available in Components.results, and improve English of printing error messages. r=smaug 2013-03-08 21:45:14 -05:00
nsDeviceContextSpecWin.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsDragService.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsDragService.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsFilePicker.cpp Backout b6089a8b78d3 (bug 782547) to see if it fixes Flash hangs. 2012-10-28 00:24:02 -04:00
nsFilePicker.h Bug 787808 - Create common base class for Win32 and WinRT filepickers. r=jimm 2012-09-03 11:25:08 -04:00
nsIdleServiceWin.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIdleServiceWin.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsImageClipboard.cpp Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm 2013-03-05 15:39:48 -08:00
nsImageClipboard.h Bug 787769 - Clipboard option for CF_DIB is now explicitly specified. r=jimm 2012-09-06 22:48:16 -04:00
nsIMM32Handler.cpp Bug 558976 part.2 Implement nsIWidget::NotifyIME() on Windows r=jimm 2013-03-06 15:14:32 +09:00
nsIMM32Handler.h Bug 840409 part.15 Implement widget::IMEHandler::CanOptimizeKeyAndIMEMessages() r=jimm 2013-02-25 13:00:07 +09:00
nsLookAndFeel.cpp Back out Bug 678392 2013-02-08 16:52:12 -08:00
nsLookAndFeel.h bug 674373 pt 4 - pass device-to-CSS pixel ratio to LookAndFeel code when requesting a font style. r=roc 2012-09-29 12:35:08 +01:00
nsNativeDragSource.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsNativeDragSource.h 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
nsNativeDragTarget.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsNativeDragTarget.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsNativeThemeWin.cpp Bug 843719: Reorder params in Margin constructors and SizeTo() methods to match CSS's top,right,bottom,left ordering. r=seth 2013-03-06 00:05:55 -08:00
nsNativeThemeWin.h Bug 658829 part 5 - render themed progress meters r=Neil 2013-02-25 00:27:22 +00:00
nsPrintOptionsWin.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsPrintOptionsWin.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPrintSettingsWin.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
nsPrintSettingsWin.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsScreenManagerWin.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsScreenManagerWin.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsScreenWin.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsScreenWin.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsSound.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsSound.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsTextStore.cpp Bug 790516 part.10 Make nsTextStore::RecordCompositionEndAction() for processing composition end action r=jimm 2013-03-13 12:01:30 +09:00
nsTextStore.h Bug 790516 part.10 Make nsTextStore::RecordCompositionEndAction() for processing composition end action r=jimm 2013-03-13 12:01:30 +09:00
nsToolkit.cpp 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
nsToolkit.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUXThemeConstants.h Bug 658829 part 1 - preliminary cleanup r=bbondy 2013-02-25 00:16:02 +00:00
nsUXThemeData.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUXThemeData.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsWidgetFactory.cpp no bug - remove a bunch of extra ';'s to make -pedantic happy 2013-01-11 05:14:04 -05:00
nsWindow.cpp Bug 843719: Reorder params in Margin constructors and SizeTo() methods to match CSS's top,right,bottom,left ordering. r=seth 2013-03-06 00:05:55 -08:00
nsWindow.h Bug 558976 part.6 Rename nsIWidget::OnIMETextChange() to nsIWidget::NotifyIMEOfTextChange() r=roc, sr=roc 2013-03-06 15:14:34 +09:00
nsWindowBase.h Bug 785534 - Prep work for adding MetroWidget support to the TSF nsTextStore widget module, r=emk 2013-01-07 09:18:11 -06:00
nsWindowDbg.cpp Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (widget/windows part) r=jmathies 2012-10-04 10:33:24 +02:00
nsWindowDbg.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsWindowDefs.h bug 795832. Make sure MOUSEEVENTF_HWHEEL is defined. r=jimm 2012-11-13 13:09:58 -08:00
nsWindowGfx.cpp Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm 2013-03-05 15:39:48 -08:00
nsWindowGfx.h 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
nsWinGesture.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsWinGesture.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
resource.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
TaskbarPreview.cpp Bug 800556; remove nsIDOMCanvasRenderingContext2D; r=Ms2ger,sr=bz 2012-11-13 16:35:36 -08:00
TaskbarPreview.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TaskbarPreviewButton.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TaskbarPreviewButton.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TaskbarTabPreview.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
TaskbarTabPreview.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
TaskbarWindowPreview.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
TaskbarWindowPreview.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
widget.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
WidgetTraceEvent.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
WindowHook.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
WindowHook.h Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
WinIMEHandler.cpp Bug 840409 part.16 Use IMM even in TSF mode when plugin has focus r=jimm 2013-02-25 13:00:07 +09:00
WinIMEHandler.h Bug 840409 part.16 Use IMM even in TSF mode when plugin has focus r=jimm 2013-02-25 13:00:07 +09:00
WinMouseScrollHandler.cpp Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
WinMouseScrollHandler.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
WinTaskbar.cpp no bug - remove a bunch of extra ';'s to make -pedantic happy 2013-01-11 05:14:04 -05:00
WinTaskbar.h 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
WinUtils.cpp Bug 658829 part 1 - preliminary cleanup r=bbondy 2013-02-25 00:16:02 +00:00
WinUtils.h Bug 658829 part 1 - preliminary cleanup r=bbondy 2013-02-25 00:16:02 +00:00