Mike Shal
|
24b4056720
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Jonathan Kew
|
3ef1da119b
|
bug 861403 - fix mixing of device pixels with global display pixels in MoveClient and ResizeClient calculations. r=roc
|
2013-04-15 13:17:22 +01:00 |
|
Joshua Cranmer
|
2dfc78553b
|
Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg
|
2013-04-11 22:22:09 -05:00 |
|
Jim Mathies
|
7794567b33
|
Bug 860683 - Switch winrt widget utils log output to ascii. r=bbondy
|
2013-04-11 17:45:29 -05:00 |
|
Jim Mathies
|
3e43f47a40
|
Bug 860683 - When running tests in immersive mode, connect firefox stdout to a metrotestharness pipe to route test output to mozilla test harnesses. r=bbondy
|
2013-04-11 17:45:29 -05:00 |
|
Jim Mathies
|
1a4ecc4553
|
Bug 859077 - Annotate crash reports with hresult failure codes when layer manager fails to initialize. r=bbondy
DONTBUILD
|
2013-04-10 09:02:44 -05:00 |
|
Ryan VanderMeulen
|
690bd5cc48
|
Backed out changeset b37f8a4ef976 (bug 859077) for landing with the wrong bug number.
|
2013-04-10 10:22:56 -04:00 |
|
Jim Mathies
|
da2f68af98
|
Bug 859007 - Annotate crash reports with hresult failure codes when layer manager fails to initialize. r=bbondy
|
2013-04-10 09:02:44 -05:00 |
|
Jonathan Kew
|
b9cb582a30
|
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 |
|
Jonathan Kew
|
e5cabfad75
|
backout 4149244358fd and 5ad0e08799d9 (bug 851520) for b2g bustage on a CLOSED TREE
|
2013-04-09 21:57:12 +01:00 |
|
Jonathan Kew
|
bcaf4cdf19
|
bug 851520 part 1 - expose systemDefaultScale attribute on nsIScreenManager. r=roc
|
2013-04-09 14:28:55 +01:00 |
|
Stephen Pohl
|
28ee11a080
|
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
|
2013-04-09 14:44:01 -05:00 |
|
Jonathan Kew
|
eb690ba741
|
bug 859266 - respect devPixelsPerPx preference when calculating screen dimens on Windows. r=roc
|
2013-04-09 09:39:47 +01:00 |
|
Yuan Pengfei
|
2d67d2c192
|
Bug 844031 - Fix Intel graphics driver detection. r=bjacob
|
2013-04-06 14:13:18 -04:00 |
|
Jim Mathies
|
536a070e7d
|
Bug 855232 - revamp UIABridge such that it queries for element state in real-time rather than relying on accessible observer events. r=bbondy
|
2013-04-05 05:33:41 -05:00 |
|
Jacek Caban
|
dd398ef31f
|
Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted
|
2013-04-05 11:29:50 +02:00 |
|
David Zbarsky
|
76ad7e5429
|
Bug 856962: Move Touch to its own file r=Ms2ger
--HG--
rename : content/events/src/nsDOMTouchEvent.cpp => content/events/src/Touch.cpp
rename : content/events/src/nsDOMTouchEvent.h => content/events/src/Touch.h
|
2013-04-05 04:49:00 -04:00 |
|
Brian R. Bondy
|
baddda006b
|
Bug 841228 - Defect - Hover state on buttons (like the bookmark star) persists after you tap the button. r=jimm
|
2013-04-04 12:17:53 -04:00 |
|
Benoit Jacob
|
a3c412ac1b
|
Bug 843273 - Fix spoofing the driver version on Intel GPUs/Windows - r=joe
|
2013-04-03 14:47:56 -04:00 |
|
Jonathan Watt
|
0bcbb8475c
|
Bug 857034 - Add support for native theming of <input type=range> on Windows. r=roc
|
2013-04-03 11:07:12 +01:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Jonathan Kew
|
7a45106984
|
bug 851952 - handle conversion between logical and device pixels in Windows screen-manager and window position-constraint code. r=jimm
|
2013-04-01 10:10:33 +01:00 |
|
Jonathan Kew
|
b29a487eef
|
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 |
|
Jonathan Kew
|
0a01b7dafd
|
bug 818927 - convert drop location to logical pixels for Windows. r=jimm
|
2013-04-01 10:10:09 +01:00 |
|
Jonathan Kew
|
67ba68c83e
|
bug 832524 pt 1 - account for resolution-dependent size of menuitem icons in GetGutterSize. r=jimm
|
2013-04-01 10:09:51 +01:00 |
|
Ehsan Akhgari
|
cccc68a41c
|
Bug 856339 - Make nsIMM32Handler::mClauseArray/mAttributeArray infallible; r=jimm
|
2013-03-30 14:15:27 -04:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Brandon Waterloo
|
928249854c
|
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 |
|
Masayuki Nakano
|
59ead300b0
|
Bug 848672 Redesign focus handling of nsTextStore r=jimm
|
2013-03-27 09:04:02 +09:00 |
|
Jim Mathies
|
8b4d36d842
|
Bug 833016 - Fix for FrameworkView addrefing which is causing crashes on shutdown. r=bbondy
|
2013-03-26 17:01:15 -05:00 |
|
Brian R. Bondy
|
283bc4b2ff
|
Bug 846365 - Add proper handling for background session closes in Firefox for Metro. r=jimm
|
2013-03-24 19:10:46 -04:00 |
|
Masayuki Nakano
|
c7cd5d4081
|
Bug 849647 Get rid of message order optimization on Windows r=jimm
|
2013-03-23 23:18:52 +09:00 |
|
Ethan Hugg
|
9150701b0b
|
Bug 730277 - Hold reference until data used in CreateIcon r=joe
|
2013-03-22 15:57:50 -07:00 |
|
Jeff Gilbert
|
9f91b26f70
|
Bug 848201 - Only blocklist the 8.982.*.* for Win8 AMD cards - r=bjacob,joe
|
2013-03-19 17:44:10 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Jonathan Kew
|
9dc05fc20f
|
bug 852522 - (win-hidpi) scale system font sizes in response to dpi/devPixelsPerPx setting. r=jimm
|
2013-03-19 17:24:27 +00:00 |
|
Jonathan Kew
|
13b6a3c96b
|
bug 824386 - (win-hidpi) nsScreenWin needs to account for logical dpi (resolution scale factor). r=jimm
|
2013-03-19 17:24:25 +00:00 |
|
Brian R. Bondy
|
44b6654687
|
Bug 851897 - Fix crash in mozilla::widget::nsWinMetroUtils::GetActivationURI. r=jimm
|
2013-03-18 11:44:16 -04:00 |
|
Masayuki Nakano
|
1d010f5678
|
Bug 852024 Implement MetroWidget::GetIMEUpdatePreference() r=jimm
|
2013-03-18 18:51:24 +09:00 |
|
Nathan Froyd
|
5884c2d558
|
Bug 844331 - part 5 - add profile-before-change2 notification; r=bsmedberg
|
2013-03-01 15:11:21 -05:00 |
|
Masayuki Nakano
|
93fd70463e
|
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
|
2013-03-18 13:41:24 +09:00 |
|
Gregory Szorc
|
02d1d31696
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|
Jonathan Kew
|
7fe3410f1c
|
bug 851197 - respond to changes in LogicalDpi in Metro widget code. r=jimm
|
2013-03-15 22:13:08 +00:00 |
|
Brian R. Bondy
|
b04dd70f84
|
Bug 831609 - Provide support for determining activaiton URI from WinRT. r=jimm
|
2013-03-15 15:26:56 -04:00 |
|
Brian R. Bondy
|
69b1113567
|
Bug 831614 - Widget code for storing sync credentials. r=jimm
|
2013-03-15 10:29:59 -04:00 |
|
Masayuki Nakano
|
878e9a226e
|
Bug 829952 Reimplement system scroll speed override stuff for D3E WheelEvent feedback=avih, r=smaug+roc, sr=roc
|
2013-03-15 18:03:16 +09:00 |
|
Jonathan Kew
|
da96cdb204
|
bug 816709 - HiDPI support for Win8 Metro. r=jimm
|
2013-03-13 15:09:46 +00:00 |
|
Jeff Walden
|
000d820503
|
Bug 847480 - Blindly convert all existing mozilla::Abs users to mozilla::DeprecatedAbs. Individualized conversions to the reformed mozilla::Abs will continue until mozilla::DeprecatedAbs is unused, at which point it will be removed. r=Ms2ger
|
2013-03-05 15:43:30 -08:00 |
|
Jim Mathies
|
766fb3350d
|
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 |
|