Jim Mathies
|
46cff09577
|
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
|
2013-05-08 09:57:29 -05:00 |
|
Jim Mathies
|
66d23ceee8
|
backout Bug 869936 which relies on bug 830347.
|
2013-05-08 15:53:15 -05:00 |
|
Jim Mathies
|
ca5da7c050
|
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
|
2013-05-08 09:57:29 -05:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Matt Woodrow
|
c727739057
|
Bug 867474 - Split BasicShadowableLayerManager into a separate ClientLayerManager. r=nrc
--HG--
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/CopyableCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/CopyableCanvasLayer.h
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/client/ClientCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/client/ClientCanvasLayer.h
rename : gfx/layers/basic/BasicColorLayer.cpp => gfx/layers/client/ClientColorLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.cpp => gfx/layers/client/ClientContainerLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.h => gfx/layers/client/ClientContainerLayer.h
rename : gfx/layers/basic/BasicImageLayer.cpp => gfx/layers/client/ClientImageLayer.cpp
rename : gfx/layers/basic/BasicLayerManager.cpp => gfx/layers/client/ClientLayerManager.cpp
rename : gfx/layers/basic/BasicLayers.h => gfx/layers/client/ClientLayerManager.h
rename : gfx/layers/basic/BasicThebesLayer.cpp => gfx/layers/client/ClientThebesLayer.cpp
rename : gfx/layers/basic/BasicThebesLayer.h => gfx/layers/client/ClientThebesLayer.h
rename : gfx/layers/basic/BasicTiledThebesLayer.cpp => gfx/layers/client/ClientTiledThebesLayer.cpp
rename : gfx/layers/basic/BasicTiledThebesLayer.h => gfx/layers/client/ClientTiledThebesLayer.h
|
2013-05-01 17:03:25 +12:00 |
|
Nicolas Silva
|
b18dc950c7
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
|
2013-04-24 14:42:40 -04:00 |
|
Masayuki Nakano
|
201c33c2e9
|
Bug 842927 part.4 Implement D3E KeyboardEvent.key on Windows (Metro) r=smaug+jimm
|
2013-04-24 12:49:47 +09: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 |
|
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 |
|
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 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07: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 |
|
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 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07: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 |
|
Masayuki Nakano
|
93fd70463e
|
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
|
2013-03-18 13:41:24 +09: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 |
|
Jonathan Kew
|
da96cdb204
|
bug 816709 - HiDPI support for Win8 Metro. r=jimm
|
2013-03-13 15:09:46 +00: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 |
|
Jim Mathies
|
d8cc4243f8
|
backout 7416ba3eb977 due to a bad bug number in the commit message. DONTBUILD CLOSED TREE
|
2013-03-13 09:10:08 -05:00 |
|
Jim Mathies
|
7c4d89bed2
|
Bug 833362 - Don't invoke various interfaces during shutdown if GetActivationFactory for a interface fails (crashfix). r=tabraldes
|
2013-03-12 12:07:49 -05:00 |
|
Brian R. Bondy
|
e0281ca50c
|
Bug 849607 - Sharing in Metro Firefox start screen should indicate nothing to share instead of error. r=jimm
|
2013-03-12 10:11:48 -04:00 |
|
Masayuki Nakano
|
e71fc2d290
|
Bug 558976 part.6 Rename nsIWidget::OnIMETextChange() to nsIWidget::NotifyIMEOfTextChange() r=roc, sr=roc
|
2013-03-06 15:14:34 +09:00 |
|
Masayuki Nakano
|
f0a51c925c
|
Bug 558976 part.2 Implement nsIWidget::NotifyIME() on Windows r=jimm
|
2013-03-06 15:14:32 +09:00 |
|
Jim Mathies
|
09831683f1
|
Bug 839808 - Add support for omtc to winrt widget. r=bbondy
|
2013-03-04 12:32:20 -06:00 |
|
Gregory Szorc
|
16f0413b0c
|
Merge mozilla-central into build-system
Only conflict was configure.in amd was due to context, not
changed lines themselves.
|
2013-02-25 22:09:18 -08:00 |
|
Gregory Szorc
|
093513a011
|
Bug 784841 - Part 18μ: Convert /widget; f=Ms2ger rs=ted
|
2013-02-25 13:20:02 -08:00 |
|
Brian R. Bondy
|
0a16b248cb
|
Bug 845008 - Metro's save file picker always throws on appendFilter. r=tabraldes
|
2013-02-25 16:56:45 -05:00 |
|
Masayuki Nakano
|
8636af0d3e
|
Bug 840409 part.14 Implement widget::IMEHandler::GetNativeData() r=jimm
|
2013-02-25 13:00:07 +09:00 |
|
Makoto Kato
|
b39fce65f0
|
Bug 774627 - Remove d2d pragma lib directives from MetroWidget. r=jimm
|
2013-02-25 12:20:42 +09:00 |
|
Brian R. Bondy
|
56ff9b26dd
|
Bug 844550 - Secondary tile text is almost invisible on Windows 8. r=jimm
|
2013-02-24 08:52:57 -05:00 |
|
Brian R. Bondy
|
362a5385f2
|
Bug 843928 - Share fails because of packaging. r=jimm
--HG--
rename : widget/windows/winrt/components.manifest => widget/windows/winrt/MetroUIUtils.manifest
|
2013-02-22 16:08:22 -05:00 |
|
Makoto Kato
|
2cbd8b59b2
|
Bug 843456 - Don't use processor macro on UIABridge.idl. r=jimm
|
2013-02-22 13:36:11 +09:00 |
|
Makoto Kato
|
be5e0a750a
|
Bug 841295 - Metro widget should use uintptr_t for wParam and lParam. r=jimm
|
2013-02-15 13:37:38 +09:00 |
|
Jim Mathies
|
c2b01d0f97
|
Bug 750901 - Land widget/windows/winrt/* r=bbondy
|
2013-02-12 14:51:25 -06:00 |
|