Ed Morley
36fb30076b
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Mike Shal
02469b68e2
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
...
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Ehsan Akhgari
18ffce777d
Bug 871316 - Fix rooting hazards in InfoObject; r=till
2013-05-12 18:29:53 -04:00
Ryan VanderMeulen
faa7131e2b
Merge m-c to inbound.
2013-05-10 14:57:50 -04:00
Ed Morley
204b35d4df
Merge mozilla-central and birch
2013-05-10 12:18:48 +01:00
Makoto Kato
ada51846c2
Bug 870583 - Rev IID for IUIABridge. r=jimm
2013-05-10 20:28:38 +09:00
Michael Wu
49d488cbaa
Bug 867230 - Enable hwc by default when colorfill support is detected, r=dwilson
2013-05-09 17:40:46 -04:00
Trevor Saunders
c13459e057
bug 869284 - fix some gcc warnings for windows widgetish stuff r=roc
2013-05-06 22:04:02 -04:00
Jim Chen
ba21dd4081
Bug 860879 - Make GeckoAppShell.processNextNativeEvent waitable; r=blassey
2013-05-09 21:48:00 -04:00
Timothy Nikkel
d9afbfd672
Bug 869151. Implement GetParent for nsCocoaWindow so that nsBaseWidget::Destroy can find the parent and remove from the child list when destroying. r=smichaud
2013-05-09 18:57:20 -05:00
Timothy Nikkel
1a14c4a198
Bug 870568. Change assertion about destroying an nsCocoaWindow while modal to a warning because the code handles that case. r=smichaud
2013-05-09 18:57:19 -05:00
Matt Woodrow
54f929622f
Bug 868259 - Followup to fix gtk2 compile. CLOSED TREE
2013-05-10 09:10:45 +12:00
Matt Woodrow
afe3adbaf2
Bug 868181 - Correctly handle ClientLayerManager in android's nsWindow. r=roc
2013-05-10 09:02:50 +12:00
Matt Woodrow
5ae991f717
Bug 868259 - Fix BasicCompositor rendering. r=roc
2013-05-10 09:02:50 +12:00
Matt Woodrow
198135213b
Bug 756601 - Call PaintWindow with OMTC so we still get a DidPaint event. r=roc
2013-05-10 09:02:49 +12:00
Matt Woodrow
088dbe8514
Bug 756601 - Setup our OpenGL surface before compositing. r=mstange
2013-05-10 09:02:49 +12:00
Brian O'Keefe
2186ab5dce
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-05-01 14:05:40 -04:00
Jim Mathies
7281c1a8a1
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
2013-05-08 09:57:29 -05:00
Bas Schouten
bc9af9ec19
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
2013-05-03 19:34:33 +02:00
Jonathan Kew
153c76d6d5
bug 857061 - scale Windows taskbar preview properly for hi-dpi configuration. r=jimm
2013-04-09 17:01:13 +01:00
Jim Mathies
363322e839
merge
2013-05-08 15:53:32 -05:00
Jim Mathies
8331a59b10
backout Bug 869936 which relies on bug 830347.
2013-05-08 15:53:15 -05:00
Jim Mathies
6c65ffb22d
Bug 869936 - Add GetPreferredCompositorBackend to MetroWidget. r=bbondy
2013-05-08 09:57:29 -05:00
Josh Aas
b4dc5afa74
Bug 869091: Fix a couple of build warnings in Cocoa widgets. r=smichaud
2013-05-08 00:06:18 -05:00
Makoto Kato
80436162a3
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
Kyle Huey
1104e134a4
Merge backout of bug 830347.
2013-05-08 12:06:17 -07:00
Kyle Huey
dbfcd3a867
Back out bug 830347.
2013-05-08 12:04:11 -07:00
Chris Double
a5549c3dd2
Bug 868826 - Fix stagefright blocklist for JB devices - r=bjacob
2013-05-09 06:10:21 +12:00
Bas Schouten
ff14f8bbf8
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
2013-05-03 19:34:33 +02:00
Sumedh Shekhar
427e7549ee
Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan
2013-05-08 00:52:52 +09:00
Iivari Äikäs
18ecd9248b
Bug 617897 - Replace calls to AppendASCII('*') with Append('*'). r=dougt
2013-05-07 10:25:21 -04:00
Ryan VanderMeulen
a0c34ccab0
Merge m-c to inbound.
2013-05-06 11:20:45 -04:00
Stephen Pohl
d7a2bc2a4f
Bug 868396 - Add pref to enable/disable overlay scrollbars on Mac OSX 10.7+. r=smichaud
2013-05-06 09:04:17 -04:00
Diego Wilson
061cccc21f
Bug 832383 - Get surface dimensions from SurfaceDecriptorGralloc. r=bjacob
...
The dimensions in the android::GraphicBuffer are not always correct.
2013-04-29 17:21:16 -07:00
Diego Wilson
0f17607b7b
Bug 832383 - Don't render semitransparent color layers in HwcComposer2D. r=mwu
...
The hardware composer does not support them.
Also don't skip rendering fully transparent layers. The GPU compositor
does not seem to ignore them completely.
2013-04-29 17:20:51 -07:00
Diego Wilson
2436e29462
Bug 832383 - Ensure color fill rect stays inside screen bounds. r=mwu
2013-04-29 16:51:51 -07:00
Diego Wilson
b7d2110abf
Bug 832383 - Add support for complex visible regions to HwcComposer2D. r=mwu
2013-04-29 17:21:54 -07:00
Olli Pettay
f33e51b234
Bug 848293 - Update AnimationEvent to be compatible with the spec, r=dbaron
...
--HG--
extra : rebase_source : 04f2cb9c5aa56549da0af3c722b35f3dab5746c3
2013-05-05 16:22:29 +03:00
Milan Sreckovic
a202886325
Bug 804144: blocklist Intel on Windows 8, with driver 8.15.10.2141 or less r=bjacob
2013-05-02 17:39:56 -04:00
Olli Pettay
37b3f6b0d9
Bug 848291 - Update TransitionEvent to be compatible with the spec, r=dbaron
2013-05-04 17:41:20 +03:00
Ms2ger
be2d315b5c
Merge m-c to inbound
2013-05-04 10:47:09 +02:00
Michael Wu
c2f4fca700
Bug 868150 - Add basic support for identifying and building for JB, r=glandium
2013-05-02 11:42:52 -04:00
Ed Morley
cabb89f9ab
Merge mozilla-central and birch
2013-05-03 13:35:02 +01:00
Chris Double
8e703465df
Bug 845729 - Blocklist some Samsung devices on ICS - r=bjacob
...
--HG--
extra : rebase_source : 620672aab4f726b05b0bcf31e29c61ca828888f6
2013-05-03 11:00:23 +12:00
Ryan VanderMeulen
a7e1167b84
Backed out changesets 0cb5418906cf and 3c366c865e73 (bug 803299) for Android bustage.
...
CLOSED TREE
2013-05-02 15:45:20 -04:00
Chris Lord
1fd09a6e31
Bug 803299 - Enable 32-bit colour on Android. r=kats
2013-05-02 18:25:16 +01:00
Masayuki Nakano
23ccd1c730
Bug 866736 - InputScope support for IMM32 with CUAS, fix bustage without Win8 SDK, r=jmathies
2013-05-02 17:37:35 +02:00
Stephen Pohl
c997f428ce
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
2013-05-02 10:58:00 -04:00
Ryan VanderMeulen
954cd4dfaa
Backed out changeset 1840b15583fd (bug 636564) for bustage.
...
CLOSED TREE
2013-05-02 08:33:54 -04:00
Stephen Pohl
e474e01d79
Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc
2013-05-02 07:52:25 -04:00