.. |
res
|
|
|
tests
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
winrt
|
Bug 867474 - Split BasicShadowableLayerManager into a separate ClientLayerManager. r=nrc
|
2013-05-01 17:03:25 +12:00 |
AudioSession.cpp
|
|
|
AudioSession.h
|
|
|
GfxInfo.cpp
|
Bug 844031 - Fix Intel graphics driver detection. r=bjacob
|
2013-04-06 14:13:18 -04:00 |
GfxInfo.h
|
|
|
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
|
|
|
JumpListBuilder.cpp
|
|
|
JumpListBuilder.h
|
|
|
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 842927 part.3 Implement D3E KeyboardEvent.key on Windows (Desktop) r=smaug+jimm
|
2013-04-24 12:49:47 +09:00 |
KeyboardLayout.h
|
Bug 865566 Support "Separator" key on Numpad of Brazilian ABNT keyboard and JIS keyboard for Mac r=jimm
|
2013-05-01 08:19:04 +09:00 |
LSPAnnotator.cpp
|
Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted
|
2013-04-05 11:29:50 +02:00 |
Makefile.in
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
moz.build
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
nsAppShell.cpp
|
Bug 849647 Get rid of message order optimization on Windows r=jimm
|
2013-03-23 23:18:52 +09:00 |
nsAppShell.h
|
Bug 836872 - Use TimeStamp::NowLoRes() in nsAppShell, r=roc
|
2013-02-11 22:56:59 +01:00 |
nsBidiKeyboard.cpp
|
|
|
nsBidiKeyboard.h
|
|
|
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
|
|
|
nsDataObjCollection.cpp
|
|
|
nsDataObjCollection.h
|
|
|
nsdefs.h
|
|
|
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
|
|
|
nsDragService.cpp
|
bug 818927 part 2 - refactoring - create a GetDPIScale method in gfxWindowsPlatform, and use this to replace GetDeviceCaps(hdc, LOGPIXELSY) in widget code. r=jimm
|
2013-04-01 10:10:28 +01:00 |
nsDragService.h
|
|
|
nsFilePicker.cpp
|
|
|
nsFilePicker.h
|
|
|
nsIdleServiceWin.cpp
|
|
|
nsIdleServiceWin.h
|
|
|
nsImageClipboard.cpp
|
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
|
2013-03-05 15:39:48 -08:00 |
nsImageClipboard.h
|
|
|
nsIMM32Handler.cpp
|
Bug 856339 - Make nsIMM32Handler::mClauseArray/mAttributeArray infallible; r=jimm
|
2013-03-30 14:15:27 -04:00 |
nsIMM32Handler.h
|
Bug 856339 - Make nsIMM32Handler::mClauseArray/mAttributeArray infallible; r=jimm
|
2013-03-30 14:15:27 -04:00 |
nsLookAndFeel.cpp
|
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
|
2013-04-09 14:44:01 -05:00 |
nsLookAndFeel.h
|
|
|
nsNativeDragSource.cpp
|
|
|
nsNativeDragSource.h
|
|
|
nsNativeDragTarget.cpp
|
|
|
nsNativeDragTarget.h
|
|
|
nsNativeThemeWin.cpp
|
bug 859266 - respect devPixelsPerPx preference when calculating screen dimens on Windows. r=roc
|
2013-04-09 09:39:47 +01:00 |
nsNativeThemeWin.h
|
Bug 658829 part 5 - render themed progress meters r=Neil
|
2013-02-25 00:27:22 +00:00 |
nsPrintOptionsWin.cpp
|
|
|
nsPrintOptionsWin.h
|
|
|
nsPrintSettingsWin.cpp
|
|
|
nsPrintSettingsWin.h
|
|
|
nsScreenManagerWin.cpp
|
bug 851520 - add systemDefaultScale attribute to nsIScreenManager, and use it to decide when to remove browser.content.full-zoom prefs during UI migration if running on windows/hi-dpi. r=roc,adw
|
2013-04-09 22:07:02 +01:00 |
nsScreenManagerWin.h
|
|
|
nsScreenWin.cpp
|
bug 859266 - respect devPixelsPerPx preference when calculating screen dimens on Windows. r=roc
|
2013-04-09 09:39:47 +01:00 |
nsScreenWin.h
|
bug 824386 - (win-hidpi) nsScreenWin needs to account for logical dpi (resolution scale factor). r=jimm
|
2013-03-19 17:24:25 +00:00 |
nsSound.cpp
|
|
|
nsSound.h
|
|
|
nsTextStore.cpp
|
Bug 866736 - InputScope support for IMM32 with CUAS, fix bustage without Win8 SDK, r=jmathies
|
2013-05-02 17:37:35 +02:00 |
nsTextStore.h
|
Bug 866736 - InputScope support for IMM32 with CUAS, fix bustage without Win8 SDK, r=jmathies
|
2013-05-02 17:37:35 +02:00 |
nsToolkit.cpp
|
|
|
nsToolkit.h
|
|
|
nsUXThemeConstants.h
|
Bug 857034 - Add support for native theming of <input type=range> on Windows. r=roc
|
2013-04-03 11:07:12 +01:00 |
nsUXThemeData.cpp
|
|
|
nsUXThemeData.h
|
|
|
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 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-24 14:42:40 -04:00 |
nsWindow.h
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-24 14:42:40 -04: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
|
|
|
nsWindowDbg.h
|
|
|
nsWindowDefs.h
|
|
|
nsWindowGfx.cpp
|
Bug 730277 - Hold reference until data used in CreateIcon r=joe
|
2013-03-22 15:57:50 -07:00 |
nsWindowGfx.h
|
|
|
nsWinGesture.cpp
|
Bug 853490 - Added a block so that Windows pinch-to-zoom ends with a MozMagnifyGesture--implicitly, the end of the gesture. Parity with OS X. r=jmathies
|
2013-03-22 15:23:53 -04:00 |
nsWinGesture.h
|
|
|
resource.h
|
|
|
TaskbarPreview.cpp
|
|
|
TaskbarPreview.h
|
|
|
TaskbarPreviewButton.cpp
|
|
|
TaskbarPreviewButton.h
|
|
|
TaskbarTabPreview.cpp
|
|
|
TaskbarTabPreview.h
|
|
|
TaskbarWindowPreview.cpp
|
|
|
TaskbarWindowPreview.h
|
|
|
widget.rc
|
|
|
WidgetTraceEvent.cpp
|
|
|
WindowHook.cpp
|
|
|
WindowHook.h
|
|
|
WinIMEHandler.cpp
|
Bug 866736 Use SetInputScopes to support InputScope on IMM32 r=masayuki
|
2013-04-30 00:41:45 +09:00 |
WinIMEHandler.h
|
Bug 866736 Use SetInputScopes to support InputScope on IMM32 r=masayuki
|
2013-04-30 00:41:45 +09:00 |
WinMouseScrollHandler.cpp
|
|
|
WinMouseScrollHandler.h
|
|
|
WinTaskbar.cpp
|
no bug - remove a bunch of extra ';'s to make -pedantic happy
|
2013-01-11 05:14:04 -05:00 |
WinTaskbar.h
|
|
|
WinUtils.cpp
|
Bug 852915 - Disable MP3 playback using WMF on Win7SP0 to prevent random crashes. r=bbondy
|
2013-04-19 14:54:26 +12:00 |
WinUtils.h
|
Bug 852915 - Disable MP3 playback using WMF on Win7SP0 to prevent random crashes. r=bbondy
|
2013-04-19 14:54:26 +12:00 |